AWS cli documentation change
Summary
Updated CLI version reference from 2.27.63 to 2.28.0 and moved --client-token parameter documentation to JSON Syntax section
Security assessment
The changes primarily involve version number updates and documentation restructuring. The --client-token parameter documentation about idempotency was moved but not substantively changed. While idempotency helps prevent duplicate operations, there's no evidence this change addresses a specific security vulnerability or adds new security documentation.
Diff
diff --git a/cli/latest/reference/workspaces-web/create-user-access-logging-settings.md b/cli/latest/reference/workspaces-web/create-user-access-logging-settings.md index 36ce3499c..52a0c5afd 100644 --- a//cli/latest/reference/workspaces-web/create-user-access-logging-settings.md +++ b//cli/latest/reference/workspaces-web/create-user-access-logging-settings.md @@ -15 +15 @@ - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) » @@ -67 +66,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp - [--client-token <value>] @@ -69,0 +69 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp + [--client-token <value>] @@ -94,6 +93,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp -`--client-token` (string) - -> A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request. -> -> If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK. - @@ -137,0 +132,6 @@ JSON Syntax: +`--client-token` (string) + +> A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request. +> +> If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK. + @@ -251 +251 @@ userAccessLoggingSettingsArn -> (string) - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) »