amazonka-stepfunctions-2.0: Amazon Step Functions SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.StepFunctions.Types.LambdaFunctionSucceededEventDetails

Description

 
Synopsis

Documentation

data LambdaFunctionSucceededEventDetails Source #

Contains details about a Lambda function that successfully terminated during an execution.

See: newLambdaFunctionSucceededEventDetails smart constructor.

Constructors

LambdaFunctionSucceededEventDetails' 

Fields

Instances

Instances details
FromJSON LambdaFunctionSucceededEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.LambdaFunctionSucceededEventDetails

Generic LambdaFunctionSucceededEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.LambdaFunctionSucceededEventDetails

Show LambdaFunctionSucceededEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.LambdaFunctionSucceededEventDetails

NFData LambdaFunctionSucceededEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.LambdaFunctionSucceededEventDetails

Eq LambdaFunctionSucceededEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.LambdaFunctionSucceededEventDetails

Hashable LambdaFunctionSucceededEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.LambdaFunctionSucceededEventDetails

type Rep LambdaFunctionSucceededEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.LambdaFunctionSucceededEventDetails

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

newLambdaFunctionSucceededEventDetails :: LambdaFunctionSucceededEventDetails Source #

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

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

lambdaFunctionSucceededEventDetails_output :: Lens' LambdaFunctionSucceededEventDetails (Maybe Text) Source #

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