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

ScheduledAutoTuneDetails

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

Specifies details about the scheduled Auto-Tune action. See Auto-Tune for Amazon OpenSearch Service for more information.

interface ScheduledAutoTuneDetails {
Action?: string | null;
ActionType?: ScheduledAutoTuneActionType | null;
Date?: Date | number | null;
}

§Properties

§
Action?: string | null
[src]

The Auto-Tune action description.

§

The Auto-Tune action type. Valid values are JVM_HEAP_SIZE_TUNING and JVM_YOUNG_GEN_TUNING.

§
Date?: Date | number | null
[src]

The timestamp of the Auto-Tune action scheduled for the domain.

§

The Auto-Tune action severity. Valid values are LOW, MEDIUM, and HIGH.