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/es.ts?docs=full";

Specifies the status of Auto-Tune options for the specified Elasticsearch domain.

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

§Properties

§
Options?: AutoTuneOptions | null
[src]

Specifies Auto-Tune options for the specified Elasticsearch domain.

§
Status?: AutoTuneStatus | null
[src]

Specifies Status of the Auto-Tune options for the specified Elasticsearch domain.