Values_2.PutSchemaVersionMetadataResponseSourcePuts the metadata key value pair for a specified schema version ID. A maximum of 10 key value pairs will be allowed per schema version. They can be added over one or more calls.
type nonrec t = {schemaArn : Values_0.GlueResourceArn.t option;The Amazon Resource Name (ARN) for the schema.
*)schemaName : Values_0.SchemaRegistryNameString.t option;The name for the schema.
*)registryName : Values_0.SchemaRegistryNameString.t option;The name for 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 unique version ID of 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| `AlreadyExistsException of Values_0.AlreadyExistsException.t| `EntityNotFoundException of Values_0.EntityNotFoundException.t| `InvalidInputException of Values_0.InvalidInputException.t| `ResourceNumberLimitExceededException of
Values_0.ResourceNumberLimitExceededException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `AlreadyExistsException of Values_0.AlreadyExistsException.t
| `EntityNotFoundException of Values_0.EntityNotFoundException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `ResourceNumberLimitExceededException of
Values_0.ResourceNumberLimitExceededException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `AlreadyExistsException of Values_0.AlreadyExistsException.t
| `EntityNotFoundException of Values_0.EntityNotFoundException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `ResourceNumberLimitExceededException of
Values_0.ResourceNumberLimitExceededException.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 ]