| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.CloudWatch.DisableAlarmActions
Description
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.
http://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_DisableAlarmActions.html
Request
data DisableAlarmActions Source
Instances
| IsList DisableAlarmActions | |
| Eq DisableAlarmActions | |
| Ord DisableAlarmActions | |
| Read DisableAlarmActions | |
| Show DisableAlarmActions | |
| Monoid DisableAlarmActions | |
| Semigroup DisableAlarmActions | |
| AWSRequest DisableAlarmActions | |
| ToQuery DisableAlarmActions | |
| ToPath DisableAlarmActions | |
| ToHeaders DisableAlarmActions | |
| type Item DisableAlarmActions = Text | |
| type Sv DisableAlarmActions = CloudWatch | |
| type Rs DisableAlarmActions = DisableAlarmActionsResponse |
Request constructor
disableAlarmActions :: DisableAlarmActions Source
DisableAlarmActions constructor.
The fields accessible through corresponding lenses are:
daaAlarmNames::[Text]
Request lenses
daaAlarmNames :: Lens' DisableAlarmActions [Text] Source
The names of the alarms to disable actions for.