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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ELB.DescribeLoadBalancers

Contents

Description

Describes the specified the load balancers. If no load balancers are specified, the call describes all of your load balancers.

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

Synopsis

Request

Request constructor

Request lenses

dlbLoadBalancerNames :: Lens' DescribeLoadBalancers [Text] Source

The names of the load balancers.

dlbMarker :: Lens' DescribeLoadBalancers (Maybe Text) Source

The marker for the next set of results. (You received this marker from a previous call.)

dlbPageSize :: Lens' DescribeLoadBalancers (Maybe Natural) Source

The maximum number of results to return with this call (a number from 1 to 400). The default is 400.

Response

Response constructor

Response lenses

dlbrNextMarker :: Lens' DescribeLoadBalancersResponse (Maybe Text) Source

The marker to use when requesting the next set of results. If there are no additional results, the string is empty.