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.3/services/iotsitewise.ts?docs=full";
interface UpdateProjectRequest {
clientToken?: string | null;
projectDescription?: string | null;
projectId: string;
projectName: string;
}

§Properties

§
clientToken?: string | null
[src]

A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

§
projectDescription?: string | null
[src]

A new description for the project.

§
projectId: string
[src]

The ID of the project to update.

§
projectName: string
[src]

A new friendly name for the project.