|
7786 | 7786 | }, |
7787 | 7787 | "Boolean":{"type":"boolean"}, |
7788 | 7788 | "BooleanObject":{"type":"boolean"}, |
| 7789 | + "BorderRadius":{ |
| 7790 | + "type":"string", |
| 7791 | + "max":50 |
| 7792 | + }, |
7789 | 7793 | "BorderStyle":{ |
7790 | 7794 | "type":"structure", |
7791 | 7795 | "members":{ |
| 7796 | + "Color":{ |
| 7797 | + "shape":"Color", |
| 7798 | + "documentation":"<p>The option to add color for tile borders for visuals.</p>" |
| 7799 | + }, |
7792 | 7800 | "Show":{ |
7793 | 7801 | "shape":"Boolean", |
7794 | 7802 | "documentation":"<p>The option to enable display of borders for visuals.</p>", |
7795 | 7803 | "box":true |
| 7804 | + }, |
| 7805 | + "Width":{ |
| 7806 | + "shape":"Width", |
| 7807 | + "documentation":"<p>The option to set the width of tile borders for visuals.</p>" |
7796 | 7808 | } |
7797 | 7809 | }, |
7798 | 7810 | "documentation":"<p>The display options for tile borders for visuals.</p>" |
|
8863 | 8875 | "member":{"shape":"CollectiveConstantEntry"}, |
8864 | 8876 | "max":2000 |
8865 | 8877 | }, |
| 8878 | + "Color":{ |
| 8879 | + "type":"string", |
| 8880 | + "documentation":"String to encapsulate the most generic way Color can be formatted (words, hexStrings etc)" |
| 8881 | + }, |
8866 | 8882 | "ColorFillType":{ |
8867 | 8883 | "type":"string", |
8868 | 8884 | "enum":[ |
|
20816 | 20832 | "LoadingAnimation":{ |
20817 | 20833 | "shape":"LoadingAnimation", |
20818 | 20834 | "documentation":"<p>The loading animation configuration of a free-form layout element.</p>" |
| 20835 | + }, |
| 20836 | + "BorderRadius":{ |
| 20837 | + "shape":"BorderRadius", |
| 20838 | + "documentation":"<p>The border radius of a free-form layout element.</p>" |
| 20839 | + }, |
| 20840 | + "Padding":{ |
| 20841 | + "shape":"Padding", |
| 20842 | + "documentation":"<p>The padding of a free-form layout element.</p>" |
20819 | 20843 | } |
20820 | 20844 | }, |
20821 | 20845 | "documentation":"<p>An element within a free-form layout.</p>" |
|
20844 | 20868 | "Color":{ |
20845 | 20869 | "shape":"HexColorWithTransparency", |
20846 | 20870 | "documentation":"<p>The border color of a free-form layout element.</p>" |
| 20871 | + }, |
| 20872 | + "Width":{ |
| 20873 | + "shape":"Width", |
| 20874 | + "documentation":"<p>The border width of a free-form layout element.</p>" |
20847 | 20875 | } |
20848 | 20876 | }, |
20849 | 20877 | "documentation":"<p>The background style configuration of a free-form layout element.</p>" |
@@ -22557,10 +22585,63 @@ |
22557 | 22585 | "RowSpan":{ |
22558 | 22586 | "shape":"GridLayoutElementRowSpan", |
22559 | 22587 | "documentation":"<p>The height of a grid element expressed as a number of grid rows.</p>" |
| 22588 | + }, |
| 22589 | + "BorderStyle":{ |
| 22590 | + "shape":"GridLayoutElementBorderStyle", |
| 22591 | + "documentation":"<p>The border style configuration of a grid layout element.</p>" |
| 22592 | + }, |
| 22593 | + "SelectedBorderStyle":{ |
| 22594 | + "shape":"GridLayoutElementBorderStyle", |
| 22595 | + "documentation":"<p>The border style configuration of a grid layout element. This border style is used when the element is selected.</p>" |
| 22596 | + }, |
| 22597 | + "BackgroundStyle":{ |
| 22598 | + "shape":"GridLayoutElementBackgroundStyle", |
| 22599 | + "documentation":"<p>The background style configuration of a grid layout element.</p>" |
| 22600 | + }, |
| 22601 | + "LoadingAnimation":{"shape":"LoadingAnimation"}, |
| 22602 | + "BorderRadius":{ |
| 22603 | + "shape":"BorderRadius", |
| 22604 | + "documentation":"<p>The border radius of a grid layout element.</p>" |
| 22605 | + }, |
| 22606 | + "Padding":{ |
| 22607 | + "shape":"Padding", |
| 22608 | + "documentation":"<p>The padding of a grid layout element.</p>" |
22560 | 22609 | } |
22561 | 22610 | }, |
22562 | 22611 | "documentation":"<p>An element within a grid layout.</p>" |
22563 | 22612 | }, |
| 22613 | + "GridLayoutElementBackgroundStyle":{ |
| 22614 | + "type":"structure", |
| 22615 | + "members":{ |
| 22616 | + "Visibility":{ |
| 22617 | + "shape":"Visibility", |
| 22618 | + "documentation":"<p>The background visibility of a grid layout element.</p>" |
| 22619 | + }, |
| 22620 | + "Color":{ |
| 22621 | + "shape":"HexColorWithTransparency", |
| 22622 | + "documentation":"<p>The background color of a grid layout element.</p>" |
| 22623 | + } |
| 22624 | + }, |
| 22625 | + "documentation":"<p>The background style configuration of a grid layout element.</p>" |
| 22626 | + }, |
| 22627 | + "GridLayoutElementBorderStyle":{ |
| 22628 | + "type":"structure", |
| 22629 | + "members":{ |
| 22630 | + "Visibility":{ |
| 22631 | + "shape":"Visibility", |
| 22632 | + "documentation":"<p>The border visibility of a grid layout element.</p>" |
| 22633 | + }, |
| 22634 | + "Color":{ |
| 22635 | + "shape":"HexColorWithTransparency", |
| 22636 | + "documentation":"<p>The border color of a grid layout element.</p>" |
| 22637 | + }, |
| 22638 | + "Width":{ |
| 22639 | + "shape":"Width", |
| 22640 | + "documentation":"<p>The border width of a grid layout element.</p>" |
| 22641 | + } |
| 22642 | + }, |
| 22643 | + "documentation":"<p>The border style configuration of a grid layout element.</p>" |
| 22644 | + }, |
22564 | 22645 | "GridLayoutElementColumnIndex":{ |
22565 | 22646 | "type":"integer", |
22566 | 22647 | "max":35, |
|
28217 | 28298 | }, |
28218 | 28299 | "documentation":"<p>A transform operation that overrides the dataset parameter values that are defined in another dataset.</p>" |
28219 | 28300 | }, |
| 28301 | + "Padding":{ |
| 28302 | + "type":"string", |
| 28303 | + "max":200 |
| 28304 | + }, |
28220 | 28305 | "PageNumber":{ |
28221 | 28306 | "type":"long", |
28222 | 28307 | "min":0 |
|
33319 | 33404 | }, |
33320 | 33405 | "documentation":"<p>A <i>sheet</i>, which is an object that contains a set of visuals that are viewed together on one page in Quick Sight. Every analysis and dashboard contains at least one sheet. Each sheet contains at least one visualization widget, for example a chart, pivot table, or narrative insight. Sheets can be associated with other components, such as controls, filters, and so on.</p>" |
33321 | 33406 | }, |
| 33407 | + "SheetBackgroundStyle":{ |
| 33408 | + "type":"structure", |
| 33409 | + "members":{ |
| 33410 | + "Color":{ |
| 33411 | + "shape":"Color", |
| 33412 | + "documentation":"<p>The solid color background option for sheets.</p>" |
| 33413 | + }, |
| 33414 | + "Gradient":{ |
| 33415 | + "shape":"String", |
| 33416 | + "documentation":"<p>The gradient background option for sheets.</p>" |
| 33417 | + } |
| 33418 | + }, |
| 33419 | + "documentation":"<p>The background configuration for sheets.</p>" |
| 33420 | + }, |
33322 | 33421 | "SheetContentType":{ |
33323 | 33422 | "type":"string", |
33324 | 33423 | "enum":[ |
|
33648 | 33747 | "TileLayout":{ |
33649 | 33748 | "shape":"TileLayoutStyle", |
33650 | 33749 | "documentation":"<p>The layout options for tiles.</p>" |
| 33750 | + }, |
| 33751 | + "Background":{ |
| 33752 | + "shape":"SheetBackgroundStyle", |
| 33753 | + "documentation":"<p>The background for sheets.</p>" |
33651 | 33754 | } |
33652 | 33755 | }, |
33653 | 33756 | "documentation":"<p>The theme display options for sheets. </p>" |
|
36079 | 36182 | "SINGLE_QUOTE" |
36080 | 36183 | ] |
36081 | 36184 | }, |
| 36185 | + "TextTransform":{ |
| 36186 | + "type":"string", |
| 36187 | + "enum":["CAPITALIZE"] |
| 36188 | + }, |
36082 | 36189 | "TextWrap":{ |
36083 | 36190 | "type":"string", |
36084 | 36191 | "enum":[ |
|
36358 | 36465 | "TileStyle":{ |
36359 | 36466 | "type":"structure", |
36360 | 36467 | "members":{ |
| 36468 | + "BackgroundColor":{ |
| 36469 | + "shape":"Color", |
| 36470 | + "documentation":"<p>The background color of a tile.</p>" |
| 36471 | + }, |
36361 | 36472 | "Border":{ |
36362 | 36473 | "shape":"BorderStyle", |
36363 | 36474 | "documentation":"<p>The border around a tile.</p>" |
| 36475 | + }, |
| 36476 | + "BorderRadius":{ |
| 36477 | + "shape":"BorderRadius", |
| 36478 | + "documentation":"<p>The border radius of a tile.</p>" |
| 36479 | + }, |
| 36480 | + "Padding":{ |
| 36481 | + "shape":"Padding", |
| 36482 | + "documentation":"<p>The padding of a tile.</p>" |
36364 | 36483 | } |
36365 | 36484 | }, |
36366 | 36485 | "documentation":"<p>Display options related to tiles on a sheet.</p>" |
|
38229 | 38348 | "FontFamilies":{ |
38230 | 38349 | "shape":"FontList", |
38231 | 38350 | "documentation":"<p>Determines the list of font families.</p>" |
| 38351 | + }, |
| 38352 | + "AxisTitleFontConfiguration":{"shape":"FontConfiguration"}, |
| 38353 | + "AxisLabelFontConfiguration":{"shape":"FontConfiguration"}, |
| 38354 | + "LegendTitleFontConfiguration":{"shape":"FontConfiguration"}, |
| 38355 | + "LegendValueFontConfiguration":{"shape":"FontConfiguration"}, |
| 38356 | + "DataLabelFontConfiguration":{"shape":"FontConfiguration"}, |
| 38357 | + "VisualTitleFontConfiguration":{ |
| 38358 | + "shape":"VisualTitleFontConfiguration", |
| 38359 | + "documentation":"<p>Configures the display properties of the visual title.</p>" |
| 38360 | + }, |
| 38361 | + "VisualSubtitleFontConfiguration":{ |
| 38362 | + "shape":"VisualSubtitleFontConfiguration", |
| 38363 | + "documentation":"<p>Configures the display properties of the visual sub-title.</p>" |
38232 | 38364 | } |
38233 | 38365 | }, |
38234 | 38366 | "documentation":"<p>Determines the typography options.</p>" |
|
41696 | 41828 | "max":1024, |
41697 | 41829 | "min":1 |
41698 | 41830 | }, |
| 41831 | + "VisualSubtitleFontConfiguration":{ |
| 41832 | + "type":"structure", |
| 41833 | + "members":{ |
| 41834 | + "FontConfiguration":{"shape":"FontConfiguration"}, |
| 41835 | + "TextAlignment":{ |
| 41836 | + "shape":"HorizontalTextAlignment", |
| 41837 | + "documentation":"<p>Determines the alignment of visual sub-title.</p>" |
| 41838 | + }, |
| 41839 | + "TextTransform":{ |
| 41840 | + "shape":"TextTransform", |
| 41841 | + "documentation":"<p>Determines the text transformation of visual sub-title.</p>" |
| 41842 | + } |
| 41843 | + }, |
| 41844 | + "documentation":"<p>Configures the display properties of the visual sub-title.</p>" |
| 41845 | + }, |
41699 | 41846 | "VisualSubtitleLabelOptions":{ |
41700 | 41847 | "type":"structure", |
41701 | 41848 | "members":{ |
|
41715 | 41862 | "max":1024, |
41716 | 41863 | "min":1 |
41717 | 41864 | }, |
| 41865 | + "VisualTitleFontConfiguration":{ |
| 41866 | + "type":"structure", |
| 41867 | + "members":{ |
| 41868 | + "FontConfiguration":{"shape":"FontConfiguration"}, |
| 41869 | + "TextAlignment":{ |
| 41870 | + "shape":"HorizontalTextAlignment", |
| 41871 | + "documentation":"<p>Determines the alignment of visual title.</p>" |
| 41872 | + }, |
| 41873 | + "TextTransform":{ |
| 41874 | + "shape":"TextTransform", |
| 41875 | + "documentation":"<p>Determines the text transformation of visual title.</p>" |
| 41876 | + } |
| 41877 | + }, |
| 41878 | + "documentation":"<p>Configures the display properties of the visual title.</p>" |
| 41879 | + }, |
41718 | 41880 | "VisualTitleLabelOptions":{ |
41719 | 41881 | "type":"structure", |
41720 | 41882 | "members":{ |
|
42059 | 42221 | "DISABLED" |
42060 | 42222 | ] |
42061 | 42223 | }, |
| 42224 | + "Width":{ |
| 42225 | + "type":"string", |
| 42226 | + "documentation":"String to encapsulate the most generic way Width can be formatted with whatever units (px, em etc)", |
| 42227 | + "max":50 |
| 42228 | + }, |
42062 | 42229 | "WordCloudAggregatedFieldWells":{ |
42063 | 42230 | "type":"structure", |
42064 | 42231 | "members":{ |
|
0 commit comments