AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-03-31 · Documentation low

File: cli/latest/reference/deadline/list-tasks.md

Summary

Updated AWS CLI version reference from 2.34.19 to 2.34.20 and reordered output structure for task metadata fields (startedAt, endedAt, updatedAt, updatedBy, latestSessionActionId).

Security assessment

The changes are routine documentation updates (version bump) and structural reorganization of output fields. There is no evidence of addressing a security vulnerability, weakness, or incident. The fields provide audit trail information (timestamps and updater) but this is not new security documentation; it's a relocation of existing content.

Diff

diff --git a/cli/latest/reference/deadline/list-tasks.md b/cli/latest/reference/deadline/list-tasks.md
index 6e5313db7..ab1863add 100644
--- a//cli/latest/reference/deadline/list-tasks.md
+++ b//cli/latest/reference/deadline/list-tasks.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.19 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.20 Command Reference](../../index.html) »
@@ -343,0 +344,26 @@ tasks -> (list)
+>> 
+>> startedAt -> (timestamp)
+>>
+>>> The date and time the resource started running.
+>> 
+>> endedAt -> (timestamp)
+>>
+>>> The date and time the resource ended running.
+>> 
+>> updatedAt -> (timestamp)
+>>
+>>> The date and time the resource was updated.
+>> 
+>> updatedBy -> (string)
+>>
+>>> The user or system that updated this resource.
+>> 
+>> latestSessionActionId -> (string)
+>>
+>>> The latest session action ID for the task.
+>>> 
+>>> Constraints:
+>>> 
+>>>   * pattern: `sessionaction-[0-9a-f]{32}-(0|([1-9][0-9]{0,9}))`
+>>> 
+
@@ -408,26 +433,0 @@ tasks -> (list)
->> 
->> startedAt -> (timestamp)
->>
->>> The date and time the resource started running.
->> 
->> endedAt -> (timestamp)
->>
->>> The date and time the resource ended running.
->> 
->> updatedAt -> (timestamp)
->>
->>> The date and time the resource was updated.
->> 
->> updatedBy -> (string)
->>
->>> The user or system that updated this resource.
->> 
->> latestSessionActionId -> (string)
->>
->>> The latest session action ID for the task.
->>> 
->>> Constraints:
->>> 
->>>   * pattern: `sessionaction-[0-9a-f]{32}-(0|([1-9][0-9]{0,9}))`
->>> 
-
@@ -456 +456 @@ nextToken -> (string)
-  * [AWS CLI 2.34.19 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.20 Command Reference](../../index.html) »