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

DescribePlacementRequest

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

§Properties

§
placementName: string
[src]

The name of the placement within a project.

§
projectName: string
[src]

The project containing the placement to be described.