amazonka-cloudwatch-1.3.2: Amazon CloudWatch SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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.

See: AWS API Reference for DisableAlarmActions.

Synopsis

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:

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.