amazonka-autoscaling-1.2.0: Amazon Auto Scaling 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.AutoScaling.DescribeLoadBalancers

Contents

Description

Describes the load balancers for the specified Auto Scaling group.

See: AWS API Reference for DescribeLoadBalancers.

Synopsis

Creating a Request

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

dlbNextToken :: Lens' DescribeLoadBalancers (Maybe Text) Source

The token for the next set of items to return. (You received this token from a previous call.)

dlbMaxRecords :: Lens' DescribeLoadBalancers (Maybe Int) Source

The maximum number of items to return with this call.

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

dlbrsNextToken :: Lens' DescribeLoadBalancersResponse (Maybe Text) Source

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.