
describe-scheduled-actions
**************************


DESCRIPTION
===========

Lists all the actions scheduled for your Auto Scaling group that
haven't been executed. To see a list of actions already executed, see
the activity record returned in  describe-scaling-activities .


SYNOPSIS
========

   aws autoscaling describe-scheduled-actions
     [--end-time <value>]
     [--auto-scaling-group-name <value>]
     [--max-records <value>]
     [--scheduled-action-names <value>]
     [--start-time <value>]
     [--next-token <value>]


REQUIRED PARAMETERS
===================

None


OPTIONAL PARAMETERS
===================

"--end-time"  (timestamp)
   The latest scheduled start time to return. If scheduled action
   names are provided, this field is ignored.

"--auto-scaling-group-name"  (string)
   The name of the Auto Scaling group.

"--max-records"  (integer)
   The maximum number of scheduled actions to return.

"--scheduled-action-names"  (list of string)
   A list of scheduled actions to be described. If this list is
   omitted, all scheduled actions are described. The list of requested
   scheduled actions cannot contain more than 50 items. If an auto
   scaling group name is provided, the results are limited to that
   group. If unknown scheduled actions are requested, they are ignored
   with no error.

   *Parameter Syntax*

      ["string", ...]

"--start-time"  (timestamp)
   The earliest scheduled start time to return. If scheduled action
   names are provided, this field will be ignored.

"--next-token"  (string)
   A string that marks the start of the next batch of returned
   results.
