Skip to content

CancelIngestion

Source: src/AWS/QuickSight/CancelIngestion.ts

Runtime binding for quicksight:CancelIngestion.

Cancels an in-flight SPICE ingestion on the bound DataSet. AwsAccountId and DataSetId are injected from the binding. Provide the implementation with Effect.provide(AWS.QuickSight.CancelIngestionHttp).

// init — bind the operation to the dataset
const cancelIngestion = yield* AWS.QuickSight.CancelIngestion(dataSet);
// runtime
yield* cancelIngestion({ IngestionId: ingestionId });