Values_2.GetSchemaResponseSourceDescribes the specified schema in detail.
type nonrec t = {registryName : Values_0.SchemaRegistryNameString.t option;The name of the registry.
*)registryArn : Values_0.GlueResourceArn.t option;The Amazon Resource Name (ARN) of the registry.
*)schemaName : Values_0.SchemaRegistryNameString.t option;The name of the schema.
*)schemaArn : Values_0.GlueResourceArn.t option;The Amazon Resource Name (ARN) of the schema.
*)description : Values_0.DescriptionString.t option;A description of schema if specified when created
*)dataFormat : Values_0.DataFormat.t option;The data format of the schema definition. Currently AVRO, JSON and PROTOBUF are supported.
*)compatibility : Values_1.Compatibility.t option;The compatibility mode of the schema.
*)schemaCheckpoint : Values_1.SchemaCheckpointNumber.t option;The version number of the checkpoint (the last time the compatibility mode was changed).
*)latestSchemaVersion : Values_0.VersionLongNumber.t option;The latest version of the schema associated with the returned schema definition.
*)nextSchemaVersion : Values_0.VersionLongNumber.t option;The next version of the schema associated with the returned schema definition.
*)schemaStatus : Values_1.SchemaStatus.t option;The status of the schema.
*)createdTime : Values_1.CreatedTimestamp.t option;The date and time the schema was created.
*)updatedTime : UpdatedTimestamp.t option;The date and time the schema was updated.
*)}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 make :
?registryName:??? ->
?registryArn:??? ->
?schemaName:??? ->
?schemaArn:??? ->
?description:??? ->
?dataFormat:??? ->
?compatibility:??? ->
?schemaCheckpoint:??? ->
?latestSchemaVersion:??? ->
?nextSchemaVersion:??? ->
?schemaStatus:??? ->
?createdTime:??? ->
?updatedTime:??? ->
unit ->
tval 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_1.SchemaCheckpointNumber.t
| `String of Values_0.SchemaRegistryNameString.t ])
list ]