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
- data ExecutionSummary = ExecutionSummary' {}
- newExecutionSummary :: ExecutionSummary
- executionSummary_executionId :: Lens' ExecutionSummary (Maybe Text)
- executionSummary_state :: Lens' ExecutionSummary (Maybe ExecutionState)
- executionSummary_taskId :: Lens' ExecutionSummary (Maybe Text)
- executionSummary_managedDeviceId :: Lens' ExecutionSummary (Maybe Text)
Documentation
data ExecutionSummary Source #
The summary of a task execution on a specified device.
See: newExecutionSummary
smart constructor.
ExecutionSummary' | |
|
Instances
newExecutionSummary :: ExecutionSummary Source #
Create a value of ExecutionSummary
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:executionId:ExecutionSummary'
, executionSummary_executionId
- The ID of the execution.
$sel:state:ExecutionSummary'
, executionSummary_state
- The state of the execution.
$sel:taskId:ExecutionSummary'
, executionSummary_taskId
- The ID of the task.
$sel:managedDeviceId:ExecutionSummary'
, executionSummary_managedDeviceId
- The ID of the managed device that the task is being executed on.
executionSummary_executionId :: Lens' ExecutionSummary (Maybe Text) Source #
The ID of the execution.
executionSummary_state :: Lens' ExecutionSummary (Maybe ExecutionState) Source #
The state of the execution.
executionSummary_taskId :: Lens' ExecutionSummary (Maybe Text) Source #
The ID of the task.
executionSummary_managedDeviceId :: Lens' ExecutionSummary (Maybe Text) Source #
The ID of the managed device that the task is being executed on.