ResetJobBookmark
Source:
src/AWS/Glue/ResetJobBookmark.ts
Runtime binding for glue:ResetJobBookmark.
Resets the bound Job’s bookmark entry so the next bookmarked run
reprocesses the source data from the beginning — the standard remediation
after a bad deploy consumed data incorrectly. The job name is injected
from the binding. Provide the implementation with
Effect.provide(AWS.Glue.ResetJobBookmarkHttp).
Job Bookmarks
Section titled “Job Bookmarks”// initconst resetJobBookmark = yield* AWS.Glue.ResetJobBookmark(job);
// runtimeyield* resetJobBookmark();