Module Values.WirelessDeviceStatisticsSource

Information about a wireless device's operation.

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

    The Amazon Resource Name of the resource.

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

    The ID of the wireless device reporting the data.

    *)
  3. type_ : WirelessDeviceType.t option;
    (*

    The wireless device type.

    *)
  4. name : WirelessDeviceName.t option;
    (*

    The name of the resource.

    *)
  5. destinationName : DestinationName.t option;
    (*

    The name of the destination to which the device is assigned.

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

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

    *)
  7. loRaWAN : LoRaWANListDevice.t option;
    (*

    LoRaWAN device info.

    *)
  8. sidewalk : SidewalkListDevice.t option;
    (*

    The Sidewalk account credentials.

    *)
  9. fuotaDeviceStatus : FuotaDeviceStatus.t option;
  10. multicastDeviceStatus : MulticastDeviceStatus.t option;
    (*

    The status of the wireless device in the multicast group.

    *)
  11. mcGroupId : McGroupId.t option;
  12. positioning : PositioningConfigStatus.t option;
    (*

    The integration status of the Device Location feature for LoRaWAN and Amazon Sidewalk enabled devices.

    *)
}
Sourceval make : ?arn:??? -> ?id:??? -> ?type_:??? -> ?name:??? -> ?destinationName:??? -> ?lastUplinkReceivedAt:??? -> ?loRaWAN:??? -> ?sidewalk:??? -> ?fuotaDeviceStatus:??? -> ?multicastDeviceStatus:??? -> ?mcGroupId:??? -> ?positioning:??? -> unit -> t
Sourceval 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 ]
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