@aws-sdk/client-quicksight 3.370.0 → 3.377.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 +2 -2
@@ -116,6 +116,10 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
116
116
  * CustomLabel: "STRING_VALUE",
117
117
  * },
118
118
  * DateTimeFormat: "STRING_VALUE",
119
+ * InfoIconLabelOptions: { // SheetControlInfoIconLabelOptions
120
+ * Visibility: "HIDDEN" || "VISIBLE",
121
+ * InfoIconText: "STRING_VALUE",
122
+ * },
119
123
  * },
120
124
  * },
121
125
  * List: { // ParameterListControl
@@ -144,6 +148,10 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
144
148
  * },
145
149
  * CustomLabel: "STRING_VALUE",
146
150
  * },
151
+ * InfoIconLabelOptions: {
152
+ * Visibility: "HIDDEN" || "VISIBLE",
153
+ * InfoIconText: "STRING_VALUE",
154
+ * },
147
155
  * },
148
156
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
149
157
  * SelectableValues: { // ParameterSelectableValues
@@ -190,6 +198,10 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
190
198
  * },
191
199
  * CustomLabel: "STRING_VALUE",
192
200
  * },
201
+ * InfoIconLabelOptions: {
202
+ * Visibility: "HIDDEN" || "VISIBLE",
203
+ * InfoIconText: "STRING_VALUE",
204
+ * },
193
205
  * },
194
206
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
195
207
  * SelectableValues: {
@@ -236,6 +248,10 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
236
248
  * PlaceholderOptions: { // TextControlPlaceholderOptions
237
249
  * Visibility: "HIDDEN" || "VISIBLE",
238
250
  * },
251
+ * InfoIconLabelOptions: {
252
+ * Visibility: "HIDDEN" || "VISIBLE",
253
+ * InfoIconText: "STRING_VALUE",
254
+ * },
239
255
  * },
240
256
  * },
241
257
  * TextArea: { // ParameterTextAreaControl
@@ -262,6 +278,10 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
262
278
  * PlaceholderOptions: {
263
279
  * Visibility: "HIDDEN" || "VISIBLE",
264
280
  * },
281
+ * InfoIconLabelOptions: {
282
+ * Visibility: "HIDDEN" || "VISIBLE",
283
+ * InfoIconText: "STRING_VALUE",
284
+ * },
265
285
  * },
266
286
  * },
267
287
  * Slider: { // ParameterSliderControl
@@ -270,6 +290,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
270
290
  * SourceParameterName: "STRING_VALUE", // required
271
291
  * DisplayOptions: { // SliderControlDisplayOptions
272
292
  * TitleOptions: "<LabelOptions>",
293
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
273
294
  * },
274
295
  * MaximumValue: Number("double"), // required
275
296
  * MinimumValue: Number("double"), // required
@@ -286,6 +307,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
286
307
  * DisplayOptions: {
287
308
  * TitleOptions: "<LabelOptions>",
288
309
  * DateTimeFormat: "STRING_VALUE",
310
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
289
311
  * },
290
312
  * Type: "SINGLE_VALUED" || "DATE_RANGE",
291
313
  * },
@@ -301,6 +323,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
301
323
  * Visibility: "HIDDEN" || "VISIBLE",
302
324
  * },
303
325
  * TitleOptions: "<LabelOptions>",
326
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
304
327
  * },
305
328
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
306
329
  * SelectableValues: { // FilterSelectableValues
@@ -329,6 +352,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
329
352
  * Visibility: "HIDDEN" || "VISIBLE",
330
353
  * },
331
354
  * TitleOptions: "<LabelOptions>",
355
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
332
356
  * },
333
357
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
334
358
  * SelectableValues: {
@@ -354,6 +378,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
354
378
  * PlaceholderOptions: {
355
379
  * Visibility: "HIDDEN" || "VISIBLE",
356
380
  * },
381
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
357
382
  * },
358
383
  * },
359
384
  * TextArea: { // FilterTextAreaControl
@@ -366,6 +391,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
366
391
  * PlaceholderOptions: {
367
392
  * Visibility: "HIDDEN" || "VISIBLE",
368
393
  * },
394
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
369
395
  * },
370
396
  * },
371
397
  * Slider: { // FilterSliderControl
@@ -374,6 +400,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
374
400
  * SourceFilterId: "STRING_VALUE", // required
375
401
  * DisplayOptions: {
376
402
  * TitleOptions: "<LabelOptions>",
403
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
377
404
  * },
378
405
  * Type: "SINGLE_POINT" || "RANGE",
379
406
  * MaximumValue: Number("double"), // required
@@ -387,6 +414,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
387
414
  * DisplayOptions: { // RelativeDateTimeControlDisplayOptions
388
415
  * TitleOptions: "<LabelOptions>",
389
416
  * DateTimeFormat: "STRING_VALUE",
417
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
390
418
  * },
391
419
  * },
392
420
  * },
@@ -727,6 +755,10 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
727
755
  * },
728
756
  * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
729
757
  * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
758
+ * AttributeAggregationFunction: { // AttributeAggregationFunction
759
+ * SimpleAttributeAggregation: "UNIQUE_VALUE",
760
+ * ValueForMultipleValues: "STRING_VALUE",
761
+ * },
730
762
  * },
731
763
  * },
732
764
  * },
@@ -1187,6 +1219,10 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
1187
1219
  * },
1188
1220
  * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1189
1221
  * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1222
+ * AttributeAggregationFunction: {
1223
+ * SimpleAttributeAggregation: "UNIQUE_VALUE",
1224
+ * ValueForMultipleValues: "STRING_VALUE",
1225
+ * },
1190
1226
  * },
1191
1227
  * },
1192
1228
  * DataPath: { // DataPathSort
@@ -1578,6 +1614,10 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
1578
1614
  * NumericalAggregationFunction: "<NumericalAggregationFunction>",
1579
1615
  * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1580
1616
  * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1617
+ * AttributeAggregationFunction: {
1618
+ * SimpleAttributeAggregation: "UNIQUE_VALUE",
1619
+ * ValueForMultipleValues: "STRING_VALUE",
1620
+ * },
1581
1621
  * },
1582
1622
  * },
1583
1623
  * },
@@ -1599,6 +1639,10 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
1599
1639
  * NumericalAggregationFunction: "<NumericalAggregationFunction>",
1600
1640
  * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1601
1641
  * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1642
+ * AttributeAggregationFunction: {
1643
+ * SimpleAttributeAggregation: "UNIQUE_VALUE",
1644
+ * ValueForMultipleValues: "STRING_VALUE",
1645
+ * },
1602
1646
  * },
1603
1647
  * },
1604
1648
  * },
@@ -1620,6 +1664,10 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
1620
1664
  * NumericalAggregationFunction: "<NumericalAggregationFunction>",
1621
1665
  * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1622
1666
  * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1667
+ * AttributeAggregationFunction: {
1668
+ * SimpleAttributeAggregation: "UNIQUE_VALUE",
1669
+ * ValueForMultipleValues: "STRING_VALUE",
1670
+ * },
1623
1671
  * },
1624
1672
  * },
1625
1673
  * },
@@ -161,6 +161,10 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
161
161
  * CustomLabel: "STRING_VALUE",
162
162
  * },
163
163
  * DateTimeFormat: "STRING_VALUE",
164
+ * InfoIconLabelOptions: { // SheetControlInfoIconLabelOptions
165
+ * Visibility: "HIDDEN" || "VISIBLE",
166
+ * InfoIconText: "STRING_VALUE",
167
+ * },
164
168
  * },
165
169
  * },
166
170
  * List: { // ParameterListControl
@@ -189,6 +193,10 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
189
193
  * },
190
194
  * CustomLabel: "STRING_VALUE",
191
195
  * },
196
+ * InfoIconLabelOptions: {
197
+ * Visibility: "HIDDEN" || "VISIBLE",
198
+ * InfoIconText: "STRING_VALUE",
199
+ * },
192
200
  * },
193
201
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
194
202
  * SelectableValues: { // ParameterSelectableValues
@@ -235,6 +243,10 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
235
243
  * },
236
244
  * CustomLabel: "STRING_VALUE",
237
245
  * },
246
+ * InfoIconLabelOptions: {
247
+ * Visibility: "HIDDEN" || "VISIBLE",
248
+ * InfoIconText: "STRING_VALUE",
249
+ * },
238
250
  * },
239
251
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
240
252
  * SelectableValues: {
@@ -281,6 +293,10 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
281
293
  * PlaceholderOptions: { // TextControlPlaceholderOptions
282
294
  * Visibility: "HIDDEN" || "VISIBLE",
283
295
  * },
296
+ * InfoIconLabelOptions: {
297
+ * Visibility: "HIDDEN" || "VISIBLE",
298
+ * InfoIconText: "STRING_VALUE",
299
+ * },
284
300
  * },
285
301
  * },
286
302
  * TextArea: { // ParameterTextAreaControl
@@ -307,6 +323,10 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
307
323
  * PlaceholderOptions: {
308
324
  * Visibility: "HIDDEN" || "VISIBLE",
309
325
  * },
326
+ * InfoIconLabelOptions: {
327
+ * Visibility: "HIDDEN" || "VISIBLE",
328
+ * InfoIconText: "STRING_VALUE",
329
+ * },
310
330
  * },
311
331
  * },
312
332
  * Slider: { // ParameterSliderControl
@@ -315,6 +335,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
315
335
  * SourceParameterName: "STRING_VALUE", // required
316
336
  * DisplayOptions: { // SliderControlDisplayOptions
317
337
  * TitleOptions: "<LabelOptions>",
338
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
318
339
  * },
319
340
  * MaximumValue: Number("double"), // required
320
341
  * MinimumValue: Number("double"), // required
@@ -331,6 +352,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
331
352
  * DisplayOptions: {
332
353
  * TitleOptions: "<LabelOptions>",
333
354
  * DateTimeFormat: "STRING_VALUE",
355
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
334
356
  * },
335
357
  * Type: "SINGLE_VALUED" || "DATE_RANGE",
336
358
  * },
@@ -346,6 +368,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
346
368
  * Visibility: "HIDDEN" || "VISIBLE",
347
369
  * },
348
370
  * TitleOptions: "<LabelOptions>",
371
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
349
372
  * },
350
373
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
351
374
  * SelectableValues: { // FilterSelectableValues
@@ -374,6 +397,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
374
397
  * Visibility: "HIDDEN" || "VISIBLE",
375
398
  * },
376
399
  * TitleOptions: "<LabelOptions>",
400
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
377
401
  * },
378
402
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
379
403
  * SelectableValues: {
@@ -399,6 +423,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
399
423
  * PlaceholderOptions: {
400
424
  * Visibility: "HIDDEN" || "VISIBLE",
401
425
  * },
426
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
402
427
  * },
403
428
  * },
404
429
  * TextArea: { // FilterTextAreaControl
@@ -411,6 +436,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
411
436
  * PlaceholderOptions: {
412
437
  * Visibility: "HIDDEN" || "VISIBLE",
413
438
  * },
439
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
414
440
  * },
415
441
  * },
416
442
  * Slider: { // FilterSliderControl
@@ -419,6 +445,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
419
445
  * SourceFilterId: "STRING_VALUE", // required
420
446
  * DisplayOptions: {
421
447
  * TitleOptions: "<LabelOptions>",
448
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
422
449
  * },
423
450
  * Type: "SINGLE_POINT" || "RANGE",
424
451
  * MaximumValue: Number("double"), // required
@@ -432,6 +459,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
432
459
  * DisplayOptions: { // RelativeDateTimeControlDisplayOptions
433
460
  * TitleOptions: "<LabelOptions>",
434
461
  * DateTimeFormat: "STRING_VALUE",
462
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
435
463
  * },
436
464
  * },
437
465
  * },
@@ -772,6 +800,10 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
772
800
  * },
773
801
  * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
774
802
  * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
803
+ * AttributeAggregationFunction: { // AttributeAggregationFunction
804
+ * SimpleAttributeAggregation: "UNIQUE_VALUE",
805
+ * ValueForMultipleValues: "STRING_VALUE",
806
+ * },
775
807
  * },
776
808
  * },
777
809
  * },
@@ -1232,6 +1264,10 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
1232
1264
  * },
1233
1265
  * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1234
1266
  * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1267
+ * AttributeAggregationFunction: {
1268
+ * SimpleAttributeAggregation: "UNIQUE_VALUE",
1269
+ * ValueForMultipleValues: "STRING_VALUE",
1270
+ * },
1235
1271
  * },
1236
1272
  * },
1237
1273
  * DataPath: { // DataPathSort
@@ -1623,6 +1659,10 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
1623
1659
  * NumericalAggregationFunction: "<NumericalAggregationFunction>",
1624
1660
  * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1625
1661
  * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1662
+ * AttributeAggregationFunction: {
1663
+ * SimpleAttributeAggregation: "UNIQUE_VALUE",
1664
+ * ValueForMultipleValues: "STRING_VALUE",
1665
+ * },
1626
1666
  * },
1627
1667
  * },
1628
1668
  * },
@@ -1644,6 +1684,10 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
1644
1684
  * NumericalAggregationFunction: "<NumericalAggregationFunction>",
1645
1685
  * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1646
1686
  * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1687
+ * AttributeAggregationFunction: {
1688
+ * SimpleAttributeAggregation: "UNIQUE_VALUE",
1689
+ * ValueForMultipleValues: "STRING_VALUE",
1690
+ * },
1647
1691
  * },
1648
1692
  * },
1649
1693
  * },
@@ -1665,6 +1709,10 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
1665
1709
  * NumericalAggregationFunction: "<NumericalAggregationFunction>",
1666
1710
  * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1667
1711
  * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1712
+ * AttributeAggregationFunction: {
1713
+ * SimpleAttributeAggregation: "UNIQUE_VALUE",
1714
+ * ValueForMultipleValues: "STRING_VALUE",
1715
+ * },
1668
1716
  * },
1669
1717
  * },
1670
1718
  * },
@@ -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 { UpdateDashboardPermissionsRequest, UpdateDashboardPermissionsResponse } from "../models/models_3";
4
+ import { UpdateDashboardPermissionsRequest, UpdateDashboardPermissionsResponse } from "../models/models_4";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
7
  * @public
@@ -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 { UpdateDashboardPublishedVersionRequest, UpdateDashboardPublishedVersionResponse } from "../models/models_3";
4
+ import { UpdateDashboardPublishedVersionRequest, UpdateDashboardPublishedVersionResponse } from "../models/models_4";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
7
  * @public
@@ -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 { UpdateDataSetRequest, UpdateDataSetResponse } from "../models/models_3";
4
+ import { UpdateDataSetRequest, UpdateDataSetResponse } from "../models/models_4";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
7
  * @public
@@ -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 { UpdateDataSetPermissionsRequest, UpdateDataSetPermissionsResponse } from "../models/models_3";
4
+ import { UpdateDataSetPermissionsRequest, UpdateDataSetPermissionsResponse } from "../models/models_4";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
7
  * @public
@@ -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 { UpdateDataSourceRequest, UpdateDataSourceResponse } from "../models/models_3";
4
+ import { UpdateDataSourceRequest, UpdateDataSourceResponse } from "../models/models_4";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
7
  * @public
@@ -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 { UpdateDataSourcePermissionsRequest, UpdateDataSourcePermissionsResponse } from "../models/models_3";
4
+ import { UpdateDataSourcePermissionsRequest, UpdateDataSourcePermissionsResponse } from "../models/models_4";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
7
  * @public
@@ -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 { UpdateFolderRequest, UpdateFolderResponse } from "../models/models_3";
4
+ import { UpdateFolderRequest, UpdateFolderResponse } from "../models/models_4";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
7
  * @public
@@ -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 { UpdateFolderPermissionsRequest, UpdateFolderPermissionsResponse } from "../models/models_3";
4
+ import { UpdateFolderPermissionsRequest, UpdateFolderPermissionsResponse } from "../models/models_4";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
7
  * @public
@@ -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 { UpdateGroupRequest, UpdateGroupResponse } from "../models/models_3";
4
+ import { UpdateGroupRequest, UpdateGroupResponse } from "../models/models_4";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
7
  * @public
@@ -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 { UpdateIAMPolicyAssignmentRequest, UpdateIAMPolicyAssignmentResponse } from "../models/models_3";
4
+ import { UpdateIAMPolicyAssignmentRequest, UpdateIAMPolicyAssignmentResponse } from "../models/models_4";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
7
  * @public
@@ -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 { UpdateIpRestrictionRequest, UpdateIpRestrictionResponse } from "../models/models_3";
4
+ import { UpdateIpRestrictionRequest, UpdateIpRestrictionResponse } from "../models/models_4";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
7
  * @public
@@ -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 { UpdatePublicSharingSettingsRequest, UpdatePublicSharingSettingsResponse } from "../models/models_3";
4
+ import { UpdatePublicSharingSettingsRequest, UpdatePublicSharingSettingsResponse } from "../models/models_4";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
7
  * @public
@@ -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 { UpdateRefreshScheduleRequest, UpdateRefreshScheduleResponse } from "../models/models_3";
4
+ import { UpdateRefreshScheduleRequest, UpdateRefreshScheduleResponse } from "../models/models_4";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
7
  * @public
@@ -1,8 +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 { UpdateTemplateAliasRequest } from "../models/models_3";
5
- import { UpdateTemplateAliasResponse } from "../models/models_4";
4
+ import { UpdateTemplateAliasRequest, UpdateTemplateAliasResponse } from "../models/models_4";
6
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
7
6
  /**
8
7
  * @public