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

AnalysisSchemeStatus

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

The status and configuration of an AnalysisScheme.

interface AnalysisSchemeStatus {
Options: AnalysisScheme;
Status: OptionStatus;
}