Values_2.RemoveSchemaVersionMetadataResponseSourceRemoves a key value pair from the schema version metadata for the specified schema version ID.
type nonrec t = {schemaArn : Values_0.GlueResourceArn.t option;The Amazon Resource Name (ARN) of the schema.
*)schemaName : Values_0.SchemaRegistryNameString.t option;The name of the schema.
*)registryName : Values_0.SchemaRegistryNameString.t option;The name of the registry.
*)latestVersion : LatestSchemaVersionBoolean.t option;The latest version of the schema.
*)versionNumber : Values_0.VersionLongNumber.t option;The version number of the schema.
*)schemaVersionId : Values_0.SchemaVersionIdString.t option;The version ID for the schema version.
*)metadataKey : MetadataKeyString.t option;The metadata key.
*)metadataValue : MetadataValueString.t option;The value of the metadata key.
*)}type nonrec error = [ | `AccessDeniedException of Values_0.AccessDeniedException.t| `EntityNotFoundException of Values_0.EntityNotFoundException.t| `InvalidInputException of Values_0.InvalidInputException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `EntityNotFoundException of Values_0.EntityNotFoundException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `EntityNotFoundException of Values_0.EntityNotFoundException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of LatestSchemaVersionBoolean.t
| `Long of Values_0.VersionLongNumber.t
| `String of Values_0.GlueResourceArn.t ])
list ]