v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1428838860.6 KB

Modify one of your existing job templates.

put/2017-08-29/jobTemplates/{name}

Path parameters

namestring required

The name of the job template you are modifying

Request body

categorystring

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

descriptionstring

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

priorityinteger

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.

queuestring

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

statusUpdateInterval'SECONDS_10' | 'SECONDS_12' | 'SECONDS_15' | 'SECONDS_20' | 'SECONDS_30' | 'SECONDS_60' | 'SECONDS_120' | 'SECONDS_180' | 'SECONDS_240' | 'SECONDS_300' | 'SECONDS_360' | 'SECONDS_420' | 'SECONDS_480' | 'SECONDS_540' | 'SECONDS_600'

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.

Response

Success