CreateStudioInput
import type { CreateStudioInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/emr.ts";interface CreateStudioInput {
AuthMode: AuthMode;
DefaultS3Location: string;
Description?: string | null;
EngineSecurityGroupId: string;
Name: string;
ServiceRole: string;
SubnetIds: string[];
Tags?: Tag[] | null;
UserRole: string;
VpcId: string;
WorkspaceSecurityGroupId: string;
}