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

UpdateWirelessGatewayRequest

import type { UpdateWirelessGatewayRequest } from "https://aws-api.deno.dev/v0.3/services/iotwireless.ts?docs=full";
interface UpdateWirelessGatewayRequest {
Description?: string | null;
Id: string;
JoinEuiFilters?: string[][] | null;
Name?: string | null;
NetIdFilters?: string[] | null;
}

§Properties

§
Description?: string | null
[src]

A new description of the resource.

§
Id: string
[src]

The ID of the resource to update.

§
JoinEuiFilters?: string[][] | null
[src]
§
Name?: string | null
[src]

The new name of the resource.

§
NetIdFilters?: string[] | null
[src]