http://mediaconvert.{region}.amazonaws.com/2017-08-29/jobTemplates/{name}Modify one of your existing job templates.
The name of the job template you are modifying
The new queue for the job template, if you are changing it.
The new category for the job template, if you are changing it.
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.
JobTemplateSettings contains all the transcode settings saved in the template that will be applied to jobs created from it.
The new description for the job template, if you are changing it.
Optional list of hop destinations.
Accelerated transcoding can significantly speed up jobs with long, visually complex content.
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.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request PUT \2 --url 'http://mediaconvert.{region}.amazonaws.com/2017-08-29/jobTemplates/{name}' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}http://mediaconvert.{region}.amazonaws.com/2017-08-29/jobTemplates/{name}Modify one of your existing job templates.
The name of the job template you are modifying
The new queue for the job template, if you are changing it.
The new category for the job template, if you are changing it.
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.
JobTemplateSettings contains all the transcode settings saved in the template that will be applied to jobs created from it.
The new description for the job template, if you are changing it.
Optional list of hop destinations.
Accelerated transcoding can significantly speed up jobs with long, visually complex content.
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.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request PUT \2 --url 'http://mediaconvert.{region}.amazonaws.com/2017-08-29/jobTemplates/{name}' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}