Skip to content

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

const listExportTasks = yield* NeptuneGraph.ListExportTasks(graph);
const { tasks } = yield* listExportTasks();