amazonka-iot-1.6.1: 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 # 
Instance details

Defined in Network.AWS.IoT.DisableTopicRule

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

Defined in Network.AWS.IoT.DisableTopicRule

Show DisableTopicRule Source # 
Instance details

Defined in Network.AWS.IoT.DisableTopicRule

Generic DisableTopicRule Source # 
Instance details

Defined in Network.AWS.IoT.DisableTopicRule

Associated Types

type Rep DisableTopicRule :: Type -> Type #

Hashable DisableTopicRule Source # 
Instance details

Defined in Network.AWS.IoT.DisableTopicRule

ToJSON DisableTopicRule Source # 
Instance details

Defined in Network.AWS.IoT.DisableTopicRule

AWSRequest DisableTopicRule Source # 
Instance details

Defined in Network.AWS.IoT.DisableTopicRule

Associated Types

type Rs DisableTopicRule :: Type #

ToHeaders DisableTopicRule Source # 
Instance details

Defined in Network.AWS.IoT.DisableTopicRule

ToPath DisableTopicRule Source # 
Instance details

Defined in Network.AWS.IoT.DisableTopicRule

ToQuery DisableTopicRule Source # 
Instance details

Defined in Network.AWS.IoT.DisableTopicRule

NFData DisableTopicRule Source # 
Instance details

Defined in Network.AWS.IoT.DisableTopicRule

Methods

rnf :: DisableTopicRule -> () #

type Rep DisableTopicRule Source # 
Instance details

Defined in Network.AWS.IoT.DisableTopicRule

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

Defined in Network.AWS.IoT.DisableTopicRule

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

Defined in Network.AWS.IoT.DisableTopicRule

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

Defined in Network.AWS.IoT.DisableTopicRule

Show DisableTopicRuleResponse Source # 
Instance details

Defined in Network.AWS.IoT.DisableTopicRule

Generic DisableTopicRuleResponse Source # 
Instance details

Defined in Network.AWS.IoT.DisableTopicRule

Associated Types

type Rep DisableTopicRuleResponse :: Type -> Type #

NFData DisableTopicRuleResponse Source # 
Instance details

Defined in Network.AWS.IoT.DisableTopicRule

type Rep DisableTopicRuleResponse Source # 
Instance details

Defined in Network.AWS.IoT.DisableTopicRule

type Rep DisableTopicRuleResponse = D1 (MetaData "DisableTopicRuleResponse" "Network.AWS.IoT.DisableTopicRule" "amazonka-iot-1.6.1-1U0NSVSRVsCEeZIE9W0TkV" False) (C1 (MetaCons "DisableTopicRuleResponse'" PrefixI False) (U1 :: Type -> Type))