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

ListQueuesRequest

import type { ListQueuesRequest } from "https://aws-api.deno.dev/v0.3/services/mediaconvert.ts?docs=full";
interface ListQueuesRequest {
ListBy?: QueueListBy | null;
MaxResults?: number | null;
NextToken?: string | null;
Order?: Order | null;
}

§Properties

§
ListBy?: QueueListBy | null
[src]

Optional. When you request a list of queues, you can choose to list them alphabetically by NAME or chronologically by CREATION_DATE. If you don't specify, the service will list them by creation date.

§
MaxResults?: number | null
[src]

Optional. Number of queues, up to twenty, that will be returned at one time.

§
NextToken?: string | null
[src]

Use this string, provided with the response to a previous request, to request the next batch of queues.

§
Order?: Order | null
[src]

Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.