ListRecoveryPointsByBackupVault
Source:
src/AWS/Backup/ListRecoveryPointsByBackupVault.ts
Runtime binding for the ListRecoveryPointsByBackupVault operation (IAM
action backup:ListRecoveryPointsByBackupVault, scoped to the vault ARN).
Lists the recovery points stored in the bound BackupVault, with
optional filters (resource ARN, resource type, plan, time window). Provide
the implementation with
Effect.provide(AWS.Backup.ListRecoveryPointsByBackupVaultHttp).
Recovery Points
Section titled “Recovery Points”const listRecoveryPoints = yield* AWS.Backup.ListRecoveryPointsByBackupVault(vault);
const page = yield* listRecoveryPoints({ MaxResults: 25 });