| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.EC2.Types.BundleTask
Description
Synopsis
- data BundleTask = BundleTask' {}
- newBundleTask :: Text -> Text -> Text -> UTCTime -> BundleTaskState -> Storage -> UTCTime -> BundleTask
- bundleTask_bundleTaskError :: Lens' BundleTask (Maybe BundleTaskError)
- bundleTask_bundleId :: Lens' BundleTask Text
- bundleTask_instanceId :: Lens' BundleTask Text
- bundleTask_progress :: Lens' BundleTask Text
- bundleTask_startTime :: Lens' BundleTask UTCTime
- bundleTask_state :: Lens' BundleTask BundleTaskState
- bundleTask_storage :: Lens' BundleTask Storage
- bundleTask_updateTime :: Lens' BundleTask UTCTime
Documentation
data BundleTask Source #
Describes a bundle task.
See: newBundleTask smart constructor.
Constructors
| BundleTask' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> UTCTime | |
| -> BundleTaskState | |
| -> Storage | |
| -> UTCTime | |
| -> BundleTask |
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_state :: Lens' BundleTask BundleTaskState Source #
The state of the task.
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.