Copyright | (c) 2013-2021 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 |
Disables the rule.
Requires permission to access the DisableTopicRule action.
Creating a Request
data DisableTopicRule Source #
The input for the DisableTopicRuleRequest operation.
See: newDisableTopicRule
smart constructor.
Instances
Create a value of DisableTopicRule
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:ruleName:DisableTopicRule'
, disableTopicRule_ruleName
- The name of the rule to disable.
Request Lenses
disableTopicRule_ruleName :: Lens' DisableTopicRule Text Source #
The name of the rule to disable.
Destructuring the Response
data DisableTopicRuleResponse Source #
See: newDisableTopicRuleResponse
smart constructor.
Instances
Eq DisableTopicRuleResponse Source # | |
Defined in Amazonka.IoT.DisableTopicRule | |
Read DisableTopicRuleResponse Source # | |
Show DisableTopicRuleResponse Source # | |
Defined in Amazonka.IoT.DisableTopicRule showsPrec :: Int -> DisableTopicRuleResponse -> ShowS # show :: DisableTopicRuleResponse -> String # showList :: [DisableTopicRuleResponse] -> ShowS # | |
Generic DisableTopicRuleResponse Source # | |
Defined in Amazonka.IoT.DisableTopicRule type Rep DisableTopicRuleResponse :: Type -> Type # | |
NFData DisableTopicRuleResponse Source # | |
Defined in Amazonka.IoT.DisableTopicRule rnf :: DisableTopicRuleResponse -> () # | |
type Rep DisableTopicRuleResponse Source # | |
newDisableTopicRuleResponse :: DisableTopicRuleResponse Source #
Create a value of DisableTopicRuleResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.