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

CreateExportRequest

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

§Properties

§

The file format of the bot or bot locale definition files.

§
filePassword?: string | null
[src]

An password to use to encrypt the exported archive. Using a password is optional, but you should encrypt the archive to protect the data in transit between Amazon Lex and your local computer.

§
resourceSpecification: ExportResourceSpecification
[src]

Specifies the type of resource to export, either a bot or a bot locale. You can only specify one type of resource to export.