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

GetLogEventsRequest

import type { GetLogEventsRequest } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/cloudwatchlogs.ts";
interface GetLogEventsRequest {
endTime?: number | null;
limit?: number | null;
logGroupName: string;
logStreamName: string;
nextToken?: string | null;
startFromHead?: boolean | null;
startTime?: number | null;
}

§Properties

§
endTime?: number | null
[src]
§
limit?: number | null
[src]
§
logGroupName: string
[src]
§
logStreamName: string
[src]
§
nextToken?: string | null
[src]
§
startFromHead?: boolean | null
[src]
§
startTime?: number | null
[src]