Amazon MediaConvert · JSON Structure

Mediaconvert Api Update Job Template Request Structure

UpdateJobTemplateRequest schema from Amazon MediaConvert API

Type: object Properties: 8
BroadcastingMedia ProcessingMedia

UpdateJobTemplateRequest is a JSON Structure definition published by Amazon MediaConvert, describing 8 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

AccelerationSettings Category Description HopDestinations Priority Queue Settings StatusUpdateInterval

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconvert/refs/heads/main/json-structure/mediaconvert-api-update-job-template-request-structure.json",
  "name": "UpdateJobTemplateRequest",
  "type": "object",
  "description": "UpdateJobTemplateRequest schema from Amazon MediaConvert API",
  "properties": {
    "AccelerationSettings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AccelerationSettings"
        },
        {
          "xml": {
            "name": "accelerationSettings"
          },
          "description": "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": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "category"
          },
          "description": "The new category for the job template, if you are changing it."
        }
      ]
    },
    "Description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "description"
          },
          "description": "The new description for the job template, if you are changing it."
        }
      ]
    },
    "HopDestinations": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfHopDestination"
        },
        {
          "xml": {
            "name": "hopDestinations"
          },
          "description": "Optional list of hop destinations."
        }
      ]
    },
    "Priority": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMinNegative50Max50"
        },
        {
          "xml": {
            "name": "priority"
          },
          "description": "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": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "queue"
          },
          "description": "The new queue for the job template, if you are changing it."
        }
      ]
    },
    "Settings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobTemplateSettings"
        },
        {
          "xml": {
            "name": "settings"
          },
          "description": "JobTemplateSettings contains all the transcode settings saved in the template that will be applied to jobs created from it."
        }
      ]
    },
    "StatusUpdateInterval": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StatusUpdateInterval"
        },
        {
          "xml": {
            "name": "statusUpdateInterval"
          },
          "description": "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."
        }
      ]
    }
  }
}