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

DescribeQueriesRequest

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

§Properties

§
logGroupName?: string | null
[src]

Limits the returned queries to only those for the specified log group.

§
maxResults?: number | null
[src]

Limits the number of returned queries to the specified number.

§
nextToken?: string | null
[src]
§
status?: QueryStatus | null
[src]

Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.