| 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.DataSync.Types.TaskListEntry
Description
Documentation
data TaskListEntry Source #
Represents a single entry in a list of tasks. TaskListEntry returns an
array that contains a list of tasks when the
ListTasks
operation is called. A task includes the source and destination file
systems to sync and the options to use for the tasks.
See: newTaskListEntry smart constructor.
Constructors
| TaskListEntry' | |
Instances
newTaskListEntry :: TaskListEntry Source #
Create a value of TaskListEntry 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:name:TaskListEntry', taskListEntry_name - The name of the task.
$sel:status:TaskListEntry', taskListEntry_status - The status of the task.
$sel:taskArn:TaskListEntry', taskListEntry_taskArn - The Amazon Resource Name (ARN) of the task.
taskListEntry_name :: Lens' TaskListEntry (Maybe Text) Source #
The name of the task.
taskListEntry_status :: Lens' TaskListEntry (Maybe TaskStatus) Source #
The status of the task.
taskListEntry_taskArn :: Lens' TaskListEntry (Maybe Text) Source #
The Amazon Resource Name (ARN) of the task.