Values.WirelessGatewayStatisticsSourceInformation about a wireless gateway's operation.
type nonrec t = {arn : WirelessGatewayArn.t option;The Amazon Resource Name of the resource.
*)id : WirelessGatewayId.t option;The ID of the wireless gateway reporting the data.
*)name : WirelessGatewayName.t option;The name of the resource.
*)description : Description.t option;The description of the resource.
*)loRaWAN : LoRaWANGateway.t option;LoRaWAN gateway info.
*)lastUplinkReceivedAt : ISODateTimeString.t option;The date and time when the most recent uplink was received. This value is only valid for 3 months.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of WirelessGatewayArn.t
| `Structure of
(string
* [> `Float of GatewayMaxEirp.t
| `List of
[> `Integer of SubBand.t
| `List of [> `String of JoinEui.t ] list
| `String of NetId.t ]
list
| `String of GatewayEui.t
| `Structure of
(string
* [> `Integer of BeaconingDataRate.t
| `List of [> `Integer of BeaconingFrequency.t ] list ])
list ])
list ])
list ]