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

RollbackOnDisable

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

The rollback state while disabling Auto-Tune for the domain. Valid values are NO_ROLLBACK and DEFAULT_ROLLBACK.

type RollbackOnDisable = "NO_ROLLBACK" | "DEFAULT_ROLLBACK" | cmnP.UnexpectedEnumValue;

§Type

§
"NO_ROLLBACK" | "DEFAULT_ROLLBACK" | cmnP.UnexpectedEnumValue
[src]