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

Provides the current Auto-Tune status for the domain.

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

§Properties

§
CreationDate: Date | number
[src]

The timestamp of the Auto-Tune options creation date.

§
ErrorMessage?: string | null
[src]

The error message while enabling or disabling Auto-Tune.

§
PendingDeletion?: boolean | null
[src]

Indicates whether the domain is being deleted.

§

The AutoTuneState for the domain.

§
UpdateDate: Date | number
[src]

The timestamp of when the Auto-Tune options were last updated.

§
UpdateVersion?: number | null
[src]

The latest version of the Auto-Tune options.