Values_2.GetRegistryResponseSourceDescribes the specified registry 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.
*)description : Values_0.DescriptionString.t option;A description of the registry.
*)status : Values_1.RegistryStatus.t option;The status of the registry.
*)createdTime : Values_1.CreatedTimestamp.t option;The date and time the registry was created.
*)updatedTime : UpdatedTimestamp.t option;The date and time the registry 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 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 | `String of Values_0.SchemaRegistryNameString.t ])
list ]