AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-06-04 · Documentation low

File: cli/latest/reference/elasticache/delete-serverless-cache.md

Summary

Updated AWS CLI version reference. Added StorageEncryptionType field to document encryption types for serverless caches, explicitly stating they're always encrypted at rest.

Security assessment

The new StorageEncryptionType field documents existing encryption practices for serverless caches, improving transparency about key management options. This enhances security documentation but doesn't address a specific vulnerability.

Diff

diff --git a/cli/latest/reference/elasticache/delete-serverless-cache.md b/cli/latest/reference/elasticache/delete-serverless-cache.md
index 8d620f126..dd07da984 100644
--- a//cli/latest/reference/elasticache/delete-serverless-cache.md
+++ b//cli/latest/reference/elasticache/delete-serverless-cache.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.57 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.61 Command Reference](../../index.html) »
@@ -291,0 +292,12 @@ ServerlessCache -> (structure)
+> 
+> StorageEncryptionType -> (string)
+>
+>> Indicates the type of encryption for data stored at rest in the serverless cache. Serverless caches are always encrypted at rest. The value is `sse-elasticache` if an ElastiCache service-managed key is used, or `sse-kms` if a customer-managed KMS key is used.
+>> 
+>> Possible values:
+>> 
+>>   * `none`
+>>   * `sse-elasticache`
+>>   * `sse-kms`
+>> 
+
@@ -367 +379 @@ ServerlessCache -> (structure)
-  * [AWS CLI 2.34.57 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.61 Command Reference](../../index.html) »