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 SnoozeAlarmActionRequest = SnoozeAlarmActionRequest' {}
- newSnoozeAlarmActionRequest :: Text -> Text -> Int -> SnoozeAlarmActionRequest
- snoozeAlarmActionRequest_keyValue :: Lens' SnoozeAlarmActionRequest (Maybe Text)
- snoozeAlarmActionRequest_note :: Lens' SnoozeAlarmActionRequest (Maybe Text)
- snoozeAlarmActionRequest_requestId :: Lens' SnoozeAlarmActionRequest Text
- snoozeAlarmActionRequest_alarmModelName :: Lens' SnoozeAlarmActionRequest Text
- snoozeAlarmActionRequest_snoozeDuration :: Lens' SnoozeAlarmActionRequest Int
Documentation
data SnoozeAlarmActionRequest Source #
Information needed to snooze the alarm.
See: newSnoozeAlarmActionRequest
smart constructor.
SnoozeAlarmActionRequest' | |
|
Instances
newSnoozeAlarmActionRequest Source #
:: Text | |
-> Text | |
-> Int | |
-> SnoozeAlarmActionRequest |
Create a value of SnoozeAlarmActionRequest
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:keyValue:SnoozeAlarmActionRequest'
, snoozeAlarmActionRequest_keyValue
- The value of the key used as a filter to select only the alarms
associated with the
key.
$sel:note:SnoozeAlarmActionRequest'
, snoozeAlarmActionRequest_note
- The note that you can leave when you snooze the alarm.
$sel:requestId:SnoozeAlarmActionRequest'
, snoozeAlarmActionRequest_requestId
- The request ID. Each ID must be unique within each batch.
$sel:alarmModelName:SnoozeAlarmActionRequest'
, snoozeAlarmActionRequest_alarmModelName
- The name of the alarm model.
$sel:snoozeDuration:SnoozeAlarmActionRequest'
, snoozeAlarmActionRequest_snoozeDuration
- The snooze time in seconds. The alarm automatically changes to the
NORMAL
state after this duration.
snoozeAlarmActionRequest_keyValue :: Lens' SnoozeAlarmActionRequest (Maybe Text) Source #
The value of the key used as a filter to select only the alarms associated with the key.
snoozeAlarmActionRequest_note :: Lens' SnoozeAlarmActionRequest (Maybe Text) Source #
The note that you can leave when you snooze the alarm.
snoozeAlarmActionRequest_requestId :: Lens' SnoozeAlarmActionRequest Text Source #
The request ID. Each ID must be unique within each batch.
snoozeAlarmActionRequest_alarmModelName :: Lens' SnoozeAlarmActionRequest Text Source #
The name of the alarm model.
snoozeAlarmActionRequest_snoozeDuration :: Lens' SnoozeAlarmActionRequest Int Source #
The snooze time in seconds. The alarm automatically changes to the
NORMAL
state after this duration.