amazonka-autoscaling-0.3.3: Amazon Auto Scaling SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.AutoScaling.DescribeNotificationConfigurations

Contents

Description

Describes the notification actions associated with the specified Auto Scaling group.

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

Synopsis

Request

Request constructor

Request lenses

dncMaxRecords :: Lens' DescribeNotificationConfigurations (Maybe Int) Source

The maximum number of items to return with this call.

dncNextToken :: Lens' DescribeNotificationConfigurations (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

dncrNextToken :: Lens' DescribeNotificationConfigurationsResponse (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.