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

Description

 
Synopsis

Documentation

data StateEnteredEventDetails Source #

Contains details about a state entered during an execution.

See: newStateEnteredEventDetails smart constructor.

Constructors

StateEnteredEventDetails' 

Fields

Instances

Instances details
Eq StateEnteredEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.StateEnteredEventDetails

Show StateEnteredEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.StateEnteredEventDetails

Generic StateEnteredEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.StateEnteredEventDetails

Associated Types

type Rep StateEnteredEventDetails :: Type -> Type #

NFData StateEnteredEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.StateEnteredEventDetails

Hashable StateEnteredEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.StateEnteredEventDetails

FromJSON StateEnteredEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.StateEnteredEventDetails

type Rep StateEnteredEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.StateEnteredEventDetails

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

newStateEnteredEventDetails Source #

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

$sel:input:StateEnteredEventDetails', stateEnteredEventDetails_input - The string that contains the JSON input data for the state. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

$sel:name:StateEnteredEventDetails', stateEnteredEventDetails_name - The name of the state.

stateEnteredEventDetails_inputDetails :: Lens' StateEnteredEventDetails (Maybe HistoryEventExecutionDataDetails) Source #

Contains details about the input for an execution history event.

stateEnteredEventDetails_input :: Lens' StateEnteredEventDetails (Maybe Text) Source #

The string that contains the JSON input data for the state. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.