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

ImportTerminologyResponse

import type { ImportTerminologyResponse } from "https://aws-api.deno.dev/v0.4/services/translate.ts?docs=full";
interface ImportTerminologyResponse {
AuxiliaryDataLocation?: TerminologyDataLocation | null;
TerminologyProperties?: TerminologyProperties | null;
}

§Properties

§
AuxiliaryDataLocation?: TerminologyDataLocation | null
[src]

The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file. This file was created when Amazon Translate attempted to create a terminology resource. The location is returned as a presigned URL to that has a 30 minute expiration.

§
TerminologyProperties?: TerminologyProperties | null
[src]

The properties of the custom terminology being imported.