AWS cli documentation change
Summary
Updated CLI version reference, reordered parameters in documentation, and restructured browserSettings documentation (moved additionalEncryptionContext section below browserSettingsArn)
Security assessment
The changes are primarily structural/organizational (parameter reordering, documentation section restructuring). While encryption context is mentioned, this is part of existing security controls documentation rather than addressing a new vulnerability or adding new security features. No evidence of patching a security issue or introducing new security-related parameters.
Diff
diff --git a/cli/latest/reference/workspaces-web/update-browser-settings.md b/cli/latest/reference/workspaces-web/update-browser-settings.md index e0000ef75..4643e61ec 100644 --- a//cli/latest/reference/workspaces-web/update-browser-settings.md +++ b//cli/latest/reference/workspaces-web/update-browser-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 - [--browser-policy <value>] @@ -68,0 +68 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp + [--browser-policy <value>] @@ -94,4 +93,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp -`--browser-policy` (string) - -> A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions. - @@ -101,0 +98,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp +`--browser-policy` (string) + +> A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions. + @@ -211 +211 @@ browserSettings -> (structure) -> additionalEncryptionContext -> (map) +> browserSettingsArn -> (string) @@ -213,5 +213 @@ browserSettings -> (structure) ->> The additional encryption context of the browser settings. ->> ->> key -> (string) ->> ->> value -> (string) +>> The ARN of the browser settings. @@ -229,4 +224,0 @@ browserSettings -> (structure) -> browserSettingsArn -> (string) -> ->> The ARN of the browser settings. -> @@ -235,0 +228,8 @@ browserSettings -> (structure) +> +> additionalEncryptionContext -> (map) +> +>> The additional encryption context of the browser settings. +>> +>> key -> (string) +>> +>> value -> (string) @@ -247 +247 @@ browserSettings -> (structure) - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) »