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

ListTerminologiesRequest

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

§Properties

§
MaxResults?: number | null
[src]

The maximum number of custom terminologies returned per list request.

§
NextToken?: string | null
[src]

If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.