Module Values_1.DeleteRegistryInputSource

Delete 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.

Sourcetype nonrec t = {
  1. registryId : RegistryId.t;
    (*

    This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).

    *)
}
Sourceval context_ : string
Sourceval make : registryId:RegistryId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of Values_0.SchemaRegistryNameString.t ]) list ]) 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