ListJobs
Source:
src/AWS/Location/ListJobs.ts
Lists the account’s Location batch metadata jobs (e.g. batch address validation jobs).
Runtime binding for the ListJobs operation (IAM action
geo:ListJobs), account-scoped — batch jobs are created at runtime so the
grant is on *. Provide the implementation with
Effect.provide(AWS.Location.ListJobsHttp).
Managing Batch Jobs
Section titled “Managing Batch Jobs”const listJobs = yield* Location.ListJobs();
const page = yield* listJobs();// page.Entries → [{ JobId, Status, Action }, …]