libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless
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.IoTWireless.GetDestination

Description

Gets information about a destination.

Synopsis

Creating a Request

data GetDestination Source #

See: newGetDestination smart constructor.

Constructors

GetDestination' 

Fields

  • name :: Text

    The name of the resource to get.

Instances

Instances details
Eq GetDestination Source # 
Instance details

Defined in Amazonka.IoTWireless.GetDestination

Read GetDestination Source # 
Instance details

Defined in Amazonka.IoTWireless.GetDestination

Show GetDestination Source # 
Instance details

Defined in Amazonka.IoTWireless.GetDestination

Generic GetDestination Source # 
Instance details

Defined in Amazonka.IoTWireless.GetDestination

Associated Types

type Rep GetDestination :: Type -> Type #

NFData GetDestination Source # 
Instance details

Defined in Amazonka.IoTWireless.GetDestination

Methods

rnf :: GetDestination -> () #

Hashable GetDestination Source # 
Instance details

Defined in Amazonka.IoTWireless.GetDestination

AWSRequest GetDestination Source # 
Instance details

Defined in Amazonka.IoTWireless.GetDestination

Associated Types

type AWSResponse GetDestination #

ToHeaders GetDestination Source # 
Instance details

Defined in Amazonka.IoTWireless.GetDestination

ToPath GetDestination Source # 
Instance details

Defined in Amazonka.IoTWireless.GetDestination

ToQuery GetDestination Source # 
Instance details

Defined in Amazonka.IoTWireless.GetDestination

type Rep GetDestination Source # 
Instance details

Defined in Amazonka.IoTWireless.GetDestination

type Rep GetDestination = D1 ('MetaData "GetDestination" "Amazonka.IoTWireless.GetDestination" "libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless" 'False) (C1 ('MetaCons "GetDestination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetDestination Source # 
Instance details

Defined in Amazonka.IoTWireless.GetDestination

newGetDestination Source #

Create a value of GetDestination 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:name:GetDestination', getDestination_name - The name of the resource to get.

Request Lenses

getDestination_name :: Lens' GetDestination Text Source #

The name of the resource to get.

Destructuring the Response

data GetDestinationResponse Source #

See: newGetDestinationResponse smart constructor.

Constructors

GetDestinationResponse' 

Fields

Instances

Instances details
Eq GetDestinationResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.GetDestination

Read GetDestinationResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.GetDestination

Show GetDestinationResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.GetDestination

Generic GetDestinationResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.GetDestination

Associated Types

type Rep GetDestinationResponse :: Type -> Type #

NFData GetDestinationResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.GetDestination

Methods

rnf :: GetDestinationResponse -> () #

type Rep GetDestinationResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.GetDestination

type Rep GetDestinationResponse = D1 ('MetaData "GetDestinationResponse" "Amazonka.IoTWireless.GetDestination" "libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless" 'False) (C1 ('MetaCons "GetDestinationResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "expressionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExpressionType)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "expression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newGetDestinationResponse Source #

Create a value of GetDestinationResponse 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:expressionType:GetDestinationResponse', getDestinationResponse_expressionType - The type of value in Expression.

$sel:arn:GetDestinationResponse', getDestinationResponse_arn - The Amazon Resource Name of the resource.

$sel:name:GetDestination', getDestinationResponse_name - The name of the resource.

$sel:expression:GetDestinationResponse', getDestinationResponse_expression - The rule name or topic rule to send messages to.

$sel:description:GetDestinationResponse', getDestinationResponse_description - The description of the resource.

$sel:roleArn:GetDestinationResponse', getDestinationResponse_roleArn - The ARN of the IAM Role that authorizes the destination.

$sel:httpStatus:GetDestinationResponse', getDestinationResponse_httpStatus - The response's http status code.

Response Lenses

getDestinationResponse_arn :: Lens' GetDestinationResponse (Maybe Text) Source #

The Amazon Resource Name of the resource.

getDestinationResponse_expression :: Lens' GetDestinationResponse (Maybe Text) Source #

The rule name or topic rule to send messages to.

getDestinationResponse_roleArn :: Lens' GetDestinationResponse (Maybe Text) Source #

The ARN of the IAM Role that authorizes the destination.