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

UpdatePlacementRequest

import type { UpdatePlacementRequest } from "https://aws-api.deno.dev/v0.4/services/iot1clickprojects.ts?docs=full";
interface UpdatePlacementRequest {
attributes?: {
[key: string]: string | null | undefined;
}
| null;
placementName: string;
projectName: string;
}

§Properties

§
attributes?: {
[key: string]: string | null | undefined;
}
| null
[src]

The user-defined object of attributes used to update the placement. The maximum number of key/value pairs is 50.

§
placementName: string
[src]

The name of the placement to update.

§
projectName: string
[src]

The name of the project containing the placement to be updated.