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

AutoTuneStatus

import type { AutoTuneStatus } from "https://aws-api.deno.dev/v0.4/services/es.ts?docs=full";

Provides the current status of the Auto-Tune options.

interface AutoTuneStatus {
CreationDate: Date | number;
ErrorMessage?: string | null;
PendingDeletion?: boolean | null;
UpdateDate: Date | number;
UpdateVersion?: number | null;
}

§Properties

§
CreationDate: Date | number
[src]

Timestamp which tells Auto-Tune options creation date .

§
ErrorMessage?: string | null
[src]

Specifies the error message while enabling or disabling the Auto-Tune options.

§
PendingDeletion?: boolean | null
[src]

Indicates whether the Elasticsearch domain is being deleted.

§

Specifies the AutoTuneState for the Elasticsearch domain.

§
UpdateDate: Date | number
[src]

Timestamp which tells Auto-Tune options last updated time.

§
UpdateVersion?: number | null
[src]

Specifies the Auto-Tune options latest version.