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

ListQueryExecutionsOutput

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

§Properties

§
NextToken?: string | null
[src]

A token to be used by the next request if this request is truncated.

§
QueryExecutionIds?: string[] | null
[src]

The unique IDs of each query execution as an array of strings.