AWS cli documentation change
Summary
Updated AWS CLI version reference from 2.34.40 to 2.34.41 and made extensive modifications to the analysis definition structure. Key changes include: making 'Title' fields optional with min length 0 instead of required with min length 1; adding new 'ControlTitleFormatText' structures for title formatting; adding max length constraints (256 chars) to numerous fields; restructuring control definitions (e.g., replacing 'TextField' with updated structure); and adding rich/plain text configuration options with length constraints.
Security assessment
The changes involve documentation updates for field constraints and control structures without any mention of security vulnerabilities, exploits, or security features. Added max length constraints could indirectly mitigate resource exhaustion risks but lack concrete evidence of addressing specific security issues. No security advisories, CVEs, or vulnerability fixes are referenced.
Diff
diff --git a/cli/latest/reference/quicksight/describe-analysis-definition.md b/cli/latest/reference/quicksight/describe-analysis-definition.md index 1bdf54042..1475f6410 100644 --- a//cli/latest/reference/quicksight/describe-analysis-definition.md +++ b//cli/latest/reference/quicksight/describe-analysis-definition.md @@ -15 +15 @@ - * [AWS CLI 2.34.40 Command Reference](../../index.html) » + * [AWS CLI 2.34.41 Command Reference](../../index.html) » @@ -484 +484 @@ Definition -> (structure) ->>>>>> Title -> (string) [required] +>>>>>> Title -> (string) @@ -490 +490 @@ Definition -> (structure) ->>>>>>> * min: `1` +>>>>>>> * min: `0` @@ -601,0 +602,6 @@ Definition -> (structure) +>>>>>>>>>> +>>>>>>>>>> Constraints: +>>>>>>>>>> +>>>>>>>>>> * max: `256` +>>>>>>>>>> + @@ -664,0 +671,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` +>>>>>>>> + @@ -682 +714 @@ Definition -> (structure) ->>>>>> Title -> (string) [required] +>>>>>> Title -> (string) @@ -688 +720 @@ Definition -> (structure) ->>>>>>> * min: `1` +>>>>>>> * min: `0` @@ -829,0 +862,6 @@ Definition -> (structure) +>>>>>>>>>> +>>>>>>>>>> Constraints: +>>>>>>>>>> +>>>>>>>>>> * max: `256` +>>>>>>>>>> + @@ -1157,0 +1196,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` +>>>>>>>> + @@ -1175 +1239 @@ Definition -> (structure) ->>>>>> Title -> (string) [required] +>>>>>> Title -> (string) @@ -1181 +1245 @@ Definition -> (structure) ->>>>>>> * min: `1` +>>>>>>> * min: `0` @@ -1307,0 +1372,6 @@ Definition -> (structure) +>>>>>>>>>> +>>>>>>>>>> Constraints: +>>>>>>>>>> +>>>>>>>>>> * max: `256` +>>>>>>>>>> + @@ -1647,39 +1716,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]+$` ->>>>>>> - @@ -1687 +1718 @@ Definition -> (structure) ->>>>>> DisplayOptions -> (structure) +>>>>>> ControlTitleFormatText -> (structure) @@ -1689 +1720 @@ Definition -> (structure) ->>>>>>> The display options of a control. +>>>>>>> The title text format configuration for the control. @@ -1691 +1722 @@ Definition -> (structure) ->>>>>>> TitleOptions -> (structure) +>>>>>>> PlainText -> (string) @@ -1693,89 +1724 @@ 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` ->>>>>>>>>> - ->>>>>>>>>