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

ListSpeechSynthesisTasksInput

import type { ListSpeechSynthesisTasksInput } from "https://aws-api.deno.dev/v0.3/services/polly.ts?docs=full";
interface ListSpeechSynthesisTasksInput {
MaxResults?: number | null;
NextToken?: string | null;
Status?: TaskStatus | null;
}

§Properties

§
MaxResults?: number | null
[src]

Maximum number of speech synthesis tasks returned in a List operation.

§
NextToken?: string | null
[src]

The pagination token to use in the next request to continue the listing of speech synthesis tasks.

§
Status?: TaskStatus | null
[src]

Status of the speech synthesis tasks returned in a List operation