Values_1.DeleteRegistryResponseSourceDelete the entire registry including schema and all of its versions. To get the status of the delete operation, you can call the GetRegistry API after the asynchronous call. Deleting a registry will deactivate all online operations for the registry such as the UpdateRegistry, CreateSchema, UpdateSchema, and RegisterSchemaVersion APIs.
type nonrec t = {registryName : Values_0.SchemaRegistryNameString.t option;The name of the registry being deleted.
*)registryArn : Values_0.GlueResourceArn.t option;The Amazon Resource Name (ARN) of the registry being deleted.
*)status : RegistryStatus.t option;The status of the registry. A successful operation will return the Deleting status.
*)}type nonrec error = [ | `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 ]val 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 ]val 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 ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of Values_0.SchemaRegistryNameString.t ])
list ]