Module Values_1.DeleteSchemaResponseSource

Deletes the entire schema set, including the schema set and all of its versions. To get the status of the delete operation, you can call GetSchema API after the asynchronous call. Deleting a registry will deactivate all online operations for the schema, such as the GetSchemaByDefinition, and RegisterSchemaVersion APIs.

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

    The Amazon Resource Name (ARN) of the schema being deleted.

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

    The name of the schema being deleted.

    *)
  3. status : SchemaStatus.t option;
    (*

    The status of the schema.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of Values_0.AccessDeniedException.t
  2. | `ConcurrentModificationException of ConcurrentModificationException.t
  3. | `EntityNotFoundException of Values_0.EntityNotFoundException.t
  4. | `InvalidInputException of Values_0.InvalidInputException.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval make : ?schemaArn:??? -> ?schemaName:??? -> ?status:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of Values_0.AccessDeniedException.t | `ConcurrentModificationException of ConcurrentModificationException.t | `EntityNotFoundException of Values_0.EntityNotFoundException.t | `InvalidInputException of Values_0.InvalidInputException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of Values_0.AccessDeniedException.t | `ConcurrentModificationException of ConcurrentModificationException.t | `EntityNotFoundException of Values_0.EntityNotFoundException.t | `InvalidInputException of Values_0.InvalidInputException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `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