AWS cli documentation change
Summary
Updated CLI version reference. Added consentPopup configuration documentation including enabled state, header/content limits, and close button customization.
Security assessment
The consentPopup feature relates to privacy/consent management which is security-adjacent, but there's no evidence of a specific security vulnerability being addressed. The change documents a new security/privacy feature.
Diff
diff --git a/cli/latest/reference/wickr/update-network-settings.md b/cli/latest/reference/wickr/update-network-settings.md index b981ef72a..a84b06019 100644 --- a//cli/latest/reference/wickr/update-network-settings.md +++ b//cli/latest/reference/wickr/update-network-settings.md @@ -15 +15 @@ - * [AWS CLI 2.34.61 Command Reference](../../index.html) » + * [AWS CLI 2.34.63 Command Reference](../../index.html) » @@ -136,0 +137,44 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/wickr- +> +> consentPopup -> (structure) +> +>> Consent popup configuration for the network, displayed to users on login. +>> +>> enabled -> (boolean) [required] +>> +>>> Whether the consent popup is enabled. When set to true, the popup is displayed to users on login. +>> +>> header -> (string) +>> +>>> Header text displayed at the top of the consent popup. Maximum 100 characters. +>>> +>>> Constraints: +>>> +>>> * min: `0` +>>> * max: `100` +>>> * pattern: `[\S\s]*` +>>> + +>> +>> content -> (string) +>> +>>> Body content of the consent popup in Markdown format. Maximum 5000 characters. +>>> +>>> Constraints: +>>> +>>> * min: `0` +>>> * max: `5000` +>>> * pattern: `[\S\s]*` +>>> + +>> +>> closeButtonLabel -> (string) +>> +>>> Label for the close button on the consent popup. Maximum 20 characters. Defaults to “Acknowledge” if not provided. +>>> +>>> Constraints: +>>> +>>> * min: `0` +>>> * max: `20` +>>> * pattern: `[\S\s]*` +>>> + @@ -141 +185 @@ Shorthand Syntax: - enableClientMetrics=boolean,readReceiptConfig={status=string},dataRetention=boolean,enableTrustedDataFormat=boolean + enableClientMetrics=boolean,readReceiptConfig={status=string},dataRetention=boolean,enableTrustedDataFormat=boolean,consentPopup={enabled=boolean,header=string,content=string,closeButtonLabel=string} @@ -153 +197,7 @@ JSON Syntax: - "enableTrustedDataFormat": true|false + "enableTrustedDataFormat": true|false, + "consentPopup": { + "enabled": true|false, + "header": "string", + "content": "string", + "closeButtonLabel": "string" + } @@ -318 +368 @@ settings -> (list) - * [AWS CLI 2.34.61 Command Reference](../../index.html) » + * [AWS CLI 2.34.63 Command Reference](../../index.html) »