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

§Properties

§
description?: string | null
[src]

An optional description of the project.

§
project: string
[src]

The name or ARN of the project to update.