| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.IoT.DeleteTopicRule
Description
Deletes the 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 Source #
The input for the DeleteTopicRule operation.
See: deleteTopicRule smart constructor.
Instances
Request Lenses
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.