Values_1.DeleteRegistryInputSourceDelete 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 = {registryId : RegistryId.t;This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `String of Values_0.SchemaRegistryNameString.t ])
list ])
list ]