| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IoTEventsData.Types.EnableAlarmActionRequest
Description
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.
Constructors
| EnableAlarmActionRequest' | |
Fields
| |
Instances
newEnableAlarmActionRequest Source #
Arguments
| :: 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.