ResumeBatchLoadTask
Source:
src/AWS/Timestream/ResumeBatchLoadTask.ts
Runtime binding for timestream-write:ResumeBatchLoadTask — resume a bulk
import that Timestream paused (e.g. after transient S3 or throttling
failures).
Account-level binding invoked with no resource argument; keyed by TaskId.
Provide Timestream.ResumeBatchLoadTaskHttp on the Function to implement
the binding.
Batch Loading
Section titled “Batch Loading”// init — account-level binding, no resource argumentconst resumeBatchLoadTask = yield* Timestream.ResumeBatchLoadTask();
// runtimeyield* resumeBatchLoadTask({ TaskId: task.TaskId });