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

CreatePresetRequest

import type { CreatePresetRequest } from "https://aws-api.deno.dev/v0.3/services/mediaconvert.ts?docs=full";
interface CreatePresetRequest {
Category?: string | null;
Description?: string | null;
Name: string;
Settings: PresetSettings;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Category?: string | null
[src]

Optional. A category for the preset you are creating.

§
Description?: string | null
[src]

Optional. A description of the preset you are creating.

§
Name: string
[src]

The name of the preset you are creating.

§

Settings for preset

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags that you want to add to the resource. You can tag resources with a key-value pair or with only a key.