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

GetQueryResultsRequest

import type { GetQueryResultsRequest } from "https://aws-api.deno.dev/v0.3/services/cloudtrail.ts?docs=full";
interface GetQueryResultsRequest {
EventDataStore: string;
MaxQueryResults?: number | null;
NextToken?: string | null;
QueryId: string;
}

§Properties

§
EventDataStore: string
[src]

The ARN (or ID suffix of the ARN) of the event data store against which the query was run.

§
MaxQueryResults?: number | null
[src]

The maximum number of query results to display on a single page.

§
NextToken?: string | null
[src]

A token you can use to get the next page of query results.

§
QueryId: string
[src]

The ID of the query for which you want to get results.