Values_2.GetSchemaVersionResponseSourceGet the specified schema by its unique ID assigned when a version of the schema is created or registered. Schema versions in Deleted status will not be included in the results.
type nonrec t = {schemaVersionId : Values_0.SchemaVersionIdString.t option;The SchemaVersionId of the schema version.
*)schemaDefinition : Values_0.SchemaDefinitionString.t option;The schema definition for the schema ID.
*)dataFormat : Values_0.DataFormat.t option;The data format of the schema definition. Currently AVRO, JSON and PROTOBUF are supported.
*)schemaArn : Values_0.GlueResourceArn.t option;The Amazon Resource Name (ARN) of the schema.
*)versionNumber : Values_0.VersionLongNumber.t option;The version number of the schema.
*)status : Values_1.SchemaVersionStatus.t option;The status of the schema version.
*)createdTime : Values_1.CreatedTimestamp.t option;The date and time the schema version was created.
*)}type nonrec error = [ | `AccessDeniedException of Values_0.AccessDeniedException.t| `EntityNotFoundException of Values_0.EntityNotFoundException.t| `InternalServiceException of Values_0.InternalServiceException.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
| `InternalServiceException of Values_0.InternalServiceException.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
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of Values_0.VersionLongNumber.t
| `String of Values_0.SchemaVersionIdString.t ])
list ]