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

Description

Associates a wireless gateway with a thing.

Synopsis

Creating a Request

data AssociateWirelessGatewayWithThing Source #

See: newAssociateWirelessGatewayWithThing smart constructor.

Constructors

AssociateWirelessGatewayWithThing' 

Fields

  • id :: Text

    The ID of the resource to update.

  • thingArn :: Text

    The ARN of the thing to associate with the wireless gateway.

Instances

Instances details
Eq AssociateWirelessGatewayWithThing Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessGatewayWithThing

Read AssociateWirelessGatewayWithThing Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessGatewayWithThing

Show AssociateWirelessGatewayWithThing Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessGatewayWithThing

Generic AssociateWirelessGatewayWithThing Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessGatewayWithThing

Associated Types

type Rep AssociateWirelessGatewayWithThing :: Type -> Type #

NFData AssociateWirelessGatewayWithThing Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessGatewayWithThing

Hashable AssociateWirelessGatewayWithThing Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessGatewayWithThing

ToJSON AssociateWirelessGatewayWithThing Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessGatewayWithThing

AWSRequest AssociateWirelessGatewayWithThing Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessGatewayWithThing

ToHeaders AssociateWirelessGatewayWithThing Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessGatewayWithThing

ToPath AssociateWirelessGatewayWithThing Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessGatewayWithThing

ToQuery AssociateWirelessGatewayWithThing Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessGatewayWithThing

type Rep AssociateWirelessGatewayWithThing Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessGatewayWithThing

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

Defined in Amazonka.IoTWireless.AssociateWirelessGatewayWithThing

newAssociateWirelessGatewayWithThing Source #

Create a value of AssociateWirelessGatewayWithThing 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:id:AssociateWirelessGatewayWithThing', associateWirelessGatewayWithThing_id - The ID of the resource to update.

$sel:thingArn:AssociateWirelessGatewayWithThing', associateWirelessGatewayWithThing_thingArn - The ARN of the thing to associate with the wireless gateway.

Request Lenses

associateWirelessGatewayWithThing_thingArn :: Lens' AssociateWirelessGatewayWithThing Text Source #

The ARN of the thing to associate with the wireless gateway.

Destructuring the Response

data AssociateWirelessGatewayWithThingResponse Source #

Constructors

AssociateWirelessGatewayWithThingResponse' 

Fields

Instances

Instances details
Eq AssociateWirelessGatewayWithThingResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessGatewayWithThing

Read AssociateWirelessGatewayWithThingResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessGatewayWithThing

Show AssociateWirelessGatewayWithThingResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessGatewayWithThing

Generic AssociateWirelessGatewayWithThingResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessGatewayWithThing

NFData AssociateWirelessGatewayWithThingResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessGatewayWithThing

type Rep AssociateWirelessGatewayWithThingResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessGatewayWithThing

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

newAssociateWirelessGatewayWithThingResponse Source #

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

Response Lenses