ListRecoveryPoints
Source:
src/AWS/RedshiftServerless/ListRecoveryPoints.ts
Runtime binding for the ListRecoveryPoints operation (IAM actions
redshift-serverless:ListRecoveryPoints).
Lists the automatic recovery points Redshift Serverless created in the
last 24 hours, optionally filtered by namespace — the discovery half of
point-in-time recovery tooling. Provide the implementation with
Effect.provide(AWS.RedshiftServerless.ListRecoveryPointsHttp).
Working with Recovery Points
Section titled “Working with Recovery Points”// init — resolve the runtime clientconst listRecoveryPoints = yield* AWS.RedshiftServerless.ListRecoveryPoints();
const { recoveryPoints } = yield* listRecoveryPoints({ namespaceName });