amazonka-autoscaling-0.3.3: Amazon Auto Scaling SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.AutoScaling.DescribeLaunchConfigurations

Contents

Description

Describes one or more launch configurations. If you omit the list of names, then the call describes all launch configurations.

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_DescribeLaunchConfigurations.html

Synopsis

Request

Request constructor

Request lenses

dlcMaxRecords :: Lens' DescribeLaunchConfigurations (Maybe Int) Source

The maximum number of items to return with this call. The default is 100.

dlcNextToken :: Lens' DescribeLaunchConfigurations (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

dlcrNextToken :: Lens' DescribeLaunchConfigurationsResponse (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.