Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateQueueResponse

import type { UpdateQueueResponse } from "https://aws-api.deno.dev/v0.3/services/mediaconvert.ts?docs=full";
interface UpdateQueueResponse {
Queue?: Queue | null;
}

§Properties

§
Queue?: Queue | null
[src]

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.