amazonka-iot-2.0: Amazon IoT SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.IoT.DeleteTopicRule

Description

Deletes the rule.

Requires permission to access the DeleteTopicRule action.

Synopsis

Creating a Request

data DeleteTopicRule Source #

The input for the DeleteTopicRule operation.

See: newDeleteTopicRule smart constructor.

Constructors

DeleteTopicRule' 

Fields

Instances

Instances details
ToHeaders DeleteTopicRule Source # 
Instance details

Defined in Amazonka.IoT.DeleteTopicRule

ToPath DeleteTopicRule Source # 
Instance details

Defined in Amazonka.IoT.DeleteTopicRule

ToQuery DeleteTopicRule Source # 
Instance details

Defined in Amazonka.IoT.DeleteTopicRule

AWSRequest DeleteTopicRule Source # 
Instance details

Defined in Amazonka.IoT.DeleteTopicRule

Associated Types

type AWSResponse DeleteTopicRule #

Generic DeleteTopicRule Source # 
Instance details

Defined in Amazonka.IoT.DeleteTopicRule

Associated Types

type Rep DeleteTopicRule :: Type -> Type #

Read DeleteTopicRule Source # 
Instance details

Defined in Amazonka.IoT.DeleteTopicRule

Show DeleteTopicRule Source # 
Instance details

Defined in Amazonka.IoT.DeleteTopicRule

NFData DeleteTopicRule Source # 
Instance details

Defined in Amazonka.IoT.DeleteTopicRule

Methods

rnf :: DeleteTopicRule -> () #

Eq DeleteTopicRule Source # 
Instance details

Defined in Amazonka.IoT.DeleteTopicRule

Hashable DeleteTopicRule Source # 
Instance details

Defined in Amazonka.IoT.DeleteTopicRule

type AWSResponse DeleteTopicRule Source # 
Instance details

Defined in Amazonka.IoT.DeleteTopicRule

type Rep DeleteTopicRule Source # 
Instance details

Defined in Amazonka.IoT.DeleteTopicRule

type Rep DeleteTopicRule = D1 ('MetaData "DeleteTopicRule" "Amazonka.IoT.DeleteTopicRule" "amazonka-iot-2.0-6w03vgAfmrM1SG22OsNJXL" 'False) (C1 ('MetaCons "DeleteTopicRule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ruleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteTopicRule Source #

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:

DeleteTopicRule, deleteTopicRule_ruleName - The name of the rule.

Request Lenses

Destructuring the Response

data DeleteTopicRuleResponse Source #

See: newDeleteTopicRuleResponse smart constructor.

Instances

Instances details
Generic DeleteTopicRuleResponse Source # 
Instance details

Defined in Amazonka.IoT.DeleteTopicRule

Associated Types

type Rep DeleteTopicRuleResponse :: Type -> Type #

Read DeleteTopicRuleResponse Source # 
Instance details

Defined in Amazonka.IoT.DeleteTopicRule

Show DeleteTopicRuleResponse Source # 
Instance details

Defined in Amazonka.IoT.DeleteTopicRule

NFData DeleteTopicRuleResponse Source # 
Instance details

Defined in Amazonka.IoT.DeleteTopicRule

Methods

rnf :: DeleteTopicRuleResponse -> () #

Eq DeleteTopicRuleResponse Source # 
Instance details

Defined in Amazonka.IoT.DeleteTopicRule

type Rep DeleteTopicRuleResponse Source # 
Instance details

Defined in Amazonka.IoT.DeleteTopicRule

type Rep DeleteTopicRuleResponse = D1 ('MetaData "DeleteTopicRuleResponse" "Amazonka.IoT.DeleteTopicRule" "amazonka-iot-2.0-6w03vgAfmrM1SG22OsNJXL" 'False) (C1 ('MetaCons "DeleteTopicRuleResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteTopicRuleResponse :: DeleteTopicRuleResponse Source #

Create a value of DeleteTopicRuleResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.