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

StartQueryExecutionOutput

import type { StartQueryExecutionOutput } from "https://aws-api.deno.dev/v0.3/services/athena.ts?docs=full";
interface StartQueryExecutionOutput {
QueryExecutionId?: string | null;
}

§Properties

§
QueryExecutionId?: string | null
[src]

The unique ID of the query that ran as a result of this request.