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

UpdatePresetRequest

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

§Properties

§
Category?: string | null
[src]

The new category for the preset, if you are changing it.

§
Description?: string | null
[src]

The new description for the preset, if you are changing it.

§
Name: string
[src]

The name of the preset you are modifying.

§
Settings?: PresetSettings | null
[src]

Settings for preset