@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
@@ -130,6 +130,10 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
130
130
  * CustomLabel: "STRING_VALUE",
131
131
  * },
132
132
  * DateTimeFormat: "STRING_VALUE",
133
+ * InfoIconLabelOptions: { // SheetControlInfoIconLabelOptions
134
+ * Visibility: "HIDDEN" || "VISIBLE",
135
+ * InfoIconText: "STRING_VALUE",
136
+ * },
133
137
  * },
134
138
  * },
135
139
  * List: { // ParameterListControl
@@ -158,6 +162,10 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
158
162
  * },
159
163
  * CustomLabel: "STRING_VALUE",
160
164
  * },
165
+ * InfoIconLabelOptions: {
166
+ * Visibility: "HIDDEN" || "VISIBLE",
167
+ * InfoIconText: "STRING_VALUE",
168
+ * },
161
169
  * },
162
170
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
163
171
  * SelectableValues: { // ParameterSelectableValues
@@ -204,6 +212,10 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
204
212
  * },
205
213
  * CustomLabel: "STRING_VALUE",
206
214
  * },
215
+ * InfoIconLabelOptions: {
216
+ * Visibility: "HIDDEN" || "VISIBLE",
217
+ * InfoIconText: "STRING_VALUE",
218
+ * },
207
219
  * },
208
220
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
209
221
  * SelectableValues: {
@@ -250,6 +262,10 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
250
262
  * PlaceholderOptions: { // TextControlPlaceholderOptions
251
263
  * Visibility: "HIDDEN" || "VISIBLE",
252
264
  * },
265
+ * InfoIconLabelOptions: {
266
+ * Visibility: "HIDDEN" || "VISIBLE",
267
+ * InfoIconText: "STRING_VALUE",
268
+ * },
253
269
  * },
254
270
  * },
255
271
  * TextArea: { // ParameterTextAreaControl
@@ -276,6 +292,10 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
276
292
  * PlaceholderOptions: {
277
293
  * Visibility: "HIDDEN" || "VISIBLE",
278
294
  * },
295
+ * InfoIconLabelOptions: {
296
+ * Visibility: "HIDDEN" || "VISIBLE",
297
+ * InfoIconText: "STRING_VALUE",
298
+ * },
279
299
  * },
280
300
  * },
281
301
  * Slider: { // ParameterSliderControl
@@ -284,6 +304,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
284
304
  * SourceParameterName: "STRING_VALUE", // required
285
305
  * DisplayOptions: { // SliderControlDisplayOptions
286
306
  * TitleOptions: "<LabelOptions>",
307
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
287
308
  * },
288
309
  * MaximumValue: Number("double"), // required
289
310
  * MinimumValue: Number("double"), // required
@@ -300,6 +321,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
300
321
  * DisplayOptions: {
301
322
  * TitleOptions: "<LabelOptions>",
302
323
  * DateTimeFormat: "STRING_VALUE",
324
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
303
325
  * },
304
326
  * Type: "SINGLE_VALUED" || "DATE_RANGE",
305
327
  * },
@@ -315,6 +337,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
315
337
  * Visibility: "HIDDEN" || "VISIBLE",
316
338
  * },
317
339
  * TitleOptions: "<LabelOptions>",
340
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
318
341
  * },
319
342
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
320
343
  * SelectableValues: { // FilterSelectableValues
@@ -343,6 +366,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
343
366
  * Visibility: "HIDDEN" || "VISIBLE",
344
367
  * },
345
368
  * TitleOptions: "<LabelOptions>",
369
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
346
370
  * },
347
371
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
348
372
  * SelectableValues: {
@@ -368,6 +392,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
368
392
  * PlaceholderOptions: {
369
393
  * Visibility: "HIDDEN" || "VISIBLE",
370
394
  * },
395
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
371
396
  * },
372
397
  * },
373
398
  * TextArea: { // FilterTextAreaControl
@@ -380,6 +405,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
380
405
  * PlaceholderOptions: {
381
406
  * Visibility: "HIDDEN" || "VISIBLE",
382
407
  * },
408
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
383
409
  * },
384
410
  * },
385
411
  * Slider: { // FilterSliderControl
@@ -388,6 +414,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
388
414
  * SourceFilterId: "STRING_VALUE", // required
389
415
  * DisplayOptions: {
390
416
  * TitleOptions: "<LabelOptions>",
417
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
391
418
  * },
392
419
  * Type: "SINGLE_POINT" || "RANGE",
393
420
  * MaximumValue: Number("double"), // required
@@ -401,6 +428,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
401
428
  * DisplayOptions: { // RelativeDateTimeControlDisplayOptions
402
429
  * TitleOptions: "<LabelOptions>",
403
430
  * DateTimeFormat: "STRING_VALUE",
431
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
404
432
  * },
405
433
  * },
406
434
  * },
@@ -741,6 +769,10 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
741
769
  * },
742
770
  * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
743
771
  * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
772
+ * AttributeAggregationFunction: { // AttributeAggregationFunction
773
+ * SimpleAttributeAggregation: "UNIQUE_VALUE",
774
+ * ValueForMultipleValues: "STRING_VALUE",
775
+ * },
744
776
  * },
745
777
  * },
746
778
  * },
@@ -1201,6 +1233,10 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
1201
1233
  * },
1202
1234
  * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1203
1235
  * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1236
+ * AttributeAggregationFunction: {
1237
+ * SimpleAttributeAggregation: "UNIQUE_VALUE",
1238
+ * ValueForMultipleValues: "STRING_VALUE",
1239
+ * },
1204
1240
  * },
1205
1241
  * },
1206
1242
  * DataPath: { // DataPathSort
@@ -1592,6 +1628,10 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
1592
1628
  * NumericalAggregationFunction: "<NumericalAggregationFunction>",
1593
1629
  * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1594
1630
  * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1631
+ * AttributeAggregationFunction: {
1632
+ * SimpleAttributeAggregation: "UNIQUE_VALUE",
1633
+ * ValueForMultipleValues: "STRING_VALUE",
1634
+ * },
1595
1635
  * },
1596
1636
  * },
1597
1637
  * },
@@ -1613,6 +1653,10 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
1613
1653
  * NumericalAggregationFunction: "<NumericalAggregationFunction>",
1614
1654
  * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1615
1655
  * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1656
+ * AttributeAggregationFunction: {
1657
+ * SimpleAttributeAggregation: "UNIQUE_VALUE",
1658
+ * ValueForMultipleValues: "STRING_VALUE",
1659
+ * },
1616
1660
  * },
1617
1661
  * },
1618
1662
  * },
@@ -1634,6 +1678,10 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
1634
1678
  * NumericalAggregationFunction: "<NumericalAggregationFunction>",
1635
1679
  * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1636
1680
  * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1681
+ * AttributeAggregationFunction: {
1682
+ * SimpleAttributeAggregation: "UNIQUE_VALUE",
1683
+ * ValueForMultipleValues: "STRING_VALUE",
1684
+ * },
1637
1685
  * },
1638
1686
  * },
1639
1687
  * },
@@ -176,6 +176,10 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
176
176
  * CustomLabel: "STRING_VALUE",
177
177
  * },
178
178
  * DateTimeFormat: "STRING_VALUE",
179
+ * InfoIconLabelOptions: { // SheetControlInfoIconLabelOptions
180
+ * Visibility: "HIDDEN" || "VISIBLE",
181
+ * InfoIconText: "STRING_VALUE",
182
+ * },
179
183
  * },
180
184
  * },
181
185
  * List: { // ParameterListControl
@@ -204,6 +208,10 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
204
208
  * },
205
209
  * CustomLabel: "STRING_VALUE",
206
210
  * },
211
+ * InfoIconLabelOptions: {
212
+ * Visibility: "HIDDEN" || "VISIBLE",
213
+ * InfoIconText: "STRING_VALUE",
214
+ * },
207
215
  * },
208
216
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
209
217
  * SelectableValues: { // ParameterSelectableValues
@@ -250,6 +258,10 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
250
258
  * },
251
259
  * CustomLabel: "STRING_VALUE",
252
260
  * },
261
+ * InfoIconLabelOptions: {
262
+ * Visibility: "HIDDEN" || "VISIBLE",
263
+ * InfoIconText: "STRING_VALUE",
264
+ * },
253
265
  * },
254
266
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
255
267
  * SelectableValues: {
@@ -296,6 +308,10 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
296
308
  * PlaceholderOptions: { // TextControlPlaceholderOptions
297
309
  * Visibility: "HIDDEN" || "VISIBLE",
298
310
  * },
311
+ * InfoIconLabelOptions: {
312
+ * Visibility: "HIDDEN" || "VISIBLE",
313
+ * InfoIconText: "STRING_VALUE",
314
+ * },
299
315
  * },
300
316
  * },
301
317
  * TextArea: { // ParameterTextAreaControl
@@ -322,6 +338,10 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
322
338
  * PlaceholderOptions: {
323
339
  * Visibility: "HIDDEN" || "VISIBLE",
324
340
  * },
341
+ * InfoIconLabelOptions: {
342
+ * Visibility: "HIDDEN" || "VISIBLE",
343
+ * InfoIconText: "STRING_VALUE",
344
+ * },
325
345
  * },
326
346
  * },
327
347
  * Slider: { // ParameterSliderControl
@@ -330,6 +350,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
330
350
  * SourceParameterName: "STRING_VALUE", // required
331
351
  * DisplayOptions: { // SliderControlDisplayOptions
332
352
  * TitleOptions: "<LabelOptions>",
353
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
333
354
  * },
334
355
  * MaximumValue: Number("double"), // required
335
356
  * MinimumValue: Number("double"), // required
@@ -346,6 +367,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
346
367
  * DisplayOptions: {
347
368
  * TitleOptions: "<LabelOptions>",
348
369
  * DateTimeFormat: "STRING_VALUE",
370
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
349
371
  * },
350
372
  * Type: "SINGLE_VALUED" || "DATE_RANGE",
351
373
  * },
@@ -361,6 +383,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
361
383
  * Visibility: "HIDDEN" || "VISIBLE",
362
384
  * },
363
385
  * TitleOptions: "<LabelOptions>",
386
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
364
387
  * },
365
388
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
366
389
  * SelectableValues: { // FilterSelectableValues
@@ -389,6 +412,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
389
412
  * Visibility: "HIDDEN" || "VISIBLE",
390
413
  * },
391
414
  * TitleOptions: "<LabelOptions>",
415
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
392
416
  * },
393
417
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
394
418
  * SelectableValues: {
@@ -414,6 +438,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
414
438
  * PlaceholderOptions: {
415
439
  * Visibility: "HIDDEN" || "VISIBLE",
416
440
  * },
441
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
417
442
  * },
418
443
  * },
419
444
  * TextArea: { // FilterTextAreaControl
@@ -426,6 +451,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
426
451
  * PlaceholderOptions: {
427
452
  * Visibility: "HIDDEN" || "VISIBLE",
428
453
  * },
454
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
429
455
  * },
430
456
  * },
431
457
  * Slider: { // FilterSliderControl
@@ -434,6 +460,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
434
460
  * SourceFilterId: "STRING_VALUE", // required
435
461
  * DisplayOptions: {
436
462
  * TitleOptions: "<LabelOptions>",
463
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
437
464
  * },
438
465
  * Type: "SINGLE_POINT" || "RANGE",
439
466
  * MaximumValue: Number("double"), // required
@@ -447,6 +474,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
447
474
  * DisplayOptions: { // RelativeDateTimeControlDisplayOptions
448
475
  * TitleOptions: "<LabelOptions>",
449
476
  * DateTimeFormat: "STRING_VALUE",
477
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
450
478
  * },
451
479
  * },
452
480
  * },
@@ -787,6 +815,10 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
787
815
  * },
788
816
  * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
789
817
  * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
818
+ * AttributeAggregationFunction: { // AttributeAggregationFunction
819
+ * SimpleAttributeAggregation: "UNIQUE_VALUE",
820
+ * ValueForMultipleValues: "STRING_VALUE",
821
+ * },
790
822
  * },
791
823
  * },
792
824
  * },
@@ -1247,6 +1279,10 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
1247
1279
  * },
1248
1280
  * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1249
1281
  * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1282
+ * AttributeAggregationFunction: {
1283
+ * SimpleAttributeAggregation: "UNIQUE_VALUE",
1284
+ * ValueForMultipleValues: "STRING_VALUE",
1285
+ * },
1250
1286
  * },
1251
1287
  * },
1252
1288
  * DataPath: { // DataPathSort
@@ -1638,6 +1674,10 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
1638
1674
  * NumericalAggregationFunction: "<NumericalAggregationFunction>",
1639
1675
  * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1640
1676
  * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1677
+ * AttributeAggregationFunction: {
1678
+ * SimpleAttributeAggregation: "UNIQUE_VALUE",
1679
+ * ValueForMultipleValues: "STRING_VALUE",
1680
+ * },
1641
1681
  * },
1642
1682
  * },
1643
1683
  * },
@@ -1659,6 +1699,10 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
1659
1699
  * NumericalAggregationFunction: "<NumericalAggregationFunction>",
1660
1700
  * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1661
1701
  * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1702
+ * AttributeAggregationFunction: {
1703
+ * SimpleAttributeAggregation: "UNIQUE_VALUE",
1704
+ * ValueForMultipleValues: "STRING_VALUE",
1705
+ * },
1662
1706
  * },
1663
1707
  * },
1664
1708
  * },
@@ -1680,6 +1724,10 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
1680
1724
  * NumericalAggregationFunction: "<NumericalAggregationFunction>",
1681
1725
  * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1682
1726
  * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1727
+ * AttributeAggregationFunction: {
1728
+ * SimpleAttributeAggregation: "UNIQUE_VALUE",
1729
+ * ValueForMultipleValues: "STRING_VALUE",
1730
+ * },
1683
1731
  * },
1684
1732
  * },
1685
1733
  * },
@@ -124,6 +124,10 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
124
124
  * CustomLabel: "STRING_VALUE",
125
125
  * },
126
126
  * DateTimeFormat: "STRING_VALUE",
127
+ * InfoIconLabelOptions: { // SheetControlInfoIconLabelOptions
128
+ * Visibility: "HIDDEN" || "VISIBLE",
129
+ * InfoIconText: "STRING_VALUE",
130
+ * },
127
131
  * },
128
132
  * },
129
133
  * List: { // ParameterListControl
@@ -152,6 +156,10 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
152
156
  * },
153
157
  * CustomLabel: "STRING_VALUE",
154
158
  * },
159
+ * InfoIconLabelOptions: {
160
+ * Visibility: "HIDDEN" || "VISIBLE",
161
+ * InfoIconText: "STRING_VALUE",
162
+ * },
155
163
  * },
156
164
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
157
165
  * SelectableValues: { // ParameterSelectableValues
@@ -198,6 +206,10 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
198
206
  * },
199
207
  * CustomLabel: "STRING_VALUE",
200
208
  * },
209
+ * InfoIconLabelOptions: {
210
+ * Visibility: "HIDDEN" || "VISIBLE",
211
+ * InfoIconText: "STRING_VALUE",
212
+ * },
201
213
  * },
202
214
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
203
215
  * SelectableValues: {
@@ -244,6 +256,10 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
244
256
  * PlaceholderOptions: { // TextControlPlaceholderOptions
245
257
  * Visibility: "HIDDEN" || "VISIBLE",
246
258
  * },
259
+ * InfoIconLabelOptions: {
260
+ * Visibility: "HIDDEN" || "VISIBLE",
261
+ * InfoIconText: "STRING_VALUE",
262
+ * },
247
263
  * },
248
264
  * },
249
265
  * TextArea: { // ParameterTextAreaControl
@@ -270,6 +286,10 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
270
286
  * PlaceholderOptions: {
271
287
  * Visibility: "HIDDEN" || "VISIBLE",
272
288
  * },
289
+ * InfoIconLabelOptions: {
290
+ * Visibility: "HIDDEN" || "VISIBLE",
291
+ * InfoIconText: "STRING_VALUE",
292
+ * },
273
293
  * },
274
294
  * },
275
295
  * Slider: { // ParameterSliderControl
@@ -278,6 +298,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
278
298
  * SourceParameterName: "STRING_VALUE", // required
279
299
  * DisplayOptions: { // SliderControlDisplayOptions
280
300
  * TitleOptions: "<LabelOptions>",
301
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
281
302
  * },
282
303
  * MaximumValue: Number("double"), // required
283
304
  * MinimumValue: Number("double"), // required
@@ -294,6 +315,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
294
315
  * DisplayOptions: {
295
316
  * TitleOptions: "<LabelOptions>",
296
317
  * DateTimeFormat: "STRING_VALUE",
318
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
297
319
  * },
298
320
  * Type: "SINGLE_VALUED" || "DATE_RANGE",
299
321
  * },
@@ -309,6 +331,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
309
331
  * Visibility: "HIDDEN" || "VISIBLE",
310
332
  * },
311
333
  * TitleOptions: "<LabelOptions>",
334
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
312
335
  * },
313
336
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
314
337
  * SelectableValues: { // FilterSelectableValues
@@ -337,6 +360,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
337
360
  * Visibility: "HIDDEN" || "VISIBLE",
338
361
  * },
339
362
  * TitleOptions: "<LabelOptions>",
363
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
340
364
  * },
341
365
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
342
366
  * SelectableValues: {
@@ -362,6 +386,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
362
386
  * PlaceholderOptions: {
363
387
  * Visibility: "HIDDEN" || "VISIBLE",
364
388
  * },
389
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
365
390
  * },
366
391
  * },
367
392
  * TextArea: { // FilterTextAreaControl
@@ -374,6 +399,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
374
399
  * PlaceholderOptions: {
375
400
  * Visibility: "HIDDEN" || "VISIBLE",
376
401
  * },
402
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
377
403
  * },
378
404
  * },
379
405
  * Slider: { // FilterSliderControl
@@ -382,6 +408,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
382
408
  * SourceFilterId: "STRING_VALUE", // required
383
409
  * DisplayOptions: {
384
410
  * TitleOptions: "<LabelOptions>",
411
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
385
412
  * },
386
413
  * Type: "SINGLE_POINT" || "RANGE",
387
414
  * MaximumValue: Number("double"), // required
@@ -395,6 +422,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
395
422
  * DisplayOptions: { // RelativeDateTimeControlDisplayOptions
396
423
  * TitleOptions: "<LabelOptions>",
397
424
  * DateTimeFormat: "STRING_VALUE",
425
+ * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
398
426
  * },
399
427
  * },
400
428
  * },
@@ -735,6 +763,10 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
735
763
  * },
736
764
  * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
737
765
  * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
766
+ * AttributeAggregationFunction: { // AttributeAggregationFunction
767
+ * SimpleAttributeAggregation: "UNIQUE_VALUE",
768
+ * ValueForMultipleValues: "STRING_VALUE",
769
+ * },
738
770
  * },
739
771
  * },
740
772
  * },
@@ -1195,6 +1227,10 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
1195
1227
  * },
1196
1228
  * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1197
1229
  * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1230
+ * AttributeAggregationFunction: {
1231
+ * SimpleAttributeAggregation: "UNIQUE_VALUE",
1232
+ * ValueForMultipleValues: "STRING_VALUE",
1233
+ * },
1198
1234
  * },
1199
1235
  * },
1200
1236
  * DataPath: { // DataPathSort
@@ -1586,6 +1622,10 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
1586
1622
  * NumericalAggregationFunction: "<NumericalAggregationFunction>",
1587
1623
  * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1588
1624
  * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1625
+ * AttributeAggregationFunction: {
1626
+ * SimpleAttributeAggregation: "UNIQUE_VALUE",
1627
+ * ValueForMultipleValues: "STRING_VALUE",
1628
+ * },
1589
1629
  * },
1590
1630
  * },
1591
1631
  * },
@@ -1607,6 +1647,10 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
1607
1647
  * NumericalAggregationFunction: "<NumericalAggregationFunction>",
1608
1648
  * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1609
1649
  * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1650
+ * AttributeAggregationFunction: {
1651
+ * SimpleAttributeAggregation: "UNIQUE_VALUE",
1652
+ * ValueForMultipleValues: "STRING_VALUE",
1653
+ * },
1610
1654
  * },
1611
1655
  * },
1612
1656
  * },
@@ -1628,6 +1672,10 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
1628
1672
  * NumericalAggregationFunction: "<NumericalAggregationFunction>",
1629
1673
  * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1630
1674
  * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1675
+ * AttributeAggregationFunction: {
1676
+ * SimpleAttributeAggregation: "UNIQUE_VALUE",
1677
+ * ValueForMultipleValues: "STRING_VALUE",
1678
+ * },
1631
1679
  * },
1632
1680
  * },
1633
1681
  * },
@@ -65,6 +65,12 @@ export interface DeleteAccountCustomizationCommandOutput extends DeleteAccountCu
65
65
  * @throws {@link InvalidParameterValueException} (client fault)
66
66
  * <p>One or more parameters has a value that isn't valid.</p>
67
67
  *
68
+ * @throws {@link LimitExceededException} (client fault)
69
+ * <p>A limit is exceeded.</p>
70
+ *
71
+ * @throws {@link PreconditionNotMetException} (client fault)
72
+ * <p>One or more preconditions aren't met.</p>
73
+ *
68
74
  * @throws {@link ResourceNotFoundException} (client fault)
69
75
  * <p>One or more resources can't be found.</p>
70
76
  *
@@ -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 { DeleteAccountSubscriptionRequest, DeleteAccountSubscriptionResponse } from "../models/models_2";
4
+ import { DeleteAccountSubscriptionRequest, DeleteAccountSubscriptionResponse } from "../models/models_3";
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 { DeleteAnalysisRequest, DeleteAnalysisResponse } from "../models/models_2";
4
+ import { DeleteAnalysisRequest, DeleteAnalysisResponse } from "../models/models_3";
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 { DeleteDashboardRequest, DeleteDashboardResponse } from "../models/models_2";
4
+ import { DeleteDashboardRequest, DeleteDashboardResponse } from "../models/models_3";
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 { DeleteDataSetRequest, DeleteDataSetResponse } from "../models/models_2";
4
+ import { DeleteDataSetRequest, DeleteDataSetResponse } from "../models/models_3";
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 { DeleteDataSetRefreshPropertiesRequest, DeleteDataSetRefreshPropertiesResponse } from "../models/models_2";
4
+ import { DeleteDataSetRefreshPropertiesRequest, DeleteDataSetRefreshPropertiesResponse } from "../models/models_3";
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 { DeleteDataSourceRequest, DeleteDataSourceResponse } from "../models/models_2";
4
+ import { DeleteDataSourceRequest, DeleteDataSourceResponse } from "../models/models_3";
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 { DeleteFolderRequest } from "../models/models_2";
5
- import { DeleteFolderResponse } from "../models/models_3";
4
+ import { DeleteFolderRequest, DeleteFolderResponse } from "../models/models_3";
6
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
7
6
  /**
8
7
  * @public