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

JobLog

import type { JobLog } from "https://aws-api.deno.dev/v0.4/services/drs.ts?docs=full";

A log outputted by a Job.

interface JobLog {
event?: JobLogEvent | null;
eventData?: JobLogEventData | null;
logDateTime?: string | null;
}

§Properties

§
event?: JobLogEvent | null
[src]

The event represents the type of a log.

§
eventData?: JobLogEventData | null
[src]

Metadata associated with a Job log.

§
logDateTime?: string | null
[src]

The date and time the log was taken.