StartIdMappingJob
Source:
src/AWS/EntityResolution/StartIdMappingJob.ts
Runtime binding for entityresolution:StartIdMappingJob.
Starts an ID mapping job run of the bound workflow — a batch process over
the workflow’s full input that takes many minutes. Provide the
implementation with Effect.provide(AWS.EntityResolution.StartIdMappingJobHttp).
Running ID Mapping Jobs
Section titled “Running ID Mapping Jobs”// init — bind the operation to the workflowconst startIdMappingJob = yield* AWS.EntityResolution.StartIdMappingJob(workflow);
// runtimeconst { jobId } = yield* startIdMappingJob({});