AWS cli documentation change
Summary
Updated AWS CLI version reference from 2.34.19 to 2.34.20 and corrected parameter ordering and descriptions for --principal-id and --queue-id parameters, fixing swapped documentation.
Security assessment
The changes are routine documentation updates (version bump) and correction of parameter descriptions and ordering. There is no evidence of addressing a security vulnerability, weakness, or incident. The changes improve documentation accuracy but do not introduce or modify security features.
Diff
diff --git a/cli/latest/reference/deadline/list-jobs.md b/cli/latest/reference/deadline/list-jobs.md index 85d928713..bc06c5834 100644 --- a//cli/latest/reference/deadline/list-jobs.md +++ b//cli/latest/reference/deadline/list-jobs.md @@ -15 +15 @@ - * [AWS CLI 2.34.19 Command Reference](../../index.html) » + * [AWS CLI 2.34.20 Command Reference](../../index.html) » @@ -70 +69,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/deadli - [--principal-id <value>] @@ -71,0 +71 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/deadli + [--principal-id <value>] @@ -110 +110 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/deadli -`--principal-id` (string) +`--queue-id` (string) [required] @@ -112 +112 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/deadli -> The principal ID of the members on the jobs. +> The queue ID for the job. @@ -116,3 +116 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/deadli -> * min: `1` -> * max: `47` -> * pattern: `([0-9a-f]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}` +> * pattern: `queue-[0-9a-f]{32}` @@ -122 +120 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/deadli -`--queue-id` (string) [required] +`--principal-id` (string) @@ -124 +122 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/deadli -> The queue ID for the job. +> The principal ID of the members on the jobs. @@ -128 +126,3 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/deadli -> * pattern: `queue-[0-9a-f]{32}` +> * min: `1` +> * max: `47` +> * pattern: `([0-9a-f]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}` @@ -502 +502 @@ nextToken -> (string) - * [AWS CLI 2.34.19 Command Reference](../../index.html) » + * [AWS CLI 2.34.20 Command Reference](../../index.html) »