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

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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.

See: AWS API Reference for DescribeLoadBalancers.

This operation returns paginated results.

Synopsis

Creating a Request

describeLoadBalancers :: DescribeLoadBalancers Source

Creates a value of DescribeLoadBalancers with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

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.

dlbLoadBalancerNames :: Lens' DescribeLoadBalancers [Text] Source

The names of the load balancers.

Destructuring the Response

describeLoadBalancersResponse Source

Creates a value of DescribeLoadBalancersResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

dlbrsNextMarker :: 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.