AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/elasticache/describe-serverless-caches.md

Summary

Added StorageEncryptionType field documentation for serverless caches

Security assessment

This change documents encryption types for serverless caches but doesn't reference any security vulnerability. It enhances security feature documentation by clarifying encryption key management options without evidence of a security issue being addressed.

Diff

diff --git a/cli/latest/reference/elasticache/describe-serverless-caches.md b/cli/latest/reference/elasticache/describe-serverless-caches.md
index f36f54c88..0f75e3af0 100644
--- a//cli/latest/reference/elasticache/describe-serverless-caches.md
+++ b//cli/latest/reference/elasticache/describe-serverless-caches.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.57 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.61 Command Reference](../../index.html) »
@@ -313,0 +314,12 @@ ServerlessCaches -> (list)
+>> 
+>> 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`
+>>> 
+
@@ -389 +401 @@ ServerlessCaches -> (list)
-  * [AWS CLI 2.34.57 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.61 Command Reference](../../index.html) »