Skip to content

/AWS1/CL_MDC=>UPDATEJOBTEMPLATE()

About UpdateJobTemplate

Modify one of your existing job templates.

Method Signature

IMPORTING

Required arguments:

IV_NAME TYPE /AWS1/MDC__STRING /AWS1/MDC__STRING

The name of the job template you are modifying

Optional arguments:

IO_ACCELERATIONSETTINGS TYPE REF TO /AWS1/CL_MDCACCELERATIONSTGS /AWS1/CL_MDCACCELERATIONSTGS

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.

IV_CATEGORY TYPE /AWS1/MDC__STRING /AWS1/MDC__STRING

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

IV_DESCRIPTION TYPE /AWS1/MDC__STRING /AWS1/MDC__STRING

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

IT_HOPDESTINATIONS TYPE /AWS1/CL_MDCHOPDESTINATION=>TT___LISTOFHOPDESTINATION TT___LISTOFHOPDESTINATION

Optional list of hop destinations.

IV_PRIORITY TYPE /AWS1/MDC__INTEGERMINNEG50MA00 /AWS1/MDC__INTEGERMINNEG50MA00

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.

IV_QUEUE TYPE /AWS1/MDC__STRING /AWS1/MDC__STRING

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

IO_SETTINGS TYPE REF TO /AWS1/CL_MDCJOBTMPLSETTINGS /AWS1/CL_MDCJOBTMPLSETTINGS

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

IV_STATUSUPDATEINTERVAL TYPE /AWS1/MDCSTATUSUPDATEINTERVAL /AWS1/MDCSTATUSUPDATEINTERVAL

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.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_MDCUPDATEJOBTMPLRSP /AWS1/CL_MDCUPDATEJOBTMPLRSP