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

StartQueryRequest

import type { StartQueryRequest } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/cloudwatchlogs.ts";
interface StartQueryRequest {
endTime: number;
limit?: number | null;
logGroupName?: string | null;
logGroupNames?: string[] | null;
queryString: string;
startTime: number;
}

§Properties

§
endTime: number
[src]
§
limit?: number | null
[src]
§
logGroupName?: string | null
[src]
§
logGroupNames?: string[] | null
[src]
§
queryString: string
[src]
§
startTime: number
[src]