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

DescribeQueriesResponse

import type { DescribeQueriesResponse } from "https://aws-api.deno.dev/v0.3/services/cloudwatchlogs.ts?docs=full";
interface DescribeQueriesResponse {
nextToken?: string | null;
queries?: QueryInfo[] | null;
}

§Properties

§
nextToken?: string | null
[src]
§
queries?: QueryInfo[] | null
[src]

The list of queries that match the request.