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

ListPresetsResponse

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

The ListPresetsResponse structure.

interface ListPresetsResponse {
NextPageToken?: string | null;
Presets?: Preset[] | null;
}

§Properties

§
NextPageToken?: string | null
[src]

A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

§
Presets?: Preset[] | null
[src]

An array of Preset objects.