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

AutoTuneOptionsStatus

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

The Auto-Tune status for the domain.

interface AutoTuneOptionsStatus {
Options?: AutoTuneOptions | null;
Status?: AutoTuneStatus | null;
}

§Properties

§
Options?: AutoTuneOptions | null
[src]

Specifies Auto-Tune options for the domain.

§
Status?: AutoTuneStatus | null
[src]

The status of the Auto-Tune options for the domain.