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

GetWirelessGatewayTaskDefinitionResponse

import type { GetWirelessGatewayTaskDefinitionResponse } from "https://aws-api.deno.dev/v0.3/services/iotwireless.ts?docs=full";
interface GetWirelessGatewayTaskDefinitionResponse {
Arn?: string | null;
AutoCreateTasks?: boolean | null;
Name?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name of the resource.

§
AutoCreateTasks?: boolean | null
[src]

Whether to automatically create tasks using this task definition for all gateways with the specified current version. If false, the task must me created by calling CreateWirelessGatewayTask.

§
Name?: string | null
[src]

The name of the resource.

§

Information about the gateways to update.