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 DisableAlarmActionRequest = DisableAlarmActionRequest' {}
- newDisableAlarmActionRequest :: Text -> Text -> DisableAlarmActionRequest
- disableAlarmActionRequest_keyValue :: Lens' DisableAlarmActionRequest (Maybe Text)
- disableAlarmActionRequest_note :: Lens' DisableAlarmActionRequest (Maybe Text)
- disableAlarmActionRequest_requestId :: Lens' DisableAlarmActionRequest Text
- disableAlarmActionRequest_alarmModelName :: Lens' DisableAlarmActionRequest Text
Documentation
data DisableAlarmActionRequest Source #
Information used to disable the alarm.
See: newDisableAlarmActionRequest
smart constructor.
DisableAlarmActionRequest' | |
|
Instances
newDisableAlarmActionRequest Source #
:: Text | |
-> Text | |
-> DisableAlarmActionRequest |
Create a value of DisableAlarmActionRequest
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:DisableAlarmActionRequest'
, disableAlarmActionRequest_keyValue
- The value of the key used as a filter to select only the alarms
associated with the
key.
$sel:note:DisableAlarmActionRequest'
, disableAlarmActionRequest_note
- The note that you can leave when you disable the alarm.
$sel:requestId:DisableAlarmActionRequest'
, disableAlarmActionRequest_requestId
- The request ID. Each ID must be unique within each batch.
$sel:alarmModelName:DisableAlarmActionRequest'
, disableAlarmActionRequest_alarmModelName
- The name of the alarm model.
disableAlarmActionRequest_keyValue :: Lens' DisableAlarmActionRequest (Maybe Text) Source #
The value of the key used as a filter to select only the alarms associated with the key.
disableAlarmActionRequest_note :: Lens' DisableAlarmActionRequest (Maybe Text) Source #
The note that you can leave when you disable the alarm.
disableAlarmActionRequest_requestId :: Lens' DisableAlarmActionRequest Text Source #
The request ID. Each ID must be unique within each batch.
disableAlarmActionRequest_alarmModelName :: Lens' DisableAlarmActionRequest Text Source #
The name of the alarm model.