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

Description

 
Synopsis

Documentation

data ExecutionResults Source #

Specifies the steps in the workflow, as well as the steps to execute in case of any errors during workflow execution.

See: newExecutionResults smart constructor.

Constructors

ExecutionResults' 

Fields

Instances

Instances details
Eq ExecutionResults Source # 
Instance details

Defined in Amazonka.Transfer.Types.ExecutionResults

Read ExecutionResults Source # 
Instance details

Defined in Amazonka.Transfer.Types.ExecutionResults

Show ExecutionResults Source # 
Instance details

Defined in Amazonka.Transfer.Types.ExecutionResults

Generic ExecutionResults Source # 
Instance details

Defined in Amazonka.Transfer.Types.ExecutionResults

Associated Types

type Rep ExecutionResults :: Type -> Type #

NFData ExecutionResults Source # 
Instance details

Defined in Amazonka.Transfer.Types.ExecutionResults

Methods

rnf :: ExecutionResults -> () #

Hashable ExecutionResults Source # 
Instance details

Defined in Amazonka.Transfer.Types.ExecutionResults

FromJSON ExecutionResults Source # 
Instance details

Defined in Amazonka.Transfer.Types.ExecutionResults

type Rep ExecutionResults Source # 
Instance details

Defined in Amazonka.Transfer.Types.ExecutionResults

type Rep ExecutionResults = D1 ('MetaData "ExecutionResults" "Amazonka.Transfer.Types.ExecutionResults" "libZSservicesZSamazonka-transferZSamazonka-transfer" 'False) (C1 ('MetaCons "ExecutionResults'" 'PrefixI 'True) (S1 ('MetaSel ('Just "onExceptionSteps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ExecutionStepResult))) :*: S1 ('MetaSel ('Just "steps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ExecutionStepResult)))))

newExecutionResults :: ExecutionResults Source #

Create a value of ExecutionResults 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:onExceptionSteps:ExecutionResults', executionResults_onExceptionSteps - Specifies the steps (actions) to take if errors are encountered during execution of the workflow.

$sel:steps:ExecutionResults', executionResults_steps - Specifies the details for the steps that are in the specified workflow.

executionResults_onExceptionSteps :: Lens' ExecutionResults (Maybe (NonEmpty ExecutionStepResult)) Source #

Specifies the steps (actions) to take if errors are encountered during execution of the workflow.

executionResults_steps :: Lens' ExecutionResults (Maybe (NonEmpty ExecutionStepResult)) Source #

Specifies the details for the steps that are in the specified workflow.