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

IngestionRequestType

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

This defines the type of ingestion request. This is returned as part of create ingestion response.

type IngestionRequestType =
| "INITIAL_INGESTION"
| "EDIT"
| "INCREMENTAL_REFRESH"
| "FULL_REFRESH"

§Type

§
"INITIAL_INGESTION" | "EDIT" | "INCREMENTAL_REFRESH" | "FULL_REFRESH" | cmnP.UnexpectedEnumValue
[src]