@aws-sdk/client-quicksight 3.935.0 → 3.937.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. package/dist-cjs/index.js +96 -22
  2. package/dist-es/models/enums.js +3 -0
  3. package/dist-es/schemas/schemas_0.js +92 -22
  4. package/dist-types/commands/CreateAnalysisCommand.d.ts +47 -1
  5. package/dist-types/commands/CreateDashboardCommand.d.ts +47 -1
  6. package/dist-types/commands/CreateDataSourceCommand.d.ts +1 -2
  7. package/dist-types/commands/CreateTemplateCommand.d.ts +47 -1
  8. package/dist-types/commands/CreateThemeCommand.d.ts +84 -0
  9. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +47 -1
  10. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +47 -1
  11. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +47 -1
  12. package/dist-types/commands/DescribeThemeCommand.d.ts +84 -0
  13. package/dist-types/commands/DescribeVPCConnectionCommand.d.ts +1 -1
  14. package/dist-types/commands/UpdateAnalysisCommand.d.ts +47 -1
  15. package/dist-types/commands/UpdateDashboardCommand.d.ts +47 -1
  16. package/dist-types/commands/UpdateTemplateCommand.d.ts +47 -1
  17. package/dist-types/commands/UpdateThemeCommand.d.ts +84 -0
  18. package/dist-types/models/enums.d.ts +11 -0
  19. package/dist-types/models/models_0.d.ts +82 -33
  20. package/dist-types/models/models_1.d.ts +35 -78
  21. package/dist-types/models/models_2.d.ts +88 -104
  22. package/dist-types/models/models_3.d.ts +218 -167
  23. package/dist-types/models/models_4.d.ts +168 -4
  24. package/dist-types/schemas/schemas_0.d.ts +5 -0
  25. package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +4 -2
  26. package/dist-types/ts3.4/commands/DescribeVPCConnectionCommand.d.ts +1 -1
  27. package/dist-types/ts3.4/models/enums.d.ts +4 -0
  28. package/dist-types/ts3.4/models/models_0.d.ts +18 -8
  29. package/dist-types/ts3.4/models/models_1.d.ts +9 -21
  30. package/dist-types/ts3.4/models/models_2.d.ts +22 -22
  31. package/dist-types/ts3.4/models/models_3.d.ts +49 -37
  32. package/dist-types/ts3.4/models/models_4.d.ts +39 -4
  33. package/dist-types/ts3.4/schemas/schemas_0.d.ts +5 -0
  34. package/package.json +12 -12
@@ -4642,6 +4642,25 @@ declare const UpdateDashboardCommand_base: {
4642
4642
  * ColumnSpan: Number("int"), // required
4643
4643
  * RowIndex: Number("int"),
4644
4644
  * RowSpan: Number("int"), // required
4645
+ * BorderStyle: { // GridLayoutElementBorderStyle
4646
+ * Visibility: "HIDDEN" || "VISIBLE",
4647
+ * Color: "STRING_VALUE",
4648
+ * Width: "STRING_VALUE",
4649
+ * },
4650
+ * SelectedBorderStyle: {
4651
+ * Visibility: "HIDDEN" || "VISIBLE",
4652
+ * Color: "STRING_VALUE",
4653
+ * Width: "STRING_VALUE",
4654
+ * },
4655
+ * BackgroundStyle: { // GridLayoutElementBackgroundStyle
4656
+ * Visibility: "HIDDEN" || "VISIBLE",
4657
+ * Color: "STRING_VALUE",
4658
+ * },
4659
+ * LoadingAnimation: { // LoadingAnimation
4660
+ * Visibility: "HIDDEN" || "VISIBLE",
4661
+ * },
4662
+ * BorderRadius: "STRING_VALUE",
4663
+ * Padding: "STRING_VALUE",
4645
4664
  * },
4646
4665
  * ],
4647
4666
  * CanvasSizeOptions: { // GridLayoutCanvasSizeOptions
@@ -4672,18 +4691,22 @@ declare const UpdateDashboardCommand_base: {
4672
4691
  * BorderStyle: { // FreeFormLayoutElementBorderStyle
4673
4692
  * Visibility: "HIDDEN" || "VISIBLE",
4674
4693
  * Color: "STRING_VALUE",
4694
+ * Width: "STRING_VALUE",
4675
4695
  * },
4676
4696
  * SelectedBorderStyle: {
4677
4697
  * Visibility: "HIDDEN" || "VISIBLE",
4678
4698
  * Color: "STRING_VALUE",
4699
+ * Width: "STRING_VALUE",
4679
4700
  * },
4680
4701
  * BackgroundStyle: { // FreeFormLayoutElementBackgroundStyle
4681
4702
  * Visibility: "HIDDEN" || "VISIBLE",
4682
4703
  * Color: "STRING_VALUE",
4683
4704
  * },
4684
- * LoadingAnimation: { // LoadingAnimation
4705
+ * LoadingAnimation: {
4685
4706
  * Visibility: "HIDDEN" || "VISIBLE",
4686
4707
  * },
4708
+ * BorderRadius: "STRING_VALUE",
4709
+ * Padding: "STRING_VALUE",
4687
4710
  * },
4688
4711
  * ],
4689
4712
  * CanvasSizeOptions: { // FreeFormLayoutCanvasSizeOptions
@@ -4718,10 +4741,12 @@ declare const UpdateDashboardCommand_base: {
4718
4741
  * BorderStyle: {
4719
4742
  * Visibility: "HIDDEN" || "VISIBLE",
4720
4743
  * Color: "STRING_VALUE",
4744
+ * Width: "STRING_VALUE",
4721
4745
  * },
4722
4746
  * SelectedBorderStyle: {
4723
4747
  * Visibility: "HIDDEN" || "VISIBLE",
4724
4748
  * Color: "STRING_VALUE",
4749
+ * Width: "STRING_VALUE",
4725
4750
  * },
4726
4751
  * BackgroundStyle: {
4727
4752
  * Visibility: "HIDDEN" || "VISIBLE",
@@ -4730,6 +4755,8 @@ declare const UpdateDashboardCommand_base: {
4730
4755
  * LoadingAnimation: {
4731
4756
  * Visibility: "HIDDEN" || "VISIBLE",
4732
4757
  * },
4758
+ * BorderRadius: "STRING_VALUE",
4759
+ * Padding: "STRING_VALUE",
4733
4760
  * },
4734
4761
  * ],
4735
4762
  * },
@@ -4846,6 +4873,25 @@ declare const UpdateDashboardCommand_base: {
4846
4873
  * ColumnSpan: Number("int"), // required
4847
4874
  * RowIndex: Number("int"),
4848
4875
  * RowSpan: Number("int"), // required
4876
+ * BorderStyle: {
4877
+ * Visibility: "HIDDEN" || "VISIBLE",
4878
+ * Color: "STRING_VALUE",
4879
+ * Width: "STRING_VALUE",
4880
+ * },
4881
+ * SelectedBorderStyle: {
4882
+ * Visibility: "HIDDEN" || "VISIBLE",
4883
+ * Color: "STRING_VALUE",
4884
+ * Width: "STRING_VALUE",
4885
+ * },
4886
+ * BackgroundStyle: {
4887
+ * Visibility: "HIDDEN" || "VISIBLE",
4888
+ * Color: "STRING_VALUE",
4889
+ * },
4890
+ * LoadingAnimation: {
4891
+ * Visibility: "HIDDEN" || "VISIBLE",
4892
+ * },
4893
+ * BorderRadius: "STRING_VALUE",
4894
+ * Padding: "STRING_VALUE",
4849
4895
  * },
4850
4896
  * ],
4851
4897
  * CanvasSizeOptions: {
@@ -4574,6 +4574,25 @@ declare const UpdateTemplateCommand_base: {
4574
4574
  * ColumnSpan: Number("int"), // required
4575
4575
  * RowIndex: Number("int"),
4576
4576
  * RowSpan: Number("int"), // required
4577
+ * BorderStyle: { // GridLayoutElementBorderStyle
4578
+ * Visibility: "HIDDEN" || "VISIBLE",
4579
+ * Color: "STRING_VALUE",
4580
+ * Width: "STRING_VALUE",
4581
+ * },
4582
+ * SelectedBorderStyle: {
4583
+ * Visibility: "HIDDEN" || "VISIBLE",
4584
+ * Color: "STRING_VALUE",
4585
+ * Width: "STRING_VALUE",
4586
+ * },
4587
+ * BackgroundStyle: { // GridLayoutElementBackgroundStyle
4588
+ * Visibility: "HIDDEN" || "VISIBLE",
4589
+ * Color: "STRING_VALUE",
4590
+ * },
4591
+ * LoadingAnimation: { // LoadingAnimation
4592
+ * Visibility: "HIDDEN" || "VISIBLE",
4593
+ * },
4594
+ * BorderRadius: "STRING_VALUE",
4595
+ * Padding: "STRING_VALUE",
4577
4596
  * },
4578
4597
  * ],
4579
4598
  * CanvasSizeOptions: { // GridLayoutCanvasSizeOptions
@@ -4604,18 +4623,22 @@ declare const UpdateTemplateCommand_base: {
4604
4623
  * BorderStyle: { // FreeFormLayoutElementBorderStyle
4605
4624
  * Visibility: "HIDDEN" || "VISIBLE",
4606
4625
  * Color: "STRING_VALUE",
4626
+ * Width: "STRING_VALUE",
4607
4627
  * },
4608
4628
  * SelectedBorderStyle: {
4609
4629
  * Visibility: "HIDDEN" || "VISIBLE",
4610
4630
  * Color: "STRING_VALUE",
4631
+ * Width: "STRING_VALUE",
4611
4632
  * },
4612
4633
  * BackgroundStyle: { // FreeFormLayoutElementBackgroundStyle
4613
4634
  * Visibility: "HIDDEN" || "VISIBLE",
4614
4635
  * Color: "STRING_VALUE",
4615
4636
  * },
4616
- * LoadingAnimation: { // LoadingAnimation
4637
+ * LoadingAnimation: {
4617
4638
  * Visibility: "HIDDEN" || "VISIBLE",
4618
4639
  * },
4640
+ * BorderRadius: "STRING_VALUE",
4641
+ * Padding: "STRING_VALUE",
4619
4642
  * },
4620
4643
  * ],
4621
4644
  * CanvasSizeOptions: { // FreeFormLayoutCanvasSizeOptions
@@ -4650,10 +4673,12 @@ declare const UpdateTemplateCommand_base: {
4650
4673
  * BorderStyle: {
4651
4674
  * Visibility: "HIDDEN" || "VISIBLE",
4652
4675
  * Color: "STRING_VALUE",
4676
+ * Width: "STRING_VALUE",
4653
4677
  * },
4654
4678
  * SelectedBorderStyle: {
4655
4679
  * Visibility: "HIDDEN" || "VISIBLE",
4656
4680
  * Color: "STRING_VALUE",
4681
+ * Width: "STRING_VALUE",
4657
4682
  * },
4658
4683
  * BackgroundStyle: {
4659
4684
  * Visibility: "HIDDEN" || "VISIBLE",
@@ -4662,6 +4687,8 @@ declare const UpdateTemplateCommand_base: {
4662
4687
  * LoadingAnimation: {
4663
4688
  * Visibility: "HIDDEN" || "VISIBLE",
4664
4689
  * },
4690
+ * BorderRadius: "STRING_VALUE",
4691
+ * Padding: "STRING_VALUE",
4665
4692
  * },
4666
4693
  * ],
4667
4694
  * },
@@ -4778,6 +4805,25 @@ declare const UpdateTemplateCommand_base: {
4778
4805
  * ColumnSpan: Number("int"), // required
4779
4806
  * RowIndex: Number("int"),
4780
4807
  * RowSpan: Number("int"), // required
4808
+ * BorderStyle: {
4809
+ * Visibility: "HIDDEN" || "VISIBLE",
4810
+ * Color: "STRING_VALUE",
4811
+ * Width: "STRING_VALUE",
4812
+ * },
4813
+ * SelectedBorderStyle: {
4814
+ * Visibility: "HIDDEN" || "VISIBLE",
4815
+ * Color: "STRING_VALUE",
4816
+ * Width: "STRING_VALUE",
4817
+ * },
4818
+ * BackgroundStyle: {
4819
+ * Visibility: "HIDDEN" || "VISIBLE",
4820
+ * Color: "STRING_VALUE",
4821
+ * },
4822
+ * LoadingAnimation: {
4823
+ * Visibility: "HIDDEN" || "VISIBLE",
4824
+ * },
4825
+ * BorderRadius: "STRING_VALUE",
4826
+ * Padding: "STRING_VALUE",
4781
4827
  * },
4782
4828
  * ],
4783
4829
  * CanvasSizeOptions: {
@@ -72,9 +72,14 @@ declare const UpdateThemeCommand_base: {
72
72
  * },
73
73
  * Sheet: { // SheetStyle
74
74
  * Tile: { // TileStyle
75
+ * BackgroundColor: "STRING_VALUE",
75
76
  * Border: { // BorderStyle
77
+ * Color: "STRING_VALUE",
76
78
  * Show: true || false,
79
+ * Width: "STRING_VALUE",
77
80
  * },
81
+ * BorderRadius: "STRING_VALUE",
82
+ * Padding: "STRING_VALUE",
78
83
  * },
79
84
  * TileLayout: { // TileLayoutStyle
80
85
  * Gutter: { // GutterStyle
@@ -84,6 +89,10 @@ declare const UpdateThemeCommand_base: {
84
89
  * Show: true || false,
85
90
  * },
86
91
  * },
92
+ * Background: { // SheetBackgroundStyle
93
+ * Color: "STRING_VALUE",
94
+ * Gradient: "STRING_VALUE",
95
+ * },
87
96
  * },
88
97
  * Typography: { // Typography
89
98
  * FontFamilies: [ // FontList
@@ -91,6 +100,81 @@ declare const UpdateThemeCommand_base: {
91
100
  * FontFamily: "STRING_VALUE",
92
101
  * },
93
102
  * ],
103
+ * AxisTitleFontConfiguration: { // FontConfiguration
104
+ * FontSize: { // FontSize
105
+ * Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
106
+ * Absolute: "STRING_VALUE",
107
+ * },
108
+ * FontDecoration: "UNDERLINE" || "NONE",
109
+ * FontColor: "STRING_VALUE",
110
+ * FontWeight: { // FontWeight
111
+ * Name: "NORMAL" || "BOLD",
112
+ * },
113
+ * FontStyle: "NORMAL" || "ITALIC",
114
+ * FontFamily: "STRING_VALUE",
115
+ * },
116
+ * AxisLabelFontConfiguration: {
117
+ * FontSize: {
118
+ * Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
119
+ * Absolute: "STRING_VALUE",
120
+ * },
121
+ * FontDecoration: "UNDERLINE" || "NONE",
122
+ * FontColor: "STRING_VALUE",
123
+ * FontWeight: {
124
+ * Name: "NORMAL" || "BOLD",
125
+ * },
126
+ * FontStyle: "NORMAL" || "ITALIC",
127
+ * FontFamily: "STRING_VALUE",
128
+ * },
129
+ * LegendTitleFontConfiguration: {
130
+ * FontSize: {
131
+ * Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
132
+ * Absolute: "STRING_VALUE",
133
+ * },
134
+ * FontDecoration: "UNDERLINE" || "NONE",
135
+ * FontColor: "STRING_VALUE",
136
+ * FontWeight: {
137
+ * Name: "NORMAL" || "BOLD",
138
+ * },
139
+ * FontStyle: "NORMAL" || "ITALIC",
140
+ * FontFamily: "STRING_VALUE",
141
+ * },
142
+ * LegendValueFontConfiguration: {
143
+ * FontSize: {
144
+ * Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
145
+ * Absolute: "STRING_VALUE",
146
+ * },
147
+ * FontDecoration: "UNDERLINE" || "NONE",
148
+ * FontColor: "STRING_VALUE",
149
+ * FontWeight: {
150
+ * Name: "NORMAL" || "BOLD",
151
+ * },
152
+ * FontStyle: "NORMAL" || "ITALIC",
153
+ * FontFamily: "STRING_VALUE",
154
+ * },
155
+ * DataLabelFontConfiguration: {
156
+ * FontSize: {
157
+ * Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
158
+ * Absolute: "STRING_VALUE",
159
+ * },
160
+ * FontDecoration: "UNDERLINE" || "NONE",
161
+ * FontColor: "STRING_VALUE",
162
+ * FontWeight: {
163
+ * Name: "NORMAL" || "BOLD",
164
+ * },
165
+ * FontStyle: "NORMAL" || "ITALIC",
166
+ * FontFamily: "STRING_VALUE",
167
+ * },
168
+ * VisualTitleFontConfiguration: { // VisualTitleFontConfiguration
169
+ * FontConfiguration: "<FontConfiguration>",
170
+ * TextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
171
+ * TextTransform: "CAPITALIZE",
172
+ * },
173
+ * VisualSubtitleFontConfiguration: { // VisualSubtitleFontConfiguration
174
+ * FontConfiguration: "<FontConfiguration>",
175
+ * TextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
176
+ * TextTransform: "CAPITALIZE",
177
+ * },
94
178
  * },
95
179
  * },
96
180
  * };
@@ -3058,6 +3058,17 @@ export declare const Role: {
3058
3058
  * @public
3059
3059
  */
3060
3060
  export type Role = (typeof Role)[keyof typeof Role];
3061
+ /**
3062
+ * @public
3063
+ * @enum
3064
+ */
3065
+ export declare const TextTransform: {
3066
+ readonly CAPITALIZE: "CAPITALIZE";
3067
+ };
3068
+ /**
3069
+ * @public
3070
+ */
3071
+ export type TextTransform = (typeof TextTransform)[keyof typeof TextTransform];
3061
3072
  /**
3062
3073
  * @public
3063
3074
  * @enum
@@ -4517,6 +4517,11 @@ export interface FreeFormLayoutElementBorderStyle {
4517
4517
  * @public
4518
4518
  */
4519
4519
  Color?: string | undefined;
4520
+ /**
4521
+ * <p>The border width of a free-form layout element.</p>
4522
+ * @public
4523
+ */
4524
+ Width?: string | undefined;
4520
4525
  }
4521
4526
  /**
4522
4527
  * <p>The configuration of loading animation in free-form layout. </p>
@@ -4633,6 +4638,16 @@ export interface FreeFormLayoutElement {
4633
4638
  * @public
4634
4639
  */
4635
4640
  LoadingAnimation?: LoadingAnimation | undefined;
4641
+ /**
4642
+ * <p>The border radius of a free-form layout element.</p>
4643
+ * @public
4644
+ */
4645
+ BorderRadius?: string | undefined;
4646
+ /**
4647
+ * <p>The padding of a free-form layout element.</p>
4648
+ * @public
4649
+ */
4650
+ Padding?: string | undefined;
4636
4651
  }
4637
4652
  /**
4638
4653
  * <p>The configuration of a free-form layout.</p>
@@ -4650,6 +4665,43 @@ export interface FreeFormLayoutConfiguration {
4650
4665
  */
4651
4666
  CanvasSizeOptions?: FreeFormLayoutCanvasSizeOptions | undefined;
4652
4667
  }
4668
+ /**
4669
+ * <p>The background style configuration of a grid layout element.</p>
4670
+ * @public
4671
+ */
4672
+ export interface GridLayoutElementBackgroundStyle {
4673
+ /**
4674
+ * <p>The background visibility of a grid layout element.</p>
4675
+ * @public
4676
+ */
4677
+ Visibility?: Visibility | undefined;
4678
+ /**
4679
+ * <p>The background color of a grid layout element.</p>
4680
+ * @public
4681
+ */
4682
+ Color?: string | undefined;
4683
+ }
4684
+ /**
4685
+ * <p>The border style configuration of a grid layout element.</p>
4686
+ * @public
4687
+ */
4688
+ export interface GridLayoutElementBorderStyle {
4689
+ /**
4690
+ * <p>The border visibility of a grid layout element.</p>
4691
+ * @public
4692
+ */
4693
+ Visibility?: Visibility | undefined;
4694
+ /**
4695
+ * <p>The border color of a grid layout element.</p>
4696
+ * @public
4697
+ */
4698
+ Color?: string | undefined;
4699
+ /**
4700
+ * <p>The border width of a grid layout element.</p>
4701
+ * @public
4702
+ */
4703
+ Width?: string | undefined;
4704
+ }
4653
4705
  /**
4654
4706
  * <p>An element within a grid layout.</p>
4655
4707
  * @public
@@ -4685,6 +4737,36 @@ export interface GridLayoutElement {
4685
4737
  * @public
4686
4738
  */
4687
4739
  RowSpan: number | undefined;
4740
+ /**
4741
+ * <p>The border style configuration of a grid layout element.</p>
4742
+ * @public
4743
+ */
4744
+ BorderStyle?: GridLayoutElementBorderStyle | undefined;
4745
+ /**
4746
+ * <p>The border style configuration of a grid layout element. This border style is used when the element is selected.</p>
4747
+ * @public
4748
+ */
4749
+ SelectedBorderStyle?: GridLayoutElementBorderStyle | undefined;
4750
+ /**
4751
+ * <p>The background style configuration of a grid layout element.</p>
4752
+ * @public
4753
+ */
4754
+ BackgroundStyle?: GridLayoutElementBackgroundStyle | undefined;
4755
+ /**
4756
+ * <p>The configuration of loading animation in free-form layout. </p>
4757
+ * @public
4758
+ */
4759
+ LoadingAnimation?: LoadingAnimation | undefined;
4760
+ /**
4761
+ * <p>The border radius of a grid layout element.</p>
4762
+ * @public
4763
+ */
4764
+ BorderRadius?: string | undefined;
4765
+ /**
4766
+ * <p>The padding of a grid layout element.</p>
4767
+ * @public
4768
+ */
4769
+ Padding?: string | undefined;
4688
4770
  }
4689
4771
  /**
4690
4772
  * <p>The configuration for a grid layout. Also called a tiled layout.</p>
@@ -7352,36 +7434,3 @@ export interface LongFormatText {
7352
7434
  */
7353
7435
  RichText?: string | undefined;
7354
7436
  }
7355
- /**
7356
- * <p>The subtitle label options for a visual.</p>
7357
- * @public
7358
- */
7359
- export interface VisualSubtitleLabelOptions {
7360
- /**
7361
- * <p>The visibility of the subtitle label.</p>
7362
- * @public
7363
- */
7364
- Visibility?: Visibility | undefined;
7365
- /**
7366
- * <p>The long text format of the subtitle label, such as plain text or rich text.</p>
7367
- * @public
7368
- */
7369
- FormatText?: LongFormatText | undefined;
7370
- }
7371
- /**
7372
- * <p>The text format for the title.</p>
7373
- * <p>This is a union type structure. For this structure to be valid, only one of the attributes can be defined.</p>
7374
- * @public
7375
- */
7376
- export interface ShortFormatText {
7377
- /**
7378
- * <p>Plain text format.</p>
7379
- * @public
7380
- */
7381
- PlainText?: string | undefined;
7382
- /**
7383
- * <p>Rich text. Examples of rich text include bold, underline, and italics.</p>
7384
- * @public
7385
- */
7386
- RichText?: string | undefined;
7387
- }
@@ -1,5 +1,38 @@
1
- import { AnalysisFilterAttribute, AnchorType, AnonymousUserDashboardEmbeddingConfigurationDisabledFeature, AnonymousUserDashboardEmbeddingConfigurationEnabledFeature, ArcThickness, ArcThicknessOptions, AxisBinding, BarsArrangement, BaseMapStyleType, BoxPlotFillStyle, ColorFillType, ComparisonMethod, ConditionalFormattingIconDisplayOption, ConditionalFormattingIconSetType, CustomContentImageScalingConfiguration, CustomContentType, DataLabelPosition, FilterOperator, ForecastComputationSeasonality, FunnelChartMeasureDataLabelStyle, GeospatialColorState, GeospatialLayerType, GeospatialMapNavigation, GeospatialSelectedPointStyle, HistogramBinType, HorizontalTextAlignment, Icon, KPISparklineType, KPIVisualStandardLayoutType, LayerCustomActionTrigger, LineChartLineStyle, LineChartMarkerShape, LineChartType, LineInterpolation, MapZoomMode, MaximumMinimumComputationType, MissingDataTreatmentOption, PivotTableConditionalFormattingScopeRole, PivotTableFieldCollapseState, PivotTableMetricPlacement, PivotTableRowsLayout, PivotTableSubtotalLevel, PluginVisualAxisName, PrimaryValueDisplayType, RadarChartAxesRangeScale, RadarChartShape, ResourceStatus, SheetContentType, SimpleTotalAggregationFunction, SingleYAxisOption, SortDirection, StyledCellType, TableBorderStyle, TableCellImageScalingConfiguration, TableFieldIconSetType, TableOrientation, TableTotalsPlacement, TableTotalsScrollStatus, TextWrap, TimeGranularity, TopBottomComputationType, TopBottomSortOrder, TransposedColumnType, URLTargetConfiguration, VerticalTextAlignment, Visibility, WidgetStatus, WordCloudCloudLayout, WordCloudWordCasing, WordCloudWordOrientation, WordCloudWordPadding, WordCloudWordScaling } from "./enums";
2
- import { AnalysisDefaults, AssetOptions, AxisDisplayOptions, BarChartConfiguration, CalculatedField, ChartAxisLabelOptions, ColumnConfiguration, ColumnHierarchy, ColumnIdentifier, ColumnSort, ContributionAnalysisDefault, CustomActionFilterOperation, CustomActionNavigationOperation, CustomActionSetParametersOperation, CustomActionURLOperation, DataLabelOptions, DataPathValue, DataSetIdentifierDeclaration, DimensionField, FieldSort, FieldSortOptions, FilterControl, FilterGroup, FontConfiguration, FormatConfiguration, ItemsLimitConfiguration, Layout, LegendOptions, MeasureField, NumberDisplayFormatConfiguration, ParameterControl, ParameterDeclaration, PercentageDisplayFormatConfiguration, QueryExecutionOptions, ReferenceLine, SheetControlLayout, SheetImage, SheetTextBox, ShortFormatText, SmallMultiplesOptions, TooltipOptions, VisualCustomAction, VisualCustomActionDefaults, VisualInteractionOptions, VisualPalette, VisualSubtitleLabelOptions } from "./models_0";
1
+ import { AnalysisFilterAttribute, AnchorType, ArcThickness, ArcThicknessOptions, AxisBinding, BarsArrangement, BaseMapStyleType, BoxPlotFillStyle, ColorFillType, ComparisonMethod, ConditionalFormattingIconDisplayOption, ConditionalFormattingIconSetType, CustomContentImageScalingConfiguration, CustomContentType, DataLabelPosition, FilterOperator, ForecastComputationSeasonality, FunnelChartMeasureDataLabelStyle, GeospatialColorState, GeospatialLayerType, GeospatialMapNavigation, GeospatialSelectedPointStyle, HistogramBinType, HorizontalTextAlignment, Icon, KPISparklineType, KPIVisualStandardLayoutType, LayerCustomActionTrigger, LineChartLineStyle, LineChartMarkerShape, LineChartType, LineInterpolation, MapZoomMode, MaximumMinimumComputationType, MissingDataTreatmentOption, PivotTableConditionalFormattingScopeRole, PivotTableFieldCollapseState, PivotTableMetricPlacement, PivotTableRowsLayout, PivotTableSubtotalLevel, PluginVisualAxisName, PrimaryValueDisplayType, RadarChartAxesRangeScale, RadarChartShape, ResourceStatus, SheetContentType, SimpleTotalAggregationFunction, SingleYAxisOption, SortDirection, StyledCellType, TableBorderStyle, TableCellImageScalingConfiguration, TableFieldIconSetType, TableOrientation, TableTotalsPlacement, TableTotalsScrollStatus, TextWrap, TimeGranularity, TopBottomComputationType, TopBottomSortOrder, TransposedColumnType, URLTargetConfiguration, VerticalTextAlignment, Visibility, WidgetStatus, WordCloudCloudLayout, WordCloudWordCasing, WordCloudWordOrientation, WordCloudWordPadding, WordCloudWordScaling } from "./enums";
2
+ import { AnalysisDefaults, AssetOptions, AxisDisplayOptions, BarChartConfiguration, CalculatedField, ChartAxisLabelOptions, ColumnConfiguration, ColumnHierarchy, ColumnIdentifier, ColumnSort, ContributionAnalysisDefault, CustomActionFilterOperation, CustomActionNavigationOperation, CustomActionSetParametersOperation, CustomActionURLOperation, DataLabelOptions, DataPathValue, DataSetIdentifierDeclaration, DimensionField, FieldSort, FieldSortOptions, FilterControl, FilterGroup, FontConfiguration, FormatConfiguration, ItemsLimitConfiguration, Layout, LegendOptions, LongFormatText, MeasureField, NumberDisplayFormatConfiguration, ParameterControl, ParameterDeclaration, PercentageDisplayFormatConfiguration, QueryExecutionOptions, ReferenceLine, SheetControlLayout, SheetImage, SheetTextBox, SmallMultiplesOptions, TooltipOptions, VisualCustomAction, VisualCustomActionDefaults, VisualInteractionOptions, VisualPalette } from "./models_0";
3
+ /**
4
+ * <p>The subtitle label options for a visual.</p>
5
+ * @public
6
+ */
7
+ export interface VisualSubtitleLabelOptions {
8
+ /**
9
+ * <p>The visibility of the subtitle label.</p>
10
+ * @public
11
+ */
12
+ Visibility?: Visibility | undefined;
13
+ /**
14
+ * <p>The long text format of the subtitle label, such as plain text or rich text.</p>
15
+ * @public
16
+ */
17
+ FormatText?: LongFormatText | undefined;
18
+ }
19
+ /**
20
+ * <p>The text format for the title.</p>
21
+ * <p>This is a union type structure. For this structure to be valid, only one of the attributes can be defined.</p>
22
+ * @public
23
+ */
24
+ export interface ShortFormatText {
25
+ /**
26
+ * <p>Plain text format.</p>
27
+ * @public
28
+ */
29
+ PlainText?: string | undefined;
30
+ /**
31
+ * <p>Rich text. Examples of rich text include bold, underline, and italics.</p>
32
+ * @public
33
+ */
34
+ RichText?: string | undefined;
35
+ }
3
36
  /**
4
37
  * <p>The title label options for a visual.</p>
5
38
  * @public
@@ -7386,79 +7419,3 @@ export interface AnonymousUserDashboardFeatureConfigurations {
7386
7419
  */
7387
7420
  SharedView?: SharedViewConfigurations | undefined;
7388
7421
  }
7389
- /**
7390
- * <p>Information about the dashboard that you want to embed.</p>
7391
- * @public
7392
- */
7393
- export interface AnonymousUserDashboardEmbeddingConfiguration {
7394
- /**
7395
- * <p>The dashboard ID for the dashboard that you want the user to see first. This ID is
7396
- * included in the output URL. When the URL in response is accessed, Amazon Quick Sight
7397
- * renders this dashboard.</p>
7398
- * <p>The Amazon Resource Name (ARN) of this dashboard must be included in the
7399
- * <code>AuthorizedResourceArns</code> parameter. Otherwise, the request will fail with
7400
- * <code>InvalidParameterValueException</code>.</p>
7401
- * @public
7402
- */
7403
- InitialDashboardId: string | undefined;
7404
- /**
7405
- * <p>A list of all enabled features of a specified anonymous dashboard.</p>
7406
- * @public
7407
- */
7408
- EnabledFeatures?: AnonymousUserDashboardEmbeddingConfigurationEnabledFeature[] | undefined;
7409
- /**
7410
- * <p>A list of all disabled features of a specified anonymous dashboard.</p>
7411
- * @public
7412
- */
7413
- DisabledFeatures?: AnonymousUserDashboardEmbeddingConfigurationDisabledFeature[] | undefined;
7414
- /**
7415
- * <p>The feature configuration for an embedded dashboard.</p>
7416
- * @public
7417
- */
7418
- FeatureConfigurations?: AnonymousUserDashboardFeatureConfigurations | undefined;
7419
- }
7420
- /**
7421
- * <p>A structure that contains the following elements:</p>
7422
- * <ul>
7423
- * <li>
7424
- * <p>The <code>DashboardId</code> of the dashboard that has the visual that you
7425
- * want to embed.</p>
7426
- * </li>
7427
- * <li>
7428
- * <p>The <code>SheetId</code> of the sheet that has the visual that you want to
7429
- * embed.</p>
7430
- * </li>
7431
- * <li>
7432
- * <p>The <code>VisualId</code> of the visual that you want to embed.</p>
7433
- * </li>
7434
- * </ul>
7435
- * <p>The <code>DashboardId</code>, <code>SheetId</code>, and <code>VisualId</code> can be
7436
- * found in the <code>IDs for developers</code> section of the <code>Embed visual</code>
7437
- * pane of the visual's on-visual menu of the Amazon Quick Sight console. You can also get
7438
- * the <code>DashboardId</code> with a <code>ListDashboards</code> API operation.</p>
7439
- * @public
7440
- */
7441
- export interface DashboardVisualId {
7442
- /**
7443
- * <p>The ID of the dashboard that has the visual that you want to embed. The
7444
- * <code>DashboardId</code> can be found in the <code>IDs for developers</code> section
7445
- * of the <code>Embed visual</code> pane of the visual's on-visual menu of the Quick Suite console. You can also get the <code>DashboardId</code> with a
7446
- * <code>ListDashboards</code> API operation.</p>
7447
- * @public
7448
- */
7449
- DashboardId: string | undefined;
7450
- /**
7451
- * <p>The ID of the sheet that the has visual that you want to embed. The
7452
- * <code>SheetId</code> can be found in the <code>IDs for developers</code> section of
7453
- * the <code>Embed visual</code> pane of the visual's on-visual menu of the Quick Suite console.</p>
7454
- * @public
7455
- */
7456
- SheetId: string | undefined;
7457
- /**
7458
- * <p>The ID of the visual that you want to embed. The <code>VisualID</code> can be found in
7459
- * the <code>IDs for developers</code> section of the <code>Embed visual</code> pane of the
7460
- * visual's on-visual menu of the Amazon Quick Sight console.</p>
7461
- * @public
7462
- */
7463
- VisualId: string | undefined;
7464
- }