| 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.EnableTopicRule
Description
Enables the rule.
Creating a Request
Arguments
| :: Text | |
| -> EnableTopicRule |
Creates a value of EnableTopicRule with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
etrRuleName- The name of the topic rule to enable.
data EnableTopicRule Source #
The input for the EnableTopicRuleRequest operation.
See: enableTopicRule smart constructor.
Instances
Request Lenses
etrRuleName :: Lens' EnableTopicRule Text Source #
The name of the topic rule to enable.
Destructuring the Response
enableTopicRuleResponse :: EnableTopicRuleResponse Source #
Creates a value of EnableTopicRuleResponse with the minimum fields required to make a request.
data EnableTopicRuleResponse Source #
See: enableTopicRuleResponse smart constructor.