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

FilterLogEventsResponse

import type { FilterLogEventsResponse } from "https://aws-api.deno.dev/v0.3/services/cloudwatchlogs.ts?docs=full";
interface FilterLogEventsResponse {
events?: FilteredLogEvent[] | null;
nextToken?: string | null;
searchedLogStreams?: SearchedLogStream[] | null;
}

§Properties

§
events?: FilteredLogEvent[] | null
[src]

The matched events.

§
nextToken?: string | null
[src]

The token to use when requesting the next set of items. The token expires after 24 hours.

§
searchedLogStreams?: SearchedLogStream[] | null
[src]

IMPORTANT Starting on May 15, 2020, this parameter will be deprecated. This parameter will be an empty list after the deprecation occurs.

Indicates which log streams have been searched and whether each has been searched completely.