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

CreateBotVersionRequest

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

§Properties

§
checksum?: string | null
[src]

Identifies a specific revision of the $LATEST version of the bot. If you specify a checksum and the $LATEST version of the bot has a different checksum, a PreconditionFailedException exception is returned and Amazon Lex doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST version.

§
name: string
[src]

The name of the bot that you want to create a new version of. The name is case sensitive.