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.BundleTask

Description

 
Synopsis

Documentation

data BundleTask Source #

Describes a bundle task.

See: newBundleTask smart constructor.

Constructors

BundleTask' 

Fields

Instances

Instances details
FromXML BundleTask Source # 
Instance details

Defined in Amazonka.EC2.Types.BundleTask

Generic BundleTask Source # 
Instance details

Defined in Amazonka.EC2.Types.BundleTask

Associated Types

type Rep BundleTask :: Type -> Type #

Read BundleTask Source # 
Instance details

Defined in Amazonka.EC2.Types.BundleTask

Show BundleTask Source # 
Instance details

Defined in Amazonka.EC2.Types.BundleTask

NFData BundleTask Source # 
Instance details

Defined in Amazonka.EC2.Types.BundleTask

Methods

rnf :: BundleTask -> () #

Eq BundleTask Source # 
Instance details

Defined in Amazonka.EC2.Types.BundleTask

Hashable BundleTask Source # 
Instance details

Defined in Amazonka.EC2.Types.BundleTask

type Rep BundleTask Source # 
Instance details

Defined in Amazonka.EC2.Types.BundleTask

newBundleTask Source #

Create a value of BundleTask 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:bundleTaskError:BundleTask', bundleTask_bundleTaskError - If the task fails, a description of the error.

$sel:bundleId:BundleTask', bundleTask_bundleId - The ID of the bundle task.

$sel:instanceId:BundleTask', bundleTask_instanceId - The ID of the instance associated with this bundle task.

$sel:progress:BundleTask', bundleTask_progress - The level of task completion, as a percent (for example, 20%).

$sel:startTime:BundleTask', bundleTask_startTime - The time this task started.

$sel:state:BundleTask', bundleTask_state - The state of the task.

$sel:storage:BundleTask', bundleTask_storage - The Amazon S3 storage locations.

$sel:updateTime:BundleTask', bundleTask_updateTime - The time of the most recent update for the task.

bundleTask_bundleTaskError :: Lens' BundleTask (Maybe BundleTaskError) Source #

If the task fails, a description of the error.

bundleTask_bundleId :: Lens' BundleTask Text Source #

The ID of the bundle task.

bundleTask_instanceId :: Lens' BundleTask Text Source #

The ID of the instance associated with this bundle task.

bundleTask_progress :: Lens' BundleTask Text Source #

The level of task completion, as a percent (for example, 20%).

bundleTask_startTime :: Lens' BundleTask UTCTime Source #

The time this task started.

bundleTask_storage :: Lens' BundleTask Storage Source #

The Amazon S3 storage locations.

bundleTask_updateTime :: Lens' BundleTask UTCTime Source #

The time of the most recent update for the task.