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

StartQueryPlanningRequest

import type { StartQueryPlanningRequest } from "https://aws-api.deno.dev/v0.3/services/lakeformation.ts?docs=full";
interface StartQueryPlanningRequest {
QueryPlanningContext: QueryPlanningContext;
QueryString: string;
}

§Properties

§
QueryPlanningContext: QueryPlanningContext
[src]

A structure containing information about the query plan.

§
QueryString: string
[src]

A PartiQL query statement used as an input to the planner service.