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.ListedExecution

Description

 
Synopsis

Documentation

data ListedExecution Source #

Returns properties of the execution that is specified.

See: newListedExecution smart constructor.

Constructors

ListedExecution' 

Fields

Instances

Instances details
Eq ListedExecution Source # 
Instance details

Defined in Amazonka.Transfer.Types.ListedExecution

Read ListedExecution Source # 
Instance details

Defined in Amazonka.Transfer.Types.ListedExecution

Show ListedExecution Source # 
Instance details

Defined in Amazonka.Transfer.Types.ListedExecution

Generic ListedExecution Source # 
Instance details

Defined in Amazonka.Transfer.Types.ListedExecution

Associated Types

type Rep ListedExecution :: Type -> Type #

NFData ListedExecution Source # 
Instance details

Defined in Amazonka.Transfer.Types.ListedExecution

Methods

rnf :: ListedExecution -> () #

Hashable ListedExecution Source # 
Instance details

Defined in Amazonka.Transfer.Types.ListedExecution

FromJSON ListedExecution Source # 
Instance details

Defined in Amazonka.Transfer.Types.ListedExecution

type Rep ListedExecution Source # 
Instance details

Defined in Amazonka.Transfer.Types.ListedExecution

type Rep ListedExecution = D1 ('MetaData "ListedExecution" "Amazonka.Transfer.Types.ListedExecution" "libZSservicesZSamazonka-transferZSamazonka-transfer" 'False) (C1 ('MetaCons "ListedExecution'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExecutionStatus)) :*: S1 ('MetaSel ('Just "executionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "initialFileLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileLocation)) :*: S1 ('MetaSel ('Just "serviceMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServiceMetadata)))))

newListedExecution :: ListedExecution Source #

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

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

$sel:initialFileLocation:ListedExecution', listedExecution_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:serviceMetadata:ListedExecution', listedExecution_serviceMetadata - A container object for the session details associated with a workflow.

listedExecution_status :: Lens' ListedExecution (Maybe ExecutionStatus) Source #

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

listedExecution_executionId :: Lens' ListedExecution (Maybe Text) Source #

A unique identifier for the execution of a workflow.

listedExecution_initialFileLocation :: Lens' ListedExecution (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.

listedExecution_serviceMetadata :: Lens' ListedExecution (Maybe ServiceMetadata) Source #

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