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

GetPlanRequest

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

§Properties

§
AdditionalPlanOptionsMap?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
Language?: Language | null
[src]
§
Location?: Location | null
[src]
§
Sinks?: CatalogEntry[] | null
[src]