amazonka-cloudwatch-1.4.5: Amazon CloudWatch SDK.

Copyright(c) 2013-2016 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.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 # 
Data EnableAlarmActions Source # 

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 # 
Show EnableAlarmActions Source # 
Generic EnableAlarmActions Source # 
Hashable EnableAlarmActions Source # 
NFData EnableAlarmActions Source # 

Methods

rnf :: EnableAlarmActions -> () #

AWSRequest EnableAlarmActions Source # 
ToPath EnableAlarmActions Source # 
ToHeaders EnableAlarmActions Source # 
ToQuery EnableAlarmActions Source # 
type Rep EnableAlarmActions Source # 
type Rep EnableAlarmActions = D1 (MetaData "EnableAlarmActions" "Network.AWS.CloudWatch.EnableAlarmActions" "amazonka-cloudwatch-1.4.5-EKf9JeTVY7e7Vri5LpiDhT" True) (C1 (MetaCons "EnableAlarmActions'" PrefixI True) (S1 (MetaSel (Just Symbol "_eaaAlarmNames") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [Text])))
type Rs EnableAlarmActions Source # 

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 # 
Data EnableAlarmActionsResponse Source # 

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 # 
Show EnableAlarmActionsResponse Source # 
Generic EnableAlarmActionsResponse Source # 
NFData EnableAlarmActionsResponse Source # 
type Rep EnableAlarmActionsResponse Source # 
type Rep EnableAlarmActionsResponse = D1 (MetaData "EnableAlarmActionsResponse" "Network.AWS.CloudWatch.EnableAlarmActions" "amazonka-cloudwatch-1.4.5-EKf9JeTVY7e7Vri5LpiDhT" False) (C1 (MetaCons "EnableAlarmActionsResponse'" PrefixI False) U1)