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

CreateSlotTypeVersionRequest

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

§Properties

§
checksum?: string | null
[src]

Checksum for the $LATEST version of the slot type that you want to publish. If you specify a checksum and the $LATEST version of the slot type has a different checksum, Amazon Lex returns a PreconditionFailedException exception and doesn't publish the new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST version.

§
name: string
[src]

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