| 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.CloudWatch.DisableAlarmActions
Description
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.
Constructors
| DisableAlarmActions' | |
Fields
| |
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.
Constructors
| DisableAlarmActionsResponse' | |
Instances
newDisableAlarmActionsResponse :: DisableAlarmActionsResponse Source #
Create a value of DisableAlarmActionsResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.