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.deno.dev/v0.3/services/iotwireless.ts?docs=full";
interface UpdateWirelessDeviceRequest {
Description?: string | null;
DestinationName?: string | null;
Id: string;
LoRaWAN?: LoRaWANUpdateDevice | null;
Name?: string | null;
}

§Properties

§
Description?: string | null
[src]

A new description of the resource.

§
DestinationName?: string | null
[src]

The name of the new destination for the device.

§
Id: string
[src]

The ID of the resource to update.

§
LoRaWAN?: LoRaWANUpdateDevice | null
[src]

The updated wireless device's configuration.

§
Name?: string | null
[src]

The new name of the resource.