IoTWireless / Client / associate_wireless_device_with_thing

associate_wireless_device_with_thing#

IoTWireless.Client.associate_wireless_device_with_thing(**kwargs)#

Associates a wireless device with a thing.

See also: AWS API Documentation

Request Syntax

response = client.associate_wireless_device_with_thing(
    Id='string',
    ThingArn='string'
)
Parameters:
  • Id (string) –

    [REQUIRED]

    The ID of the resource to update.

  • ThingArn (string) –

    [REQUIRED]

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

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions