Module Values.GetInstanceRequestSource

Gets information about a specified instance.

Sourcetype nonrec t = {
  1. serviceId : Arn.t;
    (*

    The ID or Amazon Resource Name (ARN) of the service that the instance is associated with. For services created in a shared namespace, specify the service ARN. For more information about shared namespaces, see Cross-account Cloud Map namespace sharing in the Cloud Map Developer Guide.

    *)
  2. instanceId : ResourceId.t;
    (*

    The ID of the instance that you want to get information about.

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