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).
Refreshing SPICE Data
Section titled “Refreshing SPICE Data”// init — bind the operation to the datasetconst cancelIngestion = yield* AWS.QuickSight.CancelIngestion(dataSet);
// runtimeyield* cancelIngestion({ IngestionId: ingestionId });