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

InputDataConfig

import type { InputDataConfig } from "https://aws-api.deno.dev/v0.4/services/voiceid.ts?docs=full";

The configuration containing input file information for a batch job.

interface InputDataConfig {
S3Uri: string;
}

§Properties

§
S3Uri: string
[src]

The S3 location for the input manifest file that contains the list of individual enrollment or registration job requests.