| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.StepFunctions.Types.MapStateStartedEventDetails
Description
Documentation
data MapStateStartedEventDetails Source #
Details about a Map state that was started.
See: newMapStateStartedEventDetails smart constructor.
Constructors
| MapStateStartedEventDetails' | |
Instances
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.