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 TimerFiredEventAttributes = TimerFiredEventAttributes' {
- timerId :: Text
- startedEventId :: Integer
- newTimerFiredEventAttributes :: Text -> Integer -> TimerFiredEventAttributes
- timerFiredEventAttributes_timerId :: Lens' TimerFiredEventAttributes Text
- timerFiredEventAttributes_startedEventId :: Lens' TimerFiredEventAttributes Integer
Documentation
data TimerFiredEventAttributes Source #
Provides the details of the TimerFired
event.
See: newTimerFiredEventAttributes
smart constructor.
TimerFiredEventAttributes' | |
|
Instances
newTimerFiredEventAttributes Source #
:: Text | |
-> Integer | |
-> TimerFiredEventAttributes |
Create a value of TimerFiredEventAttributes
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:timerId:TimerFiredEventAttributes'
, timerFiredEventAttributes_timerId
- The unique ID of the timer that fired.
$sel:startedEventId:TimerFiredEventAttributes'
, timerFiredEventAttributes_startedEventId
- The ID of the TimerStarted
event that was recorded when this timer was
started. This information can be useful for diagnosing problems by
tracing back the chain of events leading up to this event.
timerFiredEventAttributes_timerId :: Lens' TimerFiredEventAttributes Text Source #
The unique ID of the timer that fired.
timerFiredEventAttributes_startedEventId :: Lens' TimerFiredEventAttributes Integer Source #
The ID of the TimerStarted
event that was recorded when this timer was
started. This information can be useful for diagnosing problems by
tracing back the chain of events leading up to this event.