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

IngestionType

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

This defines the type of ingestion user wants to trigger. This is part of create ingestion request.

type IngestionType = "INCREMENTAL_REFRESH" | "FULL_REFRESH" | cmnP.UnexpectedEnumValue;

§Type

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