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.deno.dev/v0.3/services/iotwireless.ts?docs=full";
interface GetWirelessGatewayTaskResponse {
LastUplinkReceivedAt?: string | null;
Status?: WirelessGatewayTaskStatus | null;
TaskCreatedAt?: string | null;
WirelessGatewayId?: string | null;
WirelessGatewayTaskDefinitionId?: string | null;
}

§Properties

§
LastUplinkReceivedAt?: string | null
[src]

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

§

The status of the request.

§
TaskCreatedAt?: string | null
[src]

The date and time when the task was created.

§
WirelessGatewayId?: string | null
[src]

The ID of the wireless gateway.

§
WirelessGatewayTaskDefinitionId?: string | null
[src]

The ID of the WirelessGatewayTask.