Job

Each job converts an input file into an output file or files. For more information, see the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
AccelerationSettings object
AccelerationStatus object
Arn object
BillingTagsSource object
ClientRequestToken object
CreatedAt object
CurrentPhase object
ErrorCode object
ErrorMessage object
HopDestinations object
Id object
JobPercentComplete object
JobTemplate object
Messages object
OutputGroupDetails object
Priority object
Queue object
QueueTransitions object
RetryCount object
Role object
Settings object
SimulateReservedQueue object
Status object
StatusUpdateInterval object
Timing object
UserMetadata object
Warnings object
View JSON Schema on GitHub

JSON Schema

mediaconvert-api-job-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconvert/refs/heads/main/json-schema/mediaconvert-api-job-schema.json",
  "title": "Job",
  "description": "Each job converts an input file into an output file or files. For more information, see the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html",
  "type": "object",
  "properties": {
    "AccelerationSettings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AccelerationSettings"
        },
        {
          "xml": {
            "name": "accelerationSettings"
          },
          "description": "Accelerated transcoding can significantly speed up jobs with long, visually complex content."
        }
      ]
    },
    "AccelerationStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AccelerationStatus"
        },
        {
          "xml": {
            "name": "accelerationStatus"
          },
          "description": "Describes whether the current job is running with accelerated transcoding. For jobs that have Acceleration (AccelerationMode) set to DISABLED, AccelerationStatus is always NOT_APPLICABLE. For jobs that have Acceleration (AccelerationMode) set to ENABLED or PREFERRED, AccelerationStatus is one of the other states. AccelerationStatus is IN_PROGRESS initially, while the service determines whether the input files and job settings are compatible with accelerated transcoding. If they are, AcclerationStatus is ACCELERATED. If your input files and job settings aren't compatible with accelerated transcoding, the service either fails your job or runs it without accelerated transcoding, depending on how you set Acceleration (AccelerationMode). When the service runs your job without accelerated transcoding, AccelerationStatus is NOT_ACCELERATED."
        }
      ]
    },
    "Arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "arn"
          },
          "description": "An identifier for this resource that is unique within all of AWS."
        }
      ]
    },
    "BillingTagsSource": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BillingTagsSource"
        },
        {
          "xml": {
            "name": "billingTagsSource"
          },
          "description": "The tag type that AWS Billing and Cost Management will use to sort your AWS Elemental MediaConvert costs on any billing report that you set up."
        }
      ]
    },
    "ClientRequestToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "clientRequestToken"
          },
          "description": "Prevent duplicate jobs from being created and ensure idempotency for your requests. A client request token can be any string that includes up to 64 ASCII characters. If you reuse a client request token within one minute of a successful request, the API returns the job details of the original request instead. For more information see https://docs.aws.amazon.com/mediaconvert/latest/apireference/idempotency.html."
        }
      ]
    },
    "CreatedAt": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__timestampUnix"
        },
        {
          "xml": {
            "name": "createdAt"
          },
          "description": "The time, in Unix epoch format in seconds, when the job got created."
        }
      ]
    },
    "CurrentPhase": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobPhase"
        },
        {
          "xml": {
            "name": "currentPhase"
          },
          "description": "A job's phase can be PROBING, TRANSCODING OR UPLOADING"
        }
      ]
    },
    "ErrorCode": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integer"
        },
        {
          "xml": {
            "name": "errorCode"
          },
          "description": "Error code for the job"
        }
      ]
    },
    "ErrorMessage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "errorMessage"
          },
          "description": "Error message of Job"
        }
      ]
    },
    "HopDestinations": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfHopDestination"
        },
        {
          "xml": {
            "name": "hopDestinations"
          },
          "description": "Optional list of hop destinations."
        }
      ]
    },
    "Id": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "id"
          },
          "description": "A portion of the job's ARN, unique within your AWS Elemental MediaConvert resources"
        }
      ]
    },
    "JobPercentComplete": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integer"
        },
        {
          "xml": {
            "name": "jobPercentComplete"
          },
          "description": "An estimate of how far your job has progressed. This estimate is shown as a percentage of the total time from when your job leaves its queue to when your output files appear in your output Amazon S3 bucket. AWS Elemental MediaConvert provides jobPercentComplete in CloudWatch STATUS_UPDATE events and in the response to GetJob and ListJobs requests. The jobPercentComplete estimate is reliable for the following input containers: Quicktime, Transport Stream, MP4, and MXF. For some jobs, the service can't provide information about job progress. In those cases, jobPercentComplete returns a null value."
        }
      ]
    },
    "JobTemplate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "jobTemplate"
          },
          "description": "The job template that the job is created from, if it is created from a job template."
        }
      ]
    },
    "Messages": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobMessages"
        },
        {
          "xml": {
            "name": "messages"
          },
          "description": "Provides messages from the service about jobs that you have already successfully submitted."
        }
      ]
    },
    "OutputGroupDetails": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfOutputGroupDetail"
        },
        {
          "xml": {
            "name": "outputGroupDetails"
          },
          "description": "List of output group details"
        }
      ]
    },
    "Priority": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMinNegative50Max50"
        },
        {
          "xml": {
            "name": "priority"
          },
          "description": "Relative priority on the job."
        }
      ]
    },
    "Queue": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "queue"
          },
          "description": "When you create a job, you can specify a queue to send it to. If you don't specify, the job will go to the default queue. For more about queues, see the User Guide topic at https://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html"
        }
      ]
    },
    "QueueTransitions": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfQueueTransition"
        },
        {
          "xml": {
            "name": "queueTransitions"
          },
          "description": "The job's queue hopping history."
        }
      ]
    },
    "RetryCount": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integer"
        },
        {
          "xml": {
            "name": "retryCount"
          },
          "description": "The number of times that the service automatically attempted to process your job after encountering an error."
        }
      ]
    },
    "Role": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "role"
          },
          "description": "The IAM role you use for creating this job. For details about permissions, see the User Guide topic at the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/iam-role.html"
        }
      ]
    },
    "Settings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobSettings"
        },
        {
          "xml": {
            "name": "settings"
          },
          "description": "JobSettings contains all the transcode settings for a job."
        }
      ]
    },
    "SimulateReservedQueue": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SimulateReservedQueue"
        },
        {
          "xml": {
            "name": "simulateReservedQueue"
          },
          "description": "Enable this setting when you run a test job to estimate how many reserved transcoding slots (RTS) you need. When this is enabled, MediaConvert runs your job from an on-demand queue with similar performance to what you will see with one RTS in a reserved queue. This setting is disabled by default."
        }
      ]
    },
    "Status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobStatus"
        },
        {
          "xml": {
            "name": "status"
          },
          "description": "A job's status can be SUBMITTED, PROGRESSING, COMPLETE, CANCELED, or ERROR."
        }
      ]
    },
    "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."
        }
      ]
    },
    "Timing": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timing"
        },
        {
          "xml": {
            "name": "timing"
          },
          "description": "Information about when jobs are submitted, started, and finished is specified in Unix epoch format in seconds."
        }
      ]
    },
    "UserMetadata": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__mapOf__string"
        },
        {
          "xml": {
            "name": "userMetadata"
          },
          "description": "User-defined metadata that you want to associate with an MediaConvert job. You specify metadata in key/value pairs."
        }
      ]
    },
    "Warnings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfWarningGroup"
        },
        {
          "xml": {
            "name": "warnings"
          },
          "description": "Contains any warning messages for the job. Use to help identify potential issues with your input, output, or job. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/warning_codes.html"
        }
      ]
    }
  },
  "required": [
    "Settings",
    "Role"
  ]
}