Skip to content

DescribeDBSnapshots

Source: src/AWS/RDS/DescribeDBSnapshots.ts

Runtime binding for the DescribeDBSnapshots operation (IAM action rds:DescribeDBSnapshots).

Lists the account’s DB instance snapshots — the discovery half of a snapshot-rotation or verification function. Provide the implementation with Effect.provide(AWS.RDS.DescribeDBSnapshotsHttp).

const describeDBSnapshots = yield* AWS.RDS.DescribeDBSnapshots();
const page = yield* describeDBSnapshots({
DBInstanceIdentifier: instanceId,
SnapshotType: "manual",
});