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

StartProjectSessionRequest

import type { StartProjectSessionRequest } from "https://aws-api.deno.dev/v0.3/services/databrew.ts?docs=full";
interface StartProjectSessionRequest {
AssumeControl?: boolean | null;
Name: string;
}

§Properties

§
AssumeControl?: boolean | null
[src]

A value that, if true, enables you to take control of a session, even if a different client is currently accessing the project.

§
Name: string
[src]

The name of the project to act upon.