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).
Restoring Recovery Points
Section titled “Restoring Recovery Points”const listRestoreJobs = yield* AWS.Backup.ListRestoreJobs();
const page = yield* listRestoreJobs({ ByStatus: "RUNNING" });