Skip to content

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

const listJobs = yield* AWS.Glacier.ListJobs(vault);
const { JobList } = yield* listJobs({ completed: "true" });