AWS cli documentation change
Summary
Updated CLI version reference and moved client-token parameter documentation section
Security assessment
Changes only involve documentation reorganization and version updates. The client-token parameter relates to API idempotency rather than security controls. No security features or vulnerabilities addressed.
Diff
diff --git a/cli/latest/reference/workspaces-web/tag-resource.md b/cli/latest/reference/workspaces-web/tag-resource.md index 68ebb8786..fd4104c40 100644 --- a//cli/latest/reference/workspaces-web/tag-resource.md +++ b//cli/latest/reference/workspaces-web/tag-resource.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. + @@ -249 +249 @@ None - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) »