AWS cli documentation change
Summary
Updated CLI version from 2.28.8 to 2.28.11, reordered command parameters (--client-token and --destinations), swapped descriptions between --client-token and --workspace-id parameters
Security assessment
The changes involve documentation formatting, parameter ordering, and CLI version updates. The client-token parameter relates to idempotency which is a standard API practice, but there's no evidence of addressing a specific security vulnerability or weakness. No new security-related documentation was added.
Diff
diff --git a/cli/latest/reference/amp/create-query-logging-configuration.md b/cli/latest/reference/amp/create-query-logging-configuration.md index b17b91ca1..937958934 100644 --- a//cli/latest/reference/amp/create-query-logging-configuration.md +++ b//cli/latest/reference/amp/create-query-logging-configuration.md @@ -15 +15 @@ - * [AWS CLI 2.28.8 Command Reference](../../index.html) » + * [AWS CLI 2.28.11 Command Reference](../../index.html) » @@ -67,2 +66,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/amp-20 - [--client-token <value>] - --destinations <value> @@ -69,0 +68,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/amp-20 + --destinations <value> + [--client-token <value>] @@ -94 +94 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/amp-20 -`--client-token` (string) +`--workspace-id` (string) @@ -96 +96 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/amp-20 -> (Optional) A unique, case-sensitive identifier that you can provide to ensure the idempotency of the request. +> The ID of the workspace for which to create the query logging configuration. @@ -144 +144 @@ JSON Syntax: -`--workspace-id` (string) +`--client-token` (string) @@ -146 +146 @@ JSON Syntax: -> The ID of the workspace for which to create the query logging configuration. +> (Optional) A unique, case-sensitive identifier that you can provide to ensure the idempotency of the request. @@ -269 +269 @@ status -> (structure) - * [AWS CLI 2.28.8 Command Reference](../../index.html) » + * [AWS CLI 2.28.11 Command Reference](../../index.html) »