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

UpdateWirelessDeviceRequest

import type { UpdateWirelessDeviceRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iotwireless.ts";
interface UpdateWirelessDeviceRequest {
Description?: string | null;
DestinationName?: string | null;
Id: string;
LoRaWAN?: LoRaWANUpdateDevice | null;
Name?: string | null;
}

§Properties

§
Description?: string | null
[src]
§
DestinationName?: string | null
[src]
§
Id: string
[src]
§
Name?: string | null
[src]