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

DeleteBotVersionRequest

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

§Properties

§
name: string
[src]

The name of the bot.

§
version: string
[src]

The version of the bot to delete. You cannot delete the $LATEST version of the bot. To delete the $LATEST version, use the "DeleteBot" operation.