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.DescribeAutoScalingGroups

Contents

Description

Describes one or more Auto Scaling groups. If a list of names is not provided, the call describes all Auto Scaling groups.

See: AWS API Reference for DescribeAutoScalingGroups.

This operation returns paginated results.

Synopsis

Creating a Request

describeAutoScalingGroups :: DescribeAutoScalingGroups Source

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

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

Request Lenses

dasgNextToken :: Lens' DescribeAutoScalingGroups (Maybe Text) Source

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

dasgMaxRecords :: Lens' DescribeAutoScalingGroups (Maybe Int) Source

The maximum number of items to return with this call.

Destructuring the Response

describeAutoScalingGroupsResponse Source

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

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

Response Lenses

dasgrsNextToken :: Lens' DescribeAutoScalingGroupsResponse (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.