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

ApplicationRestoreType

import type { ApplicationRestoreType } from "https://aws-api.deno.dev/v0.4/services/kinesisanalyticsv2.ts?docs=full";
type ApplicationRestoreType =
| "SKIP_RESTORE_FROM_SNAPSHOT"
| "RESTORE_FROM_LATEST_SNAPSHOT"
| "RESTORE_FROM_CUSTOM_SNAPSHOT"

§Type

§
"SKIP_RESTORE_FROM_SNAPSHOT" | "RESTORE_FROM_LATEST_SNAPSHOT" | "RESTORE_FROM_CUSTOM_SNAPSHOT" | cmnP.UnexpectedEnumValue
[src]