StartTextTranslationJobRequest
import type { StartTextTranslationJobRequest } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/translate.ts";interface StartTextTranslationJobRequest {
ClientToken: string;
DataAccessRoleArn: string;
InputDataConfig: InputDataConfig;
JobName?: string | null;
OutputDataConfig: OutputDataConfig;
ParallelDataNames?: string[] | null;
SourceLanguageCode: string;
TargetLanguageCodes: string[];
TerminologyNames?: string[] | null;
}