libZSservicesZSamazonka-stepfunctionsZSamazonka-stepfunctions
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.StepFunctions.Types.ExecutionSucceededEventDetails

Description

 
Synopsis

Documentation

data ExecutionSucceededEventDetails Source #

Contains details about the successful termination of the execution.

See: newExecutionSucceededEventDetails smart constructor.

Constructors

ExecutionSucceededEventDetails' 

Fields

Instances

Instances details
Eq ExecutionSucceededEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.ExecutionSucceededEventDetails

Show ExecutionSucceededEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.ExecutionSucceededEventDetails

Generic ExecutionSucceededEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.ExecutionSucceededEventDetails

Associated Types

type Rep ExecutionSucceededEventDetails :: Type -> Type #

NFData ExecutionSucceededEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.ExecutionSucceededEventDetails

Hashable ExecutionSucceededEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.ExecutionSucceededEventDetails

FromJSON ExecutionSucceededEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.ExecutionSucceededEventDetails

type Rep ExecutionSucceededEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.ExecutionSucceededEventDetails

type Rep ExecutionSucceededEventDetails = D1 ('MetaData "ExecutionSucceededEventDetails" "Amazonka.StepFunctions.Types.ExecutionSucceededEventDetails" "libZSservicesZSamazonka-stepfunctionsZSamazonka-stepfunctions" 'False) (C1 ('MetaCons "ExecutionSucceededEventDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "output") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "outputDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HistoryEventExecutionDataDetails))))

newExecutionSucceededEventDetails :: ExecutionSucceededEventDetails Source #

Create a value of ExecutionSucceededEventDetails 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:output:ExecutionSucceededEventDetails', executionSucceededEventDetails_output - The JSON data output by the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

$sel:outputDetails:ExecutionSucceededEventDetails', executionSucceededEventDetails_outputDetails - Contains details about the output of an execution history event.

executionSucceededEventDetails_output :: Lens' ExecutionSucceededEventDetails (Maybe Text) Source #

The JSON data output by the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.