Values.SidewalkGetStartImportInfoSourceSidewalk-related information for devices in an import task that are being onboarded.
type nonrec t = {deviceCreationFileList : DeviceCreationFileList.t option;List of Sidewalk devices that are added to the 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
* [> `List of [> `String of DeviceCreationFile.t ] list
| `String of Role.t
| `Structure of (string * [> `String of DestinationName.t ]) list ])
list ]