amazonka-iot-1.6.0: Amazon IoT 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.IoT.DisableTopicRule

Contents

Description

Disables the rule.

Synopsis

Creating a Request

disableTopicRule Source #

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

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

data DisableTopicRule Source #

The input for the DisableTopicRuleRequest operation.

See: disableTopicRule smart constructor.

Instances

Eq DisableTopicRule Source # 
Data DisableTopicRule Source # 

Methods

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

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

toConstr :: DisableTopicRule -> Constr #

dataTypeOf :: DisableTopicRule -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DisableTopicRule Source # 
Show DisableTopicRule Source # 
Generic DisableTopicRule Source # 
Hashable DisableTopicRule Source # 
ToJSON DisableTopicRule Source # 
NFData DisableTopicRule Source # 

Methods

rnf :: DisableTopicRule -> () #

AWSRequest DisableTopicRule Source # 
ToHeaders DisableTopicRule Source # 
ToPath DisableTopicRule Source # 
ToQuery DisableTopicRule Source # 
type Rep DisableTopicRule Source # 
type Rep DisableTopicRule = D1 * (MetaData "DisableTopicRule" "Network.AWS.IoT.DisableTopicRule" "amazonka-iot-1.6.0-GZYdsKS1TEjHFZo6BqaYJk" True) (C1 * (MetaCons "DisableTopicRule'" PrefixI True) (S1 * (MetaSel (Just Symbol "_dtrRuleName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs DisableTopicRule Source # 

Request Lenses

dtrRuleName :: Lens' DisableTopicRule Text Source #

The name of the rule to disable.

Destructuring the Response

disableTopicRuleResponse :: DisableTopicRuleResponse Source #

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

data DisableTopicRuleResponse Source #

See: disableTopicRuleResponse smart constructor.

Instances

Eq DisableTopicRuleResponse Source # 
Data DisableTopicRuleResponse Source # 

Methods

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

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

toConstr :: DisableTopicRuleResponse -> Constr #

dataTypeOf :: DisableTopicRuleResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DisableTopicRuleResponse Source # 
Show DisableTopicRuleResponse Source # 
Generic DisableTopicRuleResponse Source # 
NFData DisableTopicRuleResponse Source # 
type Rep DisableTopicRuleResponse Source # 
type Rep DisableTopicRuleResponse = D1 * (MetaData "DisableTopicRuleResponse" "Network.AWS.IoT.DisableTopicRule" "amazonka-iot-1.6.0-GZYdsKS1TEjHFZo6BqaYJk" False) (C1 * (MetaCons "DisableTopicRuleResponse'" PrefixI False) (U1 *))