@aws-sdk/client-quicksight 3.369.0 → 3.376.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 (139) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/QuickSight.js +6 -0
  3. package/dist-cjs/commands/DescribeDashboardSnapshotJobCommand.js +47 -0
  4. package/dist-cjs/commands/DescribeDashboardSnapshotJobResultCommand.js +47 -0
  5. package/dist-cjs/commands/StartDashboardSnapshotJobCommand.js +47 -0
  6. package/dist-cjs/commands/UpdateDataSetCommand.js +2 -2
  7. package/dist-cjs/commands/UpdateDataSourceCommand.js +2 -2
  8. package/dist-cjs/commands/UpdateTemplateCommand.js +2 -2
  9. package/dist-cjs/commands/index.js +3 -0
  10. package/dist-cjs/models/models_0.js +6 -12
  11. package/dist-cjs/models/models_1.js +35 -26
  12. package/dist-cjs/models/models_2.js +25 -3
  13. package/dist-cjs/models/models_3.js +39 -24
  14. package/dist-cjs/models/models_4.js +26 -1
  15. package/dist-cjs/pagination/ListGroupMembershipsPaginator.js +29 -0
  16. package/dist-cjs/pagination/ListGroupsPaginator.js +29 -0
  17. package/dist-cjs/pagination/ListIAMPolicyAssignmentsForUserPaginator.js +29 -0
  18. package/dist-cjs/pagination/ListIAMPolicyAssignmentsPaginator.js +29 -0
  19. package/dist-cjs/pagination/ListUserGroupsPaginator.js +29 -0
  20. package/dist-cjs/pagination/ListUsersPaginator.js +29 -0
  21. package/dist-cjs/pagination/SearchGroupsPaginator.js +29 -0
  22. package/dist-cjs/pagination/index.js +7 -0
  23. package/dist-cjs/protocols/Aws_restJson1.js +326 -6
  24. package/dist-es/QuickSight.js +6 -0
  25. package/dist-es/commands/DescribeDashboardSnapshotJobCommand.js +43 -0
  26. package/dist-es/commands/DescribeDashboardSnapshotJobResultCommand.js +43 -0
  27. package/dist-es/commands/StartDashboardSnapshotJobCommand.js +43 -0
  28. package/dist-es/commands/UpdateDataSetCommand.js +1 -1
  29. package/dist-es/commands/UpdateDataSourceCommand.js +1 -1
  30. package/dist-es/commands/UpdateTemplateCommand.js +1 -1
  31. package/dist-es/commands/index.js +3 -0
  32. package/dist-es/models/models_0.js +3 -7
  33. package/dist-es/models/models_1.js +26 -22
  34. package/dist-es/models/models_2.js +22 -0
  35. package/dist-es/models/models_3.js +30 -19
  36. package/dist-es/models/models_4.js +22 -0
  37. package/dist-es/pagination/ListGroupMembershipsPaginator.js +25 -0
  38. package/dist-es/pagination/ListGroupsPaginator.js +25 -0
  39. package/dist-es/pagination/ListIAMPolicyAssignmentsForUserPaginator.js +25 -0
  40. package/dist-es/pagination/ListIAMPolicyAssignmentsPaginator.js +25 -0
  41. package/dist-es/pagination/ListUserGroupsPaginator.js +25 -0
  42. package/dist-es/pagination/ListUsersPaginator.js +25 -0
  43. package/dist-es/pagination/SearchGroupsPaginator.js +25 -0
  44. package/dist-es/pagination/index.js +7 -0
  45. package/dist-es/protocols/Aws_restJson1.js +314 -0
  46. package/dist-types/QuickSight.d.ts +21 -0
  47. package/dist-types/QuickSightClient.d.ts +5 -2
  48. package/dist-types/commands/CreateAnalysisCommand.d.ts +48 -0
  49. package/dist-types/commands/CreateDashboardCommand.d.ts +48 -0
  50. package/dist-types/commands/CreateTemplateCommand.d.ts +48 -0
  51. package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +6 -0
  52. package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +1 -1
  53. package/dist-types/commands/DeleteAnalysisCommand.d.ts +1 -1
  54. package/dist-types/commands/DeleteDashboardCommand.d.ts +1 -1
  55. package/dist-types/commands/DeleteDataSetCommand.d.ts +1 -1
  56. package/dist-types/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +1 -1
  57. package/dist-types/commands/DeleteDataSourceCommand.d.ts +1 -1
  58. package/dist-types/commands/DeleteFolderCommand.d.ts +1 -2
  59. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +48 -0
  60. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +48 -0
  61. package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +179 -0
  62. package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +155 -0
  63. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +48 -0
  64. package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +197 -0
  65. package/dist-types/commands/UpdateAnalysisCommand.d.ts +48 -0
  66. package/dist-types/commands/UpdateDashboardCommand.d.ts +48 -0
  67. package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
  68. package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
  69. package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
  70. package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
  71. package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
  72. package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
  73. package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
  74. package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
  75. package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
  76. package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
  77. package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
  78. package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
  79. package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
  80. package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -2
  81. package/dist-types/commands/UpdateTemplateCommand.d.ts +49 -1
  82. package/dist-types/commands/index.d.ts +3 -0
  83. package/dist-types/models/models_0.d.ts +77 -47
  84. package/dist-types/models/models_1.d.ts +208 -213
  85. package/dist-types/models/models_2.d.ts +219 -220
  86. package/dist-types/models/models_3.d.ts +602 -805
  87. package/dist-types/models/models_4.d.ts +770 -2
  88. package/dist-types/pagination/ListGroupMembershipsPaginator.d.ts +7 -0
  89. package/dist-types/pagination/ListGroupsPaginator.d.ts +7 -0
  90. package/dist-types/pagination/ListIAMPolicyAssignmentsForUserPaginator.d.ts +7 -0
  91. package/dist-types/pagination/ListIAMPolicyAssignmentsPaginator.d.ts +7 -0
  92. package/dist-types/pagination/ListUserGroupsPaginator.d.ts +7 -0
  93. package/dist-types/pagination/ListUsersPaginator.d.ts +7 -0
  94. package/dist-types/pagination/SearchGroupsPaginator.d.ts +7 -0
  95. package/dist-types/pagination/index.d.ts +7 -0
  96. package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
  97. package/dist-types/ts3.4/QuickSight.d.ts +57 -0
  98. package/dist-types/ts3.4/QuickSightClient.d.ts +18 -0
  99. package/dist-types/ts3.4/commands/DeleteAccountSubscriptionCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/DeleteAnalysisCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +1 -2
  106. package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobCommand.d.ts +42 -0
  107. package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +42 -0
  108. package/dist-types/ts3.4/commands/StartDashboardSnapshotJobCommand.d.ts +42 -0
  109. package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
  115. package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
  117. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
  119. package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +1 -1
  120. package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
  121. package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
  122. package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +4 -2
  123. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +1 -1
  124. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  125. package/dist-types/ts3.4/models/models_0.d.ts +21 -17
  126. package/dist-types/ts3.4/models/models_1.d.ts +71 -81
  127. package/dist-types/ts3.4/models/models_2.d.ts +85 -67
  128. package/dist-types/ts3.4/models/models_3.d.ts +176 -222
  129. package/dist-types/ts3.4/models/models_4.d.ts +222 -1
  130. package/dist-types/ts3.4/pagination/ListGroupMembershipsPaginator.d.ts +11 -0
  131. package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +11 -0
  132. package/dist-types/ts3.4/pagination/ListIAMPolicyAssignmentsForUserPaginator.d.ts +11 -0
  133. package/dist-types/ts3.4/pagination/ListIAMPolicyAssignmentsPaginator.d.ts +11 -0
  134. package/dist-types/ts3.4/pagination/ListUserGroupsPaginator.d.ts +11 -0
  135. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +11 -0
  136. package/dist-types/ts3.4/pagination/SearchGroupsPaginator.d.ts +11 -0
  137. package/dist-types/ts3.4/pagination/index.d.ts +7 -0
  138. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  139. package/package.json +16 -17
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
- import { UpdateTemplateRequest, UpdateTemplateResponse } from "../models/models_3";
4
+ import { UpdateTemplateRequest, UpdateTemplateResponse } from "../models/models_4";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
7
  * @public
@@ -103,6 +103,10 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
103
103
  * CustomLabel: "STRING_VALUE",
104
104
  * },
105
105
  * DateTimeFormat: "STRING_VALUE",
106
+ * InfoIconLabelOptions: { // SheetControlInfoIconLabelOptions
107
+ * Visibility: "HIDDEN" || "VISIBLE",
108
+ * InfoIconText: "STRING_VALUE",
109
+ * },
106
110
  * },
107
111
  * },
108
112
  * List: { // ParameterListControl
@@ -131,6 +135,10 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
131
135
  * },
132
136
  * CustomLabel: "STRING_VALUE",
133
137
  * },
138
+ * InfoIconLabelOptions: {
139
+ * Visibility: "HIDDEN" || "VISIBLE",
140
+ * InfoIconText: "STRING_VALUE",
141
+ * },
134
142
  * },
135
143
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
136
144
  * SelectableValues: { // ParameterSelectableValues
@@ -177,6 +185,10 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
177
185
  * },
178
186
  * CustomLabel: "STRING_VALUE",
179
187
  * },
188
+ * InfoIconLabelOptions: {
189
+ * Visibility: "HIDDEN" || "VISIBLE",
190
+ * InfoIconText: "STRING_VALUE",
191
+ * },
180
192
  * },
181
193
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
182
194
  * SelectableValues: {
@@ -223,6 +235,10 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
223
235
  * PlaceholderOptions: { // TextControlPlaceholderOptions
224
236
  * Visibility: "HIDDEN" || "VISIBLE",
225
237
  * },
238
+ * InfoIconLabelOptions: {
239
+ * Visibility: "HIDDEN" || "VISIBLE",
240
+ * InfoIconText: "STRING_VALUE",
241
+ * },
226
242
  * },
227
243
  * },
228
244
  * TextArea: { // ParameterTextAreaControl
@@ -249,6 +265,10 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
249
265
  * PlaceholderOptions: {
250
266
  * Visibility: "HIDDEN" || "VISIBLE",
251
267
  * },
268
+ * InfoIconLabelOptions: {
269
+ * Visibility: "HIDDEN" || "VISIBLE",
270
+ * InfoIconText: "STRING_VALUE",
271
+ * },
252
272
  * },
253
273
  * },
254
274
  * Slider: { // ParameterSliderControl
@@ -257,6 +277,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
257
277
  * SourceParameterName: "STRING_VALUE", // required
258
278
  * DisplayOptions: { // SliderControlDisplayOptions
259
279
  * TitleOptions: "<LabelOptions>",
280
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
260
281
  * },
261
282
  * MaximumValue: Number("double"), // required
262
283
  * MinimumValue: Number("double"), // required
@@ -273,6 +294,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
273
294
  * DisplayOptions: {
274
295
  * TitleOptions: "<LabelOptions>",
275
296
  * DateTimeFormat: "STRING_VALUE",
297
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
276
298
  * },
277
299
  * Type: "SINGLE_VALUED" || "DATE_RANGE",
278
300
  * },
@@ -288,6 +310,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
288
310
  * Visibility: "HIDDEN" || "VISIBLE",
289
311
  * },
290
312
  * TitleOptions: "<LabelOptions>",
313
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
291
314
  * },
292
315
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
293
316
  * SelectableValues: { // FilterSelectableValues
@@ -316,6 +339,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
316
339
  * Visibility: "HIDDEN" || "VISIBLE",
317
340
  * },
318
341
  * TitleOptions: "<LabelOptions>",
342
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
319
343
  * },
320
344
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
321
345
  * SelectableValues: {
@@ -341,6 +365,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
341
365
  * PlaceholderOptions: {
342
366
  * Visibility: "HIDDEN" || "VISIBLE",
343
367
  * },
368
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
344
369
  * },
345
370
  * },
346
371
  * TextArea: { // FilterTextAreaControl
@@ -353,6 +378,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
353
378
  * PlaceholderOptions: {
354
379
  * Visibility: "HIDDEN" || "VISIBLE",
355
380
  * },
381
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
356
382
  * },
357
383
  * },
358
384
  * Slider: { // FilterSliderControl
@@ -361,6 +387,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
361
387
  * SourceFilterId: "STRING_VALUE", // required
362
388
  * DisplayOptions: {
363
389
  * TitleOptions: "<LabelOptions>",
390
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
364
391
  * },
365
392
  * Type: "SINGLE_POINT" || "RANGE",
366
393
  * MaximumValue: Number("double"), // required
@@ -374,6 +401,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
374
401
  * DisplayOptions: { // RelativeDateTimeControlDisplayOptions
375
402
  * TitleOptions: "<LabelOptions>",
376
403
  * DateTimeFormat: "STRING_VALUE",
404
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
377
405
  * },
378
406
  * },
379
407
  * },
@@ -714,6 +742,10 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
714
742
  * },
715
743
  * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
716
744
  * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
745
+ * AttributeAggregationFunction: { // AttributeAggregationFunction
746
+ * SimpleAttributeAggregation: "UNIQUE_VALUE",
747
+ * ValueForMultipleValues: "STRING_VALUE",
748
+ * },
717
749
  * },
718
750
  * },
719
751
  * },
@@ -1174,6 +1206,10 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
1174
1206
  * },
1175
1207
  * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1176
1208
  * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1209
+ * AttributeAggregationFunction: {
1210
+ * SimpleAttributeAggregation: "UNIQUE_VALUE",
1211
+ * ValueForMultipleValues: "STRING_VALUE",
1212
+ * },
1177
1213
  * },
1178
1214
  * },
1179
1215
  * DataPath: { // DataPathSort
@@ -1565,6 +1601,10 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
1565
1601
  * NumericalAggregationFunction: "<NumericalAggregationFunction>",
1566
1602
  * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1567
1603
  * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1604
+ * AttributeAggregationFunction: {
1605
+ * SimpleAttributeAggregation: "UNIQUE_VALUE",
1606
+ * ValueForMultipleValues: "STRING_VALUE",
1607
+ * },
1568
1608
  * },
1569
1609
  * },
1570
1610
  * },
@@ -1586,6 +1626,10 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
1586
1626
  * NumericalAggregationFunction: "<NumericalAggregationFunction>",
1587
1627
  * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1588
1628
  * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1629
+ * AttributeAggregationFunction: {
1630
+ * SimpleAttributeAggregation: "UNIQUE_VALUE",
1631
+ * ValueForMultipleValues: "STRING_VALUE",
1632
+ * },
1589
1633
  * },
1590
1634
  * },
1591
1635
  * },
@@ -1607,6 +1651,10 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
1607
1651
  * NumericalAggregationFunction: "<NumericalAggregationFunction>",
1608
1652
  * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1609
1653
  * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1654
+ * AttributeAggregationFunction: {
1655
+ * SimpleAttributeAggregation: "UNIQUE_VALUE",
1656
+ * ValueForMultipleValues: "STRING_VALUE",
1657
+ * },
1610
1658
  * },
1611
1659
  * },
1612
1660
  * },
@@ -54,6 +54,8 @@ export * from "./DescribeAssetBundleImportJobCommand";
54
54
  export * from "./DescribeDashboardCommand";
55
55
  export * from "./DescribeDashboardDefinitionCommand";
56
56
  export * from "./DescribeDashboardPermissionsCommand";
57
+ export * from "./DescribeDashboardSnapshotJobCommand";
58
+ export * from "./DescribeDashboardSnapshotJobResultCommand";
57
59
  export * from "./DescribeDataSetCommand";
58
60
  export * from "./DescribeDataSetPermissionsCommand";
59
61
  export * from "./DescribeDataSetRefreshPropertiesCommand";
@@ -125,6 +127,7 @@ export * from "./SearchFoldersCommand";
125
127
  export * from "./SearchGroupsCommand";
126
128
  export * from "./StartAssetBundleExportJobCommand";
127
129
  export * from "./StartAssetBundleImportJobCommand";
130
+ export * from "./StartDashboardSnapshotJobCommand";
128
131
  export * from "./TagResourceCommand";
129
132
  export * from "./UntagResourceCommand";
130
133
  export * from "./UpdateAccountCustomizationCommand";
@@ -163,6 +163,37 @@ export interface AdHocFilteringOption {
163
163
  */
164
164
  AvailabilityStatus?: DashboardBehavior | string;
165
165
  }
166
+ /**
167
+ * @public
168
+ * @enum
169
+ */
170
+ export declare const SimpleAttributeAggregationFunction: {
171
+ readonly UNIQUE_VALUE: "UNIQUE_VALUE";
172
+ };
173
+ /**
174
+ * @public
175
+ */
176
+ export type SimpleAttributeAggregationFunction = (typeof SimpleAttributeAggregationFunction)[keyof typeof SimpleAttributeAggregationFunction];
177
+ /**
178
+ * @public
179
+ * <p>Aggregation for attributes.</p>
180
+ */
181
+ export interface AttributeAggregationFunction {
182
+ /**
183
+ * <p>The built-in aggregation functions for attributes.</p>
184
+ * <ul>
185
+ * <li>
186
+ * <p>
187
+ * <code>UNIQUE_VALUE</code>: Returns the unique value for a field, aggregated by the dimension fields.</p>
188
+ * </li>
189
+ * </ul>
190
+ */
191
+ SimpleAttributeAggregation?: SimpleAttributeAggregationFunction | string;
192
+ /**
193
+ * <p>Used by the <code>UNIQUE_VALUE</code> aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to '*'.</p>
194
+ */
195
+ ValueForMultipleValues?: string;
196
+ }
166
197
  /**
167
198
  * @public
168
199
  * @enum
@@ -326,6 +357,10 @@ export interface AggregationFunction {
326
357
  * </ul>
327
358
  */
328
359
  DateAggregationFunction?: DateAggregationFunction | string;
360
+ /**
361
+ * <p>Aggregation for attributes.</p>
362
+ */
363
+ AttributeAggregationFunction?: AttributeAggregationFunction;
329
364
  }
330
365
  /**
331
366
  * @public
@@ -2375,6 +2410,20 @@ export interface ParameterDeclaration {
2375
2410
  */
2376
2411
  DateTimeParameterDeclaration?: DateTimeParameterDeclaration;
2377
2412
  }
2413
+ /**
2414
+ * @public
2415
+ * <p>A control to display info icons for filters and parameters.</p>
2416
+ */
2417
+ export interface SheetControlInfoIconLabelOptions {
2418
+ /**
2419
+ * <p>The visibility configuration of info icon label options.</p>
2420
+ */
2421
+ Visibility?: Visibility | string;
2422
+ /**
2423
+ * <p> The text content of info icon.</p>
2424
+ */
2425
+ InfoIconText?: string;
2426
+ }
2378
2427
  /**
2379
2428
  * @public
2380
2429
  * @enum
@@ -2503,6 +2552,10 @@ export interface DateTimePickerControlDisplayOptions {
2503
2552
  * <p>Customize how dates are formatted in controls.</p>
2504
2553
  */
2505
2554
  DateTimeFormat?: string;
2555
+ /**
2556
+ * <p>The configuration of info icon label options.</p>
2557
+ */
2558
+ InfoIconLabelOptions?: SheetControlInfoIconLabelOptions;
2506
2559
  }
2507
2560
  /**
2508
2561
  * @public
@@ -2600,6 +2653,10 @@ export interface DropDownControlDisplayOptions {
2600
2653
  * <p>The options to configure the title visibility, name, and font size.</p>
2601
2654
  */
2602
2655
  TitleOptions?: LabelOptions;
2656
+ /**
2657
+ * <p>The configuration of info icon label options.</p>
2658
+ */
2659
+ InfoIconLabelOptions?: SheetControlInfoIconLabelOptions;
2603
2660
  }
2604
2661
  /**
2605
2662
  * @public
@@ -2694,6 +2751,10 @@ export interface ListControlDisplayOptions {
2694
2751
  * <p>The options to configure the title visibility, name, and font size.</p>
2695
2752
  */
2696
2753
  TitleOptions?: LabelOptions;
2754
+ /**
2755
+ * <p>The configuration of info icon label options.</p>
2756
+ */
2757
+ InfoIconLabelOptions?: SheetControlInfoIconLabelOptions;
2697
2758
  }
2698
2759
  /**
2699
2760
  * @public
@@ -2752,6 +2813,10 @@ export interface RelativeDateTimeControlDisplayOptions {
2752
2813
  * <p>Customize how dates are formatted in controls.</p>
2753
2814
  */
2754
2815
  DateTimeFormat?: string;
2816
+ /**
2817
+ * <p>The configuration of info icon label options.</p>
2818
+ */
2819
+ InfoIconLabelOptions?: SheetControlInfoIconLabelOptions;
2755
2820
  }
2756
2821
  /**
2757
2822
  * @public
@@ -2784,6 +2849,10 @@ export interface SliderControlDisplayOptions {
2784
2849
  * <p>The options to configure the title visibility, name, and font size.</p>
2785
2850
  */
2786
2851
  TitleOptions?: LabelOptions;
2852
+ /**
2853
+ * <p>The configuration of info icon label options.</p>
2854
+ */
2855
+ InfoIconLabelOptions?: SheetControlInfoIconLabelOptions;
2787
2856
  }
2788
2857
  /**
2789
2858
  * @public
@@ -2868,6 +2937,10 @@ export interface TextAreaControlDisplayOptions {
2868
2937
  * <p>The configuration of the placeholder options in a text area control.</p>
2869
2938
  */
2870
2939
  PlaceholderOptions?: TextControlPlaceholderOptions;
2940
+ /**
2941
+ * <p>The configuration of info icon label options.</p>
2942
+ */
2943
+ InfoIconLabelOptions?: SheetControlInfoIconLabelOptions;
2871
2944
  }
2872
2945
  /**
2873
2946
  * @public
@@ -2908,6 +2981,10 @@ export interface TextFieldControlDisplayOptions {
2908
2981
  * <p>The configuration of the placeholder options in a text field control.</p>
2909
2982
  */
2910
2983
  PlaceholderOptions?: TextControlPlaceholderOptions;
2984
+ /**
2985
+ * <p>The configuration of info icon label options.</p>
2986
+ */
2987
+ InfoIconLabelOptions?: SheetControlInfoIconLabelOptions;
2911
2988
  }
2912
2989
  /**
2913
2990
  * @public
@@ -5844,45 +5921,6 @@ export interface BoxPlotOptions {
5844
5921
  */
5845
5922
  AllDataPointsVisibility?: Visibility | string;
5846
5923
  }
5847
- /**
5848
- * @public
5849
- * <p>The aggregated field well for a box plot.</p>
5850
- */
5851
- export interface BoxPlotAggregatedFieldWells {
5852
- /**
5853
- * <p>The group by field well of a box plot chart. Values are grouped based on group by fields.</p>
5854
- */
5855
- GroupBy?: DimensionField[];
5856
- /**
5857
- * <p>The value field well of a box plot chart. Values are aggregated based on group by fields.</p>
5858
- */
5859
- Values?: MeasureField[];
5860
- }
5861
- /**
5862
- * @public
5863
- * <p>The field wells of a <code>BoxPlotVisual</code>.</p>
5864
- * <p>This is a union type structure. For this structure to be valid, only one of the attributes can be defined.</p>
5865
- */
5866
- export interface BoxPlotFieldWells {
5867
- /**
5868
- * <p>The aggregated field wells of a box plot.</p>
5869
- */
5870
- BoxPlotAggregatedFieldWells?: BoxPlotAggregatedFieldWells;
5871
- }
5872
- /**
5873
- * @public
5874
- * <p>The pagination configuration for a table visual or boxplot.</p>
5875
- */
5876
- export interface PaginationConfiguration {
5877
- /**
5878
- * <p>Indicates how many items render in one page.</p>
5879
- */
5880
- PageSize: number | undefined;
5881
- /**
5882
- * <p>Indicates the page number.</p>
5883
- */
5884
- PageNumber: number | undefined;
5885
- }
5886
5924
  /**
5887
5925
  * @internal
5888
5926
  */
@@ -6175,11 +6213,3 @@ export declare const BarChartConfigurationFilterSensitiveLog: (obj: BarChartConf
6175
6213
  * @internal
6176
6214
  */
6177
6215
  export declare const BarChartVisualFilterSensitiveLog: (obj: BarChartVisual) => any;
6178
- /**
6179
- * @internal
6180
- */
6181
- export declare const BoxPlotAggregatedFieldWellsFilterSensitiveLog: (obj: BoxPlotAggregatedFieldWells) => any;
6182
- /**
6183
- * @internal
6184
- */
6185
- export declare const BoxPlotFieldWellsFilterSensitiveLog: (obj: BoxPlotFieldWells) => any;