Values_2.RemoveSchemaVersionMetadataInputSourceRemoves a key value pair from the schema version metadata for the specified schema version ID.
type nonrec t = {schemaId : Values_0.SchemaId.t option;A wrapper structure that may contain the schema name and Amazon Resource Name (ARN).
*)schemaVersionNumber : SchemaVersionNumber.t option;The version number of the schema.
*)schemaVersionId : Values_0.SchemaVersionIdString.t option;The unique version ID of the schema version.
*)metadataKeyValue : MetadataKeyValuePair.t;The value of the metadata key.
*)}val make :
?schemaId:??? ->
?schemaVersionNumber:??? ->
?schemaVersionId:??? ->
metadataKeyValue:MetadataKeyValuePair.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.SchemaVersionIdString.t
| `Structure of
(string
* [> `Boolean of LatestSchemaVersionBoolean.t
| `Long of Values_0.VersionLongNumber.t
| `String of string ])
list ])
list ]