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

OptionState

import type { OptionState } from "https://aws-api.deno.dev/v0.3/services/opensearch.ts?docs=full";

The state of a requested change. One of the following:

  • Processing: The request change is still in progress.
  • Active: The request change is processed and deployed to the domain.
type OptionState =
| "RequiresIndexDocuments"
| "Processing"
| "Active"

§Type

§
"RequiresIndexDocuments" | "Processing" | "Active" | cmnP.UnexpectedEnumValue
[src]