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

Description

 
Synopsis

Documentation

data ExecutionStartedEventDetails Source #

Contains details about the start of the execution.

See: newExecutionStartedEventDetails smart constructor.

Constructors

ExecutionStartedEventDetails' 

Fields

Instances

Instances details
Eq ExecutionStartedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.ExecutionStartedEventDetails

Show ExecutionStartedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.ExecutionStartedEventDetails

Generic ExecutionStartedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.ExecutionStartedEventDetails

Associated Types

type Rep ExecutionStartedEventDetails :: Type -> Type #

NFData ExecutionStartedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.ExecutionStartedEventDetails

Hashable ExecutionStartedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.ExecutionStartedEventDetails

FromJSON ExecutionStartedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.ExecutionStartedEventDetails

type Rep ExecutionStartedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.ExecutionStartedEventDetails

type Rep ExecutionStartedEventDetails = D1 ('MetaData "ExecutionStartedEventDetails" "Amazonka.StepFunctions.Types.ExecutionStartedEventDetails" "libZSservicesZSamazonka-stepfunctionsZSamazonka-stepfunctions" 'False) (C1 ('MetaCons "ExecutionStartedEventDetails'" '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 "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newExecutionStartedEventDetails :: ExecutionStartedEventDetails Source #

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

$sel:input:ExecutionStartedEventDetails', executionStartedEventDetails_input - The JSON data input to the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

$sel:roleArn:ExecutionStartedEventDetails', executionStartedEventDetails_roleArn - The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.

executionStartedEventDetails_input :: Lens' ExecutionStartedEventDetails (Maybe Text) Source #

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

executionStartedEventDetails_roleArn :: Lens' ExecutionStartedEventDetails (Maybe Text) Source #

The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.