| 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.CloudWatchEvents.Types.Replay
Description
Synopsis
- data Replay = Replay' {}
- newReplay :: Replay
- replay_eventEndTime :: Lens' Replay (Maybe UTCTime)
- replay_eventLastReplayedTime :: Lens' Replay (Maybe UTCTime)
- replay_eventSourceArn :: Lens' Replay (Maybe Text)
- replay_eventStartTime :: Lens' Replay (Maybe UTCTime)
- replay_replayEndTime :: Lens' Replay (Maybe UTCTime)
- replay_replayName :: Lens' Replay (Maybe Text)
- replay_replayStartTime :: Lens' Replay (Maybe UTCTime)
- replay_state :: Lens' Replay (Maybe ReplayState)
- replay_stateReason :: Lens' Replay (Maybe Text)
Documentation
A Replay object that contains details about a replay.
See: newReplay smart constructor.
Constructors
| Replay' | |
Fields
| |
Instances
Create a value of Replay 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:eventEndTime:Replay', replay_eventEndTime - A time stamp for the time to start replaying events. Any event with a
creation time prior to the EventEndTime specified is replayed.
$sel:eventLastReplayedTime:Replay', replay_eventLastReplayedTime - A time stamp for the time that the last event was replayed.
$sel:eventSourceArn:Replay', replay_eventSourceArn - The ARN of the archive to replay event from.
$sel:eventStartTime:Replay', replay_eventStartTime - A time stamp for the time to start replaying events. This is determined
by the time in the event as described in
Time.
$sel:replayEndTime:Replay', replay_replayEndTime - A time stamp for the time that the replay completed.
$sel:replayName:Replay', replay_replayName - The name of the replay.
$sel:replayStartTime:Replay', replay_replayStartTime - A time stamp for the time that the replay started.
$sel:state:Replay', replay_state - The current state of the replay.
$sel:stateReason:Replay', replay_stateReason - A description of why the replay is in the current state.
replay_eventEndTime :: Lens' Replay (Maybe UTCTime) Source #
A time stamp for the time to start replaying events. Any event with a
creation time prior to the EventEndTime specified is replayed.
replay_eventLastReplayedTime :: Lens' Replay (Maybe UTCTime) Source #
A time stamp for the time that the last event was replayed.
replay_eventSourceArn :: Lens' Replay (Maybe Text) Source #
The ARN of the archive to replay event from.
replay_eventStartTime :: Lens' Replay (Maybe UTCTime) Source #
A time stamp for the time to start replaying events. This is determined by the time in the event as described in Time.
replay_replayEndTime :: Lens' Replay (Maybe UTCTime) Source #
A time stamp for the time that the replay completed.
replay_replayStartTime :: Lens' Replay (Maybe UTCTime) Source #
A time stamp for the time that the replay started.
replay_state :: Lens' Replay (Maybe ReplayState) Source #
The current state of the replay.