libZSservicesZSamazonka-transferZSamazonka-transfer
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.Transfer.Types.DescribedExecution

Description

 
Synopsis

Documentation

data DescribedExecution Source #

The details for an execution object.

See: newDescribedExecution smart constructor.

Constructors

DescribedExecution' 

Fields

Instances

Instances details
Eq DescribedExecution Source # 
Instance details

Defined in Amazonka.Transfer.Types.DescribedExecution

Read DescribedExecution Source # 
Instance details

Defined in Amazonka.Transfer.Types.DescribedExecution

Show DescribedExecution Source # 
Instance details

Defined in Amazonka.Transfer.Types.DescribedExecution

Generic DescribedExecution Source # 
Instance details

Defined in Amazonka.Transfer.Types.DescribedExecution

Associated Types

type Rep DescribedExecution :: Type -> Type #

NFData DescribedExecution Source # 
Instance details

Defined in Amazonka.Transfer.Types.DescribedExecution

Methods

rnf :: DescribedExecution -> () #

Hashable DescribedExecution Source # 
Instance details

Defined in Amazonka.Transfer.Types.DescribedExecution

FromJSON DescribedExecution Source # 
Instance details

Defined in Amazonka.Transfer.Types.DescribedExecution

type Rep DescribedExecution Source # 
Instance details

Defined in Amazonka.Transfer.Types.DescribedExecution

newDescribedExecution :: DescribedExecution Source #

Create a value of DescribedExecution 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:DescribedExecution', describedExecution_status - The status is one of the execution. Can be in progress, completed, exception encountered, or handling the exception.

$sel:executionId:DescribedExecution', describedExecution_executionId - A unique identifier for the execution of a workflow.

$sel:results:DescribedExecution', describedExecution_results - A structure that describes the execution results. This includes a list of the steps along with the details of each step, error type and message (if any), and the OnExceptionSteps structure.

$sel:initialFileLocation:DescribedExecution', describedExecution_initialFileLocation - A structure that describes the Amazon S3 or EFS file location. This is the file location when the execution begins: if the file is being copied, this is the initial (as opposed to destination) file location.

$sel:posixProfile:DescribedExecution', describedExecution_posixProfile - Undocumented member.

$sel:serviceMetadata:DescribedExecution', describedExecution_serviceMetadata - A container object for the session details associated with a workflow.

$sel:loggingConfiguration:DescribedExecution', describedExecution_loggingConfiguration - The IAM logging role associated with the execution.

$sel:executionRole:DescribedExecution', describedExecution_executionRole - The IAM role associated with the execution.

describedExecution_status :: Lens' DescribedExecution (Maybe ExecutionStatus) Source #

The status is one of the execution. Can be in progress, completed, exception encountered, or handling the exception.

describedExecution_executionId :: Lens' DescribedExecution (Maybe Text) Source #

A unique identifier for the execution of a workflow.

describedExecution_results :: Lens' DescribedExecution (Maybe ExecutionResults) Source #

A structure that describes the execution results. This includes a list of the steps along with the details of each step, error type and message (if any), and the OnExceptionSteps structure.

describedExecution_initialFileLocation :: Lens' DescribedExecution (Maybe FileLocation) Source #

A structure that describes the Amazon S3 or EFS file location. This is the file location when the execution begins: if the file is being copied, this is the initial (as opposed to destination) file location.

describedExecution_serviceMetadata :: Lens' DescribedExecution (Maybe ServiceMetadata) Source #

A container object for the session details associated with a workflow.

describedExecution_executionRole :: Lens' DescribedExecution (Maybe Text) Source #

The IAM role associated with the execution.