AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/rds/delete-db-cluster-snapshot.md

Summary

Added StorageEncryptionType field documentation and updated CLI version references

Security assessment

Added documentation for StorageEncryptionType parameter detailing encryption options for cluster snapshots. This improves security documentation without evidence of fixing a vulnerability.

Diff

diff --git a/cli/latest/reference/rds/delete-db-cluster-snapshot.md b/cli/latest/reference/rds/delete-db-cluster-snapshot.md
index 38298f88e..4be6876ba 100644
--- a//cli/latest/reference/rds/delete-db-cluster-snapshot.md
+++ b//cli/latest/reference/rds/delete-db-cluster-snapshot.md
@@ -15 +15 @@
-  * [AWS CLI 2.33.22 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.25 Command Reference](../../index.html) »
@@ -337,0 +338,18 @@ DBClusterSnapshot -> (structure)
+> 
+> StorageEncryptionType -> (string)
+>
+>> The type of encryption used to protect data at rest in the DB cluster snapshot. Possible values:
+>> 
+>>   * `none` \- The DB cluster snapshot is not encrypted.
+>>   * `sse-rds` \- The DB cluster snapshot is encrypted using an Amazon Web Services owned KMS key.
+>>   * `sse-kms` \- The DB cluster snapshot is encrypted using a customer managed KMS key or Amazon Web Services managed KMS key.
+>> 
+
+>> 
+>> Possible values:
+>> 
+>>   * `none`
+>>   * `sse-kms`
+>>   * `sse-rds`
+>> 
+
@@ -415 +433 @@ DBClusterSnapshot -> (structure)
-  * [AWS CLI 2.33.22 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.25 Command Reference](../../index.html) »