DescribeBatchLoadTask
Source:
src/AWS/Timestream/DescribeBatchLoadTask.ts
Runtime binding for timestream-write:DescribeBatchLoadTask — poll a bulk
import started by CreateBatchLoadTask for its status and progress
report.
Batch-load task reads are keyed by TaskId and authorized account-wide, so
this is an account-level binding invoked with no resource argument.
Provide Timestream.DescribeBatchLoadTaskHttp on the Function to implement
the binding.
Batch Loading
Section titled “Batch Loading”// init — account-level binding, no resource argumentconst describeBatchLoadTask = yield* Timestream.DescribeBatchLoadTask();
// runtimeconst described = yield* describeBatchLoadTask({ TaskId: task.TaskId });// described.BatchLoadTaskDescription?.TaskStatus === "SUCCEEDED"