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

CancelJobRequest

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

The CancelJobRequest structure.

interface CancelJobRequest {
Id: string;
}

§Properties

§
Id: string
[src]

The identifier of the job that you want to cancel.

To get a list of the jobs (including their jobId) that have a status of Submitted, use the "ListJobsByStatus" API action.