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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.ImportSnapshot

Contents

Description

Synopsis

Request

Request constructor

Request lenses

isClientData :: Lens' ImportSnapshot (Maybe ClientData) Source

The client-specific data.

isClientToken :: Lens' ImportSnapshot (Maybe Text) Source

Token to enable idempotency for VM import requests.

isDescription :: Lens' ImportSnapshot (Maybe Text) Source

The description string for the import snapshot task.

isDiskContainer :: Lens' ImportSnapshot (Maybe SnapshotDiskContainer) Source

Information about the disk container.

isDryRun :: Lens' ImportSnapshot (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.

isRoleName :: Lens' ImportSnapshot (Maybe Text) Source

The name of the role to use when not using the default role, vmimport.

Response

Response constructor

Response lenses

isrDescription :: Lens' ImportSnapshotResponse (Maybe Text) Source

A description of the import snapshot task.

isrImportTaskId :: Lens' ImportSnapshotResponse (Maybe Text) Source

The ID of the import snapshot task.

isrSnapshotTaskDetail :: Lens' ImportSnapshotResponse (Maybe SnapshotTaskDetail) Source

Information about the import snapshot task.