AWS cli documentation change
Summary
Updated AWS CLI version reference from 2.34.19 to 2.34.20 and reordered output structure for manifests property in session actions documentation.
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 manifest properties (outputManifestPath and outputManifestHash) are documented but this is not new security documentation; it's a relocation of existing content.
Diff
diff --git a/cli/latest/reference/deadline/list-session-actions.md b/cli/latest/reference/deadline/list-session-actions.md index d6dc98aa1..61c7a1d61 100644 --- a//cli/latest/reference/deadline/list-session-actions.md +++ b//cli/latest/reference/deadline/list-session-actions.md @@ -15 +15 @@ - * [AWS CLI 2.34.19 Command Reference](../../index.html) » + * [AWS CLI 2.34.20 Command Reference](../../index.html) » @@ -342,0 +343,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. @@ -485,16 +500,0 @@ 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. @@ -523 +523 @@ nextToken -> (string) - * [AWS CLI 2.34.19 Command Reference](../../index.html) » + * [AWS CLI 2.34.20 Command Reference](../../index.html) »