@aws-sdk/client-quicksight 3.1031.0 → 3.1033.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 (63) hide show
  1. package/dist-cjs/endpoint/bdd.js +49 -0
  2. package/dist-cjs/endpoint/endpointResolver.js +2 -2
  3. package/dist-cjs/index.js +7 -0
  4. package/dist-cjs/schemas/schemas_0.js +90 -56
  5. package/dist-es/endpoint/bdd.js +46 -0
  6. package/dist-es/endpoint/endpointResolver.js +3 -3
  7. package/dist-es/models/enums.js +6 -0
  8. package/dist-es/schemas/schemas_0.js +58 -24
  9. package/dist-types/commands/CreateAnalysisCommand.d.ts +136 -71
  10. package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +1 -0
  11. package/dist-types/commands/CreateDashboardCommand.d.ts +136 -71
  12. package/dist-types/commands/CreateDataSourceCommand.d.ts +9 -1
  13. package/dist-types/commands/CreateTemplateCommand.d.ts +136 -71
  14. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +136 -71
  15. package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +4 -0
  16. package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +1 -0
  17. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +136 -71
  18. package/dist-types/commands/DescribeDataSourceCommand.d.ts +9 -1
  19. package/dist-types/commands/DescribeRoleCustomPermissionCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeSelfUpgradeConfigurationCommand.d.ts +1 -1
  21. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +136 -71
  22. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +6 -0
  23. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +6 -0
  24. package/dist-types/commands/ListCustomPermissionsCommand.d.ts +1 -0
  25. package/dist-types/commands/ListDataSourcesCommand.d.ts +9 -1
  26. package/dist-types/commands/SearchDataSourcesCommand.d.ts +1 -1
  27. package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +4 -0
  28. package/dist-types/commands/UpdateAnalysisCommand.d.ts +136 -71
  29. package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +1 -0
  30. package/dist-types/commands/UpdateDashboardCommand.d.ts +136 -71
  31. package/dist-types/commands/UpdateDataSourceCommand.d.ts +8 -0
  32. package/dist-types/commands/UpdateTemplateCommand.d.ts +136 -71
  33. package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +2 -1
  34. package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
  35. package/dist-types/commands/UpdateUserCustomPermissionCommand.d.ts +1 -2
  36. package/dist-types/endpoint/bdd.d.ts +2 -0
  37. package/dist-types/models/enums.d.ts +14 -0
  38. package/dist-types/models/models_0.d.ts +72 -43
  39. package/dist-types/models/models_1.d.ts +43 -109
  40. package/dist-types/models/models_2.d.ts +207 -60
  41. package/dist-types/models/models_3.d.ts +69 -78
  42. package/dist-types/models/models_4.d.ts +87 -210
  43. package/dist-types/models/models_5.d.ts +211 -1
  44. package/dist-types/schemas/schemas_0.d.ts +4 -0
  45. package/dist-types/ts3.4/commands/DescribeRoleCustomPermissionCommand.d.ts +2 -4
  46. package/dist-types/ts3.4/commands/DescribeSelfUpgradeConfigurationCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +2 -4
  48. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/UpdateUserCustomPermissionCommand.d.ts +4 -2
  50. package/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  51. package/dist-types/ts3.4/models/enums.d.ts +8 -0
  52. package/dist-types/ts3.4/models/models_0.d.ts +14 -10
  53. package/dist-types/ts3.4/models/models_1.d.ts +11 -25
  54. package/dist-types/ts3.4/models/models_2.d.ts +107 -15
  55. package/dist-types/ts3.4/models/models_3.d.ts +19 -21
  56. package/dist-types/ts3.4/models/models_4.d.ts +24 -30
  57. package/dist-types/ts3.4/models/models_5.d.ts +32 -0
  58. package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -0
  59. package/package.json +5 -5
  60. package/dist-cjs/endpoint/ruleset.js +0 -7
  61. package/dist-es/endpoint/ruleset.js +0 -4
  62. package/dist-types/endpoint/ruleset.d.ts +0 -2
  63. package/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
@@ -243,6 +243,34 @@ declare const UpdateDashboardCommand_base: {
243
243
  * },
244
244
  * ],
245
245
  * },
246
+ * ControlSortConfigurations: [ // ControlSortConfigurationList
247
+ * { // ControlSortConfiguration
248
+ * SelectableValuesSort: { // SelectableValuesSort
249
+ * Direction: "ASC" || "DESC" || "USER_DEFINED_ORDER", // required
250
+ * },
251
+ * ControlColumnSort: { // AggregationSortConfiguration
252
+ * Column: {
253
+ * DataSetIdentifier: "STRING_VALUE", // required
254
+ * ColumnName: "STRING_VALUE", // required
255
+ * },
256
+ * SortDirection: "ASC" || "DESC", // required
257
+ * AggregationFunction: { // AggregationFunction
258
+ * NumericalAggregationFunction: { // NumericalAggregationFunction
259
+ * SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
260
+ * PercentileAggregation: { // PercentileAggregation
261
+ * PercentileValue: Number("double"),
262
+ * },
263
+ * },
264
+ * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
265
+ * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
266
+ * AttributeAggregationFunction: { // AttributeAggregationFunction
267
+ * SimpleAttributeAggregation: "UNIQUE_VALUE",
268
+ * ValueForMultipleValues: "STRING_VALUE",
269
+ * },
270
+ * },
271
+ * },
272
+ * },
273
+ * ],
246
274
  * },
247
275
  * Dropdown: { // ParameterDropDownControl
248
276
  * ParameterControlId: "STRING_VALUE", // required
@@ -296,6 +324,31 @@ declare const UpdateDashboardCommand_base: {
296
324
  * ],
297
325
  * },
298
326
  * CommitMode: "AUTO" || "MANUAL",
327
+ * ControlSortConfigurations: [
328
+ * {
329
+ * SelectableValuesSort: {
330
+ * Direction: "ASC" || "DESC" || "USER_DEFINED_ORDER", // required
331
+ * },
332
+ * ControlColumnSort: {
333
+ * Column: "<ColumnIdentifier>", // required
334
+ * SortDirection: "ASC" || "DESC", // required
335
+ * AggregationFunction: {
336
+ * NumericalAggregationFunction: {
337
+ * SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
338
+ * PercentileAggregation: {
339
+ * PercentileValue: Number("double"),
340
+ * },
341
+ * },
342
+ * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
343
+ * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
344
+ * AttributeAggregationFunction: {
345
+ * SimpleAttributeAggregation: "UNIQUE_VALUE",
346
+ * ValueForMultipleValues: "STRING_VALUE",
347
+ * },
348
+ * },
349
+ * },
350
+ * },
351
+ * ],
299
352
  * },
300
353
  * TextField: { // ParameterTextFieldControl
301
354
  * ParameterControlId: "STRING_VALUE", // required
@@ -414,13 +467,35 @@ declare const UpdateDashboardCommand_base: {
414
467
  * SourceControls: [
415
468
  * {
416
469
  * SourceSheetControlId: "STRING_VALUE",
417
- * ColumnToMatch: {
418
- * DataSetIdentifier: "STRING_VALUE", // required
419
- * ColumnName: "STRING_VALUE", // required
420
- * },
470
+ * ColumnToMatch: "<ColumnIdentifier>",
421
471
  * },
422
472
  * ],
423
473
  * },
474
+ * ControlSortConfigurations: [
475
+ * {
476
+ * SelectableValuesSort: {
477
+ * Direction: "ASC" || "DESC" || "USER_DEFINED_ORDER", // required
478
+ * },
479
+ * ControlColumnSort: {
480
+ * Column: "<ColumnIdentifier>", // required
481
+ * SortDirection: "ASC" || "DESC", // required
482
+ * AggregationFunction: {
483
+ * NumericalAggregationFunction: {
484
+ * SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
485
+ * PercentileAggregation: {
486
+ * PercentileValue: Number("double"),
487
+ * },
488
+ * },
489
+ * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
490
+ * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
491
+ * AttributeAggregationFunction: {
492
+ * SimpleAttributeAggregation: "UNIQUE_VALUE",
493
+ * ValueForMultipleValues: "STRING_VALUE",
494
+ * },
495
+ * },
496
+ * },
497
+ * },
498
+ * ],
424
499
  * },
425
500
  * Dropdown: { // FilterDropDownControl
426
501
  * FilterControlId: "STRING_VALUE", // required
@@ -448,6 +523,31 @@ declare const UpdateDashboardCommand_base: {
448
523
  * ],
449
524
  * },
450
525
  * CommitMode: "AUTO" || "MANUAL",
526
+ * ControlSortConfigurations: [
527
+ * {
528
+ * SelectableValuesSort: {
529
+ * Direction: "ASC" || "DESC" || "USER_DEFINED_ORDER", // required
530
+ * },
531
+ * ControlColumnSort: {
532
+ * Column: "<ColumnIdentifier>", // required
533
+ * SortDirection: "ASC" || "DESC", // required
534
+ * AggregationFunction: {
535
+ * NumericalAggregationFunction: {
536
+ * SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
537
+ * PercentileAggregation: {
538
+ * PercentileValue: Number("double"),
539
+ * },
540
+ * },
541
+ * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
542
+ * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
543
+ * AttributeAggregationFunction: {
544
+ * SimpleAttributeAggregation: "UNIQUE_VALUE",
545
+ * ValueForMultipleValues: "STRING_VALUE",
546
+ * },
547
+ * },
548
+ * },
549
+ * },
550
+ * ],
451
551
  * },
452
552
  * TextField: { // FilterTextFieldControl
453
553
  * FilterControlId: "STRING_VALUE", // required
@@ -719,9 +819,9 @@ declare const UpdateDashboardCommand_base: {
719
819
  * NumericalMeasureField: { // NumericalMeasureField
720
820
  * FieldId: "STRING_VALUE", // required
721
821
  * Column: "<ColumnIdentifier>", // required
722
- * AggregationFunction: { // NumericalAggregationFunction
822
+ * AggregationFunction: {
723
823
  * SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
724
- * PercentileAggregation: { // PercentileAggregation
824
+ * PercentileAggregation: {
725
825
  * PercentileValue: Number("double"),
726
826
  * },
727
827
  * },
@@ -844,16 +944,11 @@ declare const UpdateDashboardCommand_base: {
844
944
  * ColumnSort: { // ColumnSort
845
945
  * SortBy: "<ColumnIdentifier>", // required
846
946
  * Direction: "ASC" || "DESC", // required
847
- * AggregationFunction: { // AggregationFunction
848
- * NumericalAggregationFunction: {
849
- * SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
850
- * PercentileAggregation: {
851
- * PercentileValue: Number("double"),
852
- * },
853
- * },
947
+ * AggregationFunction: {
948
+ * NumericalAggregationFunction: "<NumericalAggregationFunction>",
854
949
  * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
855
950
  * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
856
- * AttributeAggregationFunction: { // AttributeAggregationFunction
951
+ * AttributeAggregationFunction: {
857
952
  * SimpleAttributeAggregation: "UNIQUE_VALUE",
858
953
  * ValueForMultipleValues: "STRING_VALUE",
859
954
  * },
@@ -1100,20 +1195,7 @@ declare const UpdateDashboardCommand_base: {
1100
1195
  * Column: "<ColumnIdentifier>", // required
1101
1196
  * Label: "STRING_VALUE",
1102
1197
  * Visibility: "HIDDEN" || "VISIBLE",
1103
- * Aggregation: {
1104
- * NumericalAggregationFunction: {
1105
- * SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
1106
- * PercentileAggregation: {
1107
- * PercentileValue: Number("double"),
1108
- * },
1109
- * },
1110
- * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1111
- * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1112
- * AttributeAggregationFunction: {
1113
- * SimpleAttributeAggregation: "UNIQUE_VALUE",
1114
- * ValueForMultipleValues: "STRING_VALUE",
1115
- * },
1116
- * },
1198
+ * Aggregation: "<AggregationFunction>",
1117
1199
  * TooltipTarget: "BOTH" || "BAR" || "LINE",
1118
1200
  * },
1119
1201
  * },
@@ -1393,12 +1475,7 @@ declare const UpdateDashboardCommand_base: {
1393
1475
  * NumericalMeasureField: {
1394
1476
  * FieldId: "STRING_VALUE", // required
1395
1477
  * Column: "<ColumnIdentifier>", // required
1396
- * AggregationFunction: {
1397
- * SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
1398
- * PercentileAggregation: {
1399
- * PercentileValue: Number("double"),
1400
- * },
1401
- * },
1478
+ * AggregationFunction: "<NumericalAggregationFunction>",
1402
1479
  * FormatConfiguration: "<NumberFormatConfiguration>",
1403
1480
  * },
1404
1481
  * CategoricalMeasureField: {
@@ -1433,20 +1510,7 @@ declare const UpdateDashboardCommand_base: {
1433
1510
  * Column: {
1434
1511
  * SortBy: "<ColumnIdentifier>", // required
1435
1512
  * Direction: "ASC" || "DESC", // required
1436
- * AggregationFunction: {
1437
- * NumericalAggregationFunction: {
1438
- * SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
1439
- * PercentileAggregation: {
1440
- * PercentileValue: Number("double"),
1441
- * },
1442
- * },
1443
- * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1444
- * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1445
- * AttributeAggregationFunction: {
1446
- * SimpleAttributeAggregation: "UNIQUE_VALUE",
1447
- * ValueForMultipleValues: "STRING_VALUE",
1448
- * },
1449
- * },
1513
+ * AggregationFunction: "<AggregationFunction>",
1450
1514
  * },
1451
1515
  * DataPath: { // DataPathSort
1452
1516
  * Direction: "ASC" || "DESC", // required
@@ -1652,15 +1716,7 @@ declare const UpdateDashboardCommand_base: {
1652
1716
  * Column: "<ColumnIdentifier>", // required
1653
1717
  * Label: "STRING_VALUE",
1654
1718
  * Visibility: "HIDDEN" || "VISIBLE",
1655
- * Aggregation: {
1656
- * NumericalAggregationFunction: "<NumericalAggregationFunction>",
1657
- * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1658
- * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1659
- * AttributeAggregationFunction: {
1660
- * SimpleAttributeAggregation: "UNIQUE_VALUE",
1661
- * ValueForMultipleValues: "STRING_VALUE",
1662
- * },
1663
- * },
1719
+ * Aggregation: "<AggregationFunction>",
1664
1720
  * TooltipTarget: "BOTH" || "BAR" || "LINE",
1665
1721
  * },
1666
1722
  * },
@@ -1900,15 +1956,7 @@ declare const UpdateDashboardCommand_base: {
1900
1956
  * ColumnSort: {
1901
1957
  * SortBy: "<ColumnIdentifier>", // required
1902
1958
  * Direction: "ASC" || "DESC", // required
1903
- * AggregationFunction: {
1904
- * NumericalAggregationFunction: "<NumericalAggregationFunction>",
1905
- * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1906
- * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1907
- * AttributeAggregationFunction: {
1908
- * SimpleAttributeAggregation: "UNIQUE_VALUE",
1909
- * ValueForMultipleValues: "STRING_VALUE",
1910
- * },
1911
- * },
1959
+ * AggregationFunction: "<AggregationFunction>",
1912
1960
  * },
1913
1961
  * },
1914
1962
  * ],
@@ -7125,6 +7173,18 @@ declare const UpdateDashboardCommand_base: {
7125
7173
  * "STRING_VALUE",
7126
7174
  * ],
7127
7175
  * },
7176
+ * ControlSortConfigurations: [
7177
+ * {
7178
+ * SelectableValuesSort: {
7179
+ * Direction: "ASC" || "DESC" || "USER_DEFINED_ORDER", // required
7180
+ * },
7181
+ * ControlColumnSort: {
7182
+ * Column: "<ColumnIdentifier>", // required
7183
+ * SortDirection: "ASC" || "DESC", // required
7184
+ * AggregationFunction: "<AggregationFunction>",
7185
+ * },
7186
+ * },
7187
+ * ],
7128
7188
  * },
7129
7189
  * DefaultDropdownOptions: { // DefaultFilterDropDownControlOptions
7130
7190
  * DisplayOptions: {
@@ -7137,6 +7197,7 @@ declare const UpdateDashboardCommand_base: {
7137
7197
  * Values: "<ParameterSelectableValueList>",
7138
7198
  * },
7139
7199
  * CommitMode: "AUTO" || "MANUAL",
7200
+ * ControlSortConfigurations: "<ControlSortConfigurationList>",
7140
7201
  * },
7141
7202
  * DefaultTextFieldOptions: { // DefaultTextFieldControlOptions
7142
7203
  * DisplayOptions: {
@@ -7219,6 +7280,7 @@ declare const UpdateDashboardCommand_base: {
7219
7280
  * SelectableValues: {
7220
7281
  * Values: "<ParameterSelectableValueList>",
7221
7282
  * },
7283
+ * ControlSortConfigurations: "<ControlSortConfigurationList>",
7222
7284
  * },
7223
7285
  * DefaultDropdownOptions: {
7224
7286
  * DisplayOptions: {
@@ -7229,6 +7291,7 @@ declare const UpdateDashboardCommand_base: {
7229
7291
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
7230
7292
  * SelectableValues: "<FilterSelectableValues>",
7231
7293
  * CommitMode: "AUTO" || "MANUAL",
7294
+ * ControlSortConfigurations: "<ControlSortConfigurationList>",
7232
7295
  * },
7233
7296
  * DefaultTextFieldOptions: {
7234
7297
  * DisplayOptions: {
@@ -7300,6 +7363,7 @@ declare const UpdateDashboardCommand_base: {
7300
7363
  * },
7301
7364
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
7302
7365
  * SelectableValues: "<FilterSelectableValues>",
7366
+ * ControlSortConfigurations: "<ControlSortConfigurationList>",
7303
7367
  * },
7304
7368
  * DefaultDropdownOptions: {
7305
7369
  * DisplayOptions: {
@@ -7310,6 +7374,7 @@ declare const UpdateDashboardCommand_base: {
7310
7374
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
7311
7375
  * SelectableValues: "<FilterSelectableValues>",
7312
7376
  * CommitMode: "AUTO" || "MANUAL",
7377
+ * ControlSortConfigurations: "<ControlSortConfigurationList>",
7313
7378
  * },
7314
7379
  * DefaultTextFieldOptions: {
7315
7380
  * DisplayOptions: {
@@ -7369,12 +7434,14 @@ declare const UpdateDashboardCommand_base: {
7369
7434
  * DisplayOptions: "<ListControlDisplayOptions>",
7370
7435
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
7371
7436
  * SelectableValues: "<FilterSelectableValues>",
7437
+ * ControlSortConfigurations: "<ControlSortConfigurationList>",
7372
7438
  * },
7373
7439
  * DefaultDropdownOptions: {
7374
7440
  * DisplayOptions: "<DropDownControlDisplayOptions>",
7375
7441
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
7376
7442
  * SelectableValues: "<FilterSelectableValues>",
7377
7443
  * CommitMode: "AUTO" || "MANUAL",
7444
+ * ControlSortConfigurations: "<ControlSortConfigurationList>",
7378
7445
  * },
7379
7446
  * DefaultTextFieldOptions: {
7380
7447
  * DisplayOptions: "<TextFieldControlDisplayOptions>",
@@ -7435,12 +7502,14 @@ declare const UpdateDashboardCommand_base: {
7435
7502
  * DisplayOptions: "<ListControlDisplayOptions>",
7436
7503
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
7437
7504
  * SelectableValues: "<FilterSelectableValues>",
7505
+ * ControlSortConfigurations: "<ControlSortConfigurationList>",
7438
7506
  * },
7439
7507
  * DefaultDropdownOptions: {
7440
7508
  * DisplayOptions: "<DropDownControlDisplayOptions>",
7441
7509
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
7442
7510
  * SelectableValues: "<FilterSelectableValues>",
7443
7511
  * CommitMode: "AUTO" || "MANUAL",
7512
+ * ControlSortConfigurations: "<ControlSortConfigurationList>",
7444
7513
  * },
7445
7514
  * DefaultTextFieldOptions: {
7446
7515
  * DisplayOptions: "<TextFieldControlDisplayOptions>",
@@ -7488,11 +7557,7 @@ declare const UpdateDashboardCommand_base: {
7488
7557
  * Column: "<ColumnIdentifier>", // required
7489
7558
  * Limit: Number("int"),
7490
7559
  * AggregationSortConfigurations: [ // AggregationSortConfigurationList // required
7491
- * { // AggregationSortConfiguration
7492
- * Column: "<ColumnIdentifier>", // required
7493
- * SortDirection: "ASC" || "DESC", // required
7494
- * AggregationFunction: "<AggregationFunction>",
7495
- * },
7560
+ * "<AggregationSortConfiguration>",
7496
7561
  * ],
7497
7562
  * TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
7498
7563
  * ParameterName: "STRING_VALUE",
@@ -47,6 +47,7 @@ declare const UpdateDataSourceCommand_base: {
47
47
  * AthenaParameters: { // AthenaParameters
48
48
  * WorkGroup: "STRING_VALUE",
49
49
  * RoleArn: "STRING_VALUE",
50
+ * ConsumerAccountRoleArn: "STRING_VALUE",
50
51
  * IdentityCenterConfiguration: { // IdentityCenterConfiguration
51
52
  * EnableIdentityPropagation: true || false,
52
53
  * },
@@ -121,6 +122,9 @@ declare const UpdateDataSourceCommand_base: {
121
122
  * },
122
123
  * RoleArn: "STRING_VALUE",
123
124
  * },
125
+ * S3TablesParameters: { // S3TablesParameters
126
+ * TableBucketArn: "STRING_VALUE",
127
+ * },
124
128
  * S3KnowledgeBaseParameters: { // S3KnowledgeBaseParameters
125
129
  * RoleArn: "STRING_VALUE",
126
130
  * BucketUrl: "STRING_VALUE", // required
@@ -237,6 +241,7 @@ declare const UpdateDataSourceCommand_base: {
237
241
  * AthenaParameters: {
238
242
  * WorkGroup: "STRING_VALUE",
239
243
  * RoleArn: "STRING_VALUE",
244
+ * ConsumerAccountRoleArn: "STRING_VALUE",
240
245
  * IdentityCenterConfiguration: {
241
246
  * EnableIdentityPropagation: true || false,
242
247
  * },
@@ -311,6 +316,9 @@ declare const UpdateDataSourceCommand_base: {
311
316
  * },
312
317
  * RoleArn: "STRING_VALUE",
313
318
  * },
319
+ * S3TablesParameters: {
320
+ * TableBucketArn: "STRING_VALUE",
321
+ * },
314
322
  * S3KnowledgeBaseParameters: {
315
323
  * RoleArn: "STRING_VALUE",
316
324
  * BucketUrl: "STRING_VALUE", // required