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

ListParallelDataRequest

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

§Properties

§
MaxResults?: number | null
[src]

The maximum number of parallel data resources returned for each request.

§
NextToken?: string | null
[src]

A string that specifies the next page of results to return in a paginated response.