Module Values.DeleteSystemTemplateRequestSource

Deletes a system. New deployments can't contain the system after its deletion. Existing deployments that contain the system will continue to work because they use a snapshot of the system that is taken when it is deployed.

Sourcetype nonrec t = {
  1. id : Urn.t;
    (*

    The ID of the system to be deleted. The ID should be in the following format. urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

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