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

Description

 
Synopsis

Documentation

data MapRunStartedEventDetails Source #

Contains details about a Map Run that was started during a state machine execution.

See: newMapRunStartedEventDetails smart constructor.

Constructors

MapRunStartedEventDetails' 

Fields

Instances

Instances details
FromJSON MapRunStartedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.MapRunStartedEventDetails

Generic MapRunStartedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.MapRunStartedEventDetails

Associated Types

type Rep MapRunStartedEventDetails :: Type -> Type #

Read MapRunStartedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.MapRunStartedEventDetails

Show MapRunStartedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.MapRunStartedEventDetails

NFData MapRunStartedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.MapRunStartedEventDetails

Eq MapRunStartedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.MapRunStartedEventDetails

Hashable MapRunStartedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.MapRunStartedEventDetails

type Rep MapRunStartedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.MapRunStartedEventDetails

type Rep MapRunStartedEventDetails = D1 ('MetaData "MapRunStartedEventDetails" "Amazonka.StepFunctions.Types.MapRunStartedEventDetails" "amazonka-stepfunctions-2.0-K6z2kqboJVbL1MZX8DUt0f" 'False) (C1 ('MetaCons "MapRunStartedEventDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "mapRunArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newMapRunStartedEventDetails :: MapRunStartedEventDetails Source #

Create a value of MapRunStartedEventDetails 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:mapRunArn:MapRunStartedEventDetails', mapRunStartedEventDetails_mapRunArn - The Amazon Resource Name (ARN) of a Map Run that was started.

mapRunStartedEventDetails_mapRunArn :: Lens' MapRunStartedEventDetails (Maybe Text) Source #

The Amazon Resource Name (ARN) of a Map Run that was started.