GetImportTask
Source:
src/AWS/NeptuneGraph/GetImportTask.ts
Runtime binding for the GetImportTask operation (IAM action neptune-graph:GetImportTask).
Reads one import task by id — status, progress statistics, and parsed-record counts. Task ids are server-generated runtime data. Provide the implementation with
Effect.provide(AWS.NeptuneGraph.GetImportTaskHttp).
Importing and Exporting Data
Section titled “Importing and Exporting Data”const getImportTask = yield* NeptuneGraph.GetImportTask();
const task = yield* getImportTask({ taskIdentifier });// task.status → "SUCCEEDED"