@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.
- package/dist-cjs/index.js +7 -0
- package/dist-cjs/schemas/schemas_0.js +90 -56
- 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/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/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
|
@@ -186,6 +186,34 @@ declare const DescribeTemplateDefinitionCommand_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 DescribeTemplateDefinitionCommand_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 DescribeTemplateDefinitionCommand_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 DescribeTemplateDefinitionCommand_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 DescribeTemplateDefinitionCommand_base: {
|
|
|
662
762
|
* // NumericalMeasureField: { // NumericalMeasureField
|
|
663
763
|
* // FieldId: "STRING_VALUE", // required
|
|
664
764
|
* // Column: "<ColumnIdentifier>", // required
|
|
665
|
-
* // AggregationFunction: {
|
|
765
|
+
* // AggregationFunction: {
|
|
666
766
|
* // SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
|
|
667
|
-
* // PercentileAggregation: {
|
|
767
|
+
* // PercentileAggregation: {
|
|
668
768
|
* // PercentileValue: Number("double"),
|
|
669
769
|
* // },
|
|
670
770
|
* // },
|
|
@@ -787,16 +887,11 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
787
887
|
* // ColumnSort: { // ColumnSort
|
|
788
888
|
* // SortBy: "<ColumnIdentifier>", // required
|
|
789
889
|
* // Direction: "ASC" || "DESC", // required
|
|
790
|
-
* // 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: {
|
|
894
|
+
* // AttributeAggregationFunction: {
|
|
800
895
|
* // SimpleAttributeAggregation: "UNIQUE_VALUE",
|
|
801
896
|
* // ValueForMultipleValues: "STRING_VALUE",
|
|
802
897
|
* // },
|
|
@@ -1043,20 +1138,7 @@ declare const DescribeTemplateDefinitionCommand_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 DescribeTemplateDefinitionCommand_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 DescribeTemplateDefinitionCommand_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 DescribeTemplateDefinitionCommand_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 DescribeTemplateDefinitionCommand_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 DescribeTemplateDefinitionCommand_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 DescribeTemplateDefinitionCommand_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 DescribeTemplateDefinitionCommand_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 DescribeTemplateDefinitionCommand_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 DescribeTemplateDefinitionCommand_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 DescribeTemplateDefinitionCommand_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 DescribeTemplateDefinitionCommand_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 DescribeTemplateDefinitionCommand_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 DescribeTemplateDefinitionCommand_base: {
|
|
|
7433
7502
|
* // Column: "<ColumnIdentifier>", // required
|
|
7434
7503
|
* // Limit: Number("int"),
|
|
7435
7504
|
* // AggregationSortConfigurations: [ // AggregationSortConfigurationList // required
|
|
7436
|
-
* //
|
|
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",
|
|
@@ -92,6 +92,9 @@ declare const GenerateEmbedUrlForRegisteredUserCommand_base: {
|
|
|
92
92
|
* ThresholdAlerts: { // ThresholdAlertsConfigurations
|
|
93
93
|
* Enabled: true || false, // required
|
|
94
94
|
* },
|
|
95
|
+
* DashboardCustomizationSummary: { // DashboardCustomizationSummaryConfigurations
|
|
96
|
+
* Enabled: true || false, // required
|
|
97
|
+
* },
|
|
95
98
|
* },
|
|
96
99
|
* },
|
|
97
100
|
* QuickSightConsole: { // RegisteredUserQuickSightConsoleEmbeddingConfiguration
|
|
@@ -126,6 +129,9 @@ declare const GenerateEmbedUrlForRegisteredUserCommand_base: {
|
|
|
126
129
|
* ThresholdAlerts: {
|
|
127
130
|
* Enabled: true || false, // required
|
|
128
131
|
* },
|
|
132
|
+
* DashboardCustomizationSummary: {
|
|
133
|
+
* Enabled: true || false, // required
|
|
134
|
+
* },
|
|
129
135
|
* },
|
|
130
136
|
* },
|
|
131
137
|
* QSearchBar: { // RegisteredUserQSearchBarEmbeddingConfiguration
|
|
@@ -76,6 +76,9 @@ declare const GenerateEmbedUrlForRegisteredUserWithIdentityCommand_base: {
|
|
|
76
76
|
* ThresholdAlerts: { // ThresholdAlertsConfigurations
|
|
77
77
|
* Enabled: true || false, // required
|
|
78
78
|
* },
|
|
79
|
+
* DashboardCustomizationSummary: { // DashboardCustomizationSummaryConfigurations
|
|
80
|
+
* Enabled: true || false, // required
|
|
81
|
+
* },
|
|
79
82
|
* },
|
|
80
83
|
* },
|
|
81
84
|
* QuickSightConsole: { // RegisteredUserQuickSightConsoleEmbeddingConfiguration
|
|
@@ -110,6 +113,9 @@ declare const GenerateEmbedUrlForRegisteredUserWithIdentityCommand_base: {
|
|
|
110
113
|
* ThresholdAlerts: {
|
|
111
114
|
* Enabled: true || false, // required
|
|
112
115
|
* },
|
|
116
|
+
* DashboardCustomizationSummary: {
|
|
117
|
+
* Enabled: true || false, // required
|
|
118
|
+
* },
|
|
113
119
|
* },
|
|
114
120
|
* },
|
|
115
121
|
* QSearchBar: { // RegisteredUserQSearchBarEmbeddingConfiguration
|
|
@@ -49,7 +49,7 @@ declare const ListDataSourcesCommand_base: {
|
|
|
49
49
|
* // Arn: "STRING_VALUE",
|
|
50
50
|
* // DataSourceId: "STRING_VALUE",
|
|
51
51
|
* // Name: "STRING_VALUE",
|
|
52
|
-
* // 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",
|
|
52
|
+
* // 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",
|
|
53
53
|
* // Status: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETED",
|
|
54
54
|
* // CreatedTime: new Date("TIMESTAMP"),
|
|
55
55
|
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
@@ -60,6 +60,7 @@ declare const ListDataSourcesCommand_base: {
|
|
|
60
60
|
* // AthenaParameters: { // AthenaParameters
|
|
61
61
|
* // WorkGroup: "STRING_VALUE",
|
|
62
62
|
* // RoleArn: "STRING_VALUE",
|
|
63
|
+
* // ConsumerAccountRoleArn: "STRING_VALUE",
|
|
63
64
|
* // IdentityCenterConfiguration: { // IdentityCenterConfiguration
|
|
64
65
|
* // EnableIdentityPropagation: true || false,
|
|
65
66
|
* // },
|
|
@@ -134,6 +135,9 @@ declare const ListDataSourcesCommand_base: {
|
|
|
134
135
|
* // },
|
|
135
136
|
* // RoleArn: "STRING_VALUE",
|
|
136
137
|
* // },
|
|
138
|
+
* // S3TablesParameters: { // S3TablesParameters
|
|
139
|
+
* // TableBucketArn: "STRING_VALUE",
|
|
140
|
+
* // },
|
|
137
141
|
* // S3KnowledgeBaseParameters: { // S3KnowledgeBaseParameters
|
|
138
142
|
* // RoleArn: "STRING_VALUE",
|
|
139
143
|
* // BucketUrl: "STRING_VALUE", // required
|
|
@@ -246,6 +250,7 @@ declare const ListDataSourcesCommand_base: {
|
|
|
246
250
|
* // AthenaParameters: {
|
|
247
251
|
* // WorkGroup: "STRING_VALUE",
|
|
248
252
|
* // RoleArn: "STRING_VALUE",
|
|
253
|
+
* // ConsumerAccountRoleArn: "STRING_VALUE",
|
|
249
254
|
* // IdentityCenterConfiguration: {
|
|
250
255
|
* // EnableIdentityPropagation: true || false,
|
|
251
256
|
* // },
|
|
@@ -320,6 +325,9 @@ declare const ListDataSourcesCommand_base: {
|
|
|
320
325
|
* // },
|
|
321
326
|
* // RoleArn: "STRING_VALUE",
|
|
322
327
|
* // },
|
|
328
|
+
* // S3TablesParameters: {
|
|
329
|
+
* // TableBucketArn: "STRING_VALUE",
|
|
330
|
+
* // },
|
|
323
331
|
* // S3KnowledgeBaseParameters: {
|
|
324
332
|
* // RoleArn: "STRING_VALUE",
|
|
325
333
|
* // BucketUrl: "STRING_VALUE", // required
|
|
@@ -57,7 +57,7 @@ declare const SearchDataSourcesCommand_base: {
|
|
|
57
57
|
* // Arn: "STRING_VALUE",
|
|
58
58
|
* // DataSourceId: "STRING_VALUE",
|
|
59
59
|
* // Name: "STRING_VALUE",
|
|
60
|
-
* // 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",
|
|
60
|
+
* // 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",
|
|
61
61
|
* // CreatedTime: new Date("TIMESTAMP"),
|
|
62
62
|
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
63
63
|
* // },
|
|
@@ -90,6 +90,7 @@ declare const StartAssetBundleImportJobCommand_base: {
|
|
|
90
90
|
* AthenaParameters: { // AthenaParameters
|
|
91
91
|
* WorkGroup: "STRING_VALUE",
|
|
92
92
|
* RoleArn: "STRING_VALUE",
|
|
93
|
+
* ConsumerAccountRoleArn: "STRING_VALUE",
|
|
93
94
|
* IdentityCenterConfiguration: { // IdentityCenterConfiguration
|
|
94
95
|
* EnableIdentityPropagation: true || false,
|
|
95
96
|
* },
|
|
@@ -164,6 +165,9 @@ declare const StartAssetBundleImportJobCommand_base: {
|
|
|
164
165
|
* },
|
|
165
166
|
* RoleArn: "STRING_VALUE",
|
|
166
167
|
* },
|
|
168
|
+
* S3TablesParameters: { // S3TablesParameters
|
|
169
|
+
* TableBucketArn: "STRING_VALUE",
|
|
170
|
+
* },
|
|
167
171
|
* S3KnowledgeBaseParameters: { // S3KnowledgeBaseParameters
|
|
168
172
|
* RoleArn: "STRING_VALUE",
|
|
169
173
|
* BucketUrl: "STRING_VALUE", // required
|