ListJobs
Source:
src/AWS/Glacier/ListJobs.ts
Runtime binding for the ListJobs operation (IAM action
glacier:ListJobs on the vault ARN).
Lists in-progress and recently finished jobs for the bound
Vault, optionally filtered by status code or completion.
Provide the implementation with
Effect.provide(AWS.Glacier.ListJobsHttp).
Retrieving Archives
Section titled “Retrieving Archives”const listJobs = yield* AWS.Glacier.ListJobs(vault);
const { JobList } = yield* listJobs({ completed: "true" });