Skip to content

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

// init — resolve the runtime client
const getRecoveryPoint = yield* AWS.RedshiftServerless.GetRecoveryPoint();
const { recoveryPoint } = yield* getRecoveryPoint({ recoveryPointId });