AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-07-04 · Documentation low

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

Summary

Added 'chunkInt' data type to tagged union structure and new manifest properties with file path/hash documentation

Security assessment

Added outputManifestHash documentation for file integrity verification, which is a security feature. No evidence of addressing existing vulnerabilities

Diff

diff --git a/cli/latest/reference/deadline/get-session-action.md b/cli/latest/reference/deadline/get-session-action.md
index e541c0807..6f1b60317 100644
--- a//cli/latest/reference/deadline/get-session-action.md
+++ b//cli/latest/reference/deadline/get-session-action.md
@@ -15 +15 @@
-  * [AWS CLI 2.27.46 Command Reference](../../index.html) »
+  * [AWS CLI 2.27.49 Command Reference](../../index.html) »
@@ -294 +294 @@ definition -> (tagged union structure)
->>>> This is a Tagged Union structure. Only one of the following top level keys can be set: `int`, `float`, `string`, `path`.
+>>>> This is a Tagged Union structure. Only one of the following top level keys can be set: `int`, `float`, `string`, `path`, `chunkInt`.
@@ -310,0 +311,4 @@ definition -> (tagged union structure)
+>>>> 
+>>>> chunkInt -> (string)
+>>>>
+>>>>> A range (for example 1-10) or selection of specific (for example 1,3,7,8,10) integers represented as a string.
@@ -335,0 +340,16 @@ acquiredLimits -> (list)
+manifests -> (list)
+
+> The list of manifest properties that describe file attachments for the task run.
+> 
+> (structure)
+>
+>> The manifest properties for a task run, corresponding to the manifest properties in the job.
+>> 
+>> outputManifestPath -> (string)
+>>
+>>> The manifest file path.
+>> 
+>> outputManifestHash -> (string)
+>>
+>>> The hash value of the file.
+
@@ -346 +366 @@ acquiredLimits -> (list)
-  * [AWS CLI 2.27.46 Command Reference](../../index.html) »
+  * [AWS CLI 2.27.49 Command Reference](../../index.html) »