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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.CancelExportTask

Contents

Description

Cancels an active export task. The request removes all artifacts of the export, including any partially-created Amazon S3 objects. If the export task is complete or is in the process of transferring the final disk image, the command fails and returns an error.

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

Synopsis

Request

Request constructor

cancelExportTask Source

CancelExportTask constructor.

The fields accessible through corresponding lenses are:

Request lenses

cetExportTaskId :: Lens' CancelExportTask Text Source

The ID of the export task. This is the ID returned by CreateInstanceExportTask .

Response

Response constructor