type github.com/aws/aws-sdk-go-v2/service/s3/types.MetadataEntry

4 uses

	github.com/aws/aws-sdk-go-v2/service/s3/types (current package)
		types.go#L2381: type MetadataEntry struct {
		types.go#L3429: 	UserMetadata []MetadataEntry

	github.com/aws/aws-sdk-go-v2/service/s3
		serializers.go#L10647: func awsRestxml_serializeDocumentMetadataEntry(v *types.MetadataEntry, value smithyxml.Value) error {
		serializers.go#L12609: func awsRestxml_serializeDocumentUserMetadata(v []types.MetadataEntry, value smithyxml.Value) error {