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

SearchedLogStream

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

Represents the search status of a log stream.

interface SearchedLogStream {
logStreamName?: string | null;
searchedCompletely?: boolean | null;
}

§Properties

§
logStreamName?: string | null
[src]

The name of the log stream.

§
searchedCompletely?: boolean | null
[src]

Indicates whether all the events in this log stream were searched.