Module Values_1.CreateRegistryResponseSource

Creates a new registry which may be used to hold a collection of schemas.

Sourcetype nonrec t = {
  1. registryArn : Values_0.GlueResourceArn.t option;
    (*

    The Amazon Resource Name (ARN) of the newly created registry.

    *)
  2. registryName : Values_0.SchemaRegistryNameString.t option;
    (*

    The name of the registry.

    *)
  3. description : Values_0.DescriptionString.t option;
    (*

    A description of the registry.

    *)
  4. tags : TagsMap.t option;
    (*

    The tags for the registry.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of Values_0.AccessDeniedException.t
  2. | `AlreadyExistsException of Values_0.AlreadyExistsException.t
  3. | `ConcurrentModificationException of ConcurrentModificationException.t
  4. | `InternalServiceException of Values_0.InternalServiceException.t
  5. | `InvalidInputException of Values_0.InvalidInputException.t
  6. | `ResourceNumberLimitExceededException of Values_0.ResourceNumberLimitExceededException.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval make : ?registryArn:??? -> ?registryName:??? -> ?description:??? -> ?tags:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of Values_0.GlueResourceArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t