amazonka-cloudwatch-0.3.1: Amazon CloudWatch SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.CloudWatch.DisableAlarmActions

Contents

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

Synopsis

Request

Request constructor

disableAlarmActions :: DisableAlarmActions Source

DisableAlarmActions constructor.

The fields accessible through corresponding lenses are:

Request lenses

daaAlarmNames :: Lens' DisableAlarmActions [Text] Source

The names of the alarms to disable actions for.

Response

Response constructor