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

GetDevicesInPlacementRequest

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

§Properties

§
placementName: string
[src]

The name of the placement to get the devices from.

§
projectName: string
[src]

The name of the project containing the placement.