Skip to content

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).

const cancelImport = yield* NeptuneGraph.CancelImportTask();
yield* cancelImport({ taskIdentifier });