Values.WirelessDeviceImportTaskSourceInformation about an import task for wireless devices.
type nonrec t = {id : ImportTaskId.t option;The ID of the wireless device import task.
*)arn : ImportTaskArn.t option;The ARN (Amazon Resource Name) of the wireless device import task.
*)destinationName : DestinationName.t option;The name of the Sidewalk destination that that describes the IoT rule to route messages from the device in the import task that will be onboarded to AWS IoT Wireless
*)positioning : PositioningConfigStatus.t option;The integration status of the Device Location feature for Sidewalk devices.
*)sidewalk : SidewalkGetStartImportInfo.t option;The Sidewalk-related information of the wireless device import task.
*)creationTime : CreationTime.t option;The time at which the import task was created.
*)status : ImportTaskStatus.t option;The status information of the wireless device import task.
*)statusReason : StatusReason.t option;The reason that provides additional information about the import task status.
*)initializedImportedDeviceCount : ImportedWirelessDeviceCount.t option;The summary information of count of wireless devices that are waiting for the control log to be added to an import task.
*)pendingImportedDeviceCount : ImportedWirelessDeviceCount.t option;The summary information of count of wireless devices in an import task that are waiting in the queue to be onboarded.
*)onboardedImportedDeviceCount : ImportedWirelessDeviceCount.t option;The summary information of count of wireless devices in an import task that have been onboarded to the import task.
*)failedImportedDeviceCount : ImportedWirelessDeviceCount.t option;The summary information of count of wireless devices in an import task that failed to onboarded to the import task.
*)}val make :
?id:??? ->
?arn:??? ->
?destinationName:??? ->
?positioning:??? ->
?sidewalk:??? ->
?creationTime:??? ->
?status:??? ->
?statusReason:??? ->
?initializedImportedDeviceCount:??? ->
?pendingImportedDeviceCount:??? ->
?onboardedImportedDeviceCount:??? ->
?failedImportedDeviceCount:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of ImportedWirelessDeviceCount.t
| `String of ImportTaskId.t
| `Structure of
(string
* [> `List of [> `String of DeviceCreationFile.t ] list
| `String of Role.t
| `Structure of
(string * [> `String of DestinationName.t ]) list ])
list
| `Timestamp of CreationTime.t ])
list ]