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

DescribeBotVersionRequest

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

§Properties

§
botId: string
[src]

The identifier of the bot containing the version to return metadata for.

§
botVersion: string
[src]

The version of the bot to return metadata for.