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

UpdateStudioInput

import type { UpdateStudioInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/emr.ts";
interface UpdateStudioInput {
DefaultS3Location?: string | null;
Description?: string | null;
Name?: string | null;
StudioId: string;
SubnetIds?: string[] | null;
}

§Properties

§
DefaultS3Location?: string | null
[src]
§
Description?: string | null
[src]
§
Name?: string | null
[src]
§
StudioId: string
[src]
§
SubnetIds?: string[] | null
[src]