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