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 |
Synopsis
- data Replay = Replay' {}
- newReplay :: Replay
- replay_eventSourceArn :: Lens' Replay (Maybe Text)
- replay_state :: Lens' Replay (Maybe ReplayState)
- replay_eventEndTime :: Lens' Replay (Maybe UTCTime)
- replay_replayStartTime :: Lens' Replay (Maybe UTCTime)
- replay_replayEndTime :: Lens' Replay (Maybe UTCTime)
- replay_eventLastReplayedTime :: Lens' Replay (Maybe UTCTime)
- replay_eventStartTime :: Lens' Replay (Maybe UTCTime)
- replay_replayName :: Lens' Replay (Maybe Text)
- replay_stateReason :: Lens' Replay (Maybe Text)
Documentation
A Replay
object that contains details about a replay.
See: newReplay
smart constructor.
Replay' | |
|
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:eventSourceArn:Replay'
, replay_eventSourceArn
- The ARN of the archive to replay event from.
$sel:state:Replay'
, replay_state
- The current state of the replay.
$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:replayStartTime:Replay'
, replay_replayStartTime
- A time stamp for the time that the replay started.
$sel:replayEndTime:Replay'
, replay_replayEndTime
- A time stamp for the time that the replay completed.
$sel:eventLastReplayedTime:Replay'
, replay_eventLastReplayedTime
- A time stamp for the time that the last event was replayed.
$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:replayName:Replay'
, replay_replayName
- The name of the replay.
$sel:stateReason:Replay'
, replay_stateReason
- A description of why the replay is in the current state.
replay_eventSourceArn :: Lens' Replay (Maybe Text) Source #
The ARN of the archive to replay event from.
replay_state :: Lens' Replay (Maybe ReplayState) Source #
The current state of the replay.
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_replayStartTime :: Lens' Replay (Maybe UTCTime) Source #
A time stamp for the time that the replay started.
replay_replayEndTime :: Lens' Replay (Maybe UTCTime) Source #
A time stamp for the time that the replay completed.
replay_eventLastReplayedTime :: Lens' Replay (Maybe UTCTime) Source #
A time stamp for the time that the last event was replayed.