StartMatchingJob
Source:
src/AWS/EntityResolution/StartMatchingJob.ts
Runtime binding for entityresolution:StartMatchingJob.
Starts a matching 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.StartMatchingJobHttp).
Running Matching Jobs
Section titled “Running Matching Jobs”// init — bind the operation to the workflowconst startMatchingJob = yield* AWS.EntityResolution.StartMatchingJob(workflow);
// runtimeconst { jobId } = yield* startMatchingJob({});