AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/deadline/get-session.md

Summary

Updated AWS CLI version from 2.34.19 to 2.34.20 and restructured session lifecycle fields - moved 'lifecycleStatus', 'endedAt', 'targetLifecycleStatus', 'updatedAt', and 'updatedBy' from the 'log' structure to the main output section, adding documentation for session lifecycle tracking and audit information.

Security assessment

The changes are structural documentation updates and version bump. The addition of 'updatedBy' field provides audit trail information which could support security monitoring, but there's no explicit security context or mention of vulnerabilities. This appears to be routine API documentation refinement for better organization.

Diff

diff --git a/cli/latest/reference/deadline/get-session.md b/cli/latest/reference/deadline/get-session.md
index c38ecd2fa..b7a354d28 100644
--- a//cli/latest/reference/deadline/get-session.md
+++ b//cli/latest/reference/deadline/get-session.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.19 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.20 Command Reference](../../index.html) »
@@ -282,0 +283,36 @@ startedAt -> (timestamp)
+lifecycleStatus -> (string)
+
+> The life cycle status of the session.
+> 
+> Possible values:
+> 
+>   * `STARTED`
+>   * `UPDATE_IN_PROGRESS`
+>   * `UPDATE_SUCCEEDED`
+>   * `UPDATE_FAILED`
+>   * `ENDED`
+> 
+
+
+endedAt -> (timestamp)
+
+> The date and time the resource ended running.
+
+targetLifecycleStatus -> (string)
+
+> The life cycle status with which the session started.
+> 
+> Possible values:
+> 
+>   * `ENDED`
+> 
+
+
+updatedAt -> (timestamp)
+
+> The date and time the resource was updated.
+
+updatedBy -> (string)
+
+> The user or system that updated this resource.
+
@@ -325,36 +360,0 @@ log -> (structure)
-lifecycleStatus -> (string)
-
-> The life cycle status of the session.
-> 
-> Possible values:
-> 
->   * `STARTED`
->   * `UPDATE_IN_PROGRESS`
->   * `UPDATE_SUCCEEDED`
->   * `UPDATE_FAILED`
->   * `ENDED`
-> 
-
-
-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.
-
-targetLifecycleStatus -> (string)
-
-> The life cycle status with which the session started.
-> 
-> Possible values:
-> 
->   * `ENDED`
-> 
-
-
@@ -470 +470 @@ workerLog -> (structure)
-  * [AWS CLI 2.34.19 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.20 Command Reference](../../index.html) »