AWS Security ChangesHomeSearch

AWS cli documentation change

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

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

Summary

Added KMSKeyArn field to DurableExecutions output documentation

Security assessment

Adds documentation about KMS encryption of execution payloads in list responses, improving security transparency without fixing an identified issue

Diff

diff --git a/cli/latest/reference/lambda/list-durable-executions-by-function.md b/cli/latest/reference/lambda/list-durable-executions-by-function.md
index 92e61eabc..b164b3f22 100644
--- a//cli/latest/reference/lambda/list-durable-executions-by-function.md
+++ b//cli/latest/reference/lambda/list-durable-executions-by-function.md
@@ -15 +15 @@
-  * [AWS CLI 2.35.16 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.19 Command Reference](../../index.html) »
@@ -383,0 +384,12 @@ DurableExecutions -> (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-.]+:.*)|()`
+>>> 
+
@@ -399 +411 @@ NextMarker -> (string)
-  * [AWS CLI 2.35.16 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.19 Command Reference](../../index.html) »