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

StartQueryPlanningResponse

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

A structure for the output.

interface StartQueryPlanningResponse {
QueryId: string;
}

§Properties

§
QueryId: string
[src]

The ID of the plan query operation can be used to fetch the actual work unit descriptors that are produced as the result of the operation. The ID is also used to get the query state and as an input to the Execute operation.