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
Documentation
data TimerDefinition Source #
The new setting of a timer.
See: newTimerDefinition
smart constructor.
Instances
Create a value of TimerDefinition
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:TimerDefinition'
, timerDefinition_name
- The name of the timer.
$sel:seconds:TimerDefinition'
, timerDefinition_seconds
- The new setting of the timer (the number of seconds before the timer
elapses).
timerDefinition_name :: Lens' TimerDefinition Text Source #
The name of the timer.
timerDefinition_seconds :: Lens' TimerDefinition Int Source #
The new setting of the timer (the number of seconds before the timer elapses).