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 |
Deletes the rule.
Requires permission to access the DeleteTopicRule action.
Creating a Request
data DeleteTopicRule Source #
The input for the DeleteTopicRule operation.
See: newDeleteTopicRule
smart constructor.
Instances
Create a value of DeleteTopicRule
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:DeleteTopicRule'
, deleteTopicRule_ruleName
- The name of the rule.
Request Lenses
deleteTopicRule_ruleName :: Lens' DeleteTopicRule Text Source #
The name of the rule.
Destructuring the Response
data DeleteTopicRuleResponse Source #
See: newDeleteTopicRuleResponse
smart constructor.
Instances
Eq DeleteTopicRuleResponse Source # | |
Defined in Amazonka.IoT.DeleteTopicRule | |
Read DeleteTopicRuleResponse Source # | |
Show DeleteTopicRuleResponse Source # | |
Defined in Amazonka.IoT.DeleteTopicRule showsPrec :: Int -> DeleteTopicRuleResponse -> ShowS # show :: DeleteTopicRuleResponse -> String # showList :: [DeleteTopicRuleResponse] -> ShowS # | |
Generic DeleteTopicRuleResponse Source # | |
Defined in Amazonka.IoT.DeleteTopicRule type Rep DeleteTopicRuleResponse :: Type -> Type # | |
NFData DeleteTopicRuleResponse Source # | |
Defined in Amazonka.IoT.DeleteTopicRule rnf :: DeleteTopicRuleResponse -> () # | |
type Rep DeleteTopicRuleResponse Source # | |
newDeleteTopicRuleResponse :: DeleteTopicRuleResponse Source #
Create a value of DeleteTopicRuleResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.