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.4/services/translate.ts?docs=full";
interface ImportTerminologyRequest {
Description?: string | null;
EncryptionKey?: EncryptionKey | null;
MergeStrategy: MergeStrategy;
Name: string;
Tags?: Tag[] | null;
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.

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

§
TerminologyData: TerminologyData
[src]

The terminology data for the custom terminology being imported.