Copyright | (c) 2013-2015 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 |
Disables actions for the specified alarms. When an alarm's actions are disabled the alarm's state may change, but none of the alarm's actions will execute.
See: AWS API Reference for DisableAlarmActions.
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:
data DisableAlarmActions Source
See: disableAlarmActions
smart constructor.
Request Lenses
daaAlarmNames :: Lens' DisableAlarmActions [Text] Source
The names of the alarms to disable actions for.
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.