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

DocumentStatus

import type { DocumentStatus } from "https://aws-api.deno.dev/v0.3/services/kendra.ts?docs=full";
type DocumentStatus =
| "NOT_FOUND"
| "PROCESSING"
| "INDEXED"
| "UPDATED"
| "FAILED"
| "UPDATE_FAILED"

§Type

§
"NOT_FOUND" | "PROCESSING" | "INDEXED" | "UPDATED" | "FAILED" | "UPDATE_FAILED" | cmnP.UnexpectedEnumValue
[src]