Skip to content

ListRestoreJobs

Source: src/AWS/Backup/ListRestoreJobs.ts

Runtime binding for the ListRestoreJobs operation (IAM action backup:ListRestoreJobs).

Lists the account’s restore jobs, with optional filters (status, account, time window). Provide the implementation with Effect.provide(AWS.Backup.ListRestoreJobsHttp).

const listRestoreJobs = yield* AWS.Backup.ListRestoreJobs();
const page = yield* listRestoreJobs({ ByStatus: "RUNNING" });