Values.WirelessDeviceStatisticsSourceInformation about a wireless device's operation.
type nonrec t = {arn : WirelessDeviceArn.t option;The Amazon Resource Name of the resource.
*)id : WirelessDeviceId.t option;The ID of the wireless device reporting the data.
*)type_ : WirelessDeviceType.t option;The wireless device type.
*)name : WirelessDeviceName.t option;The name of the resource.
*)destinationName : DestinationName.t option;The name of the destination to which the device is assigned.
*)lastUplinkReceivedAt : ISODateTimeString.t option;The date and time when the most recent uplink was received. Theis value is only valid for 3 months.
*)loRaWAN : LoRaWANListDevice.t option;LoRaWAN device info.
*)sidewalk : SidewalkListDevice.t option;The Sidewalk account credentials.
*)fuotaDeviceStatus : FuotaDeviceStatus.t option;multicastDeviceStatus : MulticastDeviceStatus.t option;The status of the wireless device in the multicast group.
*)mcGroupId : McGroupId.t option;positioning : PositioningConfigStatus.t option;The integration status of the Device Location feature for LoRaWAN and Amazon Sidewalk enabled devices.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of McGroupId.t
| `String of WirelessDeviceArn.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string | `String of CertificateValue.t ])
list ]
list
| `String of DevEui.t
| `Structure of
(string * [> `String of DestinationName.t ]) list ])
list ])
list ]