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

Contents

Description

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

See: AWS API Reference for DescribeNotificationConfigurations.

This operation returns paginated results.

Synopsis

Creating a Request

describeNotificationConfigurations :: DescribeNotificationConfigurations Source

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

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

Request Lenses

dncNextToken :: Lens' DescribeNotificationConfigurations (Maybe Text) Source

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

dncMaxRecords :: Lens' DescribeNotificationConfigurations (Maybe Int) Source

The maximum number of items to return with this call.

Destructuring the Response

describeNotificationConfigurationsResponse Source

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

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

Response Lenses

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