Module Values.GetServiceInstanceInputSource

Get detailed data for a service instance. A service instance is an instantiation of service template and it runs in a specific environment.

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

    The name of a service instance that you want to get the detailed data for.

    *)
  2. serviceName : ResourceName.t;
    (*

    The name of the service that you want the service instance input for.

    *)
}
Sourceval context_ : string
Sourceval make : name:ResourceName.t -> serviceName: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