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

DescribeQueryDefinitionsResponse

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

§Properties

§
nextToken?: string | null
[src]
§
queryDefinitions?: QueryDefinition[] | null
[src]

The list of query definitions that match your request.