AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-05-04 · Documentation low

File: cli/latest/reference/quicksight/update-dashboard.md

Summary

Updated AWS CLI version reference from 2.34.40 to 2.34.41. Modified multiple parameters by making 'Title' fields optional, changing minimum length constraints from 1 to 0, adding 'ControlTitleFormatText' structures for title text formatting, adding maximum length constraints (256) for various fields like 'FontFamily', and restructuring several control types (TextField, TextArea, Slider).

Security assessment

The changes involve routine documentation updates including version references, parameter constraints, and structural additions. There is no evidence of addressing security vulnerabilities, weaknesses, or incidents. The modifications improve data validation but don't explicitly document security features.

Diff

diff --git a/cli/latest/reference/quicksight/update-dashboard.md b/cli/latest/reference/quicksight/update-dashboard.md
index 612b871d9..6cf247859 100644
--- a//cli/latest/reference/quicksight/update-dashboard.md
+++ b//cli/latest/reference/quicksight/update-dashboard.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.40 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.41 Command Reference](../../index.html) »
@@ -805 +805 @@ JSON Syntax:
->>>>>> Title -> (string) [required]
+>>>>>> Title -> (string)
@@ -811 +811 @@ JSON Syntax:
->>>>>>>   * min: `1`
+>>>>>>>   * min: `0`
@@ -922,0 +923,6 @@ JSON Syntax:
+>>>>>>>>>> 
+>>>>>>>>>> Constraints:
+>>>>>>>>>> 
+>>>>>>>>>>   * max: `256`
+>>>>>>>>>> 
+
@@ -985,0 +992,26 @@ JSON Syntax:
+>>>>>> 
+>>>>>> ControlTitleFormatText -> (structure)
+>>>>>>
+>>>>>>> The title text format configuration for the control.
+>>>>>>> 
+>>>>>>> PlainText -> (string)
+>>>>>>>
+>>>>>>>> The plain text format of the title text.
+>>>>>>>> 
+>>>>>>>> Constraints:
+>>>>>>>> 
+>>>>>>>>   * min: `1`
+>>>>>>>>   * max: `2048`
+>>>>>>>> 
+
+>>>>>>> 
+>>>>>>> RichText -> (string)
+>>>>>>>
+>>>>>>>> The rich text format of the title text.
+>>>>>>>> 
+>>>>>>>> Constraints:
+>>>>>>>> 
+>>>>>>>>   * min: `1`
+>>>>>>>>   * max: `4096`
+>>>>>>>> 
+
@@ -1003 +1035 @@ JSON Syntax:
->>>>>> Title -> (string) [required]
+>>>>>> Title -> (string)
@@ -1009 +1041 @@ JSON Syntax:
->>>>>>>   * min: `1`
+>>>>>>>   * min: `0`
@@ -1150,0 +1183,6 @@ JSON Syntax:
+>>>>>>>>>> 
+>>>>>>>>>> Constraints:
+>>>>>>>>>> 
+>>>>>>>>>>   * max: `256`
+>>>>>>>>>> 
+
@@ -1478,0 +1517,26 @@ JSON Syntax:
+>>>>>> 
+>>>>>> ControlTitleFormatText -> (structure)
+>>>>>>
+>>>>>>> The title text format configuration for the control.
+>>>>>>> 
+>>>>>>> PlainText -> (string)
+>>>>>>>
+>>>>>>>> The plain text format of the title text.
+>>>>>>>> 
+>>>>>>>> Constraints:
+>>>>>>>> 
+>>>>>>>>   * min: `1`
+>>>>>>>>   * max: `2048`
+>>>>>>>> 
+
+>>>>>>> 
+>>>>>>> RichText -> (string)
+>>>>>>>
+>>>>>>>> The rich text format of the title text.
+>>>>>>>> 
+>>>>>>>> Constraints:
+>>>>>>>> 
+>>>>>>>>   * min: `1`
+>>>>>>>>   * max: `4096`
+>>>>>>>> 
+
@@ -1496 +1560 @@ JSON Syntax:
->>>>>> Title -> (string) [required]
+>>>>>> Title -> (string)
@@ -1502 +1566 @@ JSON Syntax:
->>>>>>>   * min: `1`
+>>>>>>>   * min: `0`
@@ -1628,0 +1693,6 @@ JSON Syntax:
+>>>>>>>>>> 
+>>>>>>>>>> Constraints:
+>>>>>>>>>> 
+>>>>>>>>>>   * max: `256`
+>>>>>>>>>> 
+
@@ -1968,39 +2037,0 @@ JSON Syntax:
->>>>> 
->>>>> TextField -> (structure)
->>>>>
->>>>>> A control to display a text box that is used to enter a single entry.
->>>>>> 
->>>>>> ParameterControlId -> (string) [required]
->>>>>>
->>>>>>> The ID of the `ParameterTextFieldControl` .
->>>>>>> 
->>>>>>> Constraints:
->>>>>>> 
->>>>>>>   * min: `1`
->>>>>>>   * max: `512`
->>>>>>>   * pattern: `[\w\-]+`
->>>>>>> 
-
->>>>>> 
->>>>>> Title -> (string) [required]
->>>>>>
->>>>>>> The title of the `ParameterTextFieldControl` .
->>>>>>> 
->>>>>>> Constraints:
->>>>>>> 
->>>>>>>   * min: `1`
->>>>>>>   * max: `2048`
->>>>>>> 
-
->>>>>> 
->>>>>> SourceParameterName -> (string) [required]
->>>>>>
->>>>>>> The source parameter name of the `ParameterTextFieldControl` .
->>>>>>> 
->>>>>>> Constraints:
->>>>>>> 
->>>>>>>   * min: `1`
->>>>>>>   * max: `2048`
->>>>>>>   * pattern: `^[a-zA-Z0-9]+$`
->>>>>>> 
-
@@ -2008 +2039 @@ JSON Syntax:
->>>>>> DisplayOptions -> (structure)
+>>>>>> ControlTitleFormatText -> (structure)
@@ -2010 +2041 @@ JSON Syntax:
->>>>>>> The display options of a control.
+>>>>>>> The title text format configuration for the control.
@@ -2012 +2043 @@ JSON Syntax:
->>>>>>> TitleOptions -> (structure)
+>>>>>>> PlainText -> (string)
@@ -2014,89 +2045 @@ JSON Syntax:
->>>>>>>> The options to configure the title visibility, name, and font size.
->>>>>>>> 
->>>>>>>> Visibility -> (string)
->>>>>>>>
->>>>>>>>> Determines whether or not the label is visible.
->>>>>>>>> 
->>>>>>>>> Possible values:
->>>>>>>>> 
->>>>>>>>>   * `HIDDEN`
->>>>>>>>>   * `VISIBLE`
->>>>>>>>> 
-
->>>>>>>> 
->>>>>>>> FontConfiguration -> (structure)
->>>>>>>>
->>>>>>>>> The font configuration of the label.
->>>>>>>>> 
->>>>>>>>> FontSize -> (structure)
->>>>>>>>>
->>>>>>>>>> The option that determines the text display size.
->>>>>>>>>> 
->>>>>>>>>> Relative -> (string)
->>>>>>>>>>
->>>>>>>>>>> The lexical name for the text size, proportional to its surrounding context.
->>>>>>>>>>> 
->>>>>>>>>>> Possible values:
->>>>>>>>>>> 
->>>>>>>>>>>   * `EXTRA_SMALL`
->>>>>>>>>>>   * `SMALL`
->>>>>>>>>>>   * `MEDIUM`
->>>>>>>>>>>   * `LARGE`
->>>>>>>>>>>   * `EXTRA_LARGE`
->>>>>>>>>>> 
-
->>>>>>>>>> 
->>>>>>>>>> Absolute -> (string)
->>>>>>>>>>
->>>>>>>>>>> The font size that you want to use in px.
->>>>>>>>> 
->>>>>>>>> FontDecoration -> (string)
->>>>>>>>>
->>>>>>>>>> Determines the appearance of decorative lines on the text.
->>>>>>>>>> 
->>>>>>>>>> Possible values:
->>>>>>>>>> 
->>>>>>>>>>   * `UNDERLINE`
->>>>>>>>>>   * `NONE`
->>>>>>>>>> 
-
->>>>>>>>>