@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
@@ -166,6 +166,34 @@ declare const DescribeAnalysisDefinitionCommand_base: {
166
166
  * // },
167
167
  * // ],
168
168
  * // },
169
+ * // ControlSortConfigurations: [ // ControlSortConfigurationList
170
+ * // { // ControlSortConfiguration
171
+ * // SelectableValuesSort: { // SelectableValuesSort
172
+ * // Direction: "ASC" || "DESC" || "USER_DEFINED_ORDER", // required
173
+ * // },
174
+ * // ControlColumnSort: { // AggregationSortConfiguration
175
+ * // Column: {
176
+ * // DataSetIdentifier: "STRING_VALUE", // required
177
+ * // ColumnName: "STRING_VALUE", // required
178
+ * // },
179
+ * // SortDirection: "ASC" || "DESC", // required
180
+ * // AggregationFunction: { // AggregationFunction
181
+ * // NumericalAggregationFunction: { // NumericalAggregationFunction
182
+ * // SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
183
+ * // PercentileAggregation: { // PercentileAggregation
184
+ * // PercentileValue: Number("double"),
185
+ * // },
186
+ * // },
187
+ * // CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
188
+ * // DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
189
+ * // AttributeAggregationFunction: { // AttributeAggregationFunction
190
+ * // SimpleAttributeAggregation: "UNIQUE_VALUE",
191
+ * // ValueForMultipleValues: "STRING_VALUE",
192
+ * // },
193
+ * // },
194
+ * // },
195
+ * // },
196
+ * // ],
169
197
  * // },
170
198
  * // Dropdown: { // ParameterDropDownControl
171
199
  * // ParameterControlId: "STRING_VALUE", // required
@@ -219,6 +247,31 @@ declare const DescribeAnalysisDefinitionCommand_base: {
219
247
  * // ],
220
248
  * // },
221
249
  * // CommitMode: "AUTO" || "MANUAL",
250
+ * // ControlSortConfigurations: [
251
+ * // {
252
+ * // SelectableValuesSort: {
253
+ * // Direction: "ASC" || "DESC" || "USER_DEFINED_ORDER", // required
254
+ * // },
255
+ * // ControlColumnSort: {
256
+ * // Column: "<ColumnIdentifier>", // required
257
+ * // SortDirection: "ASC" || "DESC", // required
258
+ * // AggregationFunction: {
259
+ * // NumericalAggregationFunction: {
260
+ * // SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
261
+ * // PercentileAggregation: {
262
+ * // PercentileValue: Number("double"),
263
+ * // },
264
+ * // },
265
+ * // CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
266
+ * // DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
267
+ * // AttributeAggregationFunction: {
268
+ * // SimpleAttributeAggregation: "UNIQUE_VALUE",
269
+ * // ValueForMultipleValues: "STRING_VALUE",
270
+ * // },
271
+ * // },
272
+ * // },
273
+ * // },
274
+ * // ],
222
275
  * // },
223
276
  * // TextField: { // ParameterTextFieldControl
224
277
  * // ParameterControlId: "STRING_VALUE", // required
@@ -337,13 +390,35 @@ declare const DescribeAnalysisDefinitionCommand_base: {
337
390
  * // SourceControls: [
338
391
  * // {
339
392
  * // SourceSheetControlId: "STRING_VALUE",
340
- * // ColumnToMatch: {
341
- * // DataSetIdentifier: "STRING_VALUE", // required
342
- * // ColumnName: "STRING_VALUE", // required
343
- * // },
393
+ * // ColumnToMatch: "<ColumnIdentifier>",
344
394
  * // },
345
395
  * // ],
346
396
  * // },
397
+ * // ControlSortConfigurations: [
398
+ * // {
399
+ * // SelectableValuesSort: {
400
+ * // Direction: "ASC" || "DESC" || "USER_DEFINED_ORDER", // required
401
+ * // },
402
+ * // ControlColumnSort: {
403
+ * // Column: "<ColumnIdentifier>", // required
404
+ * // SortDirection: "ASC" || "DESC", // required
405
+ * // AggregationFunction: {
406
+ * // NumericalAggregationFunction: {
407
+ * // SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
408
+ * // PercentileAggregation: {
409
+ * // PercentileValue: Number("double"),
410
+ * // },
411
+ * // },
412
+ * // CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
413
+ * // DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
414
+ * // AttributeAggregationFunction: {
415
+ * // SimpleAttributeAggregation: "UNIQUE_VALUE",
416
+ * // ValueForMultipleValues: "STRING_VALUE",
417
+ * // },
418
+ * // },
419
+ * // },
420
+ * // },
421
+ * // ],
347
422
  * // },
348
423
  * // Dropdown: { // FilterDropDownControl
349
424
  * // FilterControlId: "STRING_VALUE", // required
@@ -371,6 +446,31 @@ declare const DescribeAnalysisDefinitionCommand_base: {
371
446
  * // ],
372
447
  * // },
373
448
  * // CommitMode: "AUTO" || "MANUAL",
449
+ * // ControlSortConfigurations: [
450
+ * // {
451
+ * // SelectableValuesSort: {
452
+ * // Direction: "ASC" || "DESC" || "USER_DEFINED_ORDER", // required
453
+ * // },
454
+ * // ControlColumnSort: {
455
+ * // Column: "<ColumnIdentifier>", // required
456
+ * // SortDirection: "ASC" || "DESC", // required
457
+ * // AggregationFunction: {
458
+ * // NumericalAggregationFunction: {
459
+ * // SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
460
+ * // PercentileAggregation: {
461
+ * // PercentileValue: Number("double"),
462
+ * // },
463
+ * // },
464
+ * // CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
465
+ * // DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
466
+ * // AttributeAggregationFunction: {
467
+ * // SimpleAttributeAggregation: "UNIQUE_VALUE",
468
+ * // ValueForMultipleValues: "STRING_VALUE",
469
+ * // },
470
+ * // },
471
+ * // },
472
+ * // },
473
+ * // ],
374
474
  * // },
375
475
  * // TextField: { // FilterTextFieldControl
376
476
  * // FilterControlId: "STRING_VALUE", // required
@@ -642,9 +742,9 @@ declare const DescribeAnalysisDefinitionCommand_base: {
642
742
  * // NumericalMeasureField: { // NumericalMeasureField
643
743
  * // FieldId: "STRING_VALUE", // required
644
744
  * // Column: "<ColumnIdentifier>", // required
645
- * // AggregationFunction: { // NumericalAggregationFunction
745
+ * // AggregationFunction: {
646
746
  * // SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
647
- * // PercentileAggregation: { // PercentileAggregation
747
+ * // PercentileAggregation: {
648
748
  * // PercentileValue: Number("double"),
649
749
  * // },
650
750
  * // },
@@ -767,16 +867,11 @@ declare const DescribeAnalysisDefinitionCommand_base: {
767
867
  * // ColumnSort: { // ColumnSort
768
868
  * // SortBy: "<ColumnIdentifier>", // required
769
869
  * // Direction: "ASC" || "DESC", // required
770
- * // AggregationFunction: { // AggregationFunction
771
- * // NumericalAggregationFunction: {
772
- * // SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
773
- * // PercentileAggregation: {
774
- * // PercentileValue: Number("double"),
775
- * // },
776
- * // },
870
+ * // AggregationFunction: {
871
+ * // NumericalAggregationFunction: "<NumericalAggregationFunction>",
777
872
  * // CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
778
873
  * // DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
779
- * // AttributeAggregationFunction: { // AttributeAggregationFunction
874
+ * // AttributeAggregationFunction: {
780
875
  * // SimpleAttributeAggregation: "UNIQUE_VALUE",
781
876
  * // ValueForMultipleValues: "STRING_VALUE",
782
877
  * // },
@@ -1023,20 +1118,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
1023
1118
  * // Column: "<ColumnIdentifier>", // required
1024
1119
  * // Label: "STRING_VALUE",
1025
1120
  * // Visibility: "HIDDEN" || "VISIBLE",
1026
- * // Aggregation: {
1027
- * // NumericalAggregationFunction: {
1028
- * // SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
1029
- * // PercentileAggregation: {
1030
- * // PercentileValue: Number("double"),
1031
- * // },
1032
- * // },
1033
- * // CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1034
- * // DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1035
- * // AttributeAggregationFunction: {
1036
- * // SimpleAttributeAggregation: "UNIQUE_VALUE",
1037
- * // ValueForMultipleValues: "STRING_VALUE",
1038
- * // },
1039
- * // },
1121
+ * // Aggregation: "<AggregationFunction>",
1040
1122
  * // TooltipTarget: "BOTH" || "BAR" || "LINE",
1041
1123
  * // },
1042
1124
  * // },
@@ -1316,12 +1398,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
1316
1398
  * // NumericalMeasureField: {
1317
1399
  * // FieldId: "STRING_VALUE", // required
1318
1400
  * // Column: "<ColumnIdentifier>", // required
1319
- * // AggregationFunction: {
1320
- * // SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
1321
- * // PercentileAggregation: {
1322
- * // PercentileValue: Number("double"),
1323
- * // },
1324
- * // },
1401
+ * // AggregationFunction: "<NumericalAggregationFunction>",
1325
1402
  * // FormatConfiguration: "<NumberFormatConfiguration>",
1326
1403
  * // },
1327
1404
  * // CategoricalMeasureField: {
@@ -1356,20 +1433,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
1356
1433
  * // Column: {
1357
1434
  * // SortBy: "<ColumnIdentifier>", // required
1358
1435
  * // Direction: "ASC" || "DESC", // required
1359
- * // AggregationFunction: {
1360
- * // NumericalAggregationFunction: {
1361
- * // SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
1362
- * // PercentileAggregation: {
1363
- * // PercentileValue: Number("double"),
1364
- * // },
1365
- * // },
1366
- * // CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1367
- * // DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1368
- * // AttributeAggregationFunction: {
1369
- * // SimpleAttributeAggregation: "UNIQUE_VALUE",
1370
- * // ValueForMultipleValues: "STRING_VALUE",
1371
- * // },
1372
- * // },
1436
+ * // AggregationFunction: "<AggregationFunction>",
1373
1437
  * // },
1374
1438
  * // DataPath: { // DataPathSort
1375
1439
  * // Direction: "ASC" || "DESC", // required
@@ -1575,15 +1639,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
1575
1639
  * // Column: "<ColumnIdentifier>", // required
1576
1640
  * // Label: "STRING_VALUE",
1577
1641
  * // Visibility: "HIDDEN" || "VISIBLE",
1578
- * // Aggregation: {
1579
- * // NumericalAggregationFunction: "<NumericalAggregationFunction>",
1580
- * // CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1581
- * // DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1582
- * // AttributeAggregationFunction: {
1583
- * // SimpleAttributeAggregation: "UNIQUE_VALUE",
1584
- * // ValueForMultipleValues: "STRING_VALUE",
1585
- * // },
1586
- * // },
1642
+ * // Aggregation: "<AggregationFunction>",
1587
1643
  * // TooltipTarget: "BOTH" || "BAR" || "LINE",
1588
1644
  * // },
1589
1645
  * // },
@@ -1823,15 +1879,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
1823
1879
  * // ColumnSort: {
1824
1880
  * // SortBy: "<ColumnIdentifier>", // required
1825
1881
  * // Direction: "ASC" || "DESC", // required
1826
- * // AggregationFunction: {
1827
- * // NumericalAggregationFunction: "<NumericalAggregationFunction>",
1828
- * // CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1829
- * // DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1830
- * // AttributeAggregationFunction: {
1831
- * // SimpleAttributeAggregation: "UNIQUE_VALUE",
1832
- * // ValueForMultipleValues: "STRING_VALUE",
1833
- * // },
1834
- * // },
1882
+ * // AggregationFunction: "<AggregationFunction>",
1835
1883
  * // },
1836
1884
  * // },
1837
1885
  * // ],
@@ -7050,6 +7098,18 @@ declare const DescribeAnalysisDefinitionCommand_base: {
7050
7098
  * // "STRING_VALUE",
7051
7099
  * // ],
7052
7100
  * // },
7101
+ * // ControlSortConfigurations: [
7102
+ * // {
7103
+ * // SelectableValuesSort: {
7104
+ * // Direction: "ASC" || "DESC" || "USER_DEFINED_ORDER", // required
7105
+ * // },
7106
+ * // ControlColumnSort: {
7107
+ * // Column: "<ColumnIdentifier>", // required
7108
+ * // SortDirection: "ASC" || "DESC", // required
7109
+ * // AggregationFunction: "<AggregationFunction>",
7110
+ * // },
7111
+ * // },
7112
+ * // ],
7053
7113
  * // },
7054
7114
  * // DefaultDropdownOptions: { // DefaultFilterDropDownControlOptions
7055
7115
  * // DisplayOptions: {
@@ -7062,6 +7122,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
7062
7122
  * // Values: "<ParameterSelectableValueList>",
7063
7123
  * // },
7064
7124
  * // CommitMode: "AUTO" || "MANUAL",
7125
+ * // ControlSortConfigurations: "<ControlSortConfigurationList>",
7065
7126
  * // },
7066
7127
  * // DefaultTextFieldOptions: { // DefaultTextFieldControlOptions
7067
7128
  * // DisplayOptions: {
@@ -7144,6 +7205,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
7144
7205
  * // SelectableValues: {
7145
7206
  * // Values: "<ParameterSelectableValueList>",
7146
7207
  * // },
7208
+ * // ControlSortConfigurations: "<ControlSortConfigurationList>",
7147
7209
  * // },
7148
7210
  * // DefaultDropdownOptions: {
7149
7211
  * // DisplayOptions: {
@@ -7154,6 +7216,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
7154
7216
  * // Type: "MULTI_SELECT" || "SINGLE_SELECT",
7155
7217
  * // SelectableValues: "<FilterSelectableValues>",
7156
7218
  * // CommitMode: "AUTO" || "MANUAL",
7219
+ * // ControlSortConfigurations: "<ControlSortConfigurationList>",
7157
7220
  * // },
7158
7221
  * // DefaultTextFieldOptions: {
7159
7222
  * // DisplayOptions: {
@@ -7225,6 +7288,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
7225
7288
  * // },
7226
7289
  * // Type: "MULTI_SELECT" || "SINGLE_SELECT",
7227
7290
  * // SelectableValues: "<FilterSelectableValues>",
7291
+ * // ControlSortConfigurations: "<ControlSortConfigurationList>",
7228
7292
  * // },
7229
7293
  * // DefaultDropdownOptions: {
7230
7294
  * // DisplayOptions: {
@@ -7235,6 +7299,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
7235
7299
  * // Type: "MULTI_SELECT" || "SINGLE_SELECT",
7236
7300
  * // SelectableValues: "<FilterSelectableValues>",
7237
7301
  * // CommitMode: "AUTO" || "MANUAL",
7302
+ * // ControlSortConfigurations: "<ControlSortConfigurationList>",
7238
7303
  * // },
7239
7304
  * // DefaultTextFieldOptions: {
7240
7305
  * // DisplayOptions: {
@@ -7294,12 +7359,14 @@ declare const DescribeAnalysisDefinitionCommand_base: {
7294
7359
  * // DisplayOptions: "<ListControlDisplayOptions>",
7295
7360
  * // Type: "MULTI_SELECT" || "SINGLE_SELECT",
7296
7361
  * // SelectableValues: "<FilterSelectableValues>",
7362
+ * // ControlSortConfigurations: "<ControlSortConfigurationList>",
7297
7363
  * // },
7298
7364
  * // DefaultDropdownOptions: {
7299
7365
  * // DisplayOptions: "<DropDownControlDisplayOptions>",
7300
7366
  * // Type: "MULTI_SELECT" || "SINGLE_SELECT",
7301
7367
  * // SelectableValues: "<FilterSelectableValues>",
7302
7368
  * // CommitMode: "AUTO" || "MANUAL",
7369
+ * // ControlSortConfigurations: "<ControlSortConfigurationList>",
7303
7370
  * // },
7304
7371
  * // DefaultTextFieldOptions: {
7305
7372
  * // DisplayOptions: "<TextFieldControlDisplayOptions>",
@@ -7360,12 +7427,14 @@ declare const DescribeAnalysisDefinitionCommand_base: {
7360
7427
  * // DisplayOptions: "<ListControlDisplayOptions>",
7361
7428
  * // Type: "MULTI_SELECT" || "SINGLE_SELECT",
7362
7429
  * // SelectableValues: "<FilterSelectableValues>",
7430
+ * // ControlSortConfigurations: "<ControlSortConfigurationList>",
7363
7431
  * // },
7364
7432
  * // DefaultDropdownOptions: {
7365
7433
  * // DisplayOptions: "<DropDownControlDisplayOptions>",
7366
7434
  * // Type: "MULTI_SELECT" || "SINGLE_SELECT",
7367
7435
  * // SelectableValues: "<FilterSelectableValues>",
7368
7436
  * // CommitMode: "AUTO" || "MANUAL",
7437
+ * // ControlSortConfigurations: "<ControlSortConfigurationList>",
7369
7438
  * // },
7370
7439
  * // DefaultTextFieldOptions: {
7371
7440
  * // DisplayOptions: "<TextFieldControlDisplayOptions>",
@@ -7413,11 +7482,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
7413
7482
  * // Column: "<ColumnIdentifier>", // required
7414
7483
  * // Limit: Number("int"),
7415
7484
  * // AggregationSortConfigurations: [ // AggregationSortConfigurationList // required
7416
- * // { // AggregationSortConfiguration
7417
- * // Column: "<ColumnIdentifier>", // required
7418
- * // SortDirection: "ASC" || "DESC", // required
7419
- * // AggregationFunction: "<AggregationFunction>",
7420
- * // },
7485
+ * // "<AggregationSortConfiguration>",
7421
7486
  * // ],
7422
7487
  * // TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
7423
7488
  * // ParameterName: "STRING_VALUE",
@@ -106,6 +106,7 @@ declare const DescribeAssetBundleImportJobCommand_base: {
106
106
  * // AthenaParameters: { // AthenaParameters
107
107
  * // WorkGroup: "STRING_VALUE",
108
108
  * // RoleArn: "STRING_VALUE",
109
+ * // ConsumerAccountRoleArn: "STRING_VALUE",
109
110
  * // IdentityCenterConfiguration: { // IdentityCenterConfiguration
110
111
  * // EnableIdentityPropagation: true || false,
111
112
  * // },
@@ -180,6 +181,9 @@ declare const DescribeAssetBundleImportJobCommand_base: {
180
181
  * // },
181
182
  * // RoleArn: "STRING_VALUE",
182
183
  * // },
184
+ * // S3TablesParameters: { // S3TablesParameters
185
+ * // TableBucketArn: "STRING_VALUE",
186
+ * // },
183
187
  * // S3KnowledgeBaseParameters: { // S3KnowledgeBaseParameters
184
188
  * // RoleArn: "STRING_VALUE",
185
189
  * // BucketUrl: "STRING_VALUE", // required
@@ -268,6 +268,7 @@ declare const DescribeCustomPermissionsCommand_base: {
268
268
  * // SelfUpgradeUserRole: "DENY",
269
269
  * // Extension: "DENY",
270
270
  * // ManageSharedFolders: "DENY",
271
+ * // GenerateAnalyses: "DENY",
271
272
  * // },
272
273
  * // },
273
274
  * // RequestId: "STRING_VALUE",