ListImportTasks
Source:
src/AWS/NeptuneGraph/ListImportTasks.ts
Runtime binding for the ListImportTasks operation (IAM action neptune-graph:ListImportTasks).
Lists the account’s Neptune Analytics import tasks. Provide the implementation with
Effect.provide(AWS.NeptuneGraph.ListImportTasksHttp).
Importing and Exporting Data
Section titled “Importing and Exporting Data”const listImportTasks = yield* NeptuneGraph.ListImportTasks();
const { tasks } = yield* listImportTasks();