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

UpdateParallelDataRequest

import type { UpdateParallelDataRequest } from "https://aws-api.deno.dev/v0.4/services/translate.ts?docs=full";
interface UpdateParallelDataRequest {
ClientToken: string;
Description?: string | null;
Name: string;
ParallelDataConfig: ParallelDataConfig;
}

§Properties

§
ClientToken: string
[src]

A unique identifier for the request. This token is automatically generated when you use Amazon Translate through an AWS SDK.

§
Description?: string | null
[src]

A custom description for the parallel data resource in Amazon Translate.

§
Name: string
[src]

The name of the parallel data resource being updated.

§
ParallelDataConfig: ParallelDataConfig
[src]

Specifies the format and S3 location of the parallel data input file.