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