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/databrew.ts?docs=full";
interface UpdateProjectRequest {
Name: string;
RoleArn: string;
Sample?: Sample | null;
}

§Properties

§
Name: string
[src]

The name of the project to be updated.

§
RoleArn: string
[src]

The Amazon Resource Name (ARN) of the IAM role to be assumed for this request.

§
Sample?: Sample | null
[src]