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

GetWirelessGatewayTaskResponse

import type { GetWirelessGatewayTaskResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iotwireless.ts";
interface GetWirelessGatewayTaskResponse {
LastUplinkReceivedAt?: string | null;
Status?: WirelessGatewayTaskStatus | null;
TaskCreatedAt?: string | null;
WirelessGatewayId?: string | null;
WirelessGatewayTaskDefinitionId?: string | null;
}

§Properties

§
LastUplinkReceivedAt?: string | null
[src]
§
TaskCreatedAt?: string | null
[src]
§
WirelessGatewayId?: string | null
[src]
§
WirelessGatewayTaskDefinitionId?: string | null
[src]