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

ListTextTranslationJobsResponse

import type { ListTextTranslationJobsResponse } from "https://aws-api.deno.dev/v0.4/services/translate.ts?docs=full";
interface ListTextTranslationJobsResponse {
NextToken?: string | null;
TextTranslationJobPropertiesList?: TextTranslationJobProperties[] | null;
}

§Properties

§
NextToken?: string | null
[src]

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

§
TextTranslationJobPropertiesList?: TextTranslationJobProperties[] | null
[src]

A list containing the properties of each job that is returned.