amazonka-cloudwatch-1.6.1: Amazon CloudWatch SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.CloudWatch.EnableAlarmActions

Contents

Description

Enables the actions for the specified alarms.

Synopsis

Creating a Request

enableAlarmActions :: EnableAlarmActions Source #

Creates a value of EnableAlarmActions with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data EnableAlarmActions Source #

See: enableAlarmActions smart constructor.

Instances
Eq EnableAlarmActions Source # 
Instance details

Defined in Network.AWS.CloudWatch.EnableAlarmActions

Data EnableAlarmActions Source # 
Instance details

Defined in Network.AWS.CloudWatch.EnableAlarmActions

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EnableAlarmActions -> c EnableAlarmActions #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EnableAlarmActions #

toConstr :: EnableAlarmActions -> Constr #

dataTypeOf :: EnableAlarmActions -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c EnableAlarmActions) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EnableAlarmActions) #

gmapT :: (forall b. Data b => b -> b) -> EnableAlarmActions -> EnableAlarmActions #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EnableAlarmActions -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EnableAlarmActions -> r #

gmapQ :: (forall d. Data d => d -> u) -> EnableAlarmActions -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> EnableAlarmActions -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> EnableAlarmActions -> m EnableAlarmActions #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EnableAlarmActions -> m EnableAlarmActions #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EnableAlarmActions -> m EnableAlarmActions #

Read EnableAlarmActions Source # 
Instance details

Defined in Network.AWS.CloudWatch.EnableAlarmActions

Show EnableAlarmActions Source # 
Instance details

Defined in Network.AWS.CloudWatch.EnableAlarmActions

Generic EnableAlarmActions Source # 
Instance details

Defined in Network.AWS.CloudWatch.EnableAlarmActions

Associated Types

type Rep EnableAlarmActions :: Type -> Type #

Hashable EnableAlarmActions Source # 
Instance details

Defined in Network.AWS.CloudWatch.EnableAlarmActions

AWSRequest EnableAlarmActions Source # 
Instance details

Defined in Network.AWS.CloudWatch.EnableAlarmActions

Associated Types

type Rs EnableAlarmActions :: Type #

ToHeaders EnableAlarmActions Source # 
Instance details

Defined in Network.AWS.CloudWatch.EnableAlarmActions

ToPath EnableAlarmActions Source # 
Instance details

Defined in Network.AWS.CloudWatch.EnableAlarmActions

ToQuery EnableAlarmActions Source # 
Instance details

Defined in Network.AWS.CloudWatch.EnableAlarmActions

NFData EnableAlarmActions Source # 
Instance details

Defined in Network.AWS.CloudWatch.EnableAlarmActions

Methods

rnf :: EnableAlarmActions -> () #

type Rep EnableAlarmActions Source # 
Instance details

Defined in Network.AWS.CloudWatch.EnableAlarmActions

type Rep EnableAlarmActions = D1 (MetaData "EnableAlarmActions" "Network.AWS.CloudWatch.EnableAlarmActions" "amazonka-cloudwatch-1.6.1-7Rnwowqga1k8zXg3cAhS87" True) (C1 (MetaCons "EnableAlarmActions'" PrefixI True) (S1 (MetaSel (Just "_eaaAlarmNames") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [Text])))
type Rs EnableAlarmActions Source # 
Instance details

Defined in Network.AWS.CloudWatch.EnableAlarmActions

Request Lenses

eaaAlarmNames :: Lens' EnableAlarmActions [Text] Source #

The names of the alarms.

Destructuring the Response

enableAlarmActionsResponse :: EnableAlarmActionsResponse Source #

Creates a value of EnableAlarmActionsResponse with the minimum fields required to make a request.

data EnableAlarmActionsResponse Source #

See: enableAlarmActionsResponse smart constructor.

Instances
Eq EnableAlarmActionsResponse Source # 
Instance details

Defined in Network.AWS.CloudWatch.EnableAlarmActions

Data EnableAlarmActionsResponse Source # 
Instance details

Defined in Network.AWS.CloudWatch.EnableAlarmActions

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EnableAlarmActionsResponse -> c EnableAlarmActionsResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EnableAlarmActionsResponse #

toConstr :: EnableAlarmActionsResponse -> Constr #

dataTypeOf :: EnableAlarmActionsResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c EnableAlarmActionsResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EnableAlarmActionsResponse) #

gmapT :: (forall b. Data b => b -> b) -> EnableAlarmActionsResponse -> EnableAlarmActionsResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EnableAlarmActionsResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EnableAlarmActionsResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> EnableAlarmActionsResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> EnableAlarmActionsResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> EnableAlarmActionsResponse -> m EnableAlarmActionsResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EnableAlarmActionsResponse -> m EnableAlarmActionsResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EnableAlarmActionsResponse -> m EnableAlarmActionsResponse #

Read EnableAlarmActionsResponse Source # 
Instance details

Defined in Network.AWS.CloudWatch.EnableAlarmActions

Show EnableAlarmActionsResponse Source # 
Instance details

Defined in Network.AWS.CloudWatch.EnableAlarmActions

Generic EnableAlarmActionsResponse Source # 
Instance details

Defined in Network.AWS.CloudWatch.EnableAlarmActions

Associated Types

type Rep EnableAlarmActionsResponse :: Type -> Type #

NFData EnableAlarmActionsResponse Source # 
Instance details

Defined in Network.AWS.CloudWatch.EnableAlarmActions

type Rep EnableAlarmActionsResponse Source # 
Instance details

Defined in Network.AWS.CloudWatch.EnableAlarmActions

type Rep EnableAlarmActionsResponse = D1 (MetaData "EnableAlarmActionsResponse" "Network.AWS.CloudWatch.EnableAlarmActions" "amazonka-cloudwatch-1.6.1-7Rnwowqga1k8zXg3cAhS87" False) (C1 (MetaCons "EnableAlarmActionsResponse'" PrefixI False) (U1 :: Type -> Type))