Values.GetInstancesHealthStatusResponseSourceGets the current health status (Healthy, Unhealthy, or Unknown) of one or more instances that are associated with a specified service. There's a brief delay between when you register an instance and when the health status for the instance is available.
type nonrec t = {status : InstanceHealthStatusMap.t option;A complex type that contains the IDs and the health status of the instances that you specified in the GetInstancesHealthStatus request.
*)nextToken : NextToken.t option;If more than MaxResults instances match the specified criteria, you can submit another GetInstancesHealthStatus request to get the next group of results. Specify the value of NextToken from the previous response in the next request.
*)}type nonrec error = [ | `InstanceNotFound of InstanceNotFound.t| `InvalidInput of InvalidInput.t| `ServiceNotFound of ServiceNotFound.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InstanceNotFound of InstanceNotFound.t
| `InvalidInput of InvalidInput.t
| `ServiceNotFound of ServiceNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InstanceNotFound of InstanceNotFound.t
| `InvalidInput of InvalidInput.t
| `ServiceNotFound of ServiceNotFound.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Map of ([> `String of ResourceId.t ] * [> `Enum of string ]) list
| `String of NextToken.t ])
list ]