@aws-sdk/client-quicksight 3.613.0 → 3.615.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 (87) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +778 -396
  3. package/dist-es/QuickSight.js +6 -0
  4. package/dist-es/commands/BatchCreateTopicReviewedAnswerCommand.js +25 -0
  5. package/dist-es/commands/BatchDeleteTopicReviewedAnswerCommand.js +24 -0
  6. package/dist-es/commands/CreateTemplateCommand.js +1 -1
  7. package/dist-es/commands/GenerateEmbedUrlForAnonymousUserCommand.js +1 -1
  8. package/dist-es/commands/GenerateEmbedUrlForRegisteredUserCommand.js +1 -1
  9. package/dist-es/commands/GetDashboardEmbedUrlCommand.js +1 -1
  10. package/dist-es/commands/GetSessionEmbedUrlCommand.js +1 -1
  11. package/dist-es/commands/ListTopicReviewedAnswersCommand.js +25 -0
  12. package/dist-es/commands/index.js +3 -0
  13. package/dist-es/models/models_0.js +43 -16
  14. package/dist-es/models/models_1.js +5 -7
  15. package/dist-es/models/models_2.js +138 -101
  16. package/dist-es/models/models_3.js +70 -136
  17. package/dist-es/models/models_4.js +131 -2
  18. package/dist-es/protocols/Aws_restJson1.js +174 -4
  19. package/dist-types/QuickSight.d.ts +21 -0
  20. package/dist-types/QuickSightClient.d.ts +5 -2
  21. package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +567 -0
  22. package/dist-types/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +99 -0
  23. package/dist-types/commands/CreateAnalysisCommand.d.ts +10 -0
  24. package/dist-types/commands/CreateDashboardCommand.d.ts +10 -0
  25. package/dist-types/commands/CreateFolderCommand.d.ts +2 -1
  26. package/dist-types/commands/CreateFolderMembershipCommand.d.ts +1 -1
  27. package/dist-types/commands/CreateGroupCommand.d.ts +1 -1
  28. package/dist-types/commands/CreateGroupMembershipCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateIngestionCommand.d.ts +1 -1
  31. package/dist-types/commands/CreateNamespaceCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateRefreshScheduleCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateRoleMembershipCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateTemplateAliasCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateTemplateCommand.d.ts +11 -1
  36. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +10 -0
  37. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +10 -0
  38. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +10 -0
  39. package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
  40. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
  41. package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +1 -1
  42. package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +1 -1
  43. package/dist-types/commands/ListAnalysesCommand.d.ts +1 -1
  44. package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
  45. package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +1 -2
  46. package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +556 -0
  47. package/dist-types/commands/UpdateAnalysisCommand.d.ts +10 -0
  48. package/dist-types/commands/UpdateDashboardCommand.d.ts +10 -0
  49. package/dist-types/commands/UpdateTemplateCommand.d.ts +10 -0
  50. package/dist-types/commands/index.d.ts +3 -0
  51. package/dist-types/models/models_0.d.ts +119 -115
  52. package/dist-types/models/models_1.d.ts +97 -68
  53. package/dist-types/models/models_2.d.ts +2333 -2490
  54. package/dist-types/models/models_3.d.ts +4173 -4215
  55. package/dist-types/models/models_4.d.ts +1183 -2
  56. package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
  57. package/dist-types/ts3.4/QuickSight.d.ts +51 -0
  58. package/dist-types/ts3.4/QuickSightClient.d.ts +18 -0
  59. package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +38 -0
  60. package/dist-types/ts3.4/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +40 -0
  61. package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +2 -1
  62. package/dist-types/ts3.4/commands/CreateFolderMembershipCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/CreateGroupMembershipCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/CreateIAMPolicyAssignmentCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/CreateIngestionCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/CreateRefreshScheduleCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/CreateRoleMembershipCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/CreateTemplateAliasCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/GetSessionEmbedUrlCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/ListAnalysesCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/ListAssetBundleImportJobsCommand.d.ts +4 -2
  79. package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +40 -0
  80. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  81. package/dist-types/ts3.4/models/models_0.d.ts +60 -38
  82. package/dist-types/ts3.4/models/models_1.d.ts +26 -25
  83. package/dist-types/ts3.4/models/models_2.d.ts +339 -316
  84. package/dist-types/ts3.4/models/models_3.d.ts +286 -313
  85. package/dist-types/ts3.4/models/models_4.d.ts +317 -13
  86. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  87. package/package.json +20 -20
@@ -169,6 +169,8 @@ declare const UpdateDashboardCommand_base: {
169
169
  * Visibility: "HIDDEN" || "VISIBLE",
170
170
  * InfoIconText: "STRING_VALUE",
171
171
  * },
172
+ * HelperTextVisibility: "HIDDEN" || "VISIBLE",
173
+ * DateIconVisibility: "HIDDEN" || "VISIBLE",
172
174
  * },
173
175
  * },
174
176
  * List: { // ParameterListControl
@@ -357,6 +359,8 @@ declare const UpdateDashboardCommand_base: {
357
359
  * TitleOptions: "<LabelOptions>",
358
360
  * DateTimeFormat: "STRING_VALUE",
359
361
  * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
362
+ * HelperTextVisibility: "HIDDEN" || "VISIBLE",
363
+ * DateIconVisibility: "HIDDEN" || "VISIBLE",
360
364
  * },
361
365
  * Type: "SINGLE_VALUED" || "DATE_RANGE",
362
366
  * },
@@ -4561,6 +4565,8 @@ declare const UpdateDashboardCommand_base: {
4561
4565
  * TitleOptions: "<LabelOptions>",
4562
4566
  * DateTimeFormat: "STRING_VALUE",
4563
4567
  * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
4568
+ * HelperTextVisibility: "HIDDEN" || "VISIBLE",
4569
+ * DateIconVisibility: "HIDDEN" || "VISIBLE",
4564
4570
  * },
4565
4571
  * },
4566
4572
  * DefaultListOptions: { // DefaultFilterListControlOptions
@@ -4654,6 +4660,8 @@ declare const UpdateDashboardCommand_base: {
4654
4660
  * TitleOptions: "<LabelOptions>",
4655
4661
  * DateTimeFormat: "STRING_VALUE",
4656
4662
  * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
4663
+ * HelperTextVisibility: "HIDDEN" || "VISIBLE",
4664
+ * DateIconVisibility: "HIDDEN" || "VISIBLE",
4657
4665
  * },
4658
4666
  * },
4659
4667
  * DefaultListOptions: {
@@ -4732,6 +4740,8 @@ declare const UpdateDashboardCommand_base: {
4732
4740
  * TitleOptions: "<LabelOptions>",
4733
4741
  * DateTimeFormat: "STRING_VALUE",
4734
4742
  * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
4743
+ * HelperTextVisibility: "HIDDEN" || "VISIBLE",
4744
+ * DateIconVisibility: "HIDDEN" || "VISIBLE",
4735
4745
  * },
4736
4746
  * },
4737
4747
  * DefaultListOptions: {
@@ -111,6 +111,8 @@ declare const UpdateTemplateCommand_base: {
111
111
  * Visibility: "HIDDEN" || "VISIBLE",
112
112
  * InfoIconText: "STRING_VALUE",
113
113
  * },
114
+ * HelperTextVisibility: "HIDDEN" || "VISIBLE",
115
+ * DateIconVisibility: "HIDDEN" || "VISIBLE",
114
116
  * },
115
117
  * },
116
118
  * List: { // ParameterListControl
@@ -299,6 +301,8 @@ declare const UpdateTemplateCommand_base: {
299
301
  * TitleOptions: "<LabelOptions>",
300
302
  * DateTimeFormat: "STRING_VALUE",
301
303
  * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
304
+ * HelperTextVisibility: "HIDDEN" || "VISIBLE",
305
+ * DateIconVisibility: "HIDDEN" || "VISIBLE",
302
306
  * },
303
307
  * Type: "SINGLE_VALUED" || "DATE_RANGE",
304
308
  * },
@@ -4505,6 +4509,8 @@ declare const UpdateTemplateCommand_base: {
4505
4509
  * TitleOptions: "<LabelOptions>",
4506
4510
  * DateTimeFormat: "STRING_VALUE",
4507
4511
  * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
4512
+ * HelperTextVisibility: "HIDDEN" || "VISIBLE",
4513
+ * DateIconVisibility: "HIDDEN" || "VISIBLE",
4508
4514
  * },
4509
4515
  * },
4510
4516
  * DefaultListOptions: { // DefaultFilterListControlOptions
@@ -4598,6 +4604,8 @@ declare const UpdateTemplateCommand_base: {
4598
4604
  * TitleOptions: "<LabelOptions>",
4599
4605
  * DateTimeFormat: "STRING_VALUE",
4600
4606
  * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
4607
+ * HelperTextVisibility: "HIDDEN" || "VISIBLE",
4608
+ * DateIconVisibility: "HIDDEN" || "VISIBLE",
4601
4609
  * },
4602
4610
  * },
4603
4611
  * DefaultListOptions: {
@@ -4676,6 +4684,8 @@ declare const UpdateTemplateCommand_base: {
4676
4684
  * TitleOptions: "<LabelOptions>",
4677
4685
  * DateTimeFormat: "STRING_VALUE",
4678
4686
  * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
4687
+ * HelperTextVisibility: "HIDDEN" || "VISIBLE",
4688
+ * DateIconVisibility: "HIDDEN" || "VISIBLE",
4679
4689
  * },
4680
4690
  * },
4681
4691
  * DefaultListOptions: {
@@ -1,3 +1,5 @@
1
+ export * from "./BatchCreateTopicReviewedAnswerCommand";
2
+ export * from "./BatchDeleteTopicReviewedAnswerCommand";
1
3
  export * from "./CancelIngestionCommand";
2
4
  export * from "./CreateAccountCustomizationCommand";
3
5
  export * from "./CreateAccountSubscriptionCommand";
@@ -120,6 +122,7 @@ export * from "./ListThemeAliasesCommand";
120
122
  export * from "./ListThemeVersionsCommand";
121
123
  export * from "./ListThemesCommand";
122
124
  export * from "./ListTopicRefreshSchedulesCommand";
125
+ export * from "./ListTopicReviewedAnswersCommand";
123
126
  export * from "./ListTopicsCommand";
124
127
  export * from "./ListUserGroupsCommand";
125
128
  export * from "./ListUsersCommand";
@@ -185,6 +185,80 @@ export interface AdHocFilteringOption {
185
185
  */
186
186
  AvailabilityStatus?: DashboardBehavior;
187
187
  }
188
+ /**
189
+ * @public
190
+ * @enum
191
+ */
192
+ export declare const AggType: {
193
+ readonly AVERAGE: "AVERAGE";
194
+ readonly COLUMN: "COLUMN";
195
+ readonly COUNT: "COUNT";
196
+ readonly CUSTOM: "CUSTOM";
197
+ readonly DISTINCT_COUNT: "DISTINCT_COUNT";
198
+ readonly MAX: "MAX";
199
+ readonly MEDIAN: "MEDIAN";
200
+ readonly MIN: "MIN";
201
+ readonly PERCENTILE: "PERCENTILE";
202
+ readonly PTD_AVERAGE: "PTD_AVERAGE";
203
+ readonly PTD_COUNT: "PTD_COUNT";
204
+ readonly PTD_DISTINCT_COUNT: "PTD_DISTINCT_COUNT";
205
+ readonly PTD_MAX: "PTD_MAX";
206
+ readonly PTD_MIN: "PTD_MIN";
207
+ readonly PTD_SUM: "PTD_SUM";
208
+ readonly STDEV: "STDEV";
209
+ readonly STDEVP: "STDEVP";
210
+ readonly SUM: "SUM";
211
+ readonly VAR: "VAR";
212
+ readonly VARP: "VARP";
213
+ };
214
+ /**
215
+ * @public
216
+ */
217
+ export type AggType = (typeof AggType)[keyof typeof AggType];
218
+ /**
219
+ * @public
220
+ * @enum
221
+ */
222
+ export declare const TopicTimeGranularity: {
223
+ readonly DAY: "DAY";
224
+ readonly HOUR: "HOUR";
225
+ readonly MINUTE: "MINUTE";
226
+ readonly MONTH: "MONTH";
227
+ readonly QUARTER: "QUARTER";
228
+ readonly SECOND: "SECOND";
229
+ readonly WEEK: "WEEK";
230
+ readonly YEAR: "YEAR";
231
+ };
232
+ /**
233
+ * @public
234
+ */
235
+ export type TopicTimeGranularity = (typeof TopicTimeGranularity)[keyof typeof TopicTimeGranularity];
236
+ /**
237
+ * <p>The definition of an Agg function.</p>
238
+ * @public
239
+ */
240
+ export interface AggFunction {
241
+ /**
242
+ * <p>The aggregation of an Agg function.</p>
243
+ * @public
244
+ */
245
+ Aggregation?: AggType;
246
+ /**
247
+ * <p>The aggregation parameters for an Agg function.</p>
248
+ * @public
249
+ */
250
+ AggregationFunctionParameters?: Record<string, string>;
251
+ /**
252
+ * <p>The period of an Agg function.</p>
253
+ * @public
254
+ */
255
+ Period?: TopicTimeGranularity;
256
+ /**
257
+ * <p>The period field for an Agg function.</p>
258
+ * @public
259
+ */
260
+ PeriodField?: string;
261
+ }
188
262
  /**
189
263
  * @public
190
264
  * @enum
@@ -393,6 +467,41 @@ export interface AggregationFunction {
393
467
  */
394
468
  AttributeAggregationFunction?: AttributeAggregationFunction;
395
469
  }
470
+ /**
471
+ * @public
472
+ * @enum
473
+ */
474
+ export declare const TimeGranularity: {
475
+ readonly DAY: "DAY";
476
+ readonly HOUR: "HOUR";
477
+ readonly MILLISECOND: "MILLISECOND";
478
+ readonly MINUTE: "MINUTE";
479
+ readonly MONTH: "MONTH";
480
+ readonly QUARTER: "QUARTER";
481
+ readonly SECOND: "SECOND";
482
+ readonly WEEK: "WEEK";
483
+ readonly YEAR: "YEAR";
484
+ };
485
+ /**
486
+ * @public
487
+ */
488
+ export type TimeGranularity = (typeof TimeGranularity)[keyof typeof TimeGranularity];
489
+ /**
490
+ * <p>The definition of an <code>AggregationPartitionBy</code>.</p>
491
+ * @public
492
+ */
493
+ export interface AggregationPartitionBy {
494
+ /**
495
+ * <p>The field Name for an <code>AggregationPartitionBy</code>.</p>
496
+ * @public
497
+ */
498
+ FieldName?: string;
499
+ /**
500
+ * <p>The <code>TimeGranularity</code> for an <code>AggregationPartitionBy</code>.</p>
501
+ * @public
502
+ */
503
+ TimeGranularity?: TimeGranularity;
504
+ }
396
505
  /**
397
506
  * <p>A column of a data set.</p>
398
507
  * @public
@@ -1740,6 +1849,16 @@ export interface DateTimePickerControlDisplayOptions {
1740
1849
  * @public
1741
1850
  */
1742
1851
  InfoIconLabelOptions?: SheetControlInfoIconLabelOptions;
1852
+ /**
1853
+ * <p>The helper text visibility of the <code>DateTimePickerControlDisplayOptions</code>.</p>
1854
+ * @public
1855
+ */
1856
+ HelperTextVisibility?: Visibility;
1857
+ /**
1858
+ * <p>The date icon visibility of the <code>DateTimePickerControlDisplayOptions</code>.</p>
1859
+ * @public
1860
+ */
1861
+ DateIconVisibility?: Visibility;
1743
1862
  }
1744
1863
  /**
1745
1864
  * @public
@@ -2480,25 +2599,6 @@ export interface AnchorDateConfiguration {
2480
2599
  */
2481
2600
  ParameterName?: string;
2482
2601
  }
2483
- /**
2484
- * @public
2485
- * @enum
2486
- */
2487
- export declare const TimeGranularity: {
2488
- readonly DAY: "DAY";
2489
- readonly HOUR: "HOUR";
2490
- readonly MILLISECOND: "MILLISECOND";
2491
- readonly MINUTE: "MINUTE";
2492
- readonly MONTH: "MONTH";
2493
- readonly QUARTER: "QUARTER";
2494
- readonly SECOND: "SECOND";
2495
- readonly WEEK: "WEEK";
2496
- readonly YEAR: "YEAR";
2497
- };
2498
- /**
2499
- * @public
2500
- */
2501
- export type TimeGranularity = (typeof TimeGranularity)[keyof typeof TimeGranularity];
2502
2602
  /**
2503
2603
  * @public
2504
2604
  * @enum
@@ -6553,102 +6653,6 @@ export interface FieldSort {
6553
6653
  */
6554
6654
  Direction: SortDirection | undefined;
6555
6655
  }
6556
- /**
6557
- * <p>The field sort options in a chart configuration.</p>
6558
- * @public
6559
- */
6560
- export interface FieldSortOptions {
6561
- /**
6562
- * <p>The sort configuration for a field in a field well.</p>
6563
- * @public
6564
- */
6565
- FieldSort?: FieldSort;
6566
- /**
6567
- * <p>The sort configuration for a column that is not used in a field well.</p>
6568
- * @public
6569
- */
6570
- ColumnSort?: ColumnSort;
6571
- }
6572
- /**
6573
- * <p>sort-configuration-description</p>
6574
- * @public
6575
- */
6576
- export interface BarChartSortConfiguration {
6577
- /**
6578
- * <p>The sort configuration of category fields.</p>
6579
- * @public
6580
- */
6581
- CategorySort?: FieldSortOptions[];
6582
- /**
6583
- * <p>The limit on the number of categories displayed in a bar chart.</p>
6584
- * @public
6585
- */
6586
- CategoryItemsLimit?: ItemsLimitConfiguration;
6587
- /**
6588
- * <p>The sort configuration of color fields in a bar chart.</p>
6589
- * @public
6590
- */
6591
- ColorSort?: FieldSortOptions[];
6592
- /**
6593
- * <p>The limit on the number of values displayed in a bar chart.</p>
6594
- * @public
6595
- */
6596
- ColorItemsLimit?: ItemsLimitConfiguration;
6597
- /**
6598
- * <p>The sort configuration of the small multiples field.</p>
6599
- * @public
6600
- */
6601
- SmallMultiplesSort?: FieldSortOptions[];
6602
- /**
6603
- * <p>The limit on the number of small multiples panels that are displayed.</p>
6604
- * @public
6605
- */
6606
- SmallMultiplesLimitConfiguration?: ItemsLimitConfiguration;
6607
- }
6608
- /**
6609
- * @public
6610
- * @enum
6611
- */
6612
- export declare const TooltipTarget: {
6613
- readonly BAR: "BAR";
6614
- readonly BOTH: "BOTH";
6615
- readonly LINE: "LINE";
6616
- };
6617
- /**
6618
- * @public
6619
- */
6620
- export type TooltipTarget = (typeof TooltipTarget)[keyof typeof TooltipTarget];
6621
- /**
6622
- * <p>The tooltip item for the columns that are not part of a field well.</p>
6623
- * @public
6624
- */
6625
- export interface ColumnTooltipItem {
6626
- /**
6627
- * <p>The target column of the tooltip item.</p>
6628
- * @public
6629
- */
6630
- Column: ColumnIdentifier | undefined;
6631
- /**
6632
- * <p>The label of the tooltip item.</p>
6633
- * @public
6634
- */
6635
- Label?: string;
6636
- /**
6637
- * <p>The visibility of the tooltip item.</p>
6638
- * @public
6639
- */
6640
- Visibility?: Visibility;
6641
- /**
6642
- * <p>The aggregation function of the column tooltip item.</p>
6643
- * @public
6644
- */
6645
- Aggregation?: AggregationFunction;
6646
- /**
6647
- * <p>Determines the target of the column tooltip item in a combo chart visual.</p>
6648
- * @public
6649
- */
6650
- TooltipTarget?: TooltipTarget;
6651
- }
6652
6656
  /**
6653
6657
  * @internal
6654
6658
  */
@@ -1,4 +1,100 @@
1
- import { AxisBinding, AxisDisplayOptions, BarChartFieldWells, BarChartOrientation, BarChartSortConfiguration, BarsArrangement, ChartAxisLabelOptions, ColumnIdentifier, ColumnSort, ColumnTooltipItem, ContributionAnalysisDefault, DataLabelOptions, DataLabelPosition, DimensionField, FieldSort, FieldSortOptions, FontConfiguration, FormatConfiguration, HorizontalTextAlignment, ItemsLimitConfiguration, LegendOptions, MeasureField, NumberDisplayFormatConfiguration, PercentageDisplayFormatConfiguration, ReferenceLine, SmallMultiplesOptions, SortDirection, TimeGranularity, TooltipTarget, URLTargetConfiguration, Visibility, VisualCustomAction, VisualInteractionOptions, WidgetStatus } from "./models_0";
1
+ import { AggregationFunction, AxisBinding, AxisDisplayOptions, BarChartFieldWells, BarChartOrientation, BarsArrangement, ChartAxisLabelOptions, ColumnIdentifier, ColumnSort, ContributionAnalysisDefault, DataLabelOptions, DataLabelPosition, DimensionField, FieldSort, FontConfiguration, FormatConfiguration, HorizontalTextAlignment, ItemsLimitConfiguration, LegendOptions, MeasureField, NumberDisplayFormatConfiguration, PercentageDisplayFormatConfiguration, ReferenceLine, SmallMultiplesOptions, SortDirection, TimeGranularity, URLTargetConfiguration, Visibility, VisualCustomAction, VisualInteractionOptions, WidgetStatus } from "./models_0";
2
+ /**
3
+ * <p>The field sort options in a chart configuration.</p>
4
+ * @public
5
+ */
6
+ export interface FieldSortOptions {
7
+ /**
8
+ * <p>The sort configuration for a field in a field well.</p>
9
+ * @public
10
+ */
11
+ FieldSort?: FieldSort;
12
+ /**
13
+ * <p>The sort configuration for a column that is not used in a field well.</p>
14
+ * @public
15
+ */
16
+ ColumnSort?: ColumnSort;
17
+ }
18
+ /**
19
+ * <p>sort-configuration-description</p>
20
+ * @public
21
+ */
22
+ export interface BarChartSortConfiguration {
23
+ /**
24
+ * <p>The sort configuration of category fields.</p>
25
+ * @public
26
+ */
27
+ CategorySort?: FieldSortOptions[];
28
+ /**
29
+ * <p>The limit on the number of categories displayed in a bar chart.</p>
30
+ * @public
31
+ */
32
+ CategoryItemsLimit?: ItemsLimitConfiguration;
33
+ /**
34
+ * <p>The sort configuration of color fields in a bar chart.</p>
35
+ * @public
36
+ */
37
+ ColorSort?: FieldSortOptions[];
38
+ /**
39
+ * <p>The limit on the number of values displayed in a bar chart.</p>
40
+ * @public
41
+ */
42
+ ColorItemsLimit?: ItemsLimitConfiguration;
43
+ /**
44
+ * <p>The sort configuration of the small multiples field.</p>
45
+ * @public
46
+ */
47
+ SmallMultiplesSort?: FieldSortOptions[];
48
+ /**
49
+ * <p>The limit on the number of small multiples panels that are displayed.</p>
50
+ * @public
51
+ */
52
+ SmallMultiplesLimitConfiguration?: ItemsLimitConfiguration;
53
+ }
54
+ /**
55
+ * @public
56
+ * @enum
57
+ */
58
+ export declare const TooltipTarget: {
59
+ readonly BAR: "BAR";
60
+ readonly BOTH: "BOTH";
61
+ readonly LINE: "LINE";
62
+ };
63
+ /**
64
+ * @public
65
+ */
66
+ export type TooltipTarget = (typeof TooltipTarget)[keyof typeof TooltipTarget];
67
+ /**
68
+ * <p>The tooltip item for the columns that are not part of a field well.</p>
69
+ * @public
70
+ */
71
+ export interface ColumnTooltipItem {
72
+ /**
73
+ * <p>The target column of the tooltip item.</p>
74
+ * @public
75
+ */
76
+ Column: ColumnIdentifier | undefined;
77
+ /**
78
+ * <p>The label of the tooltip item.</p>
79
+ * @public
80
+ */
81
+ Label?: string;
82
+ /**
83
+ * <p>The visibility of the tooltip item.</p>
84
+ * @public
85
+ */
86
+ Visibility?: Visibility;
87
+ /**
88
+ * <p>The aggregation function of the column tooltip item.</p>
89
+ * @public
90
+ */
91
+ Aggregation?: AggregationFunction;
92
+ /**
93
+ * <p>Determines the target of the column tooltip item in a combo chart visual.</p>
94
+ * @public
95
+ */
96
+ TooltipTarget?: TooltipTarget;
97
+ }
2
98
  /**
3
99
  * <p>The tooltip item for the fields.</p>
4
100
  * @public
@@ -6709,65 +6805,6 @@ export interface WaterfallChartGroupColorConfiguration {
6709
6805
  */
6710
6806
  TotalBarColor?: string;
6711
6807
  }
6712
- /**
6713
- * <p>The color configuration of a waterfall visual.</p>
6714
- * @public
6715
- */
6716
- export interface WaterfallChartColorConfiguration {
6717
- /**
6718
- * <p>The color configuration for individual groups within a waterfall visual.</p>
6719
- * @public
6720
- */
6721
- GroupColorConfiguration?: WaterfallChartGroupColorConfiguration;
6722
- }
6723
- /**
6724
- * <p>The field well configuration of a waterfall visual.</p>
6725
- * @public
6726
- */
6727
- export interface WaterfallChartAggregatedFieldWells {
6728
- /**
6729
- * <p>The category field wells of a waterfall visual.</p>
6730
- * @public
6731
- */
6732
- Categories?: DimensionField[];
6733
- /**
6734
- * <p>The value field wells of a waterfall visual.</p>
6735
- * @public
6736
- */
6737
- Values?: MeasureField[];
6738
- /**
6739
- * <p>The breakdown field wells of a waterfall visual.</p>
6740
- * @public
6741
- */
6742
- Breakdowns?: DimensionField[];
6743
- }
6744
- /**
6745
- * <p>The field well configuration of a waterfall visual.</p>
6746
- * @public
6747
- */
6748
- export interface WaterfallChartFieldWells {
6749
- /**
6750
- * <p>The field well configuration of a waterfall visual.</p>
6751
- * @public
6752
- */
6753
- WaterfallChartAggregatedFieldWells?: WaterfallChartAggregatedFieldWells;
6754
- }
6755
- /**
6756
- * <p>The sort configuration of a waterfall visual.</p>
6757
- * @public
6758
- */
6759
- export interface WaterfallChartSortConfiguration {
6760
- /**
6761
- * <p>The sort configuration of the category fields.</p>
6762
- * @public
6763
- */
6764
- CategorySort?: FieldSortOptions[];
6765
- /**
6766
- * <p>The limit on the number of bar groups that are displayed.</p>
6767
- * @public
6768
- */
6769
- BreakdownItemsLimit?: ItemsLimitConfiguration;
6770
- }
6771
6808
  /**
6772
6809
  * @internal
6773
6810
  */
@@ -7292,11 +7329,3 @@ export declare const TreeMapConfigurationFilterSensitiveLog: (obj: TreeMapConfig
7292
7329
  * @internal
7293
7330
  */
7294
7331
  export declare const TreeMapVisualFilterSensitiveLog: (obj: TreeMapVisual) => any;
7295
- /**
7296
- * @internal
7297
- */
7298
- export declare const WaterfallChartAggregatedFieldWellsFilterSensitiveLog: (obj: WaterfallChartAggregatedFieldWells) => any;
7299
- /**
7300
- * @internal
7301
- */
7302
- export declare const WaterfallChartFieldWellsFilterSensitiveLog: (obj: WaterfallChartFieldWells) => any;