AWS Security ChangesHomeSearch

AWS cli documentation change

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

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

Summary

Updated AWS CLI version reference from 2.34.40 to 2.34.41. Added 'ControlTitleFormatText' structure for title formatting in controls. Modified 'Title' field constraints from min:1 to min:0 in multiple sections and added max:256 constraints to various fields.

Security assessment

The changes involve routine version updates, added formatting options for control titles, and relaxed constraints on titles (allowing empty strings). No security vulnerabilities or security features are mentioned in the changes.

Diff

diff --git a/cli/latest/reference/quicksight/create-template.md b/cli/latest/reference/quicksight/create-template.md
index 10728c7c5..2c165bbf4 100644
--- a//cli/latest/reference/quicksight/create-template.md
+++ b//cli/latest/reference/quicksight/create-template.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.40 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.41 Command Reference](../../index.html) »
@@ -524 +524 @@ JSON Syntax:
->>>>>> Title -> (string) [required]
+>>>>>> Title -> (string)
@@ -530 +530 @@ JSON Syntax:
->>>>>>>   * min: `1`
+>>>>>>>   * min: `0`
@@ -641,0 +642,6 @@ JSON Syntax:
+>>>>>>>>>> 
+>>>>>>>>>> Constraints:
+>>>>>>>>>> 
+>>>>>>>>>>   * max: `256`
+>>>>>>>>>> 
+
@@ -704,0 +711,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`
+>>>>>>>> 
+
@@ -722 +754 @@ JSON Syntax:
->>>>>> Title -> (string) [required]
+>>>>>> Title -> (string)
@@ -728 +760 @@ JSON Syntax:
->>>>>>>   * min: `1`
+>>>>>>>   * min: `0`
@@ -869,0 +902,6 @@ JSON Syntax:
+>>>>>>>>>> 
+>>>>>>>>>> Constraints:
+>>>>>>>>>> 
+>>>>>>>>>>   * max: `256`
+>>>>>>>>>> 
+
@@ -1197,0 +1236,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`
+>>>>>>>> 
+
@@ -1215 +1279 @@ JSON Syntax:
->>>>>> Title -> (string) [required]
+>>>>>> Title -> (string)
@@ -1221 +1285 @@ JSON Syntax:
->>>>>>>   * min: `1`
+>>>>>>>   * min: `0`
@@ -1347,0 +1412,6 @@ JSON Syntax:
+>>>>>>>>>> 
+>>>>>>>>>> Constraints:
+>>>>>>>>>> 
+>>>>>>>>>>   * max: `256`
+>>>>>>>>>> 
+
@@ -1687,39 +1756,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]+$`
->>>>>>> 
-
@@ -1727 +1758 @@ JSON Syntax:
->>>>>> DisplayOptions -> (structure)
+>>>>>> ControlTitleFormatText -> (structure)
@@ -1729 +1760 @@ JSON Syntax:
->>>>>>> The display options of a control.
+>>>>>>> The title text format configuration for the control.
@@ -1731 +1762 @@ JSON Syntax:
->>>>>>> TitleOptions -> (structure)
+>>>>>>> PlainText -> (string)
@@ -1733,89 +1764 @@ 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`
->>>>>>>>>> 
-
->>>>>>>>>