| 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.MapRunListItem
Description
Synopsis
- data MapRunListItem = MapRunListItem' {}
- newMapRunListItem :: Text -> Text -> Text -> UTCTime -> MapRunListItem
- mapRunListItem_stopDate :: Lens' MapRunListItem (Maybe UTCTime)
- mapRunListItem_executionArn :: Lens' MapRunListItem Text
- mapRunListItem_mapRunArn :: Lens' MapRunListItem Text
- mapRunListItem_stateMachineArn :: Lens' MapRunListItem Text
- mapRunListItem_startDate :: Lens' MapRunListItem UTCTime
Documentation
data MapRunListItem Source #
Contains details about a specific Map Run.
See: newMapRunListItem smart constructor.
Constructors
| MapRunListItem' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> UTCTime | |
| -> MapRunListItem |
Create a value of MapRunListItem 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:stopDate:MapRunListItem', mapRunListItem_stopDate - The date on which the Map Run stopped.
$sel:executionArn:MapRunListItem', mapRunListItem_executionArn - The executionArn of the execution from which the Map Run was started.
$sel:mapRunArn:MapRunListItem', mapRunListItem_mapRunArn - The Amazon Resource Name (ARN) of the Map Run.
$sel:stateMachineArn:MapRunListItem', mapRunListItem_stateMachineArn - The Amazon Resource Name (ARN) of the executed state machine.
$sel:startDate:MapRunListItem', mapRunListItem_startDate - The date on which the Map Run started.
mapRunListItem_stopDate :: Lens' MapRunListItem (Maybe UTCTime) Source #
The date on which the Map Run stopped.
mapRunListItem_executionArn :: Lens' MapRunListItem Text Source #
The executionArn of the execution from which the Map Run was started.
mapRunListItem_mapRunArn :: Lens' MapRunListItem Text Source #
The Amazon Resource Name (ARN) of the Map Run.
mapRunListItem_stateMachineArn :: Lens' MapRunListItem Text Source #
The Amazon Resource Name (ARN) of the executed state machine.
mapRunListItem_startDate :: Lens' MapRunListItem UTCTime Source #
The date on which the Map Run started.