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

Description

Updates properties of a destination.

Synopsis

Creating a Request

data UpdateDestination Source #

See: newUpdateDestination smart constructor.

Constructors

UpdateDestination' 

Fields

Instances

Instances details
Eq UpdateDestination Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateDestination

Read UpdateDestination Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateDestination

Show UpdateDestination Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateDestination

Generic UpdateDestination Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateDestination

Associated Types

type Rep UpdateDestination :: Type -> Type #

NFData UpdateDestination Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateDestination

Methods

rnf :: UpdateDestination -> () #

Hashable UpdateDestination Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateDestination

ToJSON UpdateDestination Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateDestination

AWSRequest UpdateDestination Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateDestination

Associated Types

type AWSResponse UpdateDestination #

ToHeaders UpdateDestination Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateDestination

ToPath UpdateDestination Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateDestination

ToQuery UpdateDestination Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateDestination

type Rep UpdateDestination Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateDestination

type Rep UpdateDestination = D1 ('MetaData "UpdateDestination" "Amazonka.IoTWireless.UpdateDestination" "libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless" 'False) (C1 ('MetaCons "UpdateDestination'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "expressionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExpressionType)) :*: 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 "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse UpdateDestination Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateDestination

newUpdateDestination Source #

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

$sel:expression:UpdateDestination', updateDestination_expression - The new rule name or topic rule to send messages to.

$sel:description:UpdateDestination', updateDestination_description - A new description of the resource.

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

$sel:name:UpdateDestination', updateDestination_name - The new name of the resource.

Request Lenses

updateDestination_expression :: Lens' UpdateDestination (Maybe Text) Source #

The new rule name or topic rule to send messages to.

updateDestination_description :: Lens' UpdateDestination (Maybe Text) Source #

A new description of the resource.

updateDestination_roleArn :: Lens' UpdateDestination (Maybe Text) Source #

The ARN of the IAM Role that authorizes the destination.

updateDestination_name :: Lens' UpdateDestination Text Source #

The new name of the resource.

Destructuring the Response

data UpdateDestinationResponse Source #

See: newUpdateDestinationResponse smart constructor.

Constructors

UpdateDestinationResponse' 

Fields

Instances

Instances details
Eq UpdateDestinationResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateDestination

Read UpdateDestinationResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateDestination

Show UpdateDestinationResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateDestination

Generic UpdateDestinationResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateDestination

Associated Types

type Rep UpdateDestinationResponse :: Type -> Type #

NFData UpdateDestinationResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateDestination

type Rep UpdateDestinationResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateDestination

type Rep UpdateDestinationResponse = D1 ('MetaData "UpdateDestinationResponse" "Amazonka.IoTWireless.UpdateDestination" "libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless" 'False) (C1 ('MetaCons "UpdateDestinationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateDestinationResponse Source #

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

Response Lenses