Values.DiscoverInstancesResponseSourceDiscovers registered instances for a specified namespace and service. You can use DiscoverInstances to discover instances for any type of namespace. DiscoverInstances returns a randomized list of instances allowing customers to distribute traffic evenly across instances. For public and private DNS namespaces, you can also use DNS queries to discover instances.
type nonrec t = {instances : HttpInstanceSummaryList.t option;A complex type that contains one HttpInstanceSummary for each registered instance.
*)instancesRevision : Revision.t option;The increasing revision associated to the response Instances list. If a new instance is registered or deregistered, the InstancesRevision updates. The health status updates don't update InstancesRevision.
*)}type nonrec error = [ | `InvalidInput of InvalidInput.t| `NamespaceNotFound of NamespaceNotFound.t| `RequestLimitExceeded of RequestLimitExceeded.t| `ServiceNotFound of ServiceNotFound.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidInput of InvalidInput.t
| `NamespaceNotFound of NamespaceNotFound.t
| `RequestLimitExceeded of RequestLimitExceeded.t
| `ServiceNotFound of ServiceNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidInput of InvalidInput.t
| `NamespaceNotFound of NamespaceNotFound.t
| `RequestLimitExceeded of RequestLimitExceeded.t
| `ServiceNotFound of ServiceNotFound.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of AttrKey.t ]
* [> `String of AttrValue.t ])
list
| `String of ResourceId.t ])
list ]
list
| `Long of Revision.t ])
list ]