Module Values.DiscoverInstancesRevisionRequestSource

Discovers the increasing revision associated with an instance.

Sourcetype nonrec t = {
  1. namespaceName : NamespaceName.t;
    (*

    The HttpName name of the namespace. The HttpName is found in the HttpProperties member of the Properties member of the namespace.

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

    The name of the service that you specified when you registered the instance.

    *)
  3. ownerAccount : AWSAccountId.t option;
    (*

    The ID of the Amazon Web Services account that owns the namespace associated with the instance, as specified in the namespace ResourceOwner field. For instances associated with namespaces that are shared with your account, you must specify an OwnerAccount. For more information about shared namespaces, see Cross-account Cloud Map namespace sharing in the Cloud Map Developer Guide.

    *)
}
Sourceval context_ : string
Sourceval make : ?ownerAccount:??? -> namespaceName:NamespaceName.t -> serviceName:ServiceName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of NamespaceName.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