| 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.DisableTopicRule
Description
Disables the rule.
Creating a Request
Arguments
| :: Text | |
| -> 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:
dtrRuleName- The name of the rule to disable.
data DisableTopicRule Source #
The input for the DisableTopicRuleRequest operation.
See: disableTopicRule smart constructor.
Instances
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.