CancelExportTask
Source:
src/AWS/NeptuneGraph/CancelExportTask.ts
Runtime binding for the CancelExportTask operation (IAM action neptune-graph:CancelExportTask).
Cancels a running export task by id. Provide the implementation with
Effect.provide(AWS.NeptuneGraph.CancelExportTaskHttp).
Importing and Exporting Data
Section titled “Importing and Exporting Data”const cancelExport = yield* NeptuneGraph.CancelExportTask();
yield* cancelExport({ taskIdentifier });