Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data TaskSummary Source #
Information about the task assigned to one or many devices.
See: newTaskSummary
smart constructor.
TaskSummary' | |
|
Instances
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:taskArn:TaskSummary'
, taskSummary_taskArn
- The Amazon Resource Name (ARN) of the task.
$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: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_taskArn :: Lens' TaskSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the task.
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_taskId :: Lens' TaskSummary Text Source #
The task ID.