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

DeleteBotAliasResponse

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

§Properties

§
botAliasId?: string | null
[src]

The unique identifier of the bot alias to delete.

§
botAliasStatus?: BotAliasStatus | null
[src]

The current status of the alias. The status is Deleting while the alias is in the process of being deleted. Once the alias is deleted, it will no longer appear in the list of aliases returned by the ListBotAliases operation.

§
botId?: string | null
[src]

The unique identifier of the bot that contains the alias to delete.