@aws-sdk/client-quicksight 3.1031.0 → 3.1032.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 (53) hide show
  1. package/dist-cjs/index.js +7 -0
  2. package/dist-cjs/schemas/schemas_0.js +90 -56
  3. package/dist-es/models/enums.js +6 -0
  4. package/dist-es/schemas/schemas_0.js +58 -24
  5. package/dist-types/commands/CreateAnalysisCommand.d.ts +136 -71
  6. package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +1 -0
  7. package/dist-types/commands/CreateDashboardCommand.d.ts +136 -71
  8. package/dist-types/commands/CreateDataSourceCommand.d.ts +9 -1
  9. package/dist-types/commands/CreateTemplateCommand.d.ts +136 -71
  10. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +136 -71
  11. package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +4 -0
  12. package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +1 -0
  13. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +136 -71
  14. package/dist-types/commands/DescribeDataSourceCommand.d.ts +9 -1
  15. package/dist-types/commands/DescribeRoleCustomPermissionCommand.d.ts +2 -1
  16. package/dist-types/commands/DescribeSelfUpgradeConfigurationCommand.d.ts +1 -1
  17. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +136 -71
  18. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +6 -0
  19. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +6 -0
  20. package/dist-types/commands/ListCustomPermissionsCommand.d.ts +1 -0
  21. package/dist-types/commands/ListDataSourcesCommand.d.ts +9 -1
  22. package/dist-types/commands/SearchDataSourcesCommand.d.ts +1 -1
  23. package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +4 -0
  24. package/dist-types/commands/UpdateAnalysisCommand.d.ts +136 -71
  25. package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +1 -0
  26. package/dist-types/commands/UpdateDashboardCommand.d.ts +136 -71
  27. package/dist-types/commands/UpdateDataSourceCommand.d.ts +8 -0
  28. package/dist-types/commands/UpdateTemplateCommand.d.ts +136 -71
  29. package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +2 -1
  30. package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
  31. package/dist-types/commands/UpdateUserCustomPermissionCommand.d.ts +1 -2
  32. package/dist-types/models/enums.d.ts +14 -0
  33. package/dist-types/models/models_0.d.ts +72 -43
  34. package/dist-types/models/models_1.d.ts +43 -109
  35. package/dist-types/models/models_2.d.ts +207 -60
  36. package/dist-types/models/models_3.d.ts +69 -78
  37. package/dist-types/models/models_4.d.ts +87 -210
  38. package/dist-types/models/models_5.d.ts +211 -1
  39. package/dist-types/schemas/schemas_0.d.ts +4 -0
  40. package/dist-types/ts3.4/commands/DescribeRoleCustomPermissionCommand.d.ts +2 -4
  41. package/dist-types/ts3.4/commands/DescribeSelfUpgradeConfigurationCommand.d.ts +1 -1
  42. package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +2 -4
  43. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/UpdateUserCustomPermissionCommand.d.ts +4 -2
  45. package/dist-types/ts3.4/models/enums.d.ts +8 -0
  46. package/dist-types/ts3.4/models/models_0.d.ts +14 -10
  47. package/dist-types/ts3.4/models/models_1.d.ts +11 -25
  48. package/dist-types/ts3.4/models/models_2.d.ts +107 -15
  49. package/dist-types/ts3.4/models/models_3.d.ts +19 -21
  50. package/dist-types/ts3.4/models/models_4.d.ts +24 -30
  51. package/dist-types/ts3.4/models/models_5.d.ts +32 -0
  52. package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -0
  53. package/package.json +5 -5
@@ -167,6 +167,34 @@ declare const DescribeDashboardDefinitionCommand_base: {
167
167
  * // },
168
168
  * // ],
169
169
  * // },
170
+ * // ControlSortConfigurations: [ // ControlSortConfigurationList
171
+ * // { // ControlSortConfiguration
172
+ * // SelectableValuesSort: { // SelectableValuesSort
173
+ * // Direction: "ASC" || "DESC" || "USER_DEFINED_ORDER", // required
174
+ * // },
175
+ * // ControlColumnSort: { // AggregationSortConfiguration
176
+ * // Column: {
177
+ * // DataSetIdentifier: "STRING_VALUE", // required
178
+ * // ColumnName: "STRING_VALUE", // required
179
+ * // },
180
+ * // SortDirection: "ASC" || "DESC", // required
181
+ * // AggregationFunction: { // AggregationFunction
182
+ * // NumericalAggregationFunction: { // NumericalAggregationFunction
183
+ * // SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
184
+ * // PercentileAggregation: { // PercentileAggregation
185
+ * // PercentileValue: Number("double"),
186
+ * // },
187
+ * // },
188
+ * // CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
189
+ * // DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
190
+ * // AttributeAggregationFunction: { // AttributeAggregationFunction
191
+ * // SimpleAttributeAggregation: "UNIQUE_VALUE",
192
+ * // ValueForMultipleValues: "STRING_VALUE",
193
+ * // },
194
+ * // },
195
+ * // },
196
+ * // },
197
+ * // ],
170
198
  * // },
171
199
  * // Dropdown: { // ParameterDropDownControl
172
200
  * // ParameterControlId: "STRING_VALUE", // required
@@ -220,6 +248,31 @@ declare const DescribeDashboardDefinitionCommand_base: {
220
248
  * // ],
221
249
  * // },
222
250
  * // CommitMode: "AUTO" || "MANUAL",
251
+ * // ControlSortConfigurations: [
252
+ * // {
253
+ * // SelectableValuesSort: {
254
+ * // Direction: "ASC" || "DESC" || "USER_DEFINED_ORDER", // required
255
+ * // },
256
+ * // ControlColumnSort: {
257
+ * // Column: "<ColumnIdentifier>", // required
258
+ * // SortDirection: "ASC" || "DESC", // required
259
+ * // AggregationFunction: {
260
+ * // NumericalAggregationFunction: {
261
+ * // SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
262
+ * // PercentileAggregation: {
263
+ * // PercentileValue: Number("double"),
264
+ * // },
265
+ * // },
266
+ * // CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
267
+ * // DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
268
+ * // AttributeAggregationFunction: {
269
+ * // SimpleAttributeAggregation: "UNIQUE_VALUE",
270
+ * // ValueForMultipleValues: "STRING_VALUE",
271
+ * // },
272
+ * // },
273
+ * // },
274
+ * // },
275
+ * // ],
223
276
  * // },
224
277
  * // TextField: { // ParameterTextFieldControl
225
278
  * // ParameterControlId: "STRING_VALUE", // required
@@ -338,13 +391,35 @@ declare const DescribeDashboardDefinitionCommand_base: {
338
391
  * // SourceControls: [
339
392
  * // {
340
393
  * // SourceSheetControlId: "STRING_VALUE",
341
- * // ColumnToMatch: {
342
- * // DataSetIdentifier: "STRING_VALUE", // required
343
- * // ColumnName: "STRING_VALUE", // required
344
- * // },
394
+ * // ColumnToMatch: "<ColumnIdentifier>",
345
395
  * // },
346
396
  * // ],
347
397
  * // },
398
+ * // ControlSortConfigurations: [
399
+ * // {
400
+ * // SelectableValuesSort: {
401
+ * // Direction: "ASC" || "DESC" || "USER_DEFINED_ORDER", // required
402
+ * // },
403
+ * // ControlColumnSort: {
404
+ * // Column: "<ColumnIdentifier>", // required
405
+ * // SortDirection: "ASC" || "DESC", // required
406
+ * // AggregationFunction: {
407
+ * // NumericalAggregationFunction: {
408
+ * // SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
409
+ * // PercentileAggregation: {
410
+ * // PercentileValue: Number("double"),
411
+ * // },
412
+ * // },
413
+ * // CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
414
+ * // DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
415
+ * // AttributeAggregationFunction: {
416
+ * // SimpleAttributeAggregation: "UNIQUE_VALUE",
417
+ * // ValueForMultipleValues: "STRING_VALUE",
418
+ * // },
419
+ * // },
420
+ * // },
421
+ * // },
422
+ * // ],
348
423
  * // },
349
424
  * // Dropdown: { // FilterDropDownControl
350
425
  * // FilterControlId: "STRING_VALUE", // required
@@ -372,6 +447,31 @@ declare const DescribeDashboardDefinitionCommand_base: {
372
447
  * // ],
373
448
  * // },
374
449
  * // CommitMode: "AUTO" || "MANUAL",
450
+ * // ControlSortConfigurations: [
451
+ * // {
452
+ * // SelectableValuesSort: {
453
+ * // Direction: "ASC" || "DESC" || "USER_DEFINED_ORDER", // required
454
+ * // },
455
+ * // ControlColumnSort: {
456
+ * // Column: "<ColumnIdentifier>", // required
457
+ * // SortDirection: "ASC" || "DESC", // required
458
+ * // AggregationFunction: {
459
+ * // NumericalAggregationFunction: {
460
+ * // SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
461
+ * // PercentileAggregation: {
462
+ * // PercentileValue: Number("double"),
463
+ * // },
464
+ * // },
465
+ * // CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
466
+ * // DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
467
+ * // AttributeAggregationFunction: {
468
+ * // SimpleAttributeAggregation: "UNIQUE_VALUE",
469
+ * // ValueForMultipleValues: "STRING_VALUE",
470
+ * // },
471
+ * // },
472
+ * // },
473
+ * // },
474
+ * // ],
375
475
  * // },
376
476
  * // TextField: { // FilterTextFieldControl
377
477
  * // FilterControlId: "STRING_VALUE", // required
@@ -643,9 +743,9 @@ declare const DescribeDashboardDefinitionCommand_base: {
643
743
  * // NumericalMeasureField: { // NumericalMeasureField
644
744
  * // FieldId: "STRING_VALUE", // required
645
745
  * // Column: "<ColumnIdentifier>", // required
646
- * // AggregationFunction: { // NumericalAggregationFunction
746
+ * // AggregationFunction: {
647
747
  * // SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
648
- * // PercentileAggregation: { // PercentileAggregation
748
+ * // PercentileAggregation: {
649
749
  * // PercentileValue: Number("double"),
650
750
  * // },
651
751
  * // },
@@ -768,16 +868,11 @@ declare const DescribeDashboardDefinitionCommand_base: {
768
868
  * // ColumnSort: { // ColumnSort
769
869
  * // SortBy: "<ColumnIdentifier>", // required
770
870
  * // Direction: "ASC" || "DESC", // required
771
- * // AggregationFunction: { // AggregationFunction
772
- * // NumericalAggregationFunction: {
773
- * // SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
774
- * // PercentileAggregation: {
775
- * // PercentileValue: Number("double"),
776
- * // },
777
- * // },
871
+ * // AggregationFunction: {
872
+ * // NumericalAggregationFunction: "<NumericalAggregationFunction>",
778
873
  * // CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
779
874
  * // DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
780
- * // AttributeAggregationFunction: { // AttributeAggregationFunction
875
+ * // AttributeAggregationFunction: {
781
876
  * // SimpleAttributeAggregation: "UNIQUE_VALUE",
782
877
  * // ValueForMultipleValues: "STRING_VALUE",
783
878
  * // },
@@ -1024,20 +1119,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
1024
1119
  * // Column: "<ColumnIdentifier>", // required
1025
1120
  * // Label: "STRING_VALUE",
1026
1121
  * // Visibility: "HIDDEN" || "VISIBLE",
1027
- * // Aggregation: {
1028
- * // NumericalAggregationFunction: {
1029
- * // SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
1030
- * // PercentileAggregation: {
1031
- * // PercentileValue: Number("double"),
1032
- * // },
1033
- * // },
1034
- * // CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1035
- * // DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1036
- * // AttributeAggregationFunction: {
1037
- * // SimpleAttributeAggregation: "UNIQUE_VALUE",
1038
- * // ValueForMultipleValues: "STRING_VALUE",
1039
- * // },
1040
- * // },
1122
+ * // Aggregation: "<AggregationFunction>",
1041
1123
  * // TooltipTarget: "BOTH" || "BAR" || "LINE",
1042
1124
  * // },
1043
1125
  * // },
@@ -1317,12 +1399,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
1317
1399
  * // NumericalMeasureField: {
1318
1400
  * // FieldId: "STRING_VALUE", // required
1319
1401
  * // Column: "<ColumnIdentifier>", // required
1320
- * // AggregationFunction: {
1321
- * // SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
1322
- * // PercentileAggregation: {
1323
- * // PercentileValue: Number("double"),
1324
- * // },
1325
- * // },
1402
+ * // AggregationFunction: "<NumericalAggregationFunction>",
1326
1403
  * // FormatConfiguration: "<NumberFormatConfiguration>",
1327
1404
  * // },
1328
1405
  * // CategoricalMeasureField: {
@@ -1357,20 +1434,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
1357
1434
  * // Column: {
1358
1435
  * // SortBy: "<ColumnIdentifier>", // required
1359
1436
  * // Direction: "ASC" || "DESC", // required
1360
- * // AggregationFunction: {
1361
- * // NumericalAggregationFunction: {
1362
- * // SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
1363
- * // PercentileAggregation: {
1364
- * // PercentileValue: Number("double"),
1365
- * // },
1366
- * // },
1367
- * // CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1368
- * // DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1369
- * // AttributeAggregationFunction: {
1370
- * // SimpleAttributeAggregation: "UNIQUE_VALUE",
1371
- * // ValueForMultipleValues: "STRING_VALUE",
1372
- * // },
1373
- * // },
1437
+ * // AggregationFunction: "<AggregationFunction>",
1374
1438
  * // },
1375
1439
  * // DataPath: { // DataPathSort
1376
1440
  * // Direction: "ASC" || "DESC", // required
@@ -1576,15 +1640,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
1576
1640
  * // Column: "<ColumnIdentifier>", // required
1577
1641
  * // Label: "STRING_VALUE",
1578
1642
  * // Visibility: "HIDDEN" || "VISIBLE",
1579
- * // Aggregation: {
1580
- * // NumericalAggregationFunction: "<NumericalAggregationFunction>",
1581
- * // CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1582
- * // DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1583
- * // AttributeAggregationFunction: {
1584
- * // SimpleAttributeAggregation: "UNIQUE_VALUE",
1585
- * // ValueForMultipleValues: "STRING_VALUE",
1586
- * // },
1587
- * // },
1643
+ * // Aggregation: "<AggregationFunction>",
1588
1644
  * // TooltipTarget: "BOTH" || "BAR" || "LINE",
1589
1645
  * // },
1590
1646
  * // },
@@ -1824,15 +1880,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
1824
1880
  * // ColumnSort: {
1825
1881
  * // SortBy: "<ColumnIdentifier>", // required
1826
1882
  * // Direction: "ASC" || "DESC", // required
1827
- * // AggregationFunction: {
1828
- * // NumericalAggregationFunction: "<NumericalAggregationFunction>",
1829
- * // CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1830
- * // DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1831
- * // AttributeAggregationFunction: {
1832
- * // SimpleAttributeAggregation: "UNIQUE_VALUE",
1833
- * // ValueForMultipleValues: "STRING_VALUE",
1834
- * // },
1835
- * // },
1883
+ * // AggregationFunction: "<AggregationFunction>",
1836
1884
  * // },
1837
1885
  * // },
1838
1886
  * // ],
@@ -7051,6 +7099,18 @@ declare const DescribeDashboardDefinitionCommand_base: {
7051
7099
  * // "STRING_VALUE",
7052
7100
  * // ],
7053
7101
  * // },
7102
+ * // ControlSortConfigurations: [
7103
+ * // {
7104
+ * // SelectableValuesSort: {
7105
+ * // Direction: "ASC" || "DESC" || "USER_DEFINED_ORDER", // required
7106
+ * // },
7107
+ * // ControlColumnSort: {
7108
+ * // Column: "<ColumnIdentifier>", // required
7109
+ * // SortDirection: "ASC" || "DESC", // required
7110
+ * // AggregationFunction: "<AggregationFunction>",
7111
+ * // },
7112
+ * // },
7113
+ * // ],
7054
7114
  * // },
7055
7115
  * // DefaultDropdownOptions: { // DefaultFilterDropDownControlOptions
7056
7116
  * // DisplayOptions: {
@@ -7063,6 +7123,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
7063
7123
  * // Values: "<ParameterSelectableValueList>",
7064
7124
  * // },
7065
7125
  * // CommitMode: "AUTO" || "MANUAL",
7126
+ * // ControlSortConfigurations: "<ControlSortConfigurationList>",
7066
7127
  * // },
7067
7128
  * // DefaultTextFieldOptions: { // DefaultTextFieldControlOptions
7068
7129
  * // DisplayOptions: {
@@ -7145,6 +7206,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
7145
7206
  * // SelectableValues: {
7146
7207
  * // Values: "<ParameterSelectableValueList>",
7147
7208
  * // },
7209
+ * // ControlSortConfigurations: "<ControlSortConfigurationList>",
7148
7210
  * // },
7149
7211
  * // DefaultDropdownOptions: {
7150
7212
  * // DisplayOptions: {
@@ -7155,6 +7217,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
7155
7217
  * // Type: "MULTI_SELECT" || "SINGLE_SELECT",
7156
7218
  * // SelectableValues: "<FilterSelectableValues>",
7157
7219
  * // CommitMode: "AUTO" || "MANUAL",
7220
+ * // ControlSortConfigurations: "<ControlSortConfigurationList>",
7158
7221
  * // },
7159
7222
  * // DefaultTextFieldOptions: {
7160
7223
  * // DisplayOptions: {
@@ -7226,6 +7289,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
7226
7289
  * // },
7227
7290
  * // Type: "MULTI_SELECT" || "SINGLE_SELECT",
7228
7291
  * // SelectableValues: "<FilterSelectableValues>",
7292
+ * // ControlSortConfigurations: "<ControlSortConfigurationList>",
7229
7293
  * // },
7230
7294
  * // DefaultDropdownOptions: {
7231
7295
  * // DisplayOptions: {
@@ -7236,6 +7300,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
7236
7300
  * // Type: "MULTI_SELECT" || "SINGLE_SELECT",
7237
7301
  * // SelectableValues: "<FilterSelectableValues>",
7238
7302
  * // CommitMode: "AUTO" || "MANUAL",
7303
+ * // ControlSortConfigurations: "<ControlSortConfigurationList>",
7239
7304
  * // },
7240
7305
  * // DefaultTextFieldOptions: {
7241
7306
  * // DisplayOptions: {
@@ -7295,12 +7360,14 @@ declare const DescribeDashboardDefinitionCommand_base: {
7295
7360
  * // DisplayOptions: "<ListControlDisplayOptions>",
7296
7361
  * // Type: "MULTI_SELECT" || "SINGLE_SELECT",
7297
7362
  * // SelectableValues: "<FilterSelectableValues>",
7363
+ * // ControlSortConfigurations: "<ControlSortConfigurationList>",
7298
7364
  * // },
7299
7365
  * // DefaultDropdownOptions: {
7300
7366
  * // DisplayOptions: "<DropDownControlDisplayOptions>",
7301
7367
  * // Type: "MULTI_SELECT" || "SINGLE_SELECT",
7302
7368
  * // SelectableValues: "<FilterSelectableValues>",
7303
7369
  * // CommitMode: "AUTO" || "MANUAL",
7370
+ * // ControlSortConfigurations: "<ControlSortConfigurationList>",
7304
7371
  * // },
7305
7372
  * // DefaultTextFieldOptions: {
7306
7373
  * // DisplayOptions: "<TextFieldControlDisplayOptions>",
@@ -7361,12 +7428,14 @@ declare const DescribeDashboardDefinitionCommand_base: {
7361
7428
  * // DisplayOptions: "<ListControlDisplayOptions>",
7362
7429
  * // Type: "MULTI_SELECT" || "SINGLE_SELECT",
7363
7430
  * // SelectableValues: "<FilterSelectableValues>",
7431
+ * // ControlSortConfigurations: "<ControlSortConfigurationList>",
7364
7432
  * // },
7365
7433
  * // DefaultDropdownOptions: {
7366
7434
  * // DisplayOptions: "<DropDownControlDisplayOptions>",
7367
7435
  * // Type: "MULTI_SELECT" || "SINGLE_SELECT",
7368
7436
  * // SelectableValues: "<FilterSelectableValues>",
7369
7437
  * // CommitMode: "AUTO" || "MANUAL",
7438
+ * // ControlSortConfigurations: "<ControlSortConfigurationList>",
7370
7439
  * // },
7371
7440
  * // DefaultTextFieldOptions: {
7372
7441
  * // DisplayOptions: "<TextFieldControlDisplayOptions>",
@@ -7414,11 +7483,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
7414
7483
  * // Column: "<ColumnIdentifier>", // required
7415
7484
  * // Limit: Number("int"),
7416
7485
  * // AggregationSortConfigurations: [ // AggregationSortConfigurationList // required
7417
- * // { // AggregationSortConfiguration
7418
- * // Column: "<ColumnIdentifier>", // required
7419
- * // SortDirection: "ASC" || "DESC", // required
7420
- * // AggregationFunction: "<AggregationFunction>",
7421
- * // },
7486
+ * // "<AggregationSortConfiguration>",
7422
7487
  * // ],
7423
7488
  * // TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
7424
7489
  * // ParameterName: "STRING_VALUE",
@@ -47,7 +47,7 @@ declare const DescribeDataSourceCommand_base: {
47
47
  * // Arn: "STRING_VALUE",
48
48
  * // DataSourceId: "STRING_VALUE",
49
49
  * // Name: "STRING_VALUE",
50
- * // Type: "ADOBE_ANALYTICS" || "AMAZON_ELASTICSEARCH" || "ATHENA" || "AURORA" || "AURORA_POSTGRESQL" || "AWS_IOT_ANALYTICS" || "GITHUB" || "JIRA" || "MARIADB" || "MYSQL" || "ORACLE" || "POSTGRESQL" || "PRESTO" || "REDSHIFT" || "S3" || "SALESFORCE" || "SERVICENOW" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "TWITTER" || "TIMESTREAM" || "AMAZON_OPENSEARCH" || "EXASOL" || "DATABRICKS" || "STARBURST" || "TRINO" || "BIGQUERY" || "GOOGLESHEETS" || "GOOGLE_DRIVE" || "CONFLUENCE" || "SHAREPOINT" || "ONE_DRIVE" || "WEB_CRAWLER" || "S3_KNOWLEDGE_BASE" || "QBUSINESS",
50
+ * // Type: "ADOBE_ANALYTICS" || "AMAZON_ELASTICSEARCH" || "ATHENA" || "AURORA" || "AURORA_POSTGRESQL" || "AWS_IOT_ANALYTICS" || "GITHUB" || "JIRA" || "MARIADB" || "MYSQL" || "ORACLE" || "POSTGRESQL" || "PRESTO" || "REDSHIFT" || "S3" || "S3_TABLES" || "SALESFORCE" || "SERVICENOW" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "TWITTER" || "TIMESTREAM" || "AMAZON_OPENSEARCH" || "EXASOL" || "DATABRICKS" || "STARBURST" || "TRINO" || "BIGQUERY" || "GOOGLESHEETS" || "GOOGLE_DRIVE" || "CONFLUENCE" || "SHAREPOINT" || "ONE_DRIVE" || "WEB_CRAWLER" || "S3_KNOWLEDGE_BASE" || "QBUSINESS",
51
51
  * // Status: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETED",
52
52
  * // CreatedTime: new Date("TIMESTAMP"),
53
53
  * // LastUpdatedTime: new Date("TIMESTAMP"),
@@ -58,6 +58,7 @@ declare const DescribeDataSourceCommand_base: {
58
58
  * // AthenaParameters: { // AthenaParameters
59
59
  * // WorkGroup: "STRING_VALUE",
60
60
  * // RoleArn: "STRING_VALUE",
61
+ * // ConsumerAccountRoleArn: "STRING_VALUE",
61
62
  * // IdentityCenterConfiguration: { // IdentityCenterConfiguration
62
63
  * // EnableIdentityPropagation: true || false,
63
64
  * // },
@@ -132,6 +133,9 @@ declare const DescribeDataSourceCommand_base: {
132
133
  * // },
133
134
  * // RoleArn: "STRING_VALUE",
134
135
  * // },
136
+ * // S3TablesParameters: { // S3TablesParameters
137
+ * // TableBucketArn: "STRING_VALUE",
138
+ * // },
135
139
  * // S3KnowledgeBaseParameters: { // S3KnowledgeBaseParameters
136
140
  * // RoleArn: "STRING_VALUE",
137
141
  * // BucketUrl: "STRING_VALUE", // required
@@ -244,6 +248,7 @@ declare const DescribeDataSourceCommand_base: {
244
248
  * // AthenaParameters: {
245
249
  * // WorkGroup: "STRING_VALUE",
246
250
  * // RoleArn: "STRING_VALUE",
251
+ * // ConsumerAccountRoleArn: "STRING_VALUE",
247
252
  * // IdentityCenterConfiguration: {
248
253
  * // EnableIdentityPropagation: true || false,
249
254
  * // },
@@ -318,6 +323,9 @@ declare const DescribeDataSourceCommand_base: {
318
323
  * // },
319
324
  * // RoleArn: "STRING_VALUE",
320
325
  * // },
326
+ * // S3TablesParameters: {
327
+ * // TableBucketArn: "STRING_VALUE",
328
+ * // },
321
329
  * // S3KnowledgeBaseParameters: {
322
330
  * // RoleArn: "STRING_VALUE",
323
331
  * // BucketUrl: "STRING_VALUE", // required
@@ -1,6 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DescribeRoleCustomPermissionRequest, DescribeRoleCustomPermissionResponse } from "../models/models_3";
3
+ import type { DescribeRoleCustomPermissionRequest } from "../models/models_3";
4
+ import type { DescribeRoleCustomPermissionResponse } from "../models/models_4";
4
5
  import type { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
6
  /**
6
7
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DescribeSelfUpgradeConfigurationRequest, DescribeSelfUpgradeConfigurationResponse } from "../models/models_3";
3
+ import type { DescribeSelfUpgradeConfigurationRequest, DescribeSelfUpgradeConfigurationResponse } from "../models/models_4";
4
4
  import type { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
5
  /**
6
6
  * @public