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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.ImportInstance

Contents

Description

Creates an import instance task using metadata from the specified disk image. After importing the image, you then upload it using the ec2-import-volume command in the EC2 command line tools. For more information, see Using the Command Line Tools to Import Your Virtual Machine to Amazon EC2 in the Amazon Elastic Compute Cloud User Guide for Linux.

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

Synopsis

Request

Request constructor

Request lenses

iiDescription :: Lens' ImportInstance (Maybe Text) Source

A description for the instance being imported.

iiPlatform :: Lens' ImportInstance PlatformValues Source

The instance operating system.

Response

Response constructor

importInstanceResponse :: ImportInstanceResponse Source

ImportInstanceResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses