Module Values.WirelessGatewayStatisticsSource

Information about a wireless gateway's operation.

Sourcetype nonrec t = {
  1. arn : WirelessGatewayArn.t option;
    (*

    The Amazon Resource Name of the resource.

    *)
  2. id : WirelessGatewayId.t option;
    (*

    The ID of the wireless gateway reporting the data.

    *)
  3. name : WirelessGatewayName.t option;
    (*

    The name of the resource.

    *)
  4. description : Description.t option;
    (*

    The description of the resource.

    *)
  5. loRaWAN : LoRaWANGateway.t option;
    (*

    LoRaWAN gateway info.

    *)
  6. lastUplinkReceivedAt : ISODateTimeString.t option;
    (*

    The date and time when the most recent uplink was received. This value is only valid for 3 months.

    *)
}
Sourceval make : ?arn:??? -> ?id:??? -> ?name:??? -> ?description:??? -> ?loRaWAN:??? -> ?lastUplinkReceivedAt:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t