AWS cli documentation change
Summary
Updated AWS CLI version from 2.34.19 to 2.34.20 and restructured task metadata fields - moved 'startedAt', 'endedAt', 'updatedAt', 'updatedBy', and 'latestSessionActionId' from the 'parameters' section to the main output section, adding documentation for task timing, audit information, and session action tracking.
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-task.md b/cli/latest/reference/deadline/get-task.md index e95cba9f0..de7348b9c 100644 --- a//cli/latest/reference/deadline/get-task.md +++ b//cli/latest/reference/deadline/get-task.md @@ -15 +15 @@ - * [AWS CLI 2.34.19 Command Reference](../../index.html) » + * [AWS CLI 2.34.20 Command Reference](../../index.html) » @@ -324,0 +325,26 @@ failureRetryCount -> (integer) +startedAt -> (timestamp) + +> The date and time the resource started running. + +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. + +latestSessionActionId -> (string) + +> The latest session action ID for the task. +> +> Constraints: +> +> * pattern: `sessionaction-[0-9a-f]{32}-(0|([1-9][0-9]{0,9}))` +> + + @@ -389,26 +414,0 @@ parameters -> (map) -startedAt -> (timestamp) - -> The date and time the resource started running. - -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. - -latestSessionActionId -> (string) - -> The latest session action ID for the task. -> -> Constraints: -> -> * pattern: `sessionaction-[0-9a-f]{32}-(0|([1-9][0-9]{0,9}))` -> - - @@ -425 +425 @@ latestSessionActionId -> (string) - * [AWS CLI 2.34.19 Command Reference](../../index.html) » + * [AWS CLI 2.34.20 Command Reference](../../index.html) »