interface ListSpeechSynthesisTasksInput {
    MaxResults?: number;
    NextToken?: string;
    Status?: TaskStatus;
}

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?: TaskStatus

Status of the speech synthesis tasks returned in a List operation