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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.DeleteSpotDatafeedSubscription

Contents

Description

Deletes the data feed for Spot Instances. For more information, see SpotInstance Data Feed in the Amazon Elastic Compute Cloud User Guide.

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

Synopsis

Request

Request constructor

deleteSpotDatafeedSubscription :: DeleteSpotDatafeedSubscription Source

DeleteSpotDatafeedSubscription constructor.

The fields accessible through corresponding lenses are:

Request lenses

dsds1DryRun :: Lens' DeleteSpotDatafeedSubscription (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.

Response

Response constructor