GetPlanRequest
import type { GetPlanRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/glue.ts";interface GetPlanRequest {
AdditionalPlanOptionsMap?: {} | null;
[key: string]: string | null | undefined;
Language?: Language | null;
Location?: Location | null;
Mapping: MappingEntry[];
Sinks?: CatalogEntry[] | null;
Source: CatalogEntry;
}