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

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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 Exporting EC2 Instances in the Amazon Elastic Compute Cloud User Guide.

See: AWS API Reference for CreateInstanceExportTask.

Synopsis

Creating a Request

createInstanceExportTask Source

Creates a value of CreateInstanceExportTask with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

cietExportToS3Task :: Lens' CreateInstanceExportTask (Maybe ExportToS3TaskSpecification) Source

The format and location for an instance export task.

cietDescription :: Lens' CreateInstanceExportTask (Maybe Text) Source

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

Destructuring the Response

createInstanceExportTaskResponse Source

Creates a value of CreateInstanceExportTaskResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

cietrsExportTask :: Lens' CreateInstanceExportTaskResponse (Maybe ExportTask) Source

Information about the instance export task.