Skip to content

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).

// init — resolve the runtime client
const listRecoveryPoints = yield* AWS.RedshiftServerless.ListRecoveryPoints();
const { recoveryPoints } = yield* listRecoveryPoints({ namespaceName });