IoTWireless / Client / update_wireless_device_import_task

update_wireless_device_import_task#

IoTWireless.Client.update_wireless_device_import_task(**kwargs)#

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

See also: AWS API Documentation

Request Syntax

response = client.update_wireless_device_import_task(
    Id='string',
    Sidewalk={
        'DeviceCreationFile': 'string'
    }
)
Parameters:
  • Id (string) –

    [REQUIRED]

    The identifier of the import task to be updated.

  • Sidewalk (dict) –

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

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • IoTWireless.Client.exceptions.ValidationException

  • IoTWireless.Client.exceptions.AccessDeniedException

  • IoTWireless.Client.exceptions.ResourceNotFoundException

  • IoTWireless.Client.exceptions.InternalServerException

  • IoTWireless.Client.exceptions.ConflictException

  • IoTWireless.Client.exceptions.ThrottlingException