Skip to content

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

const getImportTask = yield* NeptuneGraph.GetImportTask();
const task = yield* getImportTask({ taskIdentifier });
// task.status → "SUCCEEDED"