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

ExportResourceSpecification

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

Provides information about the bot or bot locale that you want to export. You can specify the botExportSpecification or the botLocaleExportSpecification, but not both.

interface ExportResourceSpecification {
botExportSpecification?: BotExportSpecification | null;
botLocaleExportSpecification?: BotLocaleExportSpecification | null;
customVocabularyExportSpecification?: CustomVocabularyExportSpecification | null;
}

§Properties

§
botExportSpecification?: BotExportSpecification | null
[src]

Parameters for exporting a bot.

§
botLocaleExportSpecification?: BotLocaleExportSpecification | null
[src]

Parameters for exporting a bot locale.

§
customVocabularyExportSpecification?: CustomVocabularyExportSpecification | null
[src]

The parameters required to export a custom vocabulary.