GetRecoveryPoint
Source:
src/AWS/RedshiftServerless/GetRecoveryPoint.ts
Runtime binding for the GetRecoveryPoint operation (IAM actions
redshift-serverless:GetRecoveryPoint).
Reads one automatic recovery point by id. Provide the implementation with
Effect.provide(AWS.RedshiftServerless.GetRecoveryPointHttp).
Working with Recovery Points
Section titled “Working with Recovery Points”// init — resolve the runtime clientconst getRecoveryPoint = yield* AWS.RedshiftServerless.GetRecoveryPoint();
const { recoveryPoint } = yield* getRecoveryPoint({ recoveryPointId });