| Copyright | (c) 2013-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.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.
Creating a Request
disableAlarmActions :: DisableAlarmActions Source #
Creates a value of DisableAlarmActions with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
daaAlarmNames- The names of the alarms.
data DisableAlarmActions Source #
See: disableAlarmActions smart constructor.
Instances
Request Lenses
daaAlarmNames :: Lens' DisableAlarmActions [Text] Source #
The names of the alarms.
Destructuring the Response
disableAlarmActionsResponse :: DisableAlarmActionsResponse Source #
Creates a value of DisableAlarmActionsResponse with the minimum fields required to make a request.
data DisableAlarmActionsResponse Source #
See: disableAlarmActionsResponse smart constructor.
Instances