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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.CancelBundleTask

Contents

Description

Cancels a bundling operation for an instance store-backed Windows instance.

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

Synopsis

Request

Request constructor

cancelBundleTask Source

CancelBundleTask constructor.

The fields accessible through corresponding lenses are:

Request lenses

cbtBundleId :: Lens' CancelBundleTask Text Source

The ID of the bundle task.

cbtDryRun :: Lens' CancelBundleTask (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

cancelBundleTaskResponse :: CancelBundleTaskResponse Source

CancelBundleTaskResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

cbtrBundleTask :: Lens' CancelBundleTaskResponse (Maybe BundleTask) Source

Information about the bundle task.