AWS cli documentation change
Summary
Reordered parameters (--tags and --customer-managed-key) in command syntax and moved encryption/browser policy documentation blocks. Updated CLI version references from 2.27.63 to 2.28.0.
Security assessment
The changes primarily reorganize existing parameters (including security-related ones like --customer-managed-key and --additional-encryption-context) but do not introduce new security content or address specific vulnerabilities. Security parameters were documented before and after the change, just in different order.
Diff
diff --git a/cli/latest/reference/workspaces-web/create-browser-settings.md b/cli/latest/reference/workspaces-web/create-browser-settings.md index d3d78d19a..1d28ce89d 100644 --- a//cli/latest/reference/workspaces-web/create-browser-settings.md +++ b//cli/latest/reference/workspaces-web/create-browser-settings.md @@ -15 +15 @@ - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) » @@ -66,0 +67,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp + [--tags <value>] + [--customer-managed-key <value>] @@ -70,2 +71,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp - [--customer-managed-key <value>] - [--tags <value>] @@ -96,35 +95,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp -`--additional-encryption-context` (map) - -> Additional encryption context of the browser settings. -> -> key -> (string) -> -> value -> (string) - -Shorthand Syntax: - - - KeyName1=string,KeyName2=string - - -JSON Syntax: - - - {"string": "string" - ...} - - -`--browser-policy` (string) - -> A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions. - -`--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. - -`--customer-managed-key` (string) - -> The custom managed key of the browser settings. - @@ -164,0 +130,35 @@ JSON Syntax: +`--customer-managed-key` (string) + +> The custom managed key of the browser settings. + +`--additional-encryption-context` (map) + +> Additional encryption context of the browser settings. +> +> key -> (string) +> +> value -> (string) + +Shorthand Syntax: + + + KeyName1=string,KeyName2=string + + +JSON Syntax: + + + {"string": "string" + ...} + + +`--browser-policy` (string) + +> A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions. + +`--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. + @@ -278 +278 @@ browserSettingsArn -> (string) - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) »