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

AssociateDeviceWithNetworkProfileRequest

import type { AssociateDeviceWithNetworkProfileRequest } from "https://aws-api.deno.dev/v0.4/services/alexaforbusiness.ts?docs=full";
interface AssociateDeviceWithNetworkProfileRequest {
DeviceArn: string;
NetworkProfileArn: string;
}

§Properties

§
DeviceArn: string
[src]

The device ARN.

§
NetworkProfileArn: string
[src]

The ARN of the network profile to associate with a device.