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

AutoTuneOptionsOutput

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

The Auto-Tune options: the Auto-Tune desired state for the domain and list of maintenance schedules.

interface AutoTuneOptionsOutput {
ErrorMessage?: string | null;
State?: AutoTuneState | null;
}

§Properties

§
ErrorMessage?: string | null
[src]

The error message while enabling or disabling Auto-Tune.

§
State?: AutoTuneState | null
[src]

The AutoTuneState for the domain.