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

ListSpeechSynthesisTasksOutput

import type { ListSpeechSynthesisTasksOutput } from "https://aws-api.deno.dev/v0.3/services/polly.ts?docs=full";
interface ListSpeechSynthesisTasksOutput {
NextToken?: string | null;
SynthesisTasks?: SynthesisTask[] | null;
}

§Properties

§
NextToken?: string | null
[src]

An opaque pagination token returned from the previous List operation in this request. If present, this indicates where to continue the listing.

§
SynthesisTasks?: SynthesisTask[] | null
[src]

List of SynthesisTask objects that provides information from the specified task in the list request, including output format, creation time, task status, and so on.