Skip to content

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

const cancelExport = yield* NeptuneGraph.CancelExportTask();
yield* cancelExport({ taskIdentifier });