amazonka-autoscaling-0.3.3: Amazon Auto Scaling SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.AutoScaling.DescribeAutoScalingInstances

Contents

Description

Describes one or more Auto Scaling instances. If a list is not provided, the call describes all instances.

You can describe up to a maximum of 50 instances with a single call. By default, a call returns up to 20 instances. 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_DescribeAutoScalingInstances.html

Synopsis

Request

Request constructor

Request lenses

dasiInstanceIds :: Lens' DescribeAutoScalingInstances [Text] Source

One or more Auto Scaling instances to describe, up to 50 instances. If you omit this parameter, all Auto Scaling instances are described. If you specify an ID that does not exist, it is ignored with no error.

dasiMaxRecords :: Lens' DescribeAutoScalingInstances (Maybe Int) Source

The maximum number of items to return with this call.

dasiNextToken :: Lens' DescribeAutoScalingInstances (Maybe Text) Source

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

Response

Response constructor

Response lenses

dasirNextToken :: Lens' DescribeAutoScalingInstancesResponse (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.