amazonka-ec2-0.3.6.1: Amazon Elastic Compute Cloud SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.DescribeSpotFleetInstances

Contents

Description

Synopsis

Request

Request constructor

Request lenses

dsfiDryRun :: Lens' DescribeSpotFleetInstances (Maybe Bool) Source

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

dsfiMaxResults :: Lens' DescribeSpotFleetInstances (Maybe Int) Source

The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default value is 1000. To retrieve the remaining results, make another call with the returned NextToken value.

dsfiNextToken :: Lens' DescribeSpotFleetInstances (Maybe Text) Source

The token for the next set of results.

Response

Response constructor

Response lenses

dsfirActiveInstances :: Lens' DescribeSpotFleetInstancesResponse [ActiveInstance] Source

The running instances. Note that this list is refreshed periodically and might be out of date.

dsfirNextToken :: Lens' DescribeSpotFleetInstancesResponse (Maybe Text) Source

The token required to retrieve the next set of results. This value is null when there are no more results to return.