AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-07-10 · Documentation medium

File: cli/latest/reference/lambda/list-versions-by-function.md

Summary

Added KMSKeyArn field to Versions/DurableConfig documentation

Security assessment

Extends documentation to include KMS encryption information for durable executions in version listings, showing no evidence of security issue remediation

Diff

diff --git a/cli/latest/reference/lambda/list-versions-by-function.md b/cli/latest/reference/lambda/list-versions-by-function.md
index 9628ff599..ed92f44ac 100644
--- a//cli/latest/reference/lambda/list-versions-by-function.md
+++ b//cli/latest/reference/lambda/list-versions-by-function.md
@@ -15 +15 @@
-  * [AWS CLI 2.35.16 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.19 Command Reference](../../index.html) »
@@ -1205,0 +1206,12 @@ Versions -> (list)
+>>> 
+>>> KMSKeyArn -> (string)
+>>>
+>>>> The ARN of the Key Management Service (KMS) customer managed key that is used to encrypt your durable execution’s payload data, including input, output, and error payloads.
+>>>> 
+>>>> Constraints:
+>>>> 
+>>>>   * min: `0`
+>>>>   * max: `10000`
+>>>>   * pattern: `(arn:(aws[a-zA-Z-]*)?:[a-z0-9-.]+:.*)|()`
+>>>> 
+
@@ -1239 +1251 @@ Versions -> (list)
-  * [AWS CLI 2.35.16 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.19 Command Reference](../../index.html) »