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

RejectedLogEventsInfo

import type { RejectedLogEventsInfo } from "https://aws-api.deno.dev/v0.3/services/cloudwatchlogs.ts?docs=full";

Represents the rejected events.

interface RejectedLogEventsInfo {
expiredLogEventEndIndex?: number | null;
tooNewLogEventStartIndex?: number | null;
tooOldLogEventEndIndex?: number | null;
}

§Properties

§
expiredLogEventEndIndex?: number | null
[src]

The expired log events.

§
tooNewLogEventStartIndex?: number | null
[src]

The log events that are too new.

§
tooOldLogEventEndIndex?: number | null
[src]

The log events that are too old.