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

CreateJobResponse

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

The CreateJobResponse structure.

interface CreateJobResponse {
Job?: Job | null;
}

§Properties

§
Job?: Job | null
[src]

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