IoTWireless / Client / associate_wireless_device_with_fuota_task

associate_wireless_device_with_fuota_task#

IoTWireless.Client.associate_wireless_device_with_fuota_task(**kwargs)#

Associate a wireless device with a FUOTA task.

See also: AWS API Documentation

Request Syntax

response = client.associate_wireless_device_with_fuota_task(
    Id='string',
    WirelessDeviceId='string'
)
Parameters:
  • Id (string) –

    [REQUIRED]

    The ID of a FUOTA task.

  • WirelessDeviceId (string) –

    [REQUIRED]

    The ID of the wireless device.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions