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

UpdateProjectRequest

import type { UpdateProjectRequest } from "https://aws-api.deno.dev/v0.4/services/iot1clickprojects.ts?docs=full";
interface UpdateProjectRequest {
description?: string | null;
placementTemplate?: PlacementTemplate | null;
projectName: string;
}

§Properties

§
description?: string | null
[src]

An optional user-defined description for the project.

§
placementTemplate?: PlacementTemplate | null
[src]

An object defining the project update. Once a project has been created, you cannot add device template names to the project. However, for a given placementTemplate, you can update the associated callbackOverrides for the device definition using this API.

§
projectName: string
[src]

The name of the project to be updated.