AWS cli documentation change
Summary
Updated AWS CLI version from 2.34.19 to 2.34.20 and restructured output fields - moved 'manifests' and 'acquiredLimits' from the 'definition' section to the main output section, adding documentation for manifest file attachments with hash values and resource limit tracking.
Security assessment
The changes are structural documentation updates and version bump. The addition of 'outputManifestHash' field for file attachments could be related to integrity verification, but there's no explicit security context or mention of vulnerabilities. This appears to be routine API documentation refinement.
Diff
diff --git a/cli/latest/reference/deadline/get-session-action.md b/cli/latest/reference/deadline/get-session-action.md index 57c444db5..ae6d8187b 100644 --- a//cli/latest/reference/deadline/get-session-action.md +++ b//cli/latest/reference/deadline/get-session-action.md @@ -15 +15 @@ - * [AWS CLI 2.34.19 Command Reference](../../index.html) » + * [AWS CLI 2.34.20 Command Reference](../../index.html) » @@ -301,0 +302,16 @@ progressPercent -> (float) +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. + @@ -333,0 +350,29 @@ progressMessage -> (string) +acquiredLimits -> (list) + +> The limits and their amounts acquired during a session action. If no limits were acquired during the session, this field isn’t returned. +> +> (structure) +> +>> Provides information about the number of resources used. +>> +>> limitId -> (string) [required] +>> +>>> The unique identifier of the limit. +>>> +>>> Constraints: +>>> +>>> * pattern: `limit-[0-9a-f]{32}` +>>> + +>> +>> count -> (integer) [required] +>> +>>> The number of limit resources used. +>>> +>>> Constraints: +>>> +>>> * min: `1` +>>> * max: `2147483647` +>>> + + @@ -476,45 +520,0 @@ definition -> (tagged union structure) -acquiredLimits -> (list) - -> The limits and their amounts acquired during a session action. If no limits were acquired during the session, this field isn’t returned. -> -> (structure) -> ->> Provides information about the number of resources used. ->> ->> limitId -> (string) [required] ->> ->>> The unique identifier of the limit. ->>> ->>> Constraints: ->>> ->>> * pattern: `limit-[0-9a-f]{32}` ->>> - ->> ->> count -> (integer) [required] ->> ->>> The number of limit resources used. ->>> ->>> Constraints: ->>> ->>> * min: `1` ->>> * max: `2147483647` ->>> - - -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. - @@ -531 +531 @@ manifests -> (list) - * [AWS CLI 2.34.19 Command Reference](../../index.html) » + * [AWS CLI 2.34.20 Command Reference](../../index.html) »