AWS Security ChangesHomeSearch

AWS cli documentation change

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

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

Summary

Updated AWS CLI version reference from 2.34.40 to 2.34.41, modified validation constraints for Title fields (min from 1 to 0), added ControlTitleFormatText structure with plain/rich text formatting options, and added max length constraints for various fields.

Security assessment

Changes include routine version updates, relaxed minimum length constraints, and added formatting options without evidence of addressing security vulnerabilities. New constraints appear to be input validation improvements rather than security fixes.

Diff

diff --git a/cli/latest/reference/quicksight/create-dashboard.md b/cli/latest/reference/quicksight/create-dashboard.md
index 245cf9513..24b040c07 100644
--- a//cli/latest/reference/quicksight/create-dashboard.md
+++ b//cli/latest/reference/quicksight/create-dashboard.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.40 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.41 Command Reference](../../index.html) »
@@ -932 +932 @@ JSON Syntax:
->>>>>> Title -> (string) [required]
+>>>>>> Title -> (string)
@@ -938 +938 @@ JSON Syntax:
->>>>>>>   * min: `1`
+>>>>>>>   * min: `0`
@@ -1049,0 +1050,6 @@ JSON Syntax:
+>>>>>>>>>> 
+>>>>>>>>>> Constraints:
+>>>>>>>>>> 
+>>>>>>>>>>   * max: `256`
+>>>>>>>>>> 
+
@@ -1112,0 +1119,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`
+>>>>>>>> 
+
@@ -1130 +1162 @@ JSON Syntax:
->>>>>> Title -> (string) [required]
+>>>>>> Title -> (string)
@@ -1136 +1168 @@ JSON Syntax:
->>>>>>>   * min: `1`
+>>>>>>>   * min: `0`
@@ -1277,0 +1310,6 @@ JSON Syntax:
+>>>>>>>>>> 
+>>>>>>>>>> Constraints:
+>>>>>>>>>> 
+>>>>>>>>>>   * max: `256`
+>>>>>>>>>> 
+
@@ -1605,0 +1644,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`
+>>>>>>>> 
+
@@ -1623 +1687 @@ JSON Syntax:
->>>>>> Title -> (string) [required]
+>>>>>> Title -> (string)
@@ -1629 +1693 @@ JSON Syntax:
->>>>>>>   * min: `1`
+>>>>>>>   * min: `0`
@@ -1755,0 +1820,6 @@ JSON Syntax:
+>>>>>>>>>> 
+>>>>>>>>>> Constraints:
+>>>>>>>>>> 
+>>>>>>>>>>   * max: `256`
+>>>>>>>>>> 
+
@@ -2095,39 +2164,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]+$`
->>>>>>> 
-
@@ -2135 +2166 @@ JSON Syntax:
->>>>>> DisplayOptions -> (structure)
+>>>>>> ControlTitleFormatText -> (structure)
@@ -2137 +2168 @@ JSON Syntax:
->>>>>>> The display options of a control.
+>>>>>>> The title text format configuration for the control.
@@ -2139 +2170 @@ JSON Syntax:
->>>>>>> TitleOptions -> (structure)
+>>>>>>> PlainText -> (string)
@@ -2141,89 +2172 @@ 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`
->>>>>>>>>> 
-
->>>>>>>>>