libZSservicesZSamazonka-iotZSamazonka-iot
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.IoT.DeleteTopicRuleDestination

Description

Deletes a topic rule destination.

Requires permission to access the DeleteTopicRuleDestination action.

Synopsis

Creating a Request

data DeleteTopicRuleDestination Source #

See: newDeleteTopicRuleDestination smart constructor.

Constructors

DeleteTopicRuleDestination' 

Fields

  • arn :: Text

    The ARN of the topic rule destination to delete.

Instances

Instances details
Eq DeleteTopicRuleDestination Source # 
Instance details

Defined in Amazonka.IoT.DeleteTopicRuleDestination

Read DeleteTopicRuleDestination Source # 
Instance details

Defined in Amazonka.IoT.DeleteTopicRuleDestination

Show DeleteTopicRuleDestination Source # 
Instance details

Defined in Amazonka.IoT.DeleteTopicRuleDestination

Generic DeleteTopicRuleDestination Source # 
Instance details

Defined in Amazonka.IoT.DeleteTopicRuleDestination

Associated Types

type Rep DeleteTopicRuleDestination :: Type -> Type #

NFData DeleteTopicRuleDestination Source # 
Instance details

Defined in Amazonka.IoT.DeleteTopicRuleDestination

Hashable DeleteTopicRuleDestination Source # 
Instance details

Defined in Amazonka.IoT.DeleteTopicRuleDestination

AWSRequest DeleteTopicRuleDestination Source # 
Instance details

Defined in Amazonka.IoT.DeleteTopicRuleDestination

ToHeaders DeleteTopicRuleDestination Source # 
Instance details

Defined in Amazonka.IoT.DeleteTopicRuleDestination

ToPath DeleteTopicRuleDestination Source # 
Instance details

Defined in Amazonka.IoT.DeleteTopicRuleDestination

ToQuery DeleteTopicRuleDestination Source # 
Instance details

Defined in Amazonka.IoT.DeleteTopicRuleDestination

type Rep DeleteTopicRuleDestination Source # 
Instance details

Defined in Amazonka.IoT.DeleteTopicRuleDestination

type Rep DeleteTopicRuleDestination = D1 ('MetaData "DeleteTopicRuleDestination" "Amazonka.IoT.DeleteTopicRuleDestination" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "DeleteTopicRuleDestination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteTopicRuleDestination Source # 
Instance details

Defined in Amazonka.IoT.DeleteTopicRuleDestination

newDeleteTopicRuleDestination Source #

Create a value of DeleteTopicRuleDestination 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:arn:DeleteTopicRuleDestination', deleteTopicRuleDestination_arn - The ARN of the topic rule destination to delete.

Request Lenses

deleteTopicRuleDestination_arn :: Lens' DeleteTopicRuleDestination Text Source #

The ARN of the topic rule destination to delete.

Destructuring the Response

data DeleteTopicRuleDestinationResponse Source #

Constructors

DeleteTopicRuleDestinationResponse' 

Fields

Instances

Instances details
Eq DeleteTopicRuleDestinationResponse Source # 
Instance details

Defined in Amazonka.IoT.DeleteTopicRuleDestination

Read DeleteTopicRuleDestinationResponse Source # 
Instance details

Defined in Amazonka.IoT.DeleteTopicRuleDestination

Show DeleteTopicRuleDestinationResponse Source # 
Instance details

Defined in Amazonka.IoT.DeleteTopicRuleDestination

Generic DeleteTopicRuleDestinationResponse Source # 
Instance details

Defined in Amazonka.IoT.DeleteTopicRuleDestination

Associated Types

type Rep DeleteTopicRuleDestinationResponse :: Type -> Type #

NFData DeleteTopicRuleDestinationResponse Source # 
Instance details

Defined in Amazonka.IoT.DeleteTopicRuleDestination

type Rep DeleteTopicRuleDestinationResponse Source # 
Instance details

Defined in Amazonka.IoT.DeleteTopicRuleDestination

type Rep DeleteTopicRuleDestinationResponse = D1 ('MetaData "DeleteTopicRuleDestinationResponse" "Amazonka.IoT.DeleteTopicRuleDestination" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "DeleteTopicRuleDestinationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteTopicRuleDestinationResponse Source #

Create a value of DeleteTopicRuleDestinationResponse 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:httpStatus:DeleteTopicRuleDestinationResponse', deleteTopicRuleDestinationResponse_httpStatus - The response's http status code.

Response Lenses