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

LoRaWANUpdateDevice

import type { LoRaWANUpdateDevice } from "https://aws-api.deno.dev/v0.3/services/iotwireless.ts?docs=full";

LoRaWAN object for update functions.

interface LoRaWANUpdateDevice {
DeviceProfileId?: string | null;
ServiceProfileId?: string | null;
}

§Properties

§
DeviceProfileId?: string | null
[src]

The ID of the device profile for the wireless device.

§
ServiceProfileId?: string | null
[src]

The ID of the service profile.