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

BatchGetQueryExecutionOutput

import type { BatchGetQueryExecutionOutput } from "https://aws-api.deno.dev/v0.3/services/athena.ts?docs=full";
interface BatchGetQueryExecutionOutput {
QueryExecutions?: QueryExecution[] | null;
UnprocessedQueryExecutionIds?: UnprocessedQueryExecutionId[] | null;
}

§Properties

§
QueryExecutions?: QueryExecution[] | null
[src]

Information about a query execution.

§
UnprocessedQueryExecutionIds?: UnprocessedQueryExecutionId[] | null
[src]

Information about the query executions that failed to run.