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

OutputDataConfig

import type { OutputDataConfig } from "https://aws-api.deno.dev/v0.3/services/translate.ts?docs=full";

The output configuration properties for a batch translation job.

interface OutputDataConfig {
EncryptionKey?: EncryptionKey | null;
S3Uri: string;
}

§Properties

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

The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.