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

Contents

Description

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

See: AWS API Reference for DescribeLaunchConfigurations.

This operation returns paginated results.

Synopsis

Creating a Request

describeLaunchConfigurations :: DescribeLaunchConfigurations Source

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

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

Request Lenses

dlcNextToken :: Lens' DescribeLaunchConfigurations (Maybe Text) Source

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

dlcMaxRecords :: Lens' DescribeLaunchConfigurations (Maybe Int) Source

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

Destructuring the Response

describeLaunchConfigurationsResponse Source

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

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

Response Lenses

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