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

CreateParallelDataRequest

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

§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.

§
EncryptionKey?: EncryptionKey | null
[src]
§
Name: string
[src]

A custom name for the parallel data resource in Amazon Translate. You must assign a name that is unique in the account and region.

§
ParallelDataConfig: ParallelDataConfig
[src]

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

§
Tags?: Tag[] | null
[src]

Tags to be associated with this resource. A tag is a key-value pair that adds metadata to a resource. Each tag key for the resource must be unique. For more information, see Tagging your resources.