amazonka-cloudwatch-2.0: Amazon CloudWatch SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.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.

Synopsis

Creating a Request

data DisableAlarmActions Source #

See: newDisableAlarmActions smart constructor.

Constructors

DisableAlarmActions' 

Fields

Instances

Instances details
ToHeaders DisableAlarmActions Source # 
Instance details

Defined in Amazonka.CloudWatch.DisableAlarmActions

ToPath DisableAlarmActions Source # 
Instance details

Defined in Amazonka.CloudWatch.DisableAlarmActions

ToQuery DisableAlarmActions Source # 
Instance details

Defined in Amazonka.CloudWatch.DisableAlarmActions

AWSRequest DisableAlarmActions Source # 
Instance details

Defined in Amazonka.CloudWatch.DisableAlarmActions

Associated Types

type AWSResponse DisableAlarmActions #

Generic DisableAlarmActions Source # 
Instance details

Defined in Amazonka.CloudWatch.DisableAlarmActions

Associated Types

type Rep DisableAlarmActions :: Type -> Type #

Read DisableAlarmActions Source # 
Instance details

Defined in Amazonka.CloudWatch.DisableAlarmActions

Show DisableAlarmActions Source # 
Instance details

Defined in Amazonka.CloudWatch.DisableAlarmActions

NFData DisableAlarmActions Source # 
Instance details

Defined in Amazonka.CloudWatch.DisableAlarmActions

Methods

rnf :: DisableAlarmActions -> () #

Eq DisableAlarmActions Source # 
Instance details

Defined in Amazonka.CloudWatch.DisableAlarmActions

Hashable DisableAlarmActions Source # 
Instance details

Defined in Amazonka.CloudWatch.DisableAlarmActions

type AWSResponse DisableAlarmActions Source # 
Instance details

Defined in Amazonka.CloudWatch.DisableAlarmActions

type Rep DisableAlarmActions Source # 
Instance details

Defined in Amazonka.CloudWatch.DisableAlarmActions

type Rep DisableAlarmActions = D1 ('MetaData "DisableAlarmActions" "Amazonka.CloudWatch.DisableAlarmActions" "amazonka-cloudwatch-2.0-9xq2AWTkbYo3pEtgQNn4jD" 'False) (C1 ('MetaCons "DisableAlarmActions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "alarmNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newDisableAlarmActions :: DisableAlarmActions Source #

Create a value of DisableAlarmActions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:alarmNames:DisableAlarmActions', disableAlarmActions_alarmNames - The names of the alarms.

Request Lenses

Destructuring the Response

data DisableAlarmActionsResponse Source #

See: newDisableAlarmActionsResponse smart constructor.

Instances

Instances details
Generic DisableAlarmActionsResponse Source # 
Instance details

Defined in Amazonka.CloudWatch.DisableAlarmActions

Associated Types

type Rep DisableAlarmActionsResponse :: Type -> Type #

Read DisableAlarmActionsResponse Source # 
Instance details

Defined in Amazonka.CloudWatch.DisableAlarmActions

Show DisableAlarmActionsResponse Source # 
Instance details

Defined in Amazonka.CloudWatch.DisableAlarmActions

NFData DisableAlarmActionsResponse Source # 
Instance details

Defined in Amazonka.CloudWatch.DisableAlarmActions

Eq DisableAlarmActionsResponse Source # 
Instance details

Defined in Amazonka.CloudWatch.DisableAlarmActions

type Rep DisableAlarmActionsResponse Source # 
Instance details

Defined in Amazonka.CloudWatch.DisableAlarmActions

type Rep DisableAlarmActionsResponse = D1 ('MetaData "DisableAlarmActionsResponse" "Amazonka.CloudWatch.DisableAlarmActions" "amazonka-cloudwatch-2.0-9xq2AWTkbYo3pEtgQNn4jD" 'False) (C1 ('MetaCons "DisableAlarmActionsResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDisableAlarmActionsResponse :: DisableAlarmActionsResponse Source #

Create a value of DisableAlarmActionsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.