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

CreateStudioOutput

import type { CreateStudioOutput } from "https://aws-api.deno.dev/v0.3/services/emr.ts?docs=full";
interface CreateStudioOutput {
StudioId?: string | null;
Url?: string | null;
}

§Properties

§
StudioId?: string | null
[src]

The ID of the Amazon EMR Studio.

§
Url?: string | null
[src]

The unique Studio access URL.