AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/deadline/list-session-actions.md

Summary

Added parameters map with chunkInt type and manifest properties documentation including file hashes

Security assessment

Documented outputManifestHash for file integrity checks as part of task parameters. Enhances security documentation but doesn't address specific vulnerabilities

Diff

diff --git a/cli/latest/reference/deadline/list-session-actions.md b/cli/latest/reference/deadline/list-session-actions.md
index 392782f51..e5cd4dfbf 100644
--- a//cli/latest/reference/deadline/list-session-actions.md
+++ b//cli/latest/reference/deadline/list-session-actions.md
@@ -15 +15 @@
-  * [AWS CLI 2.27.46 Command Reference](../../index.html) »
+  * [AWS CLI 2.27.49 Command Reference](../../index.html) »
@@ -304,0 +305,34 @@ sessionActions -> (list)
+>>>> 
+>>>> parameters -> (map)
+>>>>
+>>>>> The parameters of a task run in a session action.
+>>>>> 
+>>>>> key -> (string)
+>>>>> 
+>>>>> value -> (tagged union structure)
+>>>>>
+>>>>>> The data types for the task parameters.
+>>>>>> 
+>>>>>> ### Note
+>>>>>> 
+>>>>>> This is a Tagged Union structure. Only one of the following top level keys can be set: `int`, `float`, `string`, `path`, `chunkInt`.
+>>>>>> 
+>>>>>> int -> (string)
+>>>>>>
+>>>>>>> A signed integer represented as a string.
+>>>>>> 
+>>>>>> float -> (string)
+>>>>>>
+>>>>>>> A double precision IEEE-754 floating point number represented as a string.
+>>>>>> 
+>>>>>> string -> (string)
+>>>>>>
+>>>>>>> A UTF-8 string.
+>>>>>> 
+>>>>>> path -> (string)
+>>>>>>
+>>>>>>> A file system path represented as a string.
+>>>>>> 
+>>>>>> chunkInt -> (string)
+>>>>>>
+>>>>>>> A range (for example 1-10) or selection of specific (for example 1,3,7,8,10) integers represented as a string.
@@ -312,0 +347,16 @@ sessionActions -> (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.
@@ -328 +378 @@ nextToken -> (string)
-  * [AWS CLI 2.27.46 Command Reference](../../index.html) »
+  * [AWS CLI 2.27.49 Command Reference](../../index.html) »