AWS cli documentation change
Summary
Updated CLI version from 2.28.8 to 2.28.11, reordered command parameters (--client-token/--data/--workspace-id), corrected parameter descriptions, and fixed JSON syntax documentation
Security assessment
Changes consist of documentation corrections and parameter reorganization. The client-token parameter documentation emphasizes idempotency but doesn't indicate a security fix. No security vulnerabilities are mentioned or addressed in the diff. The modifications appear to be routine documentation improvements rather than security-related updates.
Diff
diff --git a/cli/latest/reference/amp/create-rule-groups-namespace.md b/cli/latest/reference/amp/create-rule-groups-namespace.md index fac4ee79e..07b38292c 100644 --- a//cli/latest/reference/amp/create-rule-groups-namespace.md +++ b//cli/latest/reference/amp/create-rule-groups-namespace.md @@ -15 +15 @@ - * [AWS CLI 2.28.8 Command Reference](../../index.html) » + * [AWS CLI 2.28.11 Command Reference](../../index.html) » @@ -69,2 +69 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/amp-20 - [--client-token <value>] - --data <value> + --workspace-id <value> @@ -71,0 +71,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/amp-20 + --data <value> + [--client-token <value>] @@ -73 +73,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/amp-20 - --workspace-id <value> @@ -98 +98 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/amp-20 -`--client-token` (string) +`--workspace-id` (string) @@ -100 +100,5 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/amp-20 -> A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive. +> The ID of the workspace to add the rule groups namespace. + +`--name` (string) + +> The name for the new rule groups namespace. @@ -110 +114 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/amp-20 -`--name` (string) +`--client-token` (string) @@ -112 +116 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/amp-20 -> The name for the new rule groups namespace. +> A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive. @@ -139,4 +142,0 @@ JSON Syntax: -`--workspace-id` (string) - -> The ID of the workspace to add the rule groups namespace. - @@ -242,4 +241,0 @@ Disable automatically prompt for CLI input parameters. -arn -> (string) - -> The Amazon Resource Name (ARN) of the new rule groups namespace. - @@ -249,0 +246,4 @@ name -> (string) +arn -> (string) + +> The Amazon Resource Name (ARN) of the new rule groups namespace. + @@ -284 +284 @@ tags -> (map) - * [AWS CLI 2.28.8 Command Reference](../../index.html) » + * [AWS CLI 2.28.11 Command Reference](../../index.html) »