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

ImportTerminologyRequest

import type { ImportTerminologyRequest } from "https://aws-api.deno.dev/v0.3/services/translate.ts?docs=full";
interface ImportTerminologyRequest {
Description?: string | null;
EncryptionKey?: EncryptionKey | null;
MergeStrategy: MergeStrategy;
Name: string;
TerminologyData: TerminologyData;
}

§Properties

§
Description?: string | null
[src]

The description of the custom terminology being imported.

§
EncryptionKey?: EncryptionKey | null
[src]

The encryption key for the custom terminology being imported.

§
MergeStrategy: MergeStrategy
[src]

The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.

§
Name: string
[src]

The name of the custom terminology being imported.

§
TerminologyData: TerminologyData
[src]

The terminology data for the custom terminology being imported.