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 #

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 #

The input for the DisableTopicRuleRequest operation.

See: disableTopicRule smart constructor.

Instances
Eq DisableTopicRule # 
Instance details

Defined in Network.AWS.IoT.DisableTopicRule

Data DisableTopicRule # 
Instance details

Defined in Network.AWS.IoT.DisableTopicRule

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

Defined in Network.AWS.IoT.DisableTopicRule

Show DisableTopicRule # 
Instance details

Defined in Network.AWS.IoT.DisableTopicRule

Generic DisableTopicRule # 
Instance details

Defined in Network.AWS.IoT.DisableTopicRule

Associated Types

type Rep DisableTopicRule :: * -> * #

Hashable DisableTopicRule # 
Instance details

Defined in Network.AWS.IoT.DisableTopicRule

ToJSON DisableTopicRule # 
Instance details

Defined in Network.AWS.IoT.DisableTopicRule

AWSRequest DisableTopicRule # 
Instance details

Defined in Network.AWS.IoT.DisableTopicRule

Associated Types

type Rs DisableTopicRule :: * #

ToHeaders DisableTopicRule # 
Instance details

Defined in Network.AWS.IoT.DisableTopicRule

ToPath DisableTopicRule # 
Instance details

Defined in Network.AWS.IoT.DisableTopicRule

ToQuery DisableTopicRule # 
Instance details

Defined in Network.AWS.IoT.DisableTopicRule

NFData DisableTopicRule # 
Instance details

Defined in Network.AWS.IoT.DisableTopicRule

Methods

rnf :: DisableTopicRule -> () #

type Rep DisableTopicRule # 
Instance details

Defined in Network.AWS.IoT.DisableTopicRule

type Rep DisableTopicRule = D1 (MetaData "DisableTopicRule" "Network.AWS.IoT.DisableTopicRule" "amazonka-iot-1.6.0-CAejnyMMkfk3pNFUOERBSd" True) (C1 (MetaCons "DisableTopicRule'" PrefixI True) (S1 (MetaSel (Just "_dtrRuleName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DisableTopicRule # 
Instance details

Defined in Network.AWS.IoT.DisableTopicRule

Request Lenses

dtrRuleName :: Lens' DisableTopicRule Text #

The name of the rule to disable.

Destructuring the Response

disableTopicRuleResponse :: DisableTopicRuleResponse #

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

data DisableTopicRuleResponse #

See: disableTopicRuleResponse smart constructor.

Instances
Eq DisableTopicRuleResponse # 
Instance details

Defined in Network.AWS.IoT.DisableTopicRule

Data DisableTopicRuleResponse # 
Instance details

Defined in Network.AWS.IoT.DisableTopicRule

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

Defined in Network.AWS.IoT.DisableTopicRule

Show DisableTopicRuleResponse # 
Instance details

Defined in Network.AWS.IoT.DisableTopicRule

Generic DisableTopicRuleResponse # 
Instance details

Defined in Network.AWS.IoT.DisableTopicRule

Associated Types

type Rep DisableTopicRuleResponse :: * -> * #

NFData DisableTopicRuleResponse # 
Instance details

Defined in Network.AWS.IoT.DisableTopicRule

type Rep DisableTopicRuleResponse # 
Instance details

Defined in Network.AWS.IoT.DisableTopicRule

type Rep DisableTopicRuleResponse = D1 (MetaData "DisableTopicRuleResponse" "Network.AWS.IoT.DisableTopicRule" "amazonka-iot-1.6.0-CAejnyMMkfk3pNFUOERBSd" False) (C1 (MetaCons "DisableTopicRuleResponse'" PrefixI False) (U1 :: * -> *))