Skip to content

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

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