Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

WirelessDeviceStatistics

import type { WirelessDeviceStatistics } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iotwireless.ts";
interface WirelessDeviceStatistics {
Arn?: string | null;
DestinationName?: string | null;
Id?: string | null;
LastUplinkReceivedAt?: string | null;
LoRaWAN?: LoRaWANListDevice | null;
Name?: string | null;
Sidewalk?: SidewalkListDevice | null;
Type?: WirelessDeviceType | null;
}

§Properties

§
Arn?: string | null
[src]
§
DestinationName?: string | null
[src]
§
Id?: string | null
[src]
§
LastUplinkReceivedAt?: string | null
[src]
§
LoRaWAN?: LoRaWANListDevice | null
[src]
§
Name?: string | null
[src]
§
Sidewalk?: SidewalkListDevice | null
[src]