UpdateQueueResponse

UpdateQueueResponse schema from Amazon MediaConvert API

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
Queue object
View JSON Schema on GitHub

JSON Schema

mediaconvert-api-update-queue-response-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-update-queue-response-schema.json",
  "title": "UpdateQueueResponse",
  "description": "UpdateQueueResponse schema from Amazon MediaConvert API",
  "type": "object",
  "properties": {
    "Queue": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Queue"
        },
        {
          "xml": {
            "name": "queue"
          },
          "description": "You can use queues to manage the resources that are available to your AWS account for running multiple transcoding jobs at the same time. If you don't specify a queue, the service sends all jobs through the default queue. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-queues.html."
        }
      ]
    }
  }
}