v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1428838860.6 KB

Create a new transcoding queue. For information about queues, see Working With Queues in the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-queues.html

post/2017-08-29/queues

Request body

descriptionstring

Optional. A description of the queue that you are creating.

namestring required

The name of the queue that you are creating.

pricingPlan'ON_DEMAND' | 'RESERVED'

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.

status'ACTIVE' | 'PAUSED'

Queues can be ACTIVE or PAUSED. If you pause a queue, jobs in that queue won't begin. Jobs that are running when you pause a queue continue to run until they finish or result in an error.

tagsobject

The tags that you want to add to the resource. You can tag resources with a key-value pair or with only a key.

Response

Success