DeleteDBClusterSnapshot
Source:
src/AWS/RDS/DeleteDBClusterSnapshot.ts
Runtime binding for the DeleteDBClusterSnapshot operation (IAM action
rds:DeleteDBClusterSnapshot).
Deletes a manual Aurora cluster snapshot — the pruning half of a
snapshot-rotation function. Provide the implementation with
Effect.provide(AWS.RDS.DeleteDBClusterSnapshotHttp).
Managing Cluster Snapshots
Section titled “Managing Cluster Snapshots”const deleteDBClusterSnapshot = yield* AWS.RDS.DeleteDBClusterSnapshot();
yield* deleteDBClusterSnapshot({ DBClusterSnapshotIdentifier: oldSnapshotId,});