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

GetWirelessDeviceStatisticsResponse

import type { GetWirelessDeviceStatisticsResponse } from "https://aws-api.deno.dev/v0.3/services/iotwireless.ts?docs=full";
interface GetWirelessDeviceStatisticsResponse {
LastUplinkReceivedAt?: string | null;
LoRaWAN?: LoRaWANDeviceMetadata | null;
Sidewalk?: SidewalkDeviceMetadata | null;
WirelessDeviceId?: string | null;
}

§Properties

§
LastUplinkReceivedAt?: string | null
[src]

The date and time when the most recent uplink was received.

§

Information about the wireless device's operations.

§
Sidewalk?: SidewalkDeviceMetadata | null
[src]

MetaData for Sidewalk device.

§
WirelessDeviceId?: string | null
[src]

The ID of the wireless device.