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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.CancelSpotFleetRequests

Contents

Description

Synopsis

Request

Request constructor

Request lenses

csfrDryRun :: Lens' CancelSpotFleetRequests (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.

csfrSpotFleetRequestIds :: Lens' CancelSpotFleetRequests [Text] Source

The IDs of the Spot fleet requests.

csfrTerminateInstances :: Lens' CancelSpotFleetRequests Bool Source

Indicates whether to terminate instances for a Spot fleet request if it is canceled successfully.

Response

Response constructor

Response lenses

csfrrSuccessfulFleetRequests :: Lens' CancelSpotFleetRequestsResponse [CancelSpotFleetRequestsSuccessItem] Source

Information about the Spot fleet requests that are successfully canceled.

csfrrUnsuccessfulFleetRequests :: Lens' CancelSpotFleetRequestsResponse [CancelSpotFleetRequestsErrorItem] Source

Information about the Spot fleet requests that are not successfully canceled.