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

Contents

Description

Describes the actions scheduled for your Auto Scaling group that haven't run. To describe the actions that have already run, use DescribeScalingActivities.

See: AWS API Reference for DescribeScheduledActions.

This operation returns paginated results.

Synopsis

Creating a Request

describeScheduledActions :: DescribeScheduledActions Source

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

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

Request Lenses

dsasStartTime :: Lens' DescribeScheduledActions (Maybe UTCTime) Source

The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.

dsasNextToken :: Lens' DescribeScheduledActions (Maybe Text) Source

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

dsasMaxRecords :: Lens' DescribeScheduledActions (Maybe Int) Source

The maximum number of items to return with this call.

dsasEndTime :: Lens' DescribeScheduledActions (Maybe UTCTime) Source

The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.

dsasScheduledActionNames :: Lens' DescribeScheduledActions [Text] Source

Describes one or more scheduled actions. If you omit this list, the call describes all scheduled actions. If you specify an unknown scheduled action it is ignored with no error.

You can describe up to a maximum of 50 instances 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.

Destructuring the Response

describeScheduledActionsResponse Source

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

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

Response Lenses

dsarsNextToken :: Lens' DescribeScheduledActionsResponse (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.