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