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.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
Eq GetTopicRuleDestination Source # 
Instance details

Defined in Amazonka.IoT.GetTopicRuleDestination

Read GetTopicRuleDestination Source # 
Instance details

Defined in Amazonka.IoT.GetTopicRuleDestination

Show 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 #

NFData GetTopicRuleDestination Source # 
Instance details

Defined in Amazonka.IoT.GetTopicRuleDestination

Methods

rnf :: GetTopicRuleDestination -> () #

Hashable GetTopicRuleDestination Source # 
Instance details

Defined in Amazonka.IoT.GetTopicRuleDestination

AWSRequest GetTopicRuleDestination Source # 
Instance details

Defined in Amazonka.IoT.GetTopicRuleDestination

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

type Rep GetTopicRuleDestination Source # 
Instance details

Defined in Amazonka.IoT.GetTopicRuleDestination

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

Defined in Amazonka.IoT.GetTopicRuleDestination

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:

$sel:arn: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
Eq GetTopicRuleDestinationResponse Source # 
Instance details

Defined in Amazonka.IoT.GetTopicRuleDestination

Read GetTopicRuleDestinationResponse Source # 
Instance details

Defined in Amazonka.IoT.GetTopicRuleDestination

Show GetTopicRuleDestinationResponse Source # 
Instance details

Defined in Amazonka.IoT.GetTopicRuleDestination

Generic GetTopicRuleDestinationResponse Source # 
Instance details

Defined in Amazonka.IoT.GetTopicRuleDestination

Associated Types

type Rep GetTopicRuleDestinationResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-iotZSamazonka-iot" '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