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 #

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 #

See: enableAlarmActions smart constructor.

Instances
Eq EnableAlarmActions # 
Instance details

Defined in Network.AWS.CloudWatch.EnableAlarmActions

Data EnableAlarmActions # 
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 # 
Instance details

Defined in Network.AWS.CloudWatch.EnableAlarmActions

Show EnableAlarmActions # 
Instance details

Defined in Network.AWS.CloudWatch.EnableAlarmActions

Generic EnableAlarmActions # 
Instance details

Defined in Network.AWS.CloudWatch.EnableAlarmActions

Associated Types

type Rep EnableAlarmActions :: Type -> Type #

Hashable EnableAlarmActions # 
Instance details

Defined in Network.AWS.CloudWatch.EnableAlarmActions

AWSRequest EnableAlarmActions # 
Instance details

Defined in Network.AWS.CloudWatch.EnableAlarmActions

Associated Types

type Rs EnableAlarmActions :: Type #

ToHeaders EnableAlarmActions # 
Instance details

Defined in Network.AWS.CloudWatch.EnableAlarmActions

ToPath EnableAlarmActions # 
Instance details

Defined in Network.AWS.CloudWatch.EnableAlarmActions

ToQuery EnableAlarmActions # 
Instance details

Defined in Network.AWS.CloudWatch.EnableAlarmActions

NFData EnableAlarmActions # 
Instance details

Defined in Network.AWS.CloudWatch.EnableAlarmActions

Methods

rnf :: EnableAlarmActions -> () #

type Rep EnableAlarmActions # 
Instance details

Defined in Network.AWS.CloudWatch.EnableAlarmActions

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

Defined in Network.AWS.CloudWatch.EnableAlarmActions

Request Lenses

eaaAlarmNames :: Lens' EnableAlarmActions [Text] #

The names of the alarms.

Destructuring the Response

enableAlarmActionsResponse :: EnableAlarmActionsResponse #

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

data EnableAlarmActionsResponse #

See: enableAlarmActionsResponse smart constructor.

Instances
Eq EnableAlarmActionsResponse # 
Instance details

Defined in Network.AWS.CloudWatch.EnableAlarmActions

Data EnableAlarmActionsResponse # 
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 # 
Instance details

Defined in Network.AWS.CloudWatch.EnableAlarmActions

Show EnableAlarmActionsResponse # 
Instance details

Defined in Network.AWS.CloudWatch.EnableAlarmActions

Generic EnableAlarmActionsResponse # 
Instance details

Defined in Network.AWS.CloudWatch.EnableAlarmActions

Associated Types

type Rep EnableAlarmActionsResponse :: Type -> Type #

NFData EnableAlarmActionsResponse # 
Instance details

Defined in Network.AWS.CloudWatch.EnableAlarmActions

type Rep EnableAlarmActionsResponse # 
Instance details

Defined in Network.AWS.CloudWatch.EnableAlarmActions

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