amazonka-iot-1.4.5: Amazon IoT 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.IoT.DeleteTopicRule

Contents

Description

Deletes the specified rule.

Synopsis

Creating a Request

deleteTopicRule Source #

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

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

data DeleteTopicRule Source #

The input for the DeleteTopicRule operation.

See: deleteTopicRule smart constructor.

Instances

Eq DeleteTopicRule Source # 
Data DeleteTopicRule Source # 

Methods

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

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

toConstr :: DeleteTopicRule -> Constr #

dataTypeOf :: DeleteTopicRule -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteTopicRule Source # 
Show DeleteTopicRule Source # 
Generic DeleteTopicRule Source # 
Hashable DeleteTopicRule Source # 
NFData DeleteTopicRule Source # 

Methods

rnf :: DeleteTopicRule -> () #

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

Request Lenses

dRuleName :: Lens' DeleteTopicRule Text Source #

The name of the rule.

Destructuring the Response

deleteTopicRuleResponse :: DeleteTopicRuleResponse Source #

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

data DeleteTopicRuleResponse Source #

See: deleteTopicRuleResponse smart constructor.

Instances

Eq DeleteTopicRuleResponse Source # 
Data DeleteTopicRuleResponse Source # 

Methods

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

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

toConstr :: DeleteTopicRuleResponse -> Constr #

dataTypeOf :: DeleteTopicRuleResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteTopicRuleResponse Source # 
Show DeleteTopicRuleResponse Source # 
Generic DeleteTopicRuleResponse Source # 
NFData DeleteTopicRuleResponse Source # 

Methods

rnf :: DeleteTopicRuleResponse -> () #

type Rep DeleteTopicRuleResponse Source # 
type Rep DeleteTopicRuleResponse = D1 (MetaData "DeleteTopicRuleResponse" "Network.AWS.IoT.DeleteTopicRule" "amazonka-iot-1.4.5-LdiOpNMei3PDsbsABUTj6X" False) (C1 (MetaCons "DeleteTopicRuleResponse'" PrefixI False) U1)