Values_1.CreateSchemaResponseSourceCreates a new schema set and registers the schema definition. Returns an error if the schema set already exists without actually registering the version. When the schema set is created, a version checkpoint will be set to the first version. Compatibility mode "DISABLED" restricts any additional schema versions from being added after the first schema version. For all other compatibility modes, validation of compatibility settings will be applied only from the second version onwards when the RegisterSchemaVersion API is used. When this API is called without a RegistryId, this will create an entry for a "default-registry" in the registry database tables, if it is not already present.
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 the 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 : Compatibility.t option;The schema compatibility mode.
*)schemaCheckpoint : 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 : SchemaStatus.t option;The status of the schema.
*)schemaVersionId : Values_0.SchemaVersionIdString.t option;The unique identifier of the first schema version.
*)schemaVersionStatus : SchemaVersionStatus.t option;The status of the first schema version created.
*)}type nonrec error = [ | `AccessDeniedException of Values_0.AccessDeniedException.t| `AlreadyExistsException of Values_0.AlreadyExistsException.t| `ConcurrentModificationException of ConcurrentModificationException.t| `EntityNotFoundException of Values_0.EntityNotFoundException.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 make :
?registryName:??? ->
?registryArn:??? ->
?schemaName:??? ->
?schemaArn:??? ->
?description:??? ->
?dataFormat:??? ->
?compatibility:??? ->
?schemaCheckpoint:??? ->
?latestSchemaVersion:??? ->
?nextSchemaVersion:??? ->
?schemaStatus:??? ->
?tags:??? ->
?schemaVersionId:??? ->
?schemaVersionStatus:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `AlreadyExistsException of Values_0.AlreadyExistsException.t
| `ConcurrentModificationException of ConcurrentModificationException.t
| `EntityNotFoundException of Values_0.EntityNotFoundException.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
| `EntityNotFoundException of Values_0.EntityNotFoundException.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
* [> `Enum of string
| `Long of SchemaCheckpointNumber.t
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of Values_0.SchemaRegistryNameString.t ])
list ]