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

ReadJobResponse

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

The ReadJobResponse structure.

interface ReadJobResponse {
Job?: Job | null;
}

§Properties

§
Job?: Job | null
[src]

A section of the response body that provides information about the job.