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

AssociateDeviceWithPlacementRequest

import type { AssociateDeviceWithPlacementRequest } from "https://aws-api.deno.dev/v0.4/services/iot1clickprojects.ts?docs=full";
interface AssociateDeviceWithPlacementRequest {
deviceId: string;
deviceTemplateName: string;
placementName: string;
projectName: string;
}

§Properties

§
deviceId: string
[src]

The ID of the physical device to be associated with the given placement in the project. Note that a mandatory 4 character prefix is required for all deviceId values.

§
deviceTemplateName: string
[src]

The device template name to associate with the device ID.

§
placementName: string
[src]

The name of the placement in which to associate the device.

§
projectName: string
[src]

The name of the project containing the placement in which to associate the device.