AWS Security ChangesHomeSearch

AWS cli documentation change

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

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

Summary

Updated AWS CLI version reference and added StorageEncryptionType field documentation to describe encryption types for DB clusters

Security assessment

Added documentation for StorageEncryptionType field explaining encryption options (none, sse-kms, sse-rds) but no evidence of addressing a specific vulnerability. This enhances security awareness but doesn't fix an existing issue.

Diff

diff --git a/cli/latest/reference/rds/stop-db-cluster.md b/cli/latest/reference/rds/stop-db-cluster.md
index 3da079a0d..4b7a3b581 100644
--- a//cli/latest/reference/rds/stop-db-cluster.md
+++ b//cli/latest/reference/rds/stop-db-cluster.md
@@ -15 +15 @@
-  * [AWS CLI 2.33.22 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.25 Command Reference](../../index.html) »
@@ -462,0 +463,18 @@ DBCluster -> (structure)
+> 
+> StorageEncryptionType -> (string)
+>
+>> The type of encryption used to protect data at rest in the DB cluster. Possible values:
+>> 
+>>   * `none` \- The DB cluster is not encrypted.
+>>   * `sse-rds` \- The DB cluster is encrypted using an Amazon Web Services owned KMS key.
+>>   * `sse-kms` \- The DB cluster is encrypted using a customer managed KMS key or Amazon Web Services managed KMS key.
+>> 
+
+>> 
+>> Possible values:
+>> 
+>>   * `none`
+>>   * `sse-kms`
+>>   * `sse-rds`
+>> 
+
@@ -1098 +1116 @@ DBCluster -> (structure)
-  * [AWS CLI 2.33.22 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.25 Command Reference](../../index.html) »