Values_1.CreateRegistryResponseSourceCreates a new registry which may be used to hold a collection of schemas.
type nonrec t = {registryArn : Values_0.GlueResourceArn.t option;The Amazon Resource Name (ARN) of the newly created registry.
*)registryName : Values_0.SchemaRegistryNameString.t option;The name of the registry.
*)description : Values_0.DescriptionString.t option;A description of the registry.
*)}type nonrec error = [ | `AccessDeniedException of Values_0.AccessDeniedException.t| `AlreadyExistsException of Values_0.AlreadyExistsException.t| `ConcurrentModificationException of ConcurrentModificationException.t| `InternalServiceException of Values_0.InternalServiceException.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
| `ConcurrentModificationException of ConcurrentModificationException.t
| `InternalServiceException of Values_0.InternalServiceException.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
| `ConcurrentModificationException of ConcurrentModificationException.t
| `InternalServiceException of Values_0.InternalServiceException.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
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of Values_0.GlueResourceArn.t ])
list ]