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

UpdateJobTemplateRequest

import type { UpdateJobTemplateRequest } from "https://aws-api.deno.dev/v0.3/services/mediaconvert.ts?docs=full";
interface UpdateJobTemplateRequest {
AccelerationSettings?: AccelerationSettings | null;
Category?: string | null;
Description?: string | null;
HopDestinations?: HopDestination[] | null;
Name: string;
Priority?: number | null;
Queue?: string | null;
Settings?: JobTemplateSettings | null;
StatusUpdateInterval?: StatusUpdateInterval | null;
}

§Properties

§
AccelerationSettings?: AccelerationSettings | null
[src]

Accelerated transcoding can significantly speed up jobs with long, visually complex content. Outputs that use this feature incur pro-tier pricing. For information about feature limitations, see the AWS Elemental MediaConvert User Guide.

§
Category?: string | null
[src]

The new category for the job template, if you are changing it.

§
Description?: string | null
[src]

The new description for the job template, if you are changing it.

§
HopDestinations?: HopDestination[] | null
[src]

Optional list of hop destinations.

§
Name: string
[src]

The name of the job template you are modifying

§
Priority?: number | null
[src]

Specify the relative priority for this job. In any given queue, the service begins processing the job with the highest value first. When more than one job has the same priority, the service begins processing the job that you submitted first. If you don't specify a priority, the service uses the default value 0.

§
Queue?: string | null
[src]

The new queue for the job template, if you are changing it.

§
Settings?: JobTemplateSettings | null
[src]

JobTemplateSettings contains all the transcode settings saved in the template that will be applied to jobs created from it.

§
StatusUpdateInterval?: StatusUpdateInterval | null
[src]

Specify how often MediaConvert sends STATUS_UPDATE events to Amazon CloudWatch Events. Set the interval, in seconds, between status updates. MediaConvert sends an update at this interval from the time the service begins processing your job to the time it completes the transcode or encounters an error.