Amazon MediaConvert · Schema
CreateQueueRequest
CreateQueueRequest schema from Amazon MediaConvert API
BroadcastingMedia ProcessingMedia
Properties
| Name | Type | Description |
|---|---|---|
| Description | object | |
| Name | object | |
| PricingPlan | object | |
| ReservationPlanSettings | object | |
| Status | object | |
| Tags | object |
JSON Schema
{
"$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-create-queue-request-schema.json",
"title": "CreateQueueRequest",
"description": "CreateQueueRequest schema from Amazon MediaConvert API",
"type": "object",
"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 Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/mediaconvert-api-create-queue-request"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.