| 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 |
Amazonka.DataSync.Types.TaskExecutionListEntry
Description
Documentation
data TaskExecutionListEntry Source #
Represents a single entry in a list of task executions.
TaskExecutionListEntry returns an array that contains a list of
specific invocations of a task when the
ListTaskExecutions
operation is called.
See: newTaskExecutionListEntry smart constructor.
Constructors
| TaskExecutionListEntry' | |
Fields
| |
Instances
newTaskExecutionListEntry :: TaskExecutionListEntry Source #
Create a value of TaskExecutionListEntry 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:status:TaskExecutionListEntry', taskExecutionListEntry_status - The status of a task execution.
$sel:taskExecutionArn:TaskExecutionListEntry', taskExecutionListEntry_taskExecutionArn - The Amazon Resource Name (ARN) of the task that was executed.
taskExecutionListEntry_status :: Lens' TaskExecutionListEntry (Maybe TaskExecutionStatus) Source #
The status of a task execution.
taskExecutionListEntry_taskExecutionArn :: Lens' TaskExecutionListEntry (Maybe Text) Source #
The Amazon Resource Name (ARN) of the task that was executed.