AWS Security ChangesHomeSearch

AWS cli documentation change

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

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

Summary

Updated AWS CLI version reference from 2.34.40 to 2.34.41. Modified multiple parameters by removing 'required' markers and adjusting constraints (e.g., changing min length from 1 to 0 for Title fields). Added new 'ControlTitleFormatText' structure with PlainText and RichText options including length constraints. Added max:256 constraints to FontFamily fields throughout. Restructured and expanded documentation for various controls like TextField, TextArea, Slider, and filter controls.

Security assessment

The changes involve routine documentation updates including version bumps, constraint adjustments, and added configuration options without any mention of security vulnerabilities, exploits, or security features. The added max constraints help prevent excessively long input values which could theoretically mitigate some resource exhaustion risks, but there's no explicit security context provided in the diff.

Diff

diff --git a/cli/latest/reference/quicksight/create-analysis.md b/cli/latest/reference/quicksight/create-analysis.md
index 87404b595..6b327f6e0 100644
--- a//cli/latest/reference/quicksight/create-analysis.md
+++ b//cli/latest/reference/quicksight/create-analysis.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.40 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.41 Command Reference](../../index.html) »
@@ -611 +611 @@ JSON Syntax:
->>>>>> Title -> (string) [required]
+>>>>>> Title -> (string)
@@ -617 +617 @@ JSON Syntax:
->>>>>>>   * min: `1`
+>>>>>>>   * min: `0`
@@ -728,0 +729,6 @@ JSON Syntax:
+>>>>>>>>>> 
+>>>>>>>>>> Constraints:
+>>>>>>>>>> 
+>>>>>>>>>>   * max: `256`
+>>>>>>>>>> 
+
@@ -791,0 +798,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`
+>>>>>>>> 
+
@@ -809 +841 @@ JSON Syntax:
->>>>>> Title -> (string) [required]
+>>>>>> Title -> (string)
@@ -815 +847 @@ JSON Syntax:
->>>>>>>   * min: `1`
+>>>>>>>   * min: `0`
@@ -956,0 +989,6 @@ JSON Syntax:
+>>>>>>>>>> 
+>>>>>>>>>> Constraints:
+>>>>>>>>>> 
+>>>>>>>>>>   * max: `256`
+>>>>>>>>>> 
+
@@ -1284,0 +1323,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`
+>>>>>>>> 
+
@@ -1302 +1366 @@ JSON Syntax:
->>>>>> Title -> (string) [required]
+>>>>>> Title -> (string)
@@ -1308 +1372 @@ JSON Syntax:
->>>>>>>   * min: `1`
+>>>>>>>   * min: `0`
@@ -1434,0 +1499,6 @@ JSON Syntax:
+>>>>>>>>>> 
+>>>>>>>>>> Constraints:
+>>>>>>>>>> 
+>>>>>>>>>>   * max: `256`
+>>>>>>>>>> 
+
@@ -1774,39 +1843,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]+$`
->>>>>>> 
-
@@ -1814 +1845 @@ JSON Syntax:
->>>>>> DisplayOptions -> (structure)
+>>>>>> ControlTitleFormatText -> (structure)
@@ -1816 +1847 @@ JSON Syntax:
->>>>>>> The display options of a control.
+>>>>>>> The title text format configuration for the control.
@@ -1818 +1849 @@ JSON Syntax:
->>>>>>> TitleOptions -> (structure)
+>>>>>>> PlainText -> (string)
@@ -1820,89 +1851 @@ 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`
->>>>>>>>>> 
-
->>>>>>>>>