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).
Running ID Mapping Jobs
Section titled “Running ID Mapping Jobs”// init — bind the operation to the workflowconst listIdMappingJobs = yield* AWS.EntityResolution.ListIdMappingJobs(workflow);
// runtimeconst { jobs } = yield* listIdMappingJobs({});