Values.UpdateWirelessDeviceImportTaskRequestSourceUpdate an import task to add more devices to the task.
type nonrec t = {id : ImportTaskId.t;The identifier of the import task to be updated.
*)sidewalk : SidewalkUpdateImportInfo.t;The Sidewalk-related parameters of the import task to be updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ImportTaskId.t
| `Structure of (string * [> `String of DeviceCreationFile.t ]) list ])
list ]