ListNotebookExecutionsInput
import type { ListNotebookExecutionsInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/emr.ts";interface ListNotebookExecutionsInput {
EditorId?: string | null;
From?: Date | number | null;
Marker?: string | null;
Status?: NotebookExecutionStatus | null;
To?: Date | number | null;
}