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

Description

Associates a wireless device with a thing.

Synopsis

Creating a Request

data AssociateWirelessDeviceWithThing Source #

See: newAssociateWirelessDeviceWithThing smart constructor.

Constructors

AssociateWirelessDeviceWithThing' 

Fields

  • id :: Text

    The ID of the resource to update.

  • thingArn :: Text

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

Instances

Instances details
Eq AssociateWirelessDeviceWithThing Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessDeviceWithThing

Read AssociateWirelessDeviceWithThing Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessDeviceWithThing

Show AssociateWirelessDeviceWithThing Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessDeviceWithThing

Generic AssociateWirelessDeviceWithThing Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessDeviceWithThing

Associated Types

type Rep AssociateWirelessDeviceWithThing :: Type -> Type #

NFData AssociateWirelessDeviceWithThing Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessDeviceWithThing

Hashable AssociateWirelessDeviceWithThing Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessDeviceWithThing

ToJSON AssociateWirelessDeviceWithThing Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessDeviceWithThing

AWSRequest AssociateWirelessDeviceWithThing Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessDeviceWithThing

ToHeaders AssociateWirelessDeviceWithThing Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessDeviceWithThing

ToPath AssociateWirelessDeviceWithThing Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessDeviceWithThing

ToQuery AssociateWirelessDeviceWithThing Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessDeviceWithThing

type Rep AssociateWirelessDeviceWithThing Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessDeviceWithThing

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

Defined in Amazonka.IoTWireless.AssociateWirelessDeviceWithThing

newAssociateWirelessDeviceWithThing Source #

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

$sel:thingArn:AssociateWirelessDeviceWithThing', associateWirelessDeviceWithThing_thingArn - The ARN of the thing to associate with the wireless device.

Request Lenses

associateWirelessDeviceWithThing_thingArn :: Lens' AssociateWirelessDeviceWithThing Text Source #

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

Destructuring the Response

data AssociateWirelessDeviceWithThingResponse Source #

Constructors

AssociateWirelessDeviceWithThingResponse' 

Fields

Instances

Instances details
Eq AssociateWirelessDeviceWithThingResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessDeviceWithThing

Read AssociateWirelessDeviceWithThingResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessDeviceWithThing

Show AssociateWirelessDeviceWithThingResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessDeviceWithThing

Generic AssociateWirelessDeviceWithThingResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessDeviceWithThing

NFData AssociateWirelessDeviceWithThingResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessDeviceWithThing

type Rep AssociateWirelessDeviceWithThingResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessDeviceWithThing

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

newAssociateWirelessDeviceWithThingResponse Source #

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

Response Lenses