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.GetTopicRuleDestination

Description

Gets information about a topic rule destination.

Requires permission to access the GetTopicRuleDestination action.

Synopsis

Creating a Request

data GetTopicRuleDestination Source #

See: newGetTopicRuleDestination smart constructor.

Constructors

GetTopicRuleDestination' 

Fields

  • arn :: Text

    The ARN of the topic rule destination.

Instances

Instances details
ToHeaders GetTopicRuleDestination Source # 
Instance details

Defined in Amazonka.IoT.GetTopicRuleDestination

ToPath GetTopicRuleDestination Source # 
Instance details

Defined in Amazonka.IoT.GetTopicRuleDestination

ToQuery GetTopicRuleDestination Source # 
Instance details

Defined in Amazonka.IoT.GetTopicRuleDestination

AWSRequest GetTopicRuleDestination Source # 
Instance details

Defined in Amazonka.IoT.GetTopicRuleDestination

Generic GetTopicRuleDestination Source # 
Instance details

Defined in Amazonka.IoT.GetTopicRuleDestination

Associated Types

type Rep GetTopicRuleDestination :: Type -> Type #

Read GetTopicRuleDestination Source # 
Instance details

Defined in Amazonka.IoT.GetTopicRuleDestination

Show GetTopicRuleDestination Source # 
Instance details

Defined in Amazonka.IoT.GetTopicRuleDestination

NFData GetTopicRuleDestination Source # 
Instance details

Defined in Amazonka.IoT.GetTopicRuleDestination

Methods

rnf :: GetTopicRuleDestination -> () #

Eq GetTopicRuleDestination Source # 
Instance details

Defined in Amazonka.IoT.GetTopicRuleDestination

Hashable GetTopicRuleDestination Source # 
Instance details

Defined in Amazonka.IoT.GetTopicRuleDestination

type AWSResponse GetTopicRuleDestination Source # 
Instance details

Defined in Amazonka.IoT.GetTopicRuleDestination

type Rep GetTopicRuleDestination Source # 
Instance details

Defined in Amazonka.IoT.GetTopicRuleDestination

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

newGetTopicRuleDestination Source #

Create a value of GetTopicRuleDestination 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:

GetTopicRuleDestination, getTopicRuleDestination_arn - The ARN of the topic rule destination.

Request Lenses

getTopicRuleDestination_arn :: Lens' GetTopicRuleDestination Text Source #

The ARN of the topic rule destination.

Destructuring the Response

data GetTopicRuleDestinationResponse Source #

See: newGetTopicRuleDestinationResponse smart constructor.

Constructors

GetTopicRuleDestinationResponse' 

Fields

Instances

Instances details
Generic GetTopicRuleDestinationResponse Source # 
Instance details

Defined in Amazonka.IoT.GetTopicRuleDestination

Associated Types

type Rep GetTopicRuleDestinationResponse :: Type -> Type #

Read GetTopicRuleDestinationResponse Source # 
Instance details

Defined in Amazonka.IoT.GetTopicRuleDestination

Show GetTopicRuleDestinationResponse Source # 
Instance details

Defined in Amazonka.IoT.GetTopicRuleDestination

NFData GetTopicRuleDestinationResponse Source # 
Instance details

Defined in Amazonka.IoT.GetTopicRuleDestination

Eq GetTopicRuleDestinationResponse Source # 
Instance details

Defined in Amazonka.IoT.GetTopicRuleDestination

type Rep GetTopicRuleDestinationResponse Source # 
Instance details

Defined in Amazonka.IoT.GetTopicRuleDestination

type Rep GetTopicRuleDestinationResponse = D1 ('MetaData "GetTopicRuleDestinationResponse" "Amazonka.IoT.GetTopicRuleDestination" "amazonka-iot-2.0-6w03vgAfmrM1SG22OsNJXL" 'False) (C1 ('MetaCons "GetTopicRuleDestinationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "topicRuleDestination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TopicRuleDestination)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetTopicRuleDestinationResponse Source #

Create a value of GetTopicRuleDestinationResponse 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:topicRuleDestination:GetTopicRuleDestinationResponse', getTopicRuleDestinationResponse_topicRuleDestination - The topic rule destination.

$sel:httpStatus:GetTopicRuleDestinationResponse', getTopicRuleDestinationResponse_httpStatus - The response's http status code.

Response Lenses