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

ListTextTranslationJobsRequest

import type { ListTextTranslationJobsRequest } from "https://aws-api.deno.dev/v0.4/services/translate.ts?docs=full";
interface ListTextTranslationJobsRequest {
Filter?: TextTranslationJobFilter | null;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§

The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.

§
MaxResults?: number | null
[src]

The maximum number of results to return in each page. The default value is 100.

§
NextToken?: string | null
[src]

The token to request the next page of results.