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

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.DescribeSpotFleetRequests

Contents

Description

Describes your Spot fleet requests.

See: AWS API Reference for DescribeSpotFleetRequests.

Synopsis

Creating a Request

describeSpotFleetRequests :: DescribeSpotFleetRequests Source

Creates a value of DescribeSpotFleetRequests with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

dsfrSpotFleetRequestIds :: Lens' DescribeSpotFleetRequests [Text] Source

The IDs of the Spot fleet requests.

dsfrNextToken :: Lens' DescribeSpotFleetRequests (Maybe Text) Source

The token for the next set of results.

dsfrDryRun :: Lens' DescribeSpotFleetRequests (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.

dsfrMaxResults :: Lens' DescribeSpotFleetRequests (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.

Destructuring the Response

describeSpotFleetRequestsResponse Source

Creates a value of DescribeSpotFleetRequestsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

dsfrrsNextToken :: Lens' DescribeSpotFleetRequestsResponse (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.

dsfrrsSpotFleetRequestConfigs :: Lens' DescribeSpotFleetRequestsResponse [SpotFleetRequestConfig] Source

Information about the configuration of your Spot fleet.