ListExportTasks
Source:
src/AWS/NeptuneGraph/ListExportTasks.ts
Runtime binding for the ListExportTasks operation (IAM action neptune-graph:ListExportTasks),
scoped to one Graph.
Lists the export tasks of the bound graph. Provide the implementation with
Effect.provide(AWS.NeptuneGraph.ListExportTasksHttp).
Importing and Exporting Data
Section titled “Importing and Exporting Data”const listExportTasks = yield* NeptuneGraph.ListExportTasks(graph);
const { tasks } = yield* listExportTasks();