Values.StartWirelessDeviceImportTaskRequestSourceStart import task for provisioning Sidewalk devices in bulk using an S3 CSV file.
type nonrec t = {destinationName : DestinationName.t;The name of the Sidewalk destination that describes the IoT rule to route messages from the devices in the import task that are onboarded to AWS IoT Wireless.
*)clientRequestToken : ClientRequestToken.t option;positioning : PositioningConfigStatus.t option;The integration status of the Device Location feature for Sidewalk devices.
*)sidewalk : SidewalkStartImportInfo.t;The Sidewalk-related parameters for importing wireless devices that need to be provisioned in bulk.
*)}val make :
?clientRequestToken:??? ->
?tags:??? ->
?positioning:??? ->
destinationName:DestinationName.t ->
sidewalk:SidewalkStartImportInfo.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of DestinationName.t
| `Structure of
(string
* [> `String of DeviceCreationFile.t
| `Structure of
(string * [> `String of DestinationName.t ]) list ])
list ])
list ]