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

GetLogRecordResponse

import type { GetLogRecordResponse } from "https://aws-api.deno.dev/v0.3/services/cloudwatchlogs.ts?docs=full";
interface GetLogRecordResponse {
logRecord?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
logRecord?: {
[key: string]: string | null | undefined;
}
| null
[src]

The requested log event, as a JSON string.