Skip to content

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).

// init — bind the operation to the workflow
const startMatchingJob = yield* AWS.EntityResolution.StartMatchingJob(workflow);
// runtime
const { jobId } = yield* startMatchingJob({});