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

Description

 
Synopsis

Documentation

data LambdaFunctionScheduledEventDetails Source #

Contains details about a lambda function scheduled during an execution.

See: newLambdaFunctionScheduledEventDetails smart constructor.

Constructors

LambdaFunctionScheduledEventDetails' 

Fields

Instances

Instances details
Eq LambdaFunctionScheduledEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.LambdaFunctionScheduledEventDetails

Show LambdaFunctionScheduledEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.LambdaFunctionScheduledEventDetails

Generic LambdaFunctionScheduledEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.LambdaFunctionScheduledEventDetails

NFData LambdaFunctionScheduledEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.LambdaFunctionScheduledEventDetails

Hashable LambdaFunctionScheduledEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.LambdaFunctionScheduledEventDetails

FromJSON LambdaFunctionScheduledEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.LambdaFunctionScheduledEventDetails

type Rep LambdaFunctionScheduledEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.LambdaFunctionScheduledEventDetails

type Rep LambdaFunctionScheduledEventDetails = D1 ('MetaData "LambdaFunctionScheduledEventDetails" "Amazonka.StepFunctions.Types.LambdaFunctionScheduledEventDetails" "libZSservicesZSamazonka-stepfunctionsZSamazonka-stepfunctions" 'False) (C1 ('MetaCons "LambdaFunctionScheduledEventDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "inputDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HistoryEventExecutionDataDetails)) :*: S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))) :*: (S1 ('MetaSel ('Just "timeoutInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "resource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newLambdaFunctionScheduledEventDetails Source #

Create a value of LambdaFunctionScheduledEventDetails 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:inputDetails:LambdaFunctionScheduledEventDetails', lambdaFunctionScheduledEventDetails_inputDetails - Contains details about input for an execution history event.

$sel:input:LambdaFunctionScheduledEventDetails', lambdaFunctionScheduledEventDetails_input - The JSON data input to the lambda function. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

$sel:timeoutInSeconds:LambdaFunctionScheduledEventDetails', lambdaFunctionScheduledEventDetails_timeoutInSeconds - The maximum allowed duration of the lambda function.

$sel:resource:LambdaFunctionScheduledEventDetails', lambdaFunctionScheduledEventDetails_resource - The Amazon Resource Name (ARN) of the scheduled lambda function.

lambdaFunctionScheduledEventDetails_input :: Lens' LambdaFunctionScheduledEventDetails (Maybe Text) Source #

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

lambdaFunctionScheduledEventDetails_resource :: Lens' LambdaFunctionScheduledEventDetails Text Source #

The Amazon Resource Name (ARN) of the scheduled lambda function.