amazonka-elb-0.1.4: Amazon Elastic Load Balancing SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ELB.DescribeInstanceHealth

Contents

Description

Returns the current state of the specified instances registered with the specified load balancer. If no instances are specified, the state of all the instances registered with the load balancer is returned.

You must provide the same account credentials as those that were used to create the load balancer.

http://docs.aws.amazon.com/ElasticLoadBalancing/latest/APIReference/API_DescribeInstanceHealth.html

Synopsis

Request

Request constructor

describeInstanceHealth Source

DescribeInstanceHealth constructor.

The fields accessible through corresponding lenses are:

Request lenses

dihInstances :: Lens' DescribeInstanceHealth [Instance] Source

A list of instance IDs whose states are being queried.

Response

Response constructor

Response lenses

dihrInstanceStates :: Lens' DescribeInstanceHealthResponse [InstanceState] Source

A list containing health information for the specified instances.