
describe-scaling-activities
***************************


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

Returns the scaling activities for the specified Auto Scaling group.

If the specified "--activity-ids" list is empty, all the activities
from the past six weeks are returned. Activities are sorted by
completion time. Activities still in progress appear first on the
list.

This action supports pagination. If the response includes a token,
there are more records available. To get the additional records,
repeat the request with the response token as the "--next-token"
parameter.


SYNOPSIS
========

   aws autoscaling describe-scaling-activities
     [--activity-ids <value>]
     [--max-records <value>]
     [--next-token <value>]
     [--auto-scaling-group-name <value>]


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

None


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

"--activity-ids"  (list of string)
   A list containing the activity IDs of the desired scaling
   activities. If this list is omitted, all activities are described.
   If an "--auto-scaling-group-name" is provided, the results are
   limited to that group. The list of requested activities cannot
   contain more than 50 items. If unknown activities are requested,
   they are ignored with no error.

   *Parameter Syntax*

      ["string", ...]

"--max-records"  (integer)
   The maximum number of scaling activities to return.

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

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