Module Values.GetInstanceStateRequestSource

Returns the state of a specific instance. Works on one instance at a time.

Sourcetype nonrec t = {
  1. instanceName : ResourceName.t;
    (*

    The name of the instance to get state information about.

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