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

BotRecommendationStatus

import type { BotRecommendationStatus } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";
type BotRecommendationStatus =
| "Processing"
| "Deleting"
| "Deleted"
| "Downloading"
| "Updating"
| "Available"
| "Failed"
| "Stopping"
| "Stopped"

§Type

§
"Processing" | "Deleting" | "Deleted" | "Downloading" | "Updating" | "Available" | "Failed" | "Stopping" | "Stopped" | cmnP.UnexpectedEnumValue
[src]