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

Description

 
Synopsis

Documentation

data MapStateStartedEventDetails Source #

Details about a Map state that was started.

See: newMapStateStartedEventDetails smart constructor.

Constructors

MapStateStartedEventDetails' 

Fields

Instances

Instances details
Eq MapStateStartedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.MapStateStartedEventDetails

Read MapStateStartedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.MapStateStartedEventDetails

Show MapStateStartedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.MapStateStartedEventDetails

Generic MapStateStartedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.MapStateStartedEventDetails

Associated Types

type Rep MapStateStartedEventDetails :: Type -> Type #

NFData MapStateStartedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.MapStateStartedEventDetails

Hashable MapStateStartedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.MapStateStartedEventDetails

FromJSON MapStateStartedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.MapStateStartedEventDetails

type Rep MapStateStartedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.MapStateStartedEventDetails

type Rep MapStateStartedEventDetails = D1 ('MetaData "MapStateStartedEventDetails" "Amazonka.StepFunctions.Types.MapStateStartedEventDetails" "libZSservicesZSamazonka-stepfunctionsZSamazonka-stepfunctions" 'False) (C1 ('MetaCons "MapStateStartedEventDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "length") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newMapStateStartedEventDetails :: MapStateStartedEventDetails Source #

Create a value of MapStateStartedEventDetails 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:length:MapStateStartedEventDetails', mapStateStartedEventDetails_length - The size of the array for Map state iterations.

mapStateStartedEventDetails_length :: Lens' MapStateStartedEventDetails (Maybe Natural) Source #

The size of the array for Map state iterations.