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

KnowledgeBaseStatus

import type { KnowledgeBaseStatus } from "https://aws-api.deno.dev/v0.4/services/wisdom.ts?docs=full";
type KnowledgeBaseStatus =
| "CREATE_IN_PROGRESS"
| "CREATE_FAILED"
| "ACTIVE"
| "DELETE_IN_PROGRESS"
| "DELETE_FAILED"
| "DELETED"

§Type

§
"CREATE_IN_PROGRESS" | "CREATE_FAILED" | "ACTIVE" | "DELETE_IN_PROGRESS" | "DELETE_FAILED" | "DELETED" | cmnP.UnexpectedEnumValue
[src]