Safe Haskell | None |
---|---|
Language | Haskell2010 |
Describes one or more Auto Scaling groups. If a list of names is not provided, the call describes all Auto Scaling groups.
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_DescribeAutoScalingGroups.html
- data DescribeAutoScalingGroups
- describeAutoScalingGroups :: DescribeAutoScalingGroups
- dasgAutoScalingGroupNames :: Lens' DescribeAutoScalingGroups [Text]
- dasgMaxRecords :: Lens' DescribeAutoScalingGroups (Maybe Int)
- dasgNextToken :: Lens' DescribeAutoScalingGroups (Maybe Text)
- data DescribeAutoScalingGroupsResponse
- describeAutoScalingGroupsResponse :: DescribeAutoScalingGroupsResponse
- dasgrAutoScalingGroups :: Lens' DescribeAutoScalingGroupsResponse [AutoScalingGroup]
- dasgrNextToken :: Lens' DescribeAutoScalingGroupsResponse (Maybe Text)
Request
data DescribeAutoScalingGroups Source
Request constructor
describeAutoScalingGroups :: DescribeAutoScalingGroups Source
DescribeAutoScalingGroups
constructor.
The fields accessible through corresponding lenses are:
Request lenses
dasgAutoScalingGroupNames :: Lens' DescribeAutoScalingGroups [Text] Source
The group names.
dasgMaxRecords :: Lens' DescribeAutoScalingGroups (Maybe Int) Source
The maximum number of items to return with this call.
dasgNextToken :: Lens' DescribeAutoScalingGroups (Maybe Text) Source
The token for the next set of items to return. (You received this token from a previous call.)
Response
Response constructor
describeAutoScalingGroupsResponse :: DescribeAutoScalingGroupsResponse Source
DescribeAutoScalingGroupsResponse
constructor.
The fields accessible through corresponding lenses are:
Response lenses
dasgrAutoScalingGroups :: Lens' DescribeAutoScalingGroupsResponse [AutoScalingGroup] Source
The groups.
dasgrNextToken :: Lens' DescribeAutoScalingGroupsResponse (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.