AWS Security ChangesHomeSearch

AWS cli documentation change

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

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

Summary

Added StorageEncryptionType field documentation and updated CLI version references

Security assessment

Added documentation for StorageEncryptionType parameter showing encryption options for automated backups. This enhances security documentation but doesn't address a specific vulnerability.

Diff

diff --git a/cli/latest/reference/rds/delete-db-cluster-automated-backup.md b/cli/latest/reference/rds/delete-db-cluster-automated-backup.md
index e789fc01d..e2d5e8545 100644
--- a//cli/latest/reference/rds/delete-db-cluster-automated-backup.md
+++ b//cli/latest/reference/rds/delete-db-cluster-automated-backup.md
@@ -15 +15 @@
-  * [AWS CLI 2.33.22 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.25 Command Reference](../../index.html) »
@@ -261,0 +262,18 @@ DBClusterAutomatedBackup -> (structure)
+> 
+> StorageEncryptionType -> (string)
+>
+>> The type of encryption used to protect data at rest in the automated backup. Possible values:
+>> 
+>>   * `none` \- The automated backup is not encrypted.
+>>   * `sse-rds` \- The automated backup is encrypted using an Amazon Web Services owned KMS key.
+>>   * `sse-kms` \- The automated backup is encrypted using a customer managed KMS key or Amazon Web Services managed KMS key.
+>> 
+
+>> 
+>> Possible values:
+>> 
+>>   * `none`
+>>   * `sse-kms`
+>>   * `sse-rds`
+>> 
+
@@ -359 +377 @@ DBClusterAutomatedBackup -> (structure)
-  * [AWS CLI 2.33.22 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.25 Command Reference](../../index.html) »