Values.SidewalkDeviceSourceSidewalk device object.
type nonrec t = {amazonId : AmazonId.t option;sidewalkId : SidewalkId.t option;The sidewalk device identification.
*)sidewalkManufacturingSn : SidewalkManufacturingSn.t option;The Sidewalk manufacturing series number.
*)deviceCertificates : DeviceCertificateList.t option;The sidewalk device certificates for Ed25519 and P256r1.
*)privateKeys : PrivateKeysList.t option;The Sidewalk device private keys that will be used for onboarding the device.
*)deviceProfileId : DeviceProfileId.t option;The ID of the Sidewalk device profile.
*)certificateId : DakCertificateId.t option;The ID of the Sidewalk device profile.
*)status : WirelessDeviceSidewalkStatus.t option;The Sidewalk device status, such as provisioned or registered.
*)positioning : SidewalkPositioning.t option;The Positioning object of the Sidewalk device.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `Enum of string | `String of CertificateValue.t ])
list ]
list
| `String of AmazonId.t
| `Structure of (string * [> `String of DestinationName.t ]) list ])
list ]