AWS cli documentation change
Summary
Updated AWS CLI reference documentation for QuickSight update-analysis command. Changes include: version update from 2.34.40 to 2.34.41, removal of [required] flag from Title fields, changing Title minimum length from 1 to 0, addition of ControlTitleFormatText structure with PlainText and RichText fields, addition of max:256 constraint for FontFamily fields, restructuring of control types (TextField, TextArea, Slider, etc.), and numerous formatting adjustments throughout the JSON syntax documentation.
Security assessment
The changes are routine documentation updates for API parameter specifications. No security vulnerabilities, incidents, or security features are mentioned. The modifications involve parameter constraints, field requirements, and structural changes to control types, which are typical for API documentation updates without security implications.
Diff
diff --git a/cli/latest/reference/quicksight/update-analysis.md b/cli/latest/reference/quicksight/update-analysis.md index 54c6be471..2943d4ad4 100644 --- a//cli/latest/reference/quicksight/update-analysis.md +++ b//cli/latest/reference/quicksight/update-analysis.md @@ -15 +15 @@ - * [AWS CLI 2.34.40 Command Reference](../../index.html) » + * [AWS CLI 2.34.41 Command Reference](../../index.html) » @@ -484 +484 @@ JSON Syntax: ->>>>>> Title -> (string) [required] +>>>>>> Title -> (string) @@ -490 +490 @@ JSON Syntax: ->>>>>>> * min: `1` +>>>>>>> * min: `0` @@ -601,0 +602,6 @@ JSON Syntax: +>>>>>>>>>> +>>>>>>>>>> Constraints: +>>>>>>>>>> +>>>>>>>>>> * max: `256` +>>>>>>>>>> + @@ -664,0 +671,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` +>>>>>>>> + @@ -682 +714 @@ JSON Syntax: ->>>>>> Title -> (string) [required] +>>>>>> Title -> (string) @@ -688 +720 @@ JSON Syntax: ->>>>>>> * min: `1` +>>>>>>> * min: `0` @@ -829,0 +862,6 @@ JSON Syntax: +>>>>>>>>>> +>>>>>>>>>> Constraints: +>>>>>>>>>> +>>>>>>>>>> * max: `256` +>>>>>>>>>> + @@ -1157,0 +1196,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` +>>>>>>>> + @@ -1175 +1239 @@ JSON Syntax: ->>>>>> Title -> (string) [required] +>>>>>> Title -> (string) @@ -1181 +1245 @@ JSON Syntax: ->>>>>>> * min: `1` +>>>>>>> * min: `0` @@ -1307,0 +1372,6 @@ JSON Syntax: +>>>>>>>>>> +>>>>>>>>>> Constraints: +>>>>>>>>>> +>>>>>>>>>> * max: `256` +>>>>>>>>>> + @@ -1647,39 +1716,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]+$` ->>>>>>> - @@ -1687 +1718 @@ JSON Syntax: ->>>>>> DisplayOptions -> (structure) +>>>>>> ControlTitleFormatText -> (structure) @@ -1689 +1720 @@ JSON Syntax: ->>>>>>> The display options of a control. +>>>>>>> The title text format configuration for the control. @@ -1691 +1722 @@ JSON Syntax: ->>>>>>> TitleOptions -> (structure) +>>>>>>> PlainText -> (string) @@ -1693,89 +1724 @@ 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` ->>>>>>>>>> - ->>>>>>>>>