Values.ImportedSidewalkDeviceSourceInformation about a Sidewalk device that has been added to an import task.
type nonrec t = {sidewalkManufacturingSn : SidewalkManufacturingSn.t option;The Sidewalk manufacturing serial number (SMSN) of the Sidewalk device.
*)onboardingStatus : OnboardStatus.t option;The onboarding status of the Sidewalk device in the import task.
*)onboardingStatusReason : OnboardStatusReason.t option;The reason for the onboarding status information for the Sidewalk device.
*)lastUpdateTime : LastUpdateTime.t option;The time at which the status information was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of SidewalkManufacturingSn.t
| `Timestamp of LastUpdateTime.t ])
list ]