The input for ListSpeechSynthesisTasksCommand.

interface ListSpeechSynthesisTasksCommandInput {
    MaxResults?: number;
    NextToken?: string;
    Status?: string;
}

Hierarchy (view full)

Properties

MaxResults?: number

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

NextToken?: string

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

Status?: string

Status of the speech synthesis tasks returned in a List operation