Safe Haskell | None |
---|---|
Language | Haskell2010 |
Describes one or more scaling activities for the specified Auto Scaling
group. If you omit the ActivityIds
, the call returns all activities from the
past six weeks. Activities are sorted by the start time. Activities still in
progress appear first on the list.
You can specify a maximum number of items to be returned 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.
http://docs.aws.amazon.com/AutoScaling/latest/APIReference/API_DescribeScalingActivities.html
- data DescribeScalingActivities
- describeScalingActivities :: DescribeScalingActivities
- dsa2ActivityIds :: Lens' DescribeScalingActivities [Text]
- dsa2AutoScalingGroupName :: Lens' DescribeScalingActivities (Maybe Text)
- dsa2MaxRecords :: Lens' DescribeScalingActivities (Maybe Int)
- dsa2NextToken :: Lens' DescribeScalingActivities (Maybe Text)
- data DescribeScalingActivitiesResponse
- describeScalingActivitiesResponse :: DescribeScalingActivitiesResponse
- dsar1Activities :: Lens' DescribeScalingActivitiesResponse [Activity]
- dsar1NextToken :: Lens' DescribeScalingActivitiesResponse (Maybe Text)
Request
data DescribeScalingActivities Source
Request constructor
describeScalingActivities :: DescribeScalingActivities Source
DescribeScalingActivities
constructor.
The fields accessible through corresponding lenses are:
Request lenses
dsa2ActivityIds :: Lens' DescribeScalingActivities [Text] Source
A list containing the activity IDs of the desired scaling activities. If
this list is omitted, all activities are described. If an AutoScalingGroupName
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.
dsa2AutoScalingGroupName :: Lens' DescribeScalingActivities (Maybe Text) Source
The name of the group.
dsa2MaxRecords :: Lens' DescribeScalingActivities (Maybe Int) Source
The maximum number of items to return with this call.
dsa2NextToken :: Lens' DescribeScalingActivities (Maybe Text) Source
The token for the next set of items to return. (You received this token from a previous call.)
Response
Response constructor
describeScalingActivitiesResponse :: DescribeScalingActivitiesResponse Source
DescribeScalingActivitiesResponse
constructor.
The fields accessible through corresponding lenses are:
Response lenses
dsar1Activities :: Lens' DescribeScalingActivitiesResponse [Activity] Source
The scaling activities.
dsar1NextToken :: Lens' DescribeScalingActivitiesResponse (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.