StartNotebookExecutionInput
import type { StartNotebookExecutionInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/emr.ts";interface StartNotebookExecutionInput {
EditorId: string;
ExecutionEngine: ExecutionEngineConfig;
NotebookExecutionName?: string | null;
NotebookInstanceSecurityGroupId?: string | null;
NotebookParams?: string | null;
RelativePath: string;
ServiceRole: string;
Tags?: Tag[] | null;
}