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

CreatePresetResponse

import type { CreatePresetResponse } from "https://aws-api.deno.dev/v0.3/services/elastictranscoder.ts?docs=full";

The CreatePresetResponse structure.

interface CreatePresetResponse {
Preset?: Preset | null;
Warning?: string | null;
}

§Properties

§
Preset?: Preset | null
[src]

A section of the response body that provides information about the preset that is created.

§
Warning?: string | null
[src]

If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.