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

DeleteBotResponse

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

§Properties

§
botId?: string | null
[src]

The unique identifier of the bot that Amazon Lex is deleting.

§
botStatus?: BotStatus | null
[src]

The current status of the bot. The status is Deleting while the bot and its associated resources are being deleted.