Values.StartSingleWirelessDeviceImportTaskRequestSourceStart import task for a single wireless device.
type nonrec t = {destinationName : DestinationName.t;The name of the Sidewalk destination that describes the IoT rule to route messages from the device in the import task that will be onboarded to AWS IoT Wireless.
*)clientRequestToken : ClientRequestToken.t option;deviceName : DeviceName.t option;The name of the wireless device for which an import task is being started.
*)positioning : PositioningConfigStatus.t option;The integration status of the Device Location feature for Sidewalk devices.
*)sidewalk : SidewalkSingleStartImportInfo.t;The Sidewalk-related parameters for importing a single wireless device.
*)}val make :
?clientRequestToken:??? ->
?deviceName:??? ->
?tags:??? ->
?positioning:??? ->
destinationName:DestinationName.t ->
sidewalk:SidewalkSingleStartImportInfo.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 SidewalkManufacturingSn.t
| `Structure of
(string * [> `String of DestinationName.t ]) list ])
list ])
list ]