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

AssociateEntityToThingRequest

import type { AssociateEntityToThingRequest } from "https://aws-api.deno.dev/v0.4/services/iotthingsgraph.ts?docs=full";
interface AssociateEntityToThingRequest {
entityId: string;
namespaceVersion?: number | null;
thingName: string;
}

§Properties

§
entityId: string
[src]

The ID of the device to be associated with the thing.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
§
namespaceVersion?: number | null
[src]

The version of the user's namespace. Defaults to the latest version of the user's namespace.

§
thingName: string
[src]

The name of the thing to which the entity is to be associated.