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/codestar.ts?docs=full";
interface UpdateProjectRequest {
description?: string | null;
id: string;
name?: string | null;
}

§Properties

§
description?: string | null
[src]

The description of the project, if any.

§
id: string
[src]

The ID of the project you want to update.

§
name?: string | null
[src]

The name of the project you want to update.