| 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.SnowDeviceManagement.Types.TaskSummary
Description
Synopsis
Documentation
data TaskSummary Source #
Information about the task assigned to one or many devices.
See: newTaskSummary smart constructor.
Constructors
| TaskSummary' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> TaskSummary |
Create a value of TaskSummary 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:state:TaskSummary', taskSummary_state - The state of the task assigned to one or many devices.
$sel:tags:TaskSummary', taskSummary_tags - Optional metadata that you assign to a resource. You can use tags to
categorize a resource in different ways, such as by purpose, owner, or
environment.
$sel:taskArn:TaskSummary', taskSummary_taskArn - The Amazon Resource Name (ARN) of the task.
$sel:taskId:TaskSummary', taskSummary_taskId - The task ID.
taskSummary_state :: Lens' TaskSummary (Maybe TaskState) Source #
The state of the task assigned to one or many devices.
taskSummary_tags :: Lens' TaskSummary (Maybe (HashMap Text Text)) Source #
Optional metadata that you assign to a resource. You can use tags to categorize a resource in different ways, such as by purpose, owner, or environment.
taskSummary_taskArn :: Lens' TaskSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the task.
taskSummary_taskId :: Lens' TaskSummary Text Source #
The task ID.