amazonka-autoscaling-0.3.3: Amazon Auto Scaling SDK.

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.

You can specify a maximum number of items to be returned with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token in the NextToken parameter.

http://docs.aws.amazon.com/AutoScaling/latest/APIReference/API_DescribeAutoScalingGroups.html

Synopsis

Request

Request constructor

Request lenses

dasgMaxRecords :: Lens' DescribeAutoScalingGroups (Maybe Int) Source

The maximum number of items to return with this call.

dasgNextToken :: Lens' DescribeAutoScalingGroups (Maybe Text) Source

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

Response

Response constructor

Response lenses

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