Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data MapIterationEventDetails Source #
Contains details about an iteration of a Map state.
See: newMapIterationEventDetails
smart constructor.
Instances
newMapIterationEventDetails :: MapIterationEventDetails Source #
Create a value of MapIterationEventDetails
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:name:MapIterationEventDetails'
, mapIterationEventDetails_name
- The name of the iteration’s parent Map state.
$sel:index:MapIterationEventDetails'
, mapIterationEventDetails_index
- The index of the array belonging to the Map state iteration.
mapIterationEventDetails_name :: Lens' MapIterationEventDetails (Maybe Text) Source #
The name of the iteration’s parent Map state.
mapIterationEventDetails_index :: Lens' MapIterationEventDetails (Maybe Natural) Source #
The index of the array belonging to the Map state iteration.