AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-02-19 · Documentation medium

File: cli/latest/reference/rds/describe-db-snapshots.md

Summary

Added documentation for StorageEncryptionType field describing encryption types for DB snapshots

Security assessment

Documents encryption options (none/sse-kms/sse-rds) for snapshot data protection. This enhances security documentation but doesn't indicate a specific security fix.

Diff

diff --git a/cli/latest/reference/rds/describe-db-snapshots.md b/cli/latest/reference/rds/describe-db-snapshots.md
index 78619e8c3..d8f4cf275 100644
--- a//cli/latest/reference/rds/describe-db-snapshots.md
+++ b//cli/latest/reference/rds/describe-db-snapshots.md
@@ -15 +15 @@
-  * [AWS CLI 2.33.22 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.25 Command Reference](../../index.html) »
@@ -515,0 +516,18 @@ DBSnapshots -> (list)
+>> 
+>> StorageEncryptionType -> (string)
+>>
+>>> The type of encryption used to protect data at rest in the DB snapshot. Possible values:
+>>> 
+>>>   * `none` \- The DB snapshot is not encrypted.
+>>>   * `sse-rds` \- The DB snapshot is encrypted using an Amazon Web Services owned KMS key.
+>>>   * `sse-kms` \- The DB snapshot is encrypted using a customer managed KMS key or Amazon Web Services managed KMS key.
+>>> 
+
+>>> 
+>>> Possible values:
+>>> 
+>>>   * `none`
+>>>   * `sse-kms`
+>>>   * `sse-rds`
+>>> 
+
@@ -691 +709 @@ DBSnapshots -> (list)
-  * [AWS CLI 2.33.22 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.25 Command Reference](../../index.html) »