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

DeleteSlotTypeVersionRequest

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

§Properties

§
name: string
[src]

The name of the slot type.

§
version: string
[src]

The version of the slot type to delete. You cannot delete the $LATEST version of the slot type. To delete the $LATEST version, use the "DeleteSlotType" operation.