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

CreateQueueRequest

import type { CreateQueueRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/mediaconvert.ts";
interface CreateQueueRequest {
Description?: string | null;
Name: string;
PricingPlan?: PricingPlan | null;
ReservationPlanSettings?: ReservationPlanSettings | null;
Status?: QueueStatus | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Description?: string | null
[src]
§
Name: string
[src]
§
PricingPlan?: PricingPlan | null
[src]
§
ReservationPlanSettings?: ReservationPlanSettings | null
[src]
§
Status?: QueueStatus | null
[src]
§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]