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

GetWirelessGatewayStatisticsResponse

import type { GetWirelessGatewayStatisticsResponse } from "https://aws-api.deno.dev/v0.3/services/iotwireless.ts?docs=full";
interface GetWirelessGatewayStatisticsResponse {
ConnectionStatus?: ConnectionStatus | null;
LastUplinkReceivedAt?: string | null;
WirelessGatewayId?: string | null;
}

§Properties

§
ConnectionStatus?: ConnectionStatus | null
[src]

The connection status of the wireless gateway.

§
LastUplinkReceivedAt?: string | null
[src]

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

§
WirelessGatewayId?: string | null
[src]

The ID of the wireless gateway.