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

DescribeQueryDefinitionsRequest

import type { DescribeQueryDefinitionsRequest } from "https://aws-api.deno.dev/v0.3/services/cloudwatchlogs.ts?docs=full";
interface DescribeQueryDefinitionsRequest {
maxResults?: number | null;
nextToken?: string | null;
queryDefinitionNamePrefix?: string | null;
}

§Properties

§
maxResults?: number | null
[src]

Limits the number of returned query definitions to the specified number.

§
nextToken?: string | null
[src]
§
queryDefinitionNamePrefix?: string | null
[src]

Use this parameter to filter your results to only the query definitions that have names that start with the prefix you specify.