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

AssociateWirelessDeviceWithThingRequest

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

§Properties

§
Id: string
[src]

The ID of the resource to update.

§
ThingArn: string
[src]

The ARN of the thing to associate with the wireless device.