ListCopyJobs
Source:
src/AWS/Backup/ListCopyJobs.ts
Runtime binding for the ListCopyJobs operation (IAM action
backup:ListCopyJobs).
Lists the account’s copy jobs, with optional filters (state, destination
vault, resource type). Provide the implementation with
Effect.provide(AWS.Backup.ListCopyJobsHttp).
Copying Recovery Points
Section titled “Copying Recovery Points”const listCopyJobs = yield* AWS.Backup.ListCopyJobs();
const page = yield* listCopyJobs({ ByState: "RUNNING" });