ListMatchingJobs
Source:
src/AWS/EntityResolution/ListMatchingJobs.ts
Runtime binding for entityresolution:ListMatchingJobs.
Lists the matching job runs of the bound workflow. Provide the
implementation with Effect.provide(AWS.EntityResolution.ListMatchingJobsHttp).
Running Matching Jobs
Section titled “Running Matching Jobs”// init — bind the operation to the workflowconst listMatchingJobs = yield* AWS.EntityResolution.ListMatchingJobs(workflow);
// runtimeconst { jobs } = yield* listMatchingJobs({});