Values.SidewalkStartImportInfoSourceInformation about an import task created for bulk provisioning.
type nonrec t = {deviceCreationFile : DeviceCreationFile.t option;The CSV file contained in an S3 bucket that's used for adding devices to an import task.
*)role : Role.t option;The IAM role that allows AWS IoT Wireless to access the CSV file in the S3 bucket.
*)positioning : SidewalkPositioning.t option;The Positioning object of the Sidewalk device.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of DeviceCreationFile.t
| `Structure of (string * [> `String of DestinationName.t ]) list ])
list ]