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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.CreateInstanceExportTask

Contents

Description

Exports a running or stopped instance to an S3 bucket.

For information about the supported operating systems, image formats, and known limitations for the types of instances you can export, see ExportingEC2 Instances in the Amazon Elastic Compute Cloud User Guide.

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

Synopsis

Request

Request constructor

Request lenses

cietDescription :: Lens' CreateInstanceExportTask (Maybe Text) Source

A description for the conversion task or the resource being exported. The maximum length is 255 bytes.

cietExportToS3Task :: Lens' CreateInstanceExportTask (Maybe ExportToS3TaskSpecification) Source

The format and location for an instance export task.

Response

Response constructor

Response lenses

cietrExportTask :: Lens' CreateInstanceExportTaskResponse (Maybe ExportTask) Source

Information about the instance export task.