Smaws_Client_ServiceDiscovery.GetInstancesHealthStatus
val request :
Smaws_Lib.Context.t ->
get_instances_health_status_request ->
(get_instances_health_status_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InstanceNotFound of instance_not_found
| `InvalidInput of invalid_input
| `ServiceNotFound of service_not_found ])
Stdlib.result
Gets 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.