@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.
- package/dist-cjs/endpoint/bdd.js +49 -0
- package/dist-cjs/endpoint/endpointResolver.js +2 -2
- package/dist-cjs/index.js +7 -0
- package/dist-cjs/schemas/schemas_0.js +90 -56
- package/dist-es/endpoint/bdd.js +46 -0
- package/dist-es/endpoint/endpointResolver.js +3 -3
- package/dist-es/models/enums.js +6 -0
- package/dist-es/schemas/schemas_0.js +58 -24
- package/dist-types/commands/CreateAnalysisCommand.d.ts +136 -71
- package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +136 -71
- package/dist-types/commands/CreateDataSourceCommand.d.ts +9 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +136 -71
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +136 -71
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +4 -0
- package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +136 -71
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +9 -1
- package/dist-types/commands/DescribeRoleCustomPermissionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSelfUpgradeConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +136 -71
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +6 -0
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +6 -0
- package/dist-types/commands/ListCustomPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +9 -1
- package/dist-types/commands/SearchDataSourcesCommand.d.ts +1 -1
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +4 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +136 -71
- package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +136 -71
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +8 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +136 -71
- package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +2 -1
- package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserCustomPermissionCommand.d.ts +1 -2
- package/dist-types/endpoint/bdd.d.ts +2 -0
- package/dist-types/models/enums.d.ts +14 -0
- package/dist-types/models/models_0.d.ts +72 -43
- package/dist-types/models/models_1.d.ts +43 -109
- package/dist-types/models/models_2.d.ts +207 -60
- package/dist-types/models/models_3.d.ts +69 -78
- package/dist-types/models/models_4.d.ts +87 -210
- package/dist-types/models/models_5.d.ts +211 -1
- package/dist-types/schemas/schemas_0.d.ts +4 -0
- package/dist-types/ts3.4/commands/DescribeRoleCustomPermissionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeSelfUpgradeConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserCustomPermissionCommand.d.ts +4 -2
- package/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
- package/dist-types/ts3.4/models/enums.d.ts +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +14 -10
- package/dist-types/ts3.4/models/models_1.d.ts +11 -25
- package/dist-types/ts3.4/models/models_2.d.ts +107 -15
- package/dist-types/ts3.4/models/models_3.d.ts +19 -21
- package/dist-types/ts3.4/models/models_4.d.ts +24 -30
- package/dist-types/ts3.4/models/models_5.d.ts +32 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -0
- package/package.json +5 -5
- package/dist-cjs/endpoint/ruleset.js +0 -7
- package/dist-es/endpoint/ruleset.js +0 -4
- package/dist-types/endpoint/ruleset.d.ts +0 -2
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
|
@@ -200,6 +200,34 @@ declare const CreateAnalysisCommand_base: {
|
|
|
200
200
|
* },
|
|
201
201
|
* ],
|
|
202
202
|
* },
|
|
203
|
+
* ControlSortConfigurations: [ // ControlSortConfigurationList
|
|
204
|
+
* { // ControlSortConfiguration
|
|
205
|
+
* SelectableValuesSort: { // SelectableValuesSort
|
|
206
|
+
* Direction: "ASC" || "DESC" || "USER_DEFINED_ORDER", // required
|
|
207
|
+
* },
|
|
208
|
+
* ControlColumnSort: { // AggregationSortConfiguration
|
|
209
|
+
* Column: {
|
|
210
|
+
* DataSetIdentifier: "STRING_VALUE", // required
|
|
211
|
+
* ColumnName: "STRING_VALUE", // required
|
|
212
|
+
* },
|
|
213
|
+
* SortDirection: "ASC" || "DESC", // required
|
|
214
|
+
* AggregationFunction: { // AggregationFunction
|
|
215
|
+
* NumericalAggregationFunction: { // NumericalAggregationFunction
|
|
216
|
+
* SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
|
|
217
|
+
* PercentileAggregation: { // PercentileAggregation
|
|
218
|
+
* PercentileValue: Number("double"),
|
|
219
|
+
* },
|
|
220
|
+
* },
|
|
221
|
+
* CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
|
|
222
|
+
* DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
|
|
223
|
+
* AttributeAggregationFunction: { // AttributeAggregationFunction
|
|
224
|
+
* SimpleAttributeAggregation: "UNIQUE_VALUE",
|
|
225
|
+
* ValueForMultipleValues: "STRING_VALUE",
|
|
226
|
+
* },
|
|
227
|
+
* },
|
|
228
|
+
* },
|
|
229
|
+
* },
|
|
230
|
+
* ],
|
|
203
231
|
* },
|
|
204
232
|
* Dropdown: { // ParameterDropDownControl
|
|
205
233
|
* ParameterControlId: "STRING_VALUE", // required
|
|
@@ -253,6 +281,31 @@ declare const CreateAnalysisCommand_base: {
|
|
|
253
281
|
* ],
|
|
254
282
|
* },
|
|
255
283
|
* CommitMode: "AUTO" || "MANUAL",
|
|
284
|
+
* ControlSortConfigurations: [
|
|
285
|
+
* {
|
|
286
|
+
* SelectableValuesSort: {
|
|
287
|
+
* Direction: "ASC" || "DESC" || "USER_DEFINED_ORDER", // required
|
|
288
|
+
* },
|
|
289
|
+
* ControlColumnSort: {
|
|
290
|
+
* Column: "<ColumnIdentifier>", // required
|
|
291
|
+
* SortDirection: "ASC" || "DESC", // required
|
|
292
|
+
* AggregationFunction: {
|
|
293
|
+
* NumericalAggregationFunction: {
|
|
294
|
+
* SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
|
|
295
|
+
* PercentileAggregation: {
|
|
296
|
+
* PercentileValue: Number("double"),
|
|
297
|
+
* },
|
|
298
|
+
* },
|
|
299
|
+
* CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
|
|
300
|
+
* DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
|
|
301
|
+
* AttributeAggregationFunction: {
|
|
302
|
+
* SimpleAttributeAggregation: "UNIQUE_VALUE",
|
|
303
|
+
* ValueForMultipleValues: "STRING_VALUE",
|
|
304
|
+
* },
|
|
305
|
+
* },
|
|
306
|
+
* },
|
|
307
|
+
* },
|
|
308
|
+
* ],
|
|
256
309
|
* },
|
|
257
310
|
* TextField: { // ParameterTextFieldControl
|
|
258
311
|
* ParameterControlId: "STRING_VALUE", // required
|
|
@@ -371,13 +424,35 @@ declare const CreateAnalysisCommand_base: {
|
|
|
371
424
|
* SourceControls: [
|
|
372
425
|
* {
|
|
373
426
|
* SourceSheetControlId: "STRING_VALUE",
|
|
374
|
-
* ColumnToMatch:
|
|
375
|
-
* DataSetIdentifier: "STRING_VALUE", // required
|
|
376
|
-
* ColumnName: "STRING_VALUE", // required
|
|
377
|
-
* },
|
|
427
|
+
* ColumnToMatch: "<ColumnIdentifier>",
|
|
378
428
|
* },
|
|
379
429
|
* ],
|
|
380
430
|
* },
|
|
431
|
+
* ControlSortConfigurations: [
|
|
432
|
+
* {
|
|
433
|
+
* SelectableValuesSort: {
|
|
434
|
+
* Direction: "ASC" || "DESC" || "USER_DEFINED_ORDER", // required
|
|
435
|
+
* },
|
|
436
|
+
* ControlColumnSort: {
|
|
437
|
+
* Column: "<ColumnIdentifier>", // required
|
|
438
|
+
* SortDirection: "ASC" || "DESC", // required
|
|
439
|
+
* AggregationFunction: {
|
|
440
|
+
* NumericalAggregationFunction: {
|
|
441
|
+
* SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
|
|
442
|
+
* PercentileAggregation: {
|
|
443
|
+
* PercentileValue: Number("double"),
|
|
444
|
+
* },
|
|
445
|
+
* },
|
|
446
|
+
* CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
|
|
447
|
+
* DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
|
|
448
|
+
* AttributeAggregationFunction: {
|
|
449
|
+
* SimpleAttributeAggregation: "UNIQUE_VALUE",
|
|
450
|
+
* ValueForMultipleValues: "STRING_VALUE",
|
|
451
|
+
* },
|
|
452
|
+
* },
|
|
453
|
+
* },
|
|
454
|
+
* },
|
|
455
|
+
* ],
|
|
381
456
|
* },
|
|
382
457
|
* Dropdown: { // FilterDropDownControl
|
|
383
458
|
* FilterControlId: "STRING_VALUE", // required
|
|
@@ -405,6 +480,31 @@ declare const CreateAnalysisCommand_base: {
|
|
|
405
480
|
* ],
|
|
406
481
|
* },
|
|
407
482
|
* CommitMode: "AUTO" || "MANUAL",
|
|
483
|
+
* ControlSortConfigurations: [
|
|
484
|
+
* {
|
|
485
|
+
* SelectableValuesSort: {
|
|
486
|
+
* Direction: "ASC" || "DESC" || "USER_DEFINED_ORDER", // required
|
|
487
|
+
* },
|
|
488
|
+
* ControlColumnSort: {
|
|
489
|
+
* Column: "<ColumnIdentifier>", // required
|
|
490
|
+
* SortDirection: "ASC" || "DESC", // required
|
|
491
|
+
* AggregationFunction: {
|
|
492
|
+
* NumericalAggregationFunction: {
|
|
493
|
+
* SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
|
|
494
|
+
* PercentileAggregation: {
|
|
495
|
+
* PercentileValue: Number("double"),
|
|
496
|
+
* },
|
|
497
|
+
* },
|
|
498
|
+
* CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
|
|
499
|
+
* DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
|
|
500
|
+
* AttributeAggregationFunction: {
|
|
501
|
+
* SimpleAttributeAggregation: "UNIQUE_VALUE",
|
|
502
|
+
* ValueForMultipleValues: "STRING_VALUE",
|
|
503
|
+
* },
|
|
504
|
+
* },
|
|
505
|
+
* },
|
|
506
|
+
* },
|
|
507
|
+
* ],
|
|
408
508
|
* },
|
|
409
509
|
* TextField: { // FilterTextFieldControl
|
|
410
510
|
* FilterControlId: "STRING_VALUE", // required
|
|
@@ -676,9 +776,9 @@ declare const CreateAnalysisCommand_base: {
|
|
|
676
776
|
* NumericalMeasureField: { // NumericalMeasureField
|
|
677
777
|
* FieldId: "STRING_VALUE", // required
|
|
678
778
|
* Column: "<ColumnIdentifier>", // required
|
|
679
|
-
* AggregationFunction: {
|
|
779
|
+
* AggregationFunction: {
|
|
680
780
|
* SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
|
|
681
|
-
* PercentileAggregation: {
|
|
781
|
+
* PercentileAggregation: {
|
|
682
782
|
* PercentileValue: Number("double"),
|
|
683
783
|
* },
|
|
684
784
|
* },
|
|
@@ -801,16 +901,11 @@ declare const CreateAnalysisCommand_base: {
|
|
|
801
901
|
* ColumnSort: { // ColumnSort
|
|
802
902
|
* SortBy: "<ColumnIdentifier>", // required
|
|
803
903
|
* Direction: "ASC" || "DESC", // required
|
|
804
|
-
* AggregationFunction: {
|
|
805
|
-
* NumericalAggregationFunction:
|
|
806
|
-
* SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
|
|
807
|
-
* PercentileAggregation: {
|
|
808
|
-
* PercentileValue: Number("double"),
|
|
809
|
-
* },
|
|
810
|
-
* },
|
|
904
|
+
* AggregationFunction: {
|
|
905
|
+
* NumericalAggregationFunction: "<NumericalAggregationFunction>",
|
|
811
906
|
* CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
|
|
812
907
|
* DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
|
|
813
|
-
* AttributeAggregationFunction: {
|
|
908
|
+
* AttributeAggregationFunction: {
|
|
814
909
|
* SimpleAttributeAggregation: "UNIQUE_VALUE",
|
|
815
910
|
* ValueForMultipleValues: "STRING_VALUE",
|
|
816
911
|
* },
|
|
@@ -1057,20 +1152,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
1057
1152
|
* Column: "<ColumnIdentifier>", // required
|
|
1058
1153
|
* Label: "STRING_VALUE",
|
|
1059
1154
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
1060
|
-
* Aggregation:
|
|
1061
|
-
* NumericalAggregationFunction: {
|
|
1062
|
-
* SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
|
|
1063
|
-
* PercentileAggregation: {
|
|
1064
|
-
* PercentileValue: Number("double"),
|
|
1065
|
-
* },
|
|
1066
|
-
* },
|
|
1067
|
-
* CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
|
|
1068
|
-
* DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
|
|
1069
|
-
* AttributeAggregationFunction: {
|
|
1070
|
-
* SimpleAttributeAggregation: "UNIQUE_VALUE",
|
|
1071
|
-
* ValueForMultipleValues: "STRING_VALUE",
|
|
1072
|
-
* },
|
|
1073
|
-
* },
|
|
1155
|
+
* Aggregation: "<AggregationFunction>",
|
|
1074
1156
|
* TooltipTarget: "BOTH" || "BAR" || "LINE",
|
|
1075
1157
|
* },
|
|
1076
1158
|
* },
|
|
@@ -1350,12 +1432,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
1350
1432
|
* NumericalMeasureField: {
|
|
1351
1433
|
* FieldId: "STRING_VALUE", // required
|
|
1352
1434
|
* Column: "<ColumnIdentifier>", // required
|
|
1353
|
-
* AggregationFunction:
|
|
1354
|
-
* SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
|
|
1355
|
-
* PercentileAggregation: {
|
|
1356
|
-
* PercentileValue: Number("double"),
|
|
1357
|
-
* },
|
|
1358
|
-
* },
|
|
1435
|
+
* AggregationFunction: "<NumericalAggregationFunction>",
|
|
1359
1436
|
* FormatConfiguration: "<NumberFormatConfiguration>",
|
|
1360
1437
|
* },
|
|
1361
1438
|
* CategoricalMeasureField: {
|
|
@@ -1390,20 +1467,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
1390
1467
|
* Column: {
|
|
1391
1468
|
* SortBy: "<ColumnIdentifier>", // required
|
|
1392
1469
|
* Direction: "ASC" || "DESC", // required
|
|
1393
|
-
* AggregationFunction:
|
|
1394
|
-
* NumericalAggregationFunction: {
|
|
1395
|
-
* SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
|
|
1396
|
-
* PercentileAggregation: {
|
|
1397
|
-
* PercentileValue: Number("double"),
|
|
1398
|
-
* },
|
|
1399
|
-
* },
|
|
1400
|
-
* CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
|
|
1401
|
-
* DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
|
|
1402
|
-
* AttributeAggregationFunction: {
|
|
1403
|
-
* SimpleAttributeAggregation: "UNIQUE_VALUE",
|
|
1404
|
-
* ValueForMultipleValues: "STRING_VALUE",
|
|
1405
|
-
* },
|
|
1406
|
-
* },
|
|
1470
|
+
* AggregationFunction: "<AggregationFunction>",
|
|
1407
1471
|
* },
|
|
1408
1472
|
* DataPath: { // DataPathSort
|
|
1409
1473
|
* Direction: "ASC" || "DESC", // required
|
|
@@ -1609,15 +1673,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
1609
1673
|
* Column: "<ColumnIdentifier>", // required
|
|
1610
1674
|
* Label: "STRING_VALUE",
|
|
1611
1675
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
1612
|
-
* Aggregation:
|
|
1613
|
-
* NumericalAggregationFunction: "<NumericalAggregationFunction>",
|
|
1614
|
-
* CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
|
|
1615
|
-
* DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
|
|
1616
|
-
* AttributeAggregationFunction: {
|
|
1617
|
-
* SimpleAttributeAggregation: "UNIQUE_VALUE",
|
|
1618
|
-
* ValueForMultipleValues: "STRING_VALUE",
|
|
1619
|
-
* },
|
|
1620
|
-
* },
|
|
1676
|
+
* Aggregation: "<AggregationFunction>",
|
|
1621
1677
|
* TooltipTarget: "BOTH" || "BAR" || "LINE",
|
|
1622
1678
|
* },
|
|
1623
1679
|
* },
|
|
@@ -1857,15 +1913,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
1857
1913
|
* ColumnSort: {
|
|
1858
1914
|
* SortBy: "<ColumnIdentifier>", // required
|
|
1859
1915
|
* Direction: "ASC" || "DESC", // required
|
|
1860
|
-
* AggregationFunction:
|
|
1861
|
-
* NumericalAggregationFunction: "<NumericalAggregationFunction>",
|
|
1862
|
-
* CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
|
|
1863
|
-
* DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
|
|
1864
|
-
* AttributeAggregationFunction: {
|
|
1865
|
-
* SimpleAttributeAggregation: "UNIQUE_VALUE",
|
|
1866
|
-
* ValueForMultipleValues: "STRING_VALUE",
|
|
1867
|
-
* },
|
|
1868
|
-
* },
|
|
1916
|
+
* AggregationFunction: "<AggregationFunction>",
|
|
1869
1917
|
* },
|
|
1870
1918
|
* },
|
|
1871
1919
|
* ],
|
|
@@ -7084,6 +7132,18 @@ declare const CreateAnalysisCommand_base: {
|
|
|
7084
7132
|
* "STRING_VALUE",
|
|
7085
7133
|
* ],
|
|
7086
7134
|
* },
|
|
7135
|
+
* ControlSortConfigurations: [
|
|
7136
|
+
* {
|
|
7137
|
+
* SelectableValuesSort: {
|
|
7138
|
+
* Direction: "ASC" || "DESC" || "USER_DEFINED_ORDER", // required
|
|
7139
|
+
* },
|
|
7140
|
+
* ControlColumnSort: {
|
|
7141
|
+
* Column: "<ColumnIdentifier>", // required
|
|
7142
|
+
* SortDirection: "ASC" || "DESC", // required
|
|
7143
|
+
* AggregationFunction: "<AggregationFunction>",
|
|
7144
|
+
* },
|
|
7145
|
+
* },
|
|
7146
|
+
* ],
|
|
7087
7147
|
* },
|
|
7088
7148
|
* DefaultDropdownOptions: { // DefaultFilterDropDownControlOptions
|
|
7089
7149
|
* DisplayOptions: {
|
|
@@ -7096,6 +7156,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
7096
7156
|
* Values: "<ParameterSelectableValueList>",
|
|
7097
7157
|
* },
|
|
7098
7158
|
* CommitMode: "AUTO" || "MANUAL",
|
|
7159
|
+
* ControlSortConfigurations: "<ControlSortConfigurationList>",
|
|
7099
7160
|
* },
|
|
7100
7161
|
* DefaultTextFieldOptions: { // DefaultTextFieldControlOptions
|
|
7101
7162
|
* DisplayOptions: {
|
|
@@ -7178,6 +7239,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
7178
7239
|
* SelectableValues: {
|
|
7179
7240
|
* Values: "<ParameterSelectableValueList>",
|
|
7180
7241
|
* },
|
|
7242
|
+
* ControlSortConfigurations: "<ControlSortConfigurationList>",
|
|
7181
7243
|
* },
|
|
7182
7244
|
* DefaultDropdownOptions: {
|
|
7183
7245
|
* DisplayOptions: {
|
|
@@ -7188,6 +7250,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
7188
7250
|
* Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
7189
7251
|
* SelectableValues: "<FilterSelectableValues>",
|
|
7190
7252
|
* CommitMode: "AUTO" || "MANUAL",
|
|
7253
|
+
* ControlSortConfigurations: "<ControlSortConfigurationList>",
|
|
7191
7254
|
* },
|
|
7192
7255
|
* DefaultTextFieldOptions: {
|
|
7193
7256
|
* DisplayOptions: {
|
|
@@ -7259,6 +7322,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
7259
7322
|
* },
|
|
7260
7323
|
* Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
7261
7324
|
* SelectableValues: "<FilterSelectableValues>",
|
|
7325
|
+
* ControlSortConfigurations: "<ControlSortConfigurationList>",
|
|
7262
7326
|
* },
|
|
7263
7327
|
* DefaultDropdownOptions: {
|
|
7264
7328
|
* DisplayOptions: {
|
|
@@ -7269,6 +7333,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
7269
7333
|
* Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
7270
7334
|
* SelectableValues: "<FilterSelectableValues>",
|
|
7271
7335
|
* CommitMode: "AUTO" || "MANUAL",
|
|
7336
|
+
* ControlSortConfigurations: "<ControlSortConfigurationList>",
|
|
7272
7337
|
* },
|
|
7273
7338
|
* DefaultTextFieldOptions: {
|
|
7274
7339
|
* DisplayOptions: {
|
|
@@ -7328,12 +7393,14 @@ declare const CreateAnalysisCommand_base: {
|
|
|
7328
7393
|
* DisplayOptions: "<ListControlDisplayOptions>",
|
|
7329
7394
|
* Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
7330
7395
|
* SelectableValues: "<FilterSelectableValues>",
|
|
7396
|
+
* ControlSortConfigurations: "<ControlSortConfigurationList>",
|
|
7331
7397
|
* },
|
|
7332
7398
|
* DefaultDropdownOptions: {
|
|
7333
7399
|
* DisplayOptions: "<DropDownControlDisplayOptions>",
|
|
7334
7400
|
* Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
7335
7401
|
* SelectableValues: "<FilterSelectableValues>",
|
|
7336
7402
|
* CommitMode: "AUTO" || "MANUAL",
|
|
7403
|
+
* ControlSortConfigurations: "<ControlSortConfigurationList>",
|
|
7337
7404
|
* },
|
|
7338
7405
|
* DefaultTextFieldOptions: {
|
|
7339
7406
|
* DisplayOptions: "<TextFieldControlDisplayOptions>",
|
|
@@ -7394,12 +7461,14 @@ declare const CreateAnalysisCommand_base: {
|
|
|
7394
7461
|
* DisplayOptions: "<ListControlDisplayOptions>",
|
|
7395
7462
|
* Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
7396
7463
|
* SelectableValues: "<FilterSelectableValues>",
|
|
7464
|
+
* ControlSortConfigurations: "<ControlSortConfigurationList>",
|
|
7397
7465
|
* },
|
|
7398
7466
|
* DefaultDropdownOptions: {
|
|
7399
7467
|
* DisplayOptions: "<DropDownControlDisplayOptions>",
|
|
7400
7468
|
* Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
7401
7469
|
* SelectableValues: "<FilterSelectableValues>",
|
|
7402
7470
|
* CommitMode: "AUTO" || "MANUAL",
|
|
7471
|
+
* ControlSortConfigurations: "<ControlSortConfigurationList>",
|
|
7403
7472
|
* },
|
|
7404
7473
|
* DefaultTextFieldOptions: {
|
|
7405
7474
|
* DisplayOptions: "<TextFieldControlDisplayOptions>",
|
|
@@ -7447,11 +7516,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
7447
7516
|
* Column: "<ColumnIdentifier>", // required
|
|
7448
7517
|
* Limit: Number("int"),
|
|
7449
7518
|
* AggregationSortConfigurations: [ // AggregationSortConfigurationList // required
|
|
7450
|
-
*
|
|
7451
|
-
* Column: "<ColumnIdentifier>", // required
|
|
7452
|
-
* SortDirection: "ASC" || "DESC", // required
|
|
7453
|
-
* AggregationFunction: "<AggregationFunction>",
|
|
7454
|
-
* },
|
|
7519
|
+
* "<AggregationSortConfiguration>",
|
|
7455
7520
|
* ],
|
|
7456
7521
|
* TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
7457
7522
|
* ParameterName: "STRING_VALUE",
|