Skip to content

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

// init — bind the operation to the workflow
const listMatchingJobs = yield* AWS.EntityResolution.ListMatchingJobs(workflow);
// runtime
const { jobs } = yield* listMatchingJobs({});