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

Queue

import type { Queue } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/mediaconvert.ts";
interface Queue {
Arn?: string | null;
CreatedAt?: Date | number | null;
Description?: string | null;
LastUpdated?: Date | number | null;
Name: string;
PricingPlan?: PricingPlan | null;
ProgressingJobsCount?: number | null;
ReservationPlan?: ReservationPlan | null;
Status?: QueueStatus | null;
SubmittedJobsCount?: number | null;
Type?: Type | null;
}

§Properties

§
Arn?: string | null
[src]
§
CreatedAt?: Date | number | null
[src]
§
Description?: string | null
[src]
§
LastUpdated?: Date | number | null
[src]
§
Name: string
[src]
§
PricingPlan?: PricingPlan | null
[src]
§
ProgressingJobsCount?: number | null
[src]
§
ReservationPlan?: ReservationPlan | null
[src]
§
Status?: QueueStatus | null
[src]
§
SubmittedJobsCount?: number | null
[src]
§
Type?: Type | null
[src]