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

ListQueriesResponse

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

§Properties

§
NextToken?: string | null
[src]

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

§
Queries?: Query[] | null
[src]

Lists matching query results, and shows query ID, status, and creation time of each query.