Values_2.QuerySchemaVersionMetadataResponseSourceQueries for the schema version metadata information.
type nonrec t = {metadataInfoMap : MetadataInfoMap.t option;A map of a metadata key and associated values.
*)schemaVersionId : Values_0.SchemaVersionIdString.t option;The unique version ID of the schema version.
*)nextToken : SchemaRegistryTokenString.t option;A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
*)}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
* [> `Map of
([> `String of MetadataKeyString.t ]
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of MetadataValueString.t ])
list ]
list
| `String of MetadataValueString.t ])
list ])
list
| `String of Values_0.SchemaVersionIdString.t ])
list ]