Skip to content

ListIdMappingJobs

Source: src/AWS/EntityResolution/ListIdMappingJobs.ts

Runtime binding for entityresolution:ListIdMappingJobs.

Lists the ID mapping job runs of the bound workflow. Provide the implementation with Effect.provide(AWS.EntityResolution.ListIdMappingJobsHttp).

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