libZSservicesZSamazonka-datasyncZSamazonka-datasync
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.DataSync.Types.TaskExecutionListEntry

Description

 
Synopsis

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

Instances details
Eq TaskExecutionListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskExecutionListEntry

Read TaskExecutionListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskExecutionListEntry

Show TaskExecutionListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskExecutionListEntry

Generic TaskExecutionListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskExecutionListEntry

Associated Types

type Rep TaskExecutionListEntry :: Type -> Type #

NFData TaskExecutionListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskExecutionListEntry

Methods

rnf :: TaskExecutionListEntry -> () #

Hashable TaskExecutionListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskExecutionListEntry

FromJSON TaskExecutionListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskExecutionListEntry

type Rep TaskExecutionListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.TaskExecutionListEntry

type Rep TaskExecutionListEntry = D1 ('MetaData "TaskExecutionListEntry" "Amazonka.DataSync.Types.TaskExecutionListEntry" "libZSservicesZSamazonka-datasyncZSamazonka-datasync" 'False) (C1 ('MetaCons "TaskExecutionListEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TaskExecutionStatus)) :*: S1 ('MetaSel ('Just "taskExecutionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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_taskExecutionArn :: Lens' TaskExecutionListEntry (Maybe Text) Source #

The Amazon Resource Name (ARN) of the task that was executed.