Amazon MediaConvert · JSON Structure

Mediaconvert Api Create Queue Request Structure

CreateQueueRequest schema from Amazon MediaConvert API

Type: object Properties: 6 Required: 1
BroadcastingMedia ProcessingMedia

CreateQueueRequest is a JSON Structure definition published by Amazon MediaConvert, describing 6 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Description Name PricingPlan ReservationPlanSettings Status Tags

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-create-queue-request-structure.json",
  "name": "CreateQueueRequest",
  "type": "object",
  "description": "CreateQueueRequest schema from Amazon MediaConvert API",
  "properties": {
    "Description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "description"
          },
          "description": "Optional. A description of the queue that you are creating."
        }
      ]
    },
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "name"
          },
          "description": "The name of the queue that you are creating."
        }
      ]
    },
    "PricingPlan": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PricingPlan"
        },
        {
          "xml": {
            "name": "pricingPlan"
          },
          "description": "Specifies whether the pricing plan for the queue is on-demand or reserved. For on-demand, you pay per minute, billed in increments of .01 minute. For reserved, you pay for the transcoding capacity of the entire queue, regardless of how much or how little you use it. Reserved pricing requires a 12-month commitment. When you use the API to create a queue, the default is on-demand."
        }
      ]
    },
    "ReservationPlanSettings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ReservationPlanSettings"
        },
        {
          "xml": {
            "name": "reservationPlanSettings"
          },
          "description": "Details about the pricing plan for your reserved queue. Required for reserved queues and not applicable to on-demand queues."
        }
      ]
    },
    "Status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/QueueStatus"
        },
        {
          "xml": {
            "name": "status"
          },
          "description": "Initial state of the queue. If you create a paused queue, then jobs in that queue won't begin."
        }
      ]
    },
    "Tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__mapOf__string"
        },
        {
          "xml": {
            "name": "tags"
          },
          "description": "The tags that you want to add to the resource. You can tag resources with a key-value pair or with only a key."
        }
      ]
    }
  },
  "required": [
    "Name"
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/mediaconvert-api-create-queue-request-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.