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

JobTemplateListBy

import type { JobTemplateListBy } from "https://aws-api.deno.dev/v0.4/services/mediaconvert.ts?docs=full";

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.

type JobTemplateListBy =
| "NAME"
| "CREATION_DATE"
| "SYSTEM"

§Type

§
"NAME" | "CREATION_DATE" | "SYSTEM" | cmnP.UnexpectedEnumValue
[src]