amazonka-autoscaling-0.3.3: Amazon Auto Scaling SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.AutoScaling.DescribeScheduledActions

Contents

Description

Lists the actions scheduled for your Auto Scaling group that haven't been executed. To list the actions that were already executed, use DescribeScalingActivities.

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

Synopsis

Request

Request constructor

Request lenses

dsa1EndTime :: Lens' DescribeScheduledActions (Maybe UTCTime) Source

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

dsa1MaxRecords :: Lens' DescribeScheduledActions (Maybe Int) Source

The maximum number of items to return with this call.

dsa1NextToken :: Lens' DescribeScheduledActions (Maybe Text) Source

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

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

dsa1StartTime :: Lens' DescribeScheduledActions (Maybe UTCTime) Source

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

Response

Response constructor

Response lenses

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