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

**********************************
update_wireless_device_import_task
**********************************



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

  

  Update an import task to add more devices to the task.

  

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


  **Request Syntax**
  ::

    response = client.update_wireless_device_import_task(
        Id='string',
        Sidewalk={
            'DeviceCreationFile': 'string'
        }
    )
    
  :type Id: string
  :param Id: **[REQUIRED]** 

    The identifier of the import task to be updated.

    

  
  :type Sidewalk: dict
  :param Sidewalk: **[REQUIRED]** 

    The Sidewalk-related parameters of the import task to be updated.

    

  
    - **DeviceCreationFile** *(string) --* 

      The CSV file contained in an S3 bucket that's used for appending devices to an existing import task.

      

    
  
  
  :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.InternalServerException`

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

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

  