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