Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.AWS.IoT.DeleteTopicRule
Description
Deletes the specified rule.
Creating a Request
Arguments
:: Text | |
-> DeleteTopicRule |
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:
dRuleName
- The name of the rule.
data DeleteTopicRule #
The input for the DeleteTopicRule operation.
See: deleteTopicRule
smart constructor.
Instances
Request Lenses
dRuleName :: Lens' DeleteTopicRule Text #
The name of the rule.
Destructuring the Response
deleteTopicRuleResponse :: DeleteTopicRuleResponse #
Creates a value of DeleteTopicRuleResponse
with the minimum fields required to make a request.
data DeleteTopicRuleResponse #
See: deleteTopicRuleResponse
smart constructor.