Module Values_1.DeleteSchemaInputSource

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. schemaId : Values_0.SchemaId.t;
    (*

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

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