DeleteSnapshot
Source:
src/AWS/RedshiftServerless/DeleteSnapshot.ts
Runtime binding for the DeleteSnapshot operation (IAM actions
redshift-serverless:DeleteSnapshot).
Deletes a manual snapshot — the cleanup half of a snapshot-rotation
job. Provide the implementation with
Effect.provide(AWS.RedshiftServerless.DeleteSnapshotHttp).
Managing Snapshots
Section titled “Managing Snapshots”// init — resolve the runtime clientconst deleteSnapshot = yield* AWS.RedshiftServerless.DeleteSnapshot();
yield* deleteSnapshot({ snapshotName: "pre-migration-1" });