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