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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.RequestSpotFleet

Contents

Description

Creates a Spot fleet request.

For more information, see Spot Fleets in the Amazon Elastic Compute CloudUser Guide.

http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-RequestSpotFleet.html

Synopsis

Request

Request constructor

Request lenses

rsfDryRun :: Lens' RequestSpotFleet (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.

rsfSpotFleetRequestConfig :: Lens' RequestSpotFleet SpotFleetRequestConfigData Source

The configuration for the Spot fleet request.

Response

Response constructor

requestSpotFleetResponse Source

RequestSpotFleetResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses