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 |
Disables the actions for the specified alarms. When an alarm's actions are disabled, the alarm actions do not execute when the alarm state changes.
Synopsis
- data DisableAlarmActions = DisableAlarmActions' {
- alarmNames :: [Text]
- newDisableAlarmActions :: DisableAlarmActions
- disableAlarmActions_alarmNames :: Lens' DisableAlarmActions [Text]
- data DisableAlarmActionsResponse = DisableAlarmActionsResponse' {
- newDisableAlarmActionsResponse :: DisableAlarmActionsResponse
Creating a Request
data DisableAlarmActions Source #
See: newDisableAlarmActions
smart constructor.
DisableAlarmActions' | |
|
Instances
newDisableAlarmActions :: DisableAlarmActions Source #
Create a value of DisableAlarmActions
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:alarmNames:DisableAlarmActions'
, disableAlarmActions_alarmNames
- The names of the alarms.
Request Lenses
disableAlarmActions_alarmNames :: Lens' DisableAlarmActions [Text] Source #
The names of the alarms.
Destructuring the Response
data DisableAlarmActionsResponse Source #
See: newDisableAlarmActionsResponse
smart constructor.
Instances
newDisableAlarmActionsResponse :: DisableAlarmActionsResponse Source #
Create a value of DisableAlarmActionsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.