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.deno.dev/v0.3/services/iotwireless.ts?docs=full";

Information about a wireless device's operation.

interface WirelessDeviceStatistics {
Arn?: string | null;
DestinationName?: string | null;
FuotaDeviceStatus?: FuotaDeviceStatus | null;
Id?: string | null;
LastUplinkReceivedAt?: string | null;
LoRaWAN?: LoRaWANListDevice | null;
McGroupId?: number | null;
MulticastDeviceStatus?: string | null;
Name?: string | null;
Sidewalk?: SidewalkListDevice | null;
Type?: WirelessDeviceType | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name of the resource.

§
DestinationName?: string | null
[src]

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

§
FuotaDeviceStatus?: FuotaDeviceStatus | null
[src]
§
Id?: string | null
[src]

The ID of the wireless device reporting the data.

§
LastUplinkReceivedAt?: string | null
[src]

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

§
LoRaWAN?: LoRaWANListDevice | null
[src]

LoRaWAN device info.

§
McGroupId?: number | null
[src]
§
MulticastDeviceStatus?: string | null
[src]

The status of the wireless device in the multicast group.

§
Name?: string | null
[src]

The name of the resource.

§
Sidewalk?: SidewalkListDevice | null
[src]

The Sidewalk account credentials.

§

The wireless device type.