Module Values.GetSystemInstanceRequestSource

Gets a system instance.

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

    The ID of the system deployment instance. This value is returned by CreateSystemInstance. The ID should be in the following format. urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME

    *)
}
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