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

ClusterConfigStatus

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

The configuration status for the specified domain.

interface ClusterConfigStatus {
Options: ClusterConfig;
Status: OptionStatus;
}

§Properties

§

The cluster configuration for the specified domain.

§

The cluster configuration status for the specified domain.