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

JobMessages

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

Provides messages from the service about jobs that you have already successfully submitted.

interface JobMessages {
Info?: string[] | null;
Warning?: string[] | null;
}

§Properties

§
Info?: string[] | null
[src]

List of messages that are informational only and don't indicate a problem with your job.

§
Warning?: string[] | null
[src]

List of messages that warn about conditions that might cause your job not to run or to fail.