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

FilterLogEventsRequest

import type { FilterLogEventsRequest } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/cloudwatchlogs.ts";
interface FilterLogEventsRequest {
endTime?: number | null;
filterPattern?: string | null;
interleaved?: boolean | null;
limit?: number | null;
logGroupName: string;
logStreamNamePrefix?: string | null;
logStreamNames?: string[] | null;
nextToken?: string | null;
startTime?: number | null;
}

§Properties

§
endTime?: number | null
[src]
§
filterPattern?: string | null
[src]
§
interleaved?: boolean | null
[src]
§
limit?: number | null
[src]
§
logGroupName: string
[src]
§
logStreamNamePrefix?: string | null
[src]
§
logStreamNames?: string[] | null
[src]
§
nextToken?: string | null
[src]
§
startTime?: number | null
[src]