@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
@@ -186,6 +186,34 @@ declare const UpdateAnalysisCommand_base: {
186
186
  * },
187
187
  * ],
188
188
  * },
189
+ * ControlSortConfigurations: [ // ControlSortConfigurationList
190
+ * { // ControlSortConfiguration
191
+ * SelectableValuesSort: { // SelectableValuesSort
192
+ * Direction: "ASC" || "DESC" || "USER_DEFINED_ORDER", // required
193
+ * },
194
+ * ControlColumnSort: { // AggregationSortConfiguration
195
+ * Column: {
196
+ * DataSetIdentifier: "STRING_VALUE", // required
197
+ * ColumnName: "STRING_VALUE", // required
198
+ * },
199
+ * SortDirection: "ASC" || "DESC", // required
200
+ * AggregationFunction: { // AggregationFunction
201
+ * NumericalAggregationFunction: { // NumericalAggregationFunction
202
+ * SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
203
+ * PercentileAggregation: { // PercentileAggregation
204
+ * PercentileValue: Number("double"),
205
+ * },
206
+ * },
207
+ * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
208
+ * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
209
+ * AttributeAggregationFunction: { // AttributeAggregationFunction
210
+ * SimpleAttributeAggregation: "UNIQUE_VALUE",
211
+ * ValueForMultipleValues: "STRING_VALUE",
212
+ * },
213
+ * },
214
+ * },
215
+ * },
216
+ * ],
189
217
  * },
190
218
  * Dropdown: { // ParameterDropDownControl
191
219
  * ParameterControlId: "STRING_VALUE", // required
@@ -239,6 +267,31 @@ declare const UpdateAnalysisCommand_base: {
239
267
  * ],
240
268
  * },
241
269
  * CommitMode: "AUTO" || "MANUAL",
270
+ * ControlSortConfigurations: [
271
+ * {
272
+ * SelectableValuesSort: {
273
+ * Direction: "ASC" || "DESC" || "USER_DEFINED_ORDER", // required
274
+ * },
275
+ * ControlColumnSort: {
276
+ * Column: "<ColumnIdentifier>", // required
277
+ * SortDirection: "ASC" || "DESC", // required
278
+ * AggregationFunction: {
279
+ * NumericalAggregationFunction: {
280
+ * SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
281
+ * PercentileAggregation: {
282
+ * PercentileValue: Number("double"),
283
+ * },
284
+ * },
285
+ * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
286
+ * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
287
+ * AttributeAggregationFunction: {
288
+ * SimpleAttributeAggregation: "UNIQUE_VALUE",
289
+ * ValueForMultipleValues: "STRING_VALUE",
290
+ * },
291
+ * },
292
+ * },
293
+ * },
294
+ * ],
242
295
  * },
243
296
  * TextField: { // ParameterTextFieldControl
244
297
  * ParameterControlId: "STRING_VALUE", // required
@@ -357,13 +410,35 @@ declare const UpdateAnalysisCommand_base: {
357
410
  * SourceControls: [
358
411
  * {
359
412
  * SourceSheetControlId: "STRING_VALUE",
360
- * ColumnToMatch: {
361
- * DataSetIdentifier: "STRING_VALUE", // required
362
- * ColumnName: "STRING_VALUE", // required
363
- * },
413
+ * ColumnToMatch: "<ColumnIdentifier>",
364
414
  * },
365
415
  * ],
366
416
  * },
417
+ * ControlSortConfigurations: [
418
+ * {
419
+ * SelectableValuesSort: {
420
+ * Direction: "ASC" || "DESC" || "USER_DEFINED_ORDER", // required
421
+ * },
422
+ * ControlColumnSort: {
423
+ * Column: "<ColumnIdentifier>", // required
424
+ * SortDirection: "ASC" || "DESC", // required
425
+ * AggregationFunction: {
426
+ * NumericalAggregationFunction: {
427
+ * SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
428
+ * PercentileAggregation: {
429
+ * PercentileValue: Number("double"),
430
+ * },
431
+ * },
432
+ * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
433
+ * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
434
+ * AttributeAggregationFunction: {
435
+ * SimpleAttributeAggregation: "UNIQUE_VALUE",
436
+ * ValueForMultipleValues: "STRING_VALUE",
437
+ * },
438
+ * },
439
+ * },
440
+ * },
441
+ * ],
367
442
  * },
368
443
  * Dropdown: { // FilterDropDownControl
369
444
  * FilterControlId: "STRING_VALUE", // required
@@ -391,6 +466,31 @@ declare const UpdateAnalysisCommand_base: {
391
466
  * ],
392
467
  * },
393
468
  * CommitMode: "AUTO" || "MANUAL",
469
+ * ControlSortConfigurations: [
470
+ * {
471
+ * SelectableValuesSort: {
472
+ * Direction: "ASC" || "DESC" || "USER_DEFINED_ORDER", // required
473
+ * },
474
+ * ControlColumnSort: {
475
+ * Column: "<ColumnIdentifier>", // required
476
+ * SortDirection: "ASC" || "DESC", // required
477
+ * AggregationFunction: {
478
+ * NumericalAggregationFunction: {
479
+ * SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
480
+ * PercentileAggregation: {
481
+ * PercentileValue: Number("double"),
482
+ * },
483
+ * },
484
+ * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
485
+ * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
486
+ * AttributeAggregationFunction: {
487
+ * SimpleAttributeAggregation: "UNIQUE_VALUE",
488
+ * ValueForMultipleValues: "STRING_VALUE",
489
+ * },
490
+ * },
491
+ * },
492
+ * },
493
+ * ],
394
494
  * },
395
495
  * TextField: { // FilterTextFieldControl
396
496
  * FilterControlId: "STRING_VALUE", // required
@@ -662,9 +762,9 @@ declare const UpdateAnalysisCommand_base: {
662
762
  * NumericalMeasureField: { // NumericalMeasureField
663
763
  * FieldId: "STRING_VALUE", // required
664
764
  * Column: "<ColumnIdentifier>", // required
665
- * AggregationFunction: { // NumericalAggregationFunction
765
+ * AggregationFunction: {
666
766
  * SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
667
- * PercentileAggregation: { // PercentileAggregation
767
+ * PercentileAggregation: {
668
768
  * PercentileValue: Number("double"),
669
769
  * },
670
770
  * },
@@ -787,16 +887,11 @@ declare const UpdateAnalysisCommand_base: {
787
887
  * ColumnSort: { // ColumnSort
788
888
  * SortBy: "<ColumnIdentifier>", // required
789
889
  * Direction: "ASC" || "DESC", // required
790
- * AggregationFunction: { // AggregationFunction
791
- * NumericalAggregationFunction: {
792
- * SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
793
- * PercentileAggregation: {
794
- * PercentileValue: Number("double"),
795
- * },
796
- * },
890
+ * AggregationFunction: {
891
+ * NumericalAggregationFunction: "<NumericalAggregationFunction>",
797
892
  * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
798
893
  * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
799
- * AttributeAggregationFunction: { // AttributeAggregationFunction
894
+ * AttributeAggregationFunction: {
800
895
  * SimpleAttributeAggregation: "UNIQUE_VALUE",
801
896
  * ValueForMultipleValues: "STRING_VALUE",
802
897
  * },
@@ -1043,20 +1138,7 @@ declare const UpdateAnalysisCommand_base: {
1043
1138
  * Column: "<ColumnIdentifier>", // required
1044
1139
  * Label: "STRING_VALUE",
1045
1140
  * Visibility: "HIDDEN" || "VISIBLE",
1046
- * Aggregation: {
1047
- * NumericalAggregationFunction: {
1048
- * SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
1049
- * PercentileAggregation: {
1050
- * PercentileValue: Number("double"),
1051
- * },
1052
- * },
1053
- * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1054
- * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1055
- * AttributeAggregationFunction: {
1056
- * SimpleAttributeAggregation: "UNIQUE_VALUE",
1057
- * ValueForMultipleValues: "STRING_VALUE",
1058
- * },
1059
- * },
1141
+ * Aggregation: "<AggregationFunction>",
1060
1142
  * TooltipTarget: "BOTH" || "BAR" || "LINE",
1061
1143
  * },
1062
1144
  * },
@@ -1336,12 +1418,7 @@ declare const UpdateAnalysisCommand_base: {
1336
1418
  * NumericalMeasureField: {
1337
1419
  * FieldId: "STRING_VALUE", // required
1338
1420
  * Column: "<ColumnIdentifier>", // required
1339
- * AggregationFunction: {
1340
- * SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
1341
- * PercentileAggregation: {
1342
- * PercentileValue: Number("double"),
1343
- * },
1344
- * },
1421
+ * AggregationFunction: "<NumericalAggregationFunction>",
1345
1422
  * FormatConfiguration: "<NumberFormatConfiguration>",
1346
1423
  * },
1347
1424
  * CategoricalMeasureField: {
@@ -1376,20 +1453,7 @@ declare const UpdateAnalysisCommand_base: {
1376
1453
  * Column: {
1377
1454
  * SortBy: "<ColumnIdentifier>", // required
1378
1455
  * Direction: "ASC" || "DESC", // required
1379
- * AggregationFunction: {
1380
- * NumericalAggregationFunction: {
1381
- * SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
1382
- * PercentileAggregation: {
1383
- * PercentileValue: Number("double"),
1384
- * },
1385
- * },
1386
- * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1387
- * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1388
- * AttributeAggregationFunction: {
1389
- * SimpleAttributeAggregation: "UNIQUE_VALUE",
1390
- * ValueForMultipleValues: "STRING_VALUE",
1391
- * },
1392
- * },
1456
+ * AggregationFunction: "<AggregationFunction>",
1393
1457
  * },
1394
1458
  * DataPath: { // DataPathSort
1395
1459
  * Direction: "ASC" || "DESC", // required
@@ -1595,15 +1659,7 @@ declare const UpdateAnalysisCommand_base: {
1595
1659
  * Column: "<ColumnIdentifier>", // required
1596
1660
  * Label: "STRING_VALUE",
1597
1661
  * Visibility: "HIDDEN" || "VISIBLE",
1598
- * Aggregation: {
1599
- * NumericalAggregationFunction: "<NumericalAggregationFunction>",
1600
- * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1601
- * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1602
- * AttributeAggregationFunction: {
1603
- * SimpleAttributeAggregation: "UNIQUE_VALUE",
1604
- * ValueForMultipleValues: "STRING_VALUE",
1605
- * },
1606
- * },
1662
+ * Aggregation: "<AggregationFunction>",
1607
1663
  * TooltipTarget: "BOTH" || "BAR" || "LINE",
1608
1664
  * },
1609
1665
  * },
@@ -1843,15 +1899,7 @@ declare const UpdateAnalysisCommand_base: {
1843
1899
  * ColumnSort: {
1844
1900
  * SortBy: "<ColumnIdentifier>", // required
1845
1901
  * Direction: "ASC" || "DESC", // required
1846
- * AggregationFunction: {
1847
- * NumericalAggregationFunction: "<NumericalAggregationFunction>",
1848
- * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1849
- * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1850
- * AttributeAggregationFunction: {
1851
- * SimpleAttributeAggregation: "UNIQUE_VALUE",
1852
- * ValueForMultipleValues: "STRING_VALUE",
1853
- * },
1854
- * },
1902
+ * AggregationFunction: "<AggregationFunction>",
1855
1903
  * },
1856
1904
  * },
1857
1905
  * ],
@@ -7070,6 +7118,18 @@ declare const UpdateAnalysisCommand_base: {
7070
7118
  * "STRING_VALUE",
7071
7119
  * ],
7072
7120
  * },
7121
+ * ControlSortConfigurations: [
7122
+ * {
7123
+ * SelectableValuesSort: {
7124
+ * Direction: "ASC" || "DESC" || "USER_DEFINED_ORDER", // required
7125
+ * },
7126
+ * ControlColumnSort: {
7127
+ * Column: "<ColumnIdentifier>", // required
7128
+ * SortDirection: "ASC" || "DESC", // required
7129
+ * AggregationFunction: "<AggregationFunction>",
7130
+ * },
7131
+ * },
7132
+ * ],
7073
7133
  * },
7074
7134
  * DefaultDropdownOptions: { // DefaultFilterDropDownControlOptions
7075
7135
  * DisplayOptions: {
@@ -7082,6 +7142,7 @@ declare const UpdateAnalysisCommand_base: {
7082
7142
  * Values: "<ParameterSelectableValueList>",
7083
7143
  * },
7084
7144
  * CommitMode: "AUTO" || "MANUAL",
7145
+ * ControlSortConfigurations: "<ControlSortConfigurationList>",
7085
7146
  * },
7086
7147
  * DefaultTextFieldOptions: { // DefaultTextFieldControlOptions
7087
7148
  * DisplayOptions: {
@@ -7164,6 +7225,7 @@ declare const UpdateAnalysisCommand_base: {
7164
7225
  * SelectableValues: {
7165
7226
  * Values: "<ParameterSelectableValueList>",
7166
7227
  * },
7228
+ * ControlSortConfigurations: "<ControlSortConfigurationList>",
7167
7229
  * },
7168
7230
  * DefaultDropdownOptions: {
7169
7231
  * DisplayOptions: {
@@ -7174,6 +7236,7 @@ declare const UpdateAnalysisCommand_base: {
7174
7236
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
7175
7237
  * SelectableValues: "<FilterSelectableValues>",
7176
7238
  * CommitMode: "AUTO" || "MANUAL",
7239
+ * ControlSortConfigurations: "<ControlSortConfigurationList>",
7177
7240
  * },
7178
7241
  * DefaultTextFieldOptions: {
7179
7242
  * DisplayOptions: {
@@ -7245,6 +7308,7 @@ declare const UpdateAnalysisCommand_base: {
7245
7308
  * },
7246
7309
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
7247
7310
  * SelectableValues: "<FilterSelectableValues>",
7311
+ * ControlSortConfigurations: "<ControlSortConfigurationList>",
7248
7312
  * },
7249
7313
  * DefaultDropdownOptions: {
7250
7314
  * DisplayOptions: {
@@ -7255,6 +7319,7 @@ declare const UpdateAnalysisCommand_base: {
7255
7319
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
7256
7320
  * SelectableValues: "<FilterSelectableValues>",
7257
7321
  * CommitMode: "AUTO" || "MANUAL",
7322
+ * ControlSortConfigurations: "<ControlSortConfigurationList>",
7258
7323
  * },
7259
7324
  * DefaultTextFieldOptions: {
7260
7325
  * DisplayOptions: {
@@ -7314,12 +7379,14 @@ declare const UpdateAnalysisCommand_base: {
7314
7379
  * DisplayOptions: "<ListControlDisplayOptions>",
7315
7380
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
7316
7381
  * SelectableValues: "<FilterSelectableValues>",
7382
+ * ControlSortConfigurations: "<ControlSortConfigurationList>",
7317
7383
  * },
7318
7384
  * DefaultDropdownOptions: {
7319
7385
  * DisplayOptions: "<DropDownControlDisplayOptions>",
7320
7386
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
7321
7387
  * SelectableValues: "<FilterSelectableValues>",
7322
7388
  * CommitMode: "AUTO" || "MANUAL",
7389
+ * ControlSortConfigurations: "<ControlSortConfigurationList>",
7323
7390
  * },
7324
7391
  * DefaultTextFieldOptions: {
7325
7392
  * DisplayOptions: "<TextFieldControlDisplayOptions>",
@@ -7380,12 +7447,14 @@ declare const UpdateAnalysisCommand_base: {
7380
7447
  * DisplayOptions: "<ListControlDisplayOptions>",
7381
7448
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
7382
7449
  * SelectableValues: "<FilterSelectableValues>",
7450
+ * ControlSortConfigurations: "<ControlSortConfigurationList>",
7383
7451
  * },
7384
7452
  * DefaultDropdownOptions: {
7385
7453
  * DisplayOptions: "<DropDownControlDisplayOptions>",
7386
7454
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
7387
7455
  * SelectableValues: "<FilterSelectableValues>",
7388
7456
  * CommitMode: "AUTO" || "MANUAL",
7457
+ * ControlSortConfigurations: "<ControlSortConfigurationList>",
7389
7458
  * },
7390
7459
  * DefaultTextFieldOptions: {
7391
7460
  * DisplayOptions: "<TextFieldControlDisplayOptions>",
@@ -7433,11 +7502,7 @@ declare const UpdateAnalysisCommand_base: {
7433
7502
  * Column: "<ColumnIdentifier>", // required
7434
7503
  * Limit: Number("int"),
7435
7504
  * AggregationSortConfigurations: [ // AggregationSortConfigurationList // required
7436
- * { // AggregationSortConfiguration
7437
- * Column: "<ColumnIdentifier>", // required
7438
- * SortDirection: "ASC" || "DESC", // required
7439
- * AggregationFunction: "<AggregationFunction>",
7440
- * },
7505
+ * "<AggregationSortConfiguration>",
7441
7506
  * ],
7442
7507
  * TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
7443
7508
  * ParameterName: "STRING_VALUE",
@@ -260,6 +260,7 @@ declare const UpdateCustomPermissionsCommand_base: {
260
260
  * SelfUpgradeUserRole: "DENY",
261
261
  * Extension: "DENY",
262
262
  * ManageSharedFolders: "DENY",
263
+ * GenerateAnalyses: "DENY",
263
264
  * },
264
265
  * };
265
266
  * const command = new UpdateCustomPermissionsCommand(input);