AWS cli documentation change
Summary
Updated CLI version reference, reordered parameters, corrected parameter descriptions for --client-token and --user-access-logging-settings-arn, and restructured output documentation
Security assessment
The changes clarify documentation around user access logging settings (a security feature) but don't indicate any security vulnerability being addressed. The parameter reordering and description fixes improve accuracy but don't demonstrate security incident response.
Diff
diff --git a/cli/latest/reference/workspaces-web/update-user-access-logging-settings.md b/cli/latest/reference/workspaces-web/update-user-access-logging-settings.md index d59c498d6..3cde9654f 100644 --- a//cli/latest/reference/workspaces-web/update-user-access-logging-settings.md +++ b//cli/latest/reference/workspaces-web/update-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,2 +66,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp - [--client-token <value>] - [--kinesis-stream-arn <value>] @@ -69,0 +68,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp + [--kinesis-stream-arn <value>] + [--client-token <value>] @@ -94 +94 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp -`--client-token` (string) +`--user-access-logging-settings-arn` (string) @@ -96,3 +96 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp -> 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 return 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. +> The ARN of the user access logging settings. @@ -104 +102 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp -`--user-access-logging-settings-arn` (string) +`--client-token` (string) @@ -106 +104,3 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp -> The ARN of the user access logging settings. +> 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 return 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. @@ -210,0 +211,4 @@ userAccessLoggingSettings -> (structure) +> userAccessLoggingSettingsArn -> (string) +> +>> The ARN of the user access logging settings. +> @@ -220,4 +223,0 @@ userAccessLoggingSettings -> (structure) -> -> userAccessLoggingSettingsArn -> (string) -> ->> The ARN of the user access logging settings. @@ -235 +235 @@ userAccessLoggingSettings -> (structure) - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) »