amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.Types.ExportImageTask

Description

 
Synopsis

Documentation

data ExportImageTask Source #

Describes an export image task.

See: newExportImageTask smart constructor.

Constructors

ExportImageTask' 

Fields

Instances

Instances details
FromXML ExportImageTask Source # 
Instance details

Defined in Amazonka.EC2.Types.ExportImageTask

Generic ExportImageTask Source # 
Instance details

Defined in Amazonka.EC2.Types.ExportImageTask

Associated Types

type Rep ExportImageTask :: Type -> Type #

Read ExportImageTask Source # 
Instance details

Defined in Amazonka.EC2.Types.ExportImageTask

Show ExportImageTask Source # 
Instance details

Defined in Amazonka.EC2.Types.ExportImageTask

NFData ExportImageTask Source # 
Instance details

Defined in Amazonka.EC2.Types.ExportImageTask

Methods

rnf :: ExportImageTask -> () #

Eq ExportImageTask Source # 
Instance details

Defined in Amazonka.EC2.Types.ExportImageTask

Hashable ExportImageTask Source # 
Instance details

Defined in Amazonka.EC2.Types.ExportImageTask

type Rep ExportImageTask Source # 
Instance details

Defined in Amazonka.EC2.Types.ExportImageTask

newExportImageTask :: ExportImageTask Source #

Create a value of ExportImageTask with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:description:ExportImageTask', exportImageTask_description - A description of the image being exported.

$sel:exportImageTaskId:ExportImageTask', exportImageTask_exportImageTaskId - The ID of the export image task.

$sel:imageId:ExportImageTask', exportImageTask_imageId - The ID of the image.

$sel:progress:ExportImageTask', exportImageTask_progress - The percent complete of the export image task.

$sel:s3ExportLocation:ExportImageTask', exportImageTask_s3ExportLocation - Information about the destination Amazon S3 bucket.

$sel:status:ExportImageTask', exportImageTask_status - The status of the export image task. The possible values are active, completed, deleting, and deleted.

$sel:statusMessage:ExportImageTask', exportImageTask_statusMessage - The status message for the export image task.

$sel:tags:ExportImageTask', exportImageTask_tags - Any tags assigned to the export image task.

exportImageTask_description :: Lens' ExportImageTask (Maybe Text) Source #

A description of the image being exported.

exportImageTask_progress :: Lens' ExportImageTask (Maybe Text) Source #

The percent complete of the export image task.

exportImageTask_s3ExportLocation :: Lens' ExportImageTask (Maybe ExportTaskS3Location) Source #

Information about the destination Amazon S3 bucket.

exportImageTask_status :: Lens' ExportImageTask (Maybe Text) Source #

The status of the export image task. The possible values are active, completed, deleting, and deleted.

exportImageTask_statusMessage :: Lens' ExportImageTask (Maybe Text) Source #

The status message for the export image task.

exportImageTask_tags :: Lens' ExportImageTask (Maybe [Tag]) Source #

Any tags assigned to the export image task.