AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/quicksight/describe-dashboard-definition.md

Summary

Updated AWS CLI version reference from 2.34.40 to 2.34.41; modified multiple field constraints (changed min length from 1 to 0 for Title fields, added max length constraints to various fields); added new ControlTitleFormatText structure with PlainText and RichText configuration options across multiple control types; restructured parameter controls by replacing TextField with TextArea and adding Delimiter field; added new display configuration options including SearchOptions, SelectAllOptions, and TitleOptions; added constraints to FontFamily fields.

Security assessment

The changes involve documentation updates for new configuration options, constraint modifications, and structural changes to dashboard controls. No security vulnerabilities, exploits, or security-specific features are mentioned. Changes are functional/design improvements without security implications.

Diff

diff --git a/cli/latest/reference/quicksight/describe-dashboard-definition.md b/cli/latest/reference/quicksight/describe-dashboard-definition.md
index c48d5699a..619460718 100644
--- a//cli/latest/reference/quicksight/describe-dashboard-definition.md
+++ b//cli/latest/reference/quicksight/describe-dashboard-definition.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.40 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.41 Command Reference](../../index.html) »
@@ -508 +508 @@ Definition -> (structure)
->>>>>> Title -> (string) [required]
+>>>>>> Title -> (string)
@@ -514 +514 @@ Definition -> (structure)
->>>>>>>   * min: `1`
+>>>>>>>   * min: `0`
@@ -625,0 +626,6 @@ Definition -> (structure)
+>>>>>>>>>> 
+>>>>>>>>>> Constraints:
+>>>>>>>>>> 
+>>>>>>>>>>   * max: `256`
+>>>>>>>>>> 
+
@@ -688,0 +695,26 @@ Definition -> (structure)
+>>>>>> 
+>>>>>> 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`
+>>>>>>>> 
+
@@ -706 +738 @@ Definition -> (structure)
->>>>>> Title -> (string) [required]
+>>>>>> Title -> (string)
@@ -712 +744 @@ Definition -> (structure)
->>>>>>>   * min: `1`
+>>>>>>>   * min: `0`
@@ -853,0 +886,6 @@ Definition -> (structure)
+>>>>>>>>>> 
+>>>>>>>>>> Constraints:
+>>>>>>>>>> 
+>>>>>>>>>>   * max: `256`
+>>>>>>>>>> 
+
@@ -1181,0 +1220,26 @@ Definition -> (structure)
+>>>>>> 
+>>>>>> 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`
+>>>>>>>> 
+
@@ -1199 +1263 @@ Definition -> (structure)
->>>>>> Title -> (string) [required]
+>>>>>> Title -> (string)
@@ -1205 +1269 @@ Definition -> (structure)
->>>>>>>   * min: `1`
+>>>>>>>   * min: `0`
@@ -1331,0 +1396,6 @@ Definition -> (structure)
+>>>>>>>>>> 
+>>>>>>>>>> Constraints:
+>>>>>>>>>> 
+>>>>>>>>>>   * max: `256`
+>>>>>>>>>> 
+
@@ -1671,39 +1740,0 @@ Definition -> (structure)
->>>>> 
->>>>> 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]+$`
->>>>>>> 
-
@@ -1711 +1742 @@ Definition -> (structure)
->>>>>> DisplayOptions -> (structure)
+>>>>>> ControlTitleFormatText -> (structure)
@@ -1713 +1744 @@ Definition -> (structure)
->>>>>>> The display options of a control.
+>>>>>>> The title text format configuration for the control.
@@ -1715 +1746 @@ Definition -> (structure)
->>>>>>> TitleOptions -> (structure)
+>>>>>>> PlainText -> (string)
@@ -1717,89 +1748 @@ Definition -> (structure)
->>>>>>>> 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`
->>>>>>>>>> 
-
->>>>>>>>>