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

QuerySuggestionsBlockListStatus

import type { QuerySuggestionsBlockListStatus } from "https://aws-api.deno.dev/v0.3/services/kendra.ts?docs=full";
type QuerySuggestionsBlockListStatus =
| "ACTIVE"
| "CREATING"
| "DELETING"
| "UPDATING"
| "ACTIVE_BUT_UPDATE_FAILED"
| "FAILED"

§Type

§
"ACTIVE" | "CREATING" | "DELETING" | "UPDATING" | "ACTIVE_BUT_UPDATE_FAILED" | "FAILED" | cmnP.UnexpectedEnumValue
[src]