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

UpdateExportRequest

import type { UpdateExportRequest } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";
interface UpdateExportRequest {
exportId: string;
filePassword?: string | null;
}

§Properties

§
exportId: string
[src]

The unique identifier Amazon Lex assigned to the export.

§
filePassword?: string | null
[src]

The new password to use to encrypt the export zip archive.