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

StartImportRequest

import type { StartImportRequest } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";
interface StartImportRequest {
filePassword?: string | null;
importId: string;
mergeStrategy: MergeStrategy;
resourceSpecification: ImportResourceSpecification;
}

§Properties

§
filePassword?: string | null
[src]

The password used to encrypt the zip archive that contains the resource definition. You should always encrypt the zip archive to protect it during transit between your site and Amazon Lex.

§
importId: string
[src]

The unique identifier for the import. It is included in the response from the CreateUploadUrl operation.

§
mergeStrategy: MergeStrategy
[src]

The strategy to use when there is a name conflict between the imported resource and an existing resource. When the merge strategy is FailOnConflict existing resources are not overwritten and the import fails.

§
resourceSpecification: ImportResourceSpecification
[src]

Parameters for creating the bot, bot locale or custom vocabulary.