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

ListJobTemplatesRequest

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

§Properties

§
Category?: string | null
[src]

Optionally, specify a job template category to limit responses to only job templates from that category.

§
ListBy?: JobTemplateListBy | null
[src]

Optional. When you request a list of job templates, 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 name.

§
MaxResults?: number | null
[src]

Optional. Number of job templates, 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 job templates.

§
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.