A collection of AWS configuration profiles.
factory AWSProfileFile.fromJson(Map<String, Object?> json) => _serializers.deserializeWith(serializer, json) as AWSProfileFile;