Values.DiscoverInstancesRevisionResponseSourceDiscovers the increasing revision associated with an instance.
type nonrec t = {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 ]