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

GetExportRequest

import type { GetExportRequest } from "https://aws-api.deno.dev/v0.3/services/lexmodelbuildingservice.ts?docs=full";
interface GetExportRequest {
exportType: ExportType;
name: string;
resourceType: ResourceType;
version: string;
}

§Properties

§
exportType: ExportType
[src]

The format of the exported data.

§
name: string
[src]

The name of the bot to export.

§
resourceType: ResourceType
[src]

The type of resource to export.

§
version: string
[src]

The version of the bot to export.