:doc:`IoTWireless <../../iotwireless>` / Client / associate_wireless_device_with_thing

************************************
associate_wireless_device_with_thing
************************************



.. py:method:: IoTWireless.Client.associate_wireless_device_with_thing(**kwargs)

  

  Associates a wireless device with a thing.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iotwireless-2020-11-22/AssociateWirelessDeviceWithThing>`_  


  **Request Syntax**
  ::

    response = client.associate_wireless_device_with_thing(
        Id='string',
        ThingArn='string'
    )
    
  :type Id: string
  :param Id: **[REQUIRED]** 

    The ID of the resource to update.

    

  
  :type ThingArn: string
  :param ThingArn: **[REQUIRED]** 

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

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`IoTWireless.Client.exceptions.ValidationException`

  
  *   :py:class:`IoTWireless.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`IoTWireless.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`IoTWireless.Client.exceptions.ConflictException`

  
  *   :py:class:`IoTWireless.Client.exceptions.ThrottlingException`

  
  *   :py:class:`IoTWireless.Client.exceptions.InternalServerException`

  