@aws-sdk/client-quicksight 3.326.0 → 3.328.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 (187) hide show
  1. package/README.md +144 -0
  2. package/dist-cjs/QuickSight.js +36 -0
  3. package/dist-cjs/commands/CreateTopicCommand.js +46 -0
  4. package/dist-cjs/commands/CreateTopicRefreshScheduleCommand.js +45 -0
  5. package/dist-cjs/commands/CreateVPCConnectionCommand.js +45 -0
  6. package/dist-cjs/commands/DeleteTopicCommand.js +45 -0
  7. package/dist-cjs/commands/DeleteTopicRefreshScheduleCommand.js +45 -0
  8. package/dist-cjs/commands/DeleteVPCConnectionCommand.js +45 -0
  9. package/dist-cjs/commands/DescribeDataSetCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeTemplateDefinitionCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeTopicCommand.js +46 -0
  12. package/dist-cjs/commands/DescribeTopicPermissionsCommand.js +45 -0
  13. package/dist-cjs/commands/DescribeTopicRefreshCommand.js +45 -0
  14. package/dist-cjs/commands/DescribeTopicRefreshScheduleCommand.js +45 -0
  15. package/dist-cjs/commands/DescribeVPCConnectionCommand.js +45 -0
  16. package/dist-cjs/commands/ListTopicRefreshSchedulesCommand.js +45 -0
  17. package/dist-cjs/commands/ListTopicsCommand.js +45 -0
  18. package/dist-cjs/commands/ListVPCConnectionsCommand.js +45 -0
  19. package/dist-cjs/commands/UpdateTopicCommand.js +46 -0
  20. package/dist-cjs/commands/UpdateTopicPermissionsCommand.js +45 -0
  21. package/dist-cjs/commands/UpdateTopicRefreshScheduleCommand.js +45 -0
  22. package/dist-cjs/commands/UpdateVPCConnectionCommand.js +45 -0
  23. package/dist-cjs/commands/index.js +18 -0
  24. package/dist-cjs/models/models_0.js +1 -11
  25. package/dist-cjs/models/models_1.js +46 -50
  26. package/dist-cjs/models/models_2.js +262 -141
  27. package/dist-cjs/models/models_3.js +167 -1
  28. package/dist-cjs/pagination/ListTopicsPaginator.js +29 -0
  29. package/dist-cjs/pagination/ListVPCConnectionsPaginator.js +29 -0
  30. package/dist-cjs/pagination/index.js +2 -0
  31. package/dist-cjs/protocols/Aws_restJson1.js +2076 -307
  32. package/dist-es/QuickSight.js +36 -0
  33. package/dist-es/commands/CreateTopicCommand.js +42 -0
  34. package/dist-es/commands/CreateTopicRefreshScheduleCommand.js +41 -0
  35. package/dist-es/commands/CreateVPCConnectionCommand.js +41 -0
  36. package/dist-es/commands/DeleteTopicCommand.js +41 -0
  37. package/dist-es/commands/DeleteTopicRefreshScheduleCommand.js +41 -0
  38. package/dist-es/commands/DeleteVPCConnectionCommand.js +41 -0
  39. package/dist-es/commands/DescribeDataSetCommand.js +1 -1
  40. package/dist-es/commands/DescribeTemplateDefinitionCommand.js +1 -1
  41. package/dist-es/commands/DescribeTopicCommand.js +42 -0
  42. package/dist-es/commands/DescribeTopicPermissionsCommand.js +41 -0
  43. package/dist-es/commands/DescribeTopicRefreshCommand.js +41 -0
  44. package/dist-es/commands/DescribeTopicRefreshScheduleCommand.js +41 -0
  45. package/dist-es/commands/DescribeVPCConnectionCommand.js +41 -0
  46. package/dist-es/commands/ListTopicRefreshSchedulesCommand.js +41 -0
  47. package/dist-es/commands/ListTopicsCommand.js +41 -0
  48. package/dist-es/commands/ListVPCConnectionsCommand.js +41 -0
  49. package/dist-es/commands/UpdateTopicCommand.js +42 -0
  50. package/dist-es/commands/UpdateTopicPermissionsCommand.js +41 -0
  51. package/dist-es/commands/UpdateTopicRefreshScheduleCommand.js +41 -0
  52. package/dist-es/commands/UpdateVPCConnectionCommand.js +41 -0
  53. package/dist-es/commands/index.js +18 -0
  54. package/dist-es/models/models_0.js +0 -9
  55. package/dist-es/models/models_1.js +41 -43
  56. package/dist-es/models/models_2.js +242 -135
  57. package/dist-es/models/models_3.js +161 -1
  58. package/dist-es/pagination/ListTopicsPaginator.js +25 -0
  59. package/dist-es/pagination/ListVPCConnectionsPaginator.js +25 -0
  60. package/dist-es/pagination/index.js +2 -0
  61. package/dist-es/protocols/Aws_restJson1.js +2030 -298
  62. package/dist-types/QuickSight.d.ts +126 -0
  63. package/dist-types/QuickSightClient.d.ts +20 -2
  64. package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateAnalysisCommand.d.ts +56 -4
  67. package/dist-types/commands/CreateDashboardCommand.d.ts +56 -4
  68. package/dist-types/commands/CreateDataSetCommand.d.ts +63 -0
  69. package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +5 -4
  70. package/dist-types/commands/CreateTemplateCommand.d.ts +56 -4
  71. package/dist-types/commands/CreateTopicCommand.d.ts +352 -0
  72. package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +111 -0
  73. package/dist-types/commands/CreateVPCConnectionCommand.d.ts +122 -0
  74. package/dist-types/commands/DeleteTopicCommand.d.ts +94 -0
  75. package/dist-types/commands/DeleteTopicRefreshScheduleCommand.d.ts +102 -0
  76. package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +102 -0
  77. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +56 -4
  78. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +56 -4
  79. package/dist-types/commands/DescribeDataSetCommand.d.ts +64 -1
  80. package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
  81. package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
  82. package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
  83. package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
  84. package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
  85. package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
  86. package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
  87. package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
  88. package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
  89. package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +3 -2
  90. package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -1
  91. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -1
  92. package/dist-types/commands/DescribeNamespaceCommand.d.ts +1 -1
  93. package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +1 -1
  94. package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +1 -1
  95. package/dist-types/commands/DescribeTemplateCommand.d.ts +1 -1
  96. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +57 -5
  97. package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
  98. package/dist-types/commands/DescribeThemeAliasCommand.d.ts +1 -1
  99. package/dist-types/commands/DescribeThemeCommand.d.ts +1 -1
  100. package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  101. package/dist-types/commands/DescribeTopicCommand.d.ts +336 -0
  102. package/dist-types/commands/DescribeTopicPermissionsCommand.d.ts +99 -0
  103. package/dist-types/commands/DescribeTopicRefreshCommand.d.ts +95 -0
  104. package/dist-types/commands/DescribeTopicRefreshScheduleCommand.d.ts +110 -0
  105. package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
  106. package/dist-types/commands/DescribeVPCConnectionCommand.d.ts +121 -0
  107. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +3 -0
  108. package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +3 -1
  109. package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +7 -3
  110. package/dist-types/commands/ListTopicRefreshSchedulesCommand.d.ts +115 -0
  111. package/dist-types/commands/ListTopicsCommand.d.ts +98 -0
  112. package/dist-types/commands/ListVPCConnectionsCommand.d.ts +126 -0
  113. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  114. package/dist-types/commands/UpdateAnalysisCommand.d.ts +56 -4
  115. package/dist-types/commands/UpdateDashboardCommand.d.ts +56 -4
  116. package/dist-types/commands/UpdateDataSetCommand.d.ts +63 -0
  117. package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +3 -4
  118. package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +4 -1
  119. package/dist-types/commands/UpdateTemplateCommand.d.ts +56 -4
  120. package/dist-types/commands/UpdateTopicCommand.d.ts +346 -0
  121. package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +127 -0
  122. package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +110 -0
  123. package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +116 -0
  124. package/dist-types/commands/index.d.ts +18 -0
  125. package/dist-types/models/models_0.d.ts +43 -91
  126. package/dist-types/models/models_1.d.ts +210 -281
  127. package/dist-types/models/models_2.d.ts +2375 -2163
  128. package/dist-types/models/models_3.d.ts +2468 -54
  129. package/dist-types/pagination/ListTopicsPaginator.d.ts +7 -0
  130. package/dist-types/pagination/ListVPCConnectionsPaginator.d.ts +7 -0
  131. package/dist-types/pagination/index.d.ts +2 -0
  132. package/dist-types/protocols/Aws_restJson1.d.ts +162 -0
  133. package/dist-types/ts3.4/QuickSight.d.ts +306 -0
  134. package/dist-types/ts3.4/QuickSightClient.d.ts +110 -2
  135. package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +1 -1
  136. package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
  137. package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +34 -0
  138. package/dist-types/ts3.4/commands/CreateTopicRefreshScheduleCommand.d.ts +41 -0
  139. package/dist-types/ts3.4/commands/CreateVPCConnectionCommand.d.ts +38 -0
  140. package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +34 -0
  141. package/dist-types/ts3.4/commands/DeleteTopicRefreshScheduleCommand.d.ts +41 -0
  142. package/dist-types/ts3.4/commands/DeleteVPCConnectionCommand.d.ts +38 -0
  143. package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +1 -1
  144. package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
  145. package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
  146. package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +1 -1
  147. package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
  148. package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
  149. package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
  150. package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
  151. package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
  152. package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
  153. package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
  154. package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +1 -1
  155. package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +1 -1
  156. package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +1 -1
  157. package/dist-types/ts3.4/commands/DescribeRefreshScheduleCommand.d.ts +1 -1
  158. package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +1 -1
  159. package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/DescribeTemplateDefinitionCommand.d.ts +1 -1
  161. package/dist-types/ts3.4/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +1 -1
  163. package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/DescribeTopicCommand.d.ts +37 -0
  166. package/dist-types/ts3.4/commands/DescribeTopicPermissionsCommand.d.ts +41 -0
  167. package/dist-types/ts3.4/commands/DescribeTopicRefreshCommand.d.ts +41 -0
  168. package/dist-types/ts3.4/commands/DescribeTopicRefreshScheduleCommand.d.ts +41 -0
  169. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +1 -1
  170. package/dist-types/ts3.4/commands/DescribeVPCConnectionCommand.d.ts +41 -0
  171. package/dist-types/ts3.4/commands/ListTopicRefreshSchedulesCommand.d.ts +41 -0
  172. package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +34 -0
  173. package/dist-types/ts3.4/commands/ListVPCConnectionsCommand.d.ts +38 -0
  174. package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +34 -0
  175. package/dist-types/ts3.4/commands/UpdateTopicPermissionsCommand.d.ts +41 -0
  176. package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +41 -0
  177. package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +38 -0
  178. package/dist-types/ts3.4/commands/index.d.ts +18 -0
  179. package/dist-types/ts3.4/models/models_0.d.ts +12 -22
  180. package/dist-types/ts3.4/models/models_1.d.ts +79 -75
  181. package/dist-types/ts3.4/models/models_2.d.ts +605 -500
  182. package/dist-types/ts3.4/models/models_3.d.ts +737 -9
  183. package/dist-types/ts3.4/pagination/ListTopicsPaginator.d.ts +11 -0
  184. package/dist-types/ts3.4/pagination/ListVPCConnectionsPaginator.d.ts +11 -0
  185. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  186. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +216 -0
  187. package/package.json +8 -8
@@ -1049,6 +1049,9 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
1049
1049
  * "STRING_VALUE",
1050
1050
  * ],
1051
1051
  * SelectedFieldOptions: "ALL_FIELDS",
1052
+ * SelectedColumns: [ // CustomActionColumnList
1053
+ * "<ColumnIdentifier>",
1054
+ * ],
1052
1055
  * },
1053
1056
  * TargetVisualsConfiguration: { // FilterOperationTargetVisualsConfiguration
1054
1057
  * SameSheetTargetVisualConfiguration: { // SameSheetTargetVisualConfiguration
@@ -1093,6 +1096,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
1093
1096
  * SelectAllValueOptions: "ALL_VALUES",
1094
1097
  * SourceParameterName: "STRING_VALUE",
1095
1098
  * SourceField: "STRING_VALUE",
1099
+ * SourceColumn: "<ColumnIdentifier>",
1096
1100
  * },
1097
1101
  * },
1098
1102
  * ],
@@ -1444,6 +1448,9 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
1444
1448
  * "STRING_VALUE",
1445
1449
  * ],
1446
1450
  * SelectedFieldOptions: "ALL_FIELDS",
1451
+ * SelectedColumns: [
1452
+ * "<ColumnIdentifier>",
1453
+ * ],
1447
1454
  * },
1448
1455
  * TargetVisualsConfiguration: {
1449
1456
  * SameSheetTargetVisualConfiguration: {
@@ -1488,6 +1495,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
1488
1495
  * SelectAllValueOptions: "ALL_VALUES",
1489
1496
  * SourceParameterName: "STRING_VALUE",
1490
1497
  * SourceField: "STRING_VALUE",
1498
+ * SourceColumn: "<ColumnIdentifier>",
1491
1499
  * },
1492
1500
  * },
1493
1501
  * ],
@@ -1856,6 +1864,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
1856
1864
  * LabelFontConfiguration: "<FontConfiguration>",
1857
1865
  * LabelColor: "STRING_VALUE",
1858
1866
  * Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
1867
+ * TotalsVisibility: "HIDDEN" || "VISIBLE",
1859
1868
  * },
1860
1869
  * Tooltip: { // TooltipOptions
1861
1870
  * TooltipVisibility: "HIDDEN" || "VISIBLE",
@@ -1889,7 +1898,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
1889
1898
  * },
1890
1899
  * DynamicConfiguration: { // ReferenceLineDynamicDataConfiguration
1891
1900
  * Column: "<ColumnIdentifier>", // required
1892
- * MeasureAggregationFunction: "<AggregationFunction>", // required
1901
+ * MeasureAggregationFunction: "<AggregationFunction>",
1893
1902
  * Calculation: "<NumericalAggregationFunction>", // required
1894
1903
  * },
1895
1904
  * AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
@@ -1936,6 +1945,9 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
1936
1945
  * "STRING_VALUE",
1937
1946
  * ],
1938
1947
  * SelectedFieldOptions: "ALL_FIELDS",
1948
+ * SelectedColumns: [
1949
+ * "<ColumnIdentifier>",
1950
+ * ],
1939
1951
  * },
1940
1952
  * TargetVisualsConfiguration: {
1941
1953
  * SameSheetTargetVisualConfiguration: {
@@ -1980,6 +1992,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
1980
1992
  * SelectAllValueOptions: "ALL_VALUES",
1981
1993
  * SourceParameterName: "STRING_VALUE",
1982
1994
  * SourceField: "STRING_VALUE",
1995
+ * SourceColumn: "<ColumnIdentifier>",
1983
1996
  * },
1984
1997
  * },
1985
1998
  * ],
@@ -2215,6 +2228,9 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
2215
2228
  * "STRING_VALUE",
2216
2229
  * ],
2217
2230
  * SelectedFieldOptions: "ALL_FIELDS",
2231
+ * SelectedColumns: [
2232
+ * "<ColumnIdentifier>",
2233
+ * ],
2218
2234
  * },
2219
2235
  * TargetVisualsConfiguration: {
2220
2236
  * SameSheetTargetVisualConfiguration: {
@@ -2259,6 +2275,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
2259
2275
  * SelectAllValueOptions: "ALL_VALUES",
2260
2276
  * SourceParameterName: "STRING_VALUE",
2261
2277
  * SourceField: "STRING_VALUE",
2278
+ * SourceColumn: "<ColumnIdentifier>",
2262
2279
  * },
2263
2280
  * },
2264
2281
  * ],
@@ -2465,6 +2482,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
2465
2482
  * LabelFontConfiguration: "<FontConfiguration>",
2466
2483
  * LabelColor: "STRING_VALUE",
2467
2484
  * Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
2485
+ * TotalsVisibility: "HIDDEN" || "VISIBLE",
2468
2486
  * },
2469
2487
  * Tooltip: {
2470
2488
  * TooltipVisibility: "HIDDEN" || "VISIBLE",
@@ -2522,6 +2540,9 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
2522
2540
  * "STRING_VALUE",
2523
2541
  * ],
2524
2542
  * SelectedFieldOptions: "ALL_FIELDS",
2543
+ * SelectedColumns: [
2544
+ * "<ColumnIdentifier>",
2545
+ * ],
2525
2546
  * },
2526
2547
  * TargetVisualsConfiguration: {
2527
2548
  * SameSheetTargetVisualConfiguration: {
@@ -2566,6 +2587,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
2566
2587
  * SelectAllValueOptions: "ALL_VALUES",
2567
2588
  * SourceParameterName: "STRING_VALUE",
2568
2589
  * SourceField: "STRING_VALUE",
2590
+ * SourceColumn: "<ColumnIdentifier>",
2569
2591
  * },
2570
2592
  * },
2571
2593
  * ],
@@ -2659,6 +2681,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
2659
2681
  * LabelFontConfiguration: "<FontConfiguration>",
2660
2682
  * LabelColor: "STRING_VALUE",
2661
2683
  * Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
2684
+ * TotalsVisibility: "HIDDEN" || "VISIBLE",
2662
2685
  * },
2663
2686
  * TooltipOptions: {
2664
2687
  * TooltipVisibility: "HIDDEN" || "VISIBLE",
@@ -3024,6 +3047,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
3024
3047
  * LabelFontConfiguration: "<FontConfiguration>",
3025
3048
  * LabelColor: "STRING_VALUE",
3026
3049
  * Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
3050
+ * TotalsVisibility: "HIDDEN" || "VISIBLE",
3027
3051
  * },
3028
3052
  * ReferenceLines: [
3029
3053
  * {
@@ -3034,7 +3058,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
3034
3058
  * },
3035
3059
  * DynamicConfiguration: {
3036
3060
  * Column: "<ColumnIdentifier>", // required
3037
- * MeasureAggregationFunction: "<AggregationFunction>", // required
3061
+ * MeasureAggregationFunction: "<AggregationFunction>",
3038
3062
  * Calculation: "<NumericalAggregationFunction>", // required
3039
3063
  * },
3040
3064
  * AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
@@ -3201,6 +3225,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
3201
3225
  * LabelFontConfiguration: "<FontConfiguration>",
3202
3226
  * LabelColor: "STRING_VALUE",
3203
3227
  * Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
3228
+ * TotalsVisibility: "HIDDEN" || "VISIBLE",
3204
3229
  * },
3205
3230
  * Tooltip: {
3206
3231
  * TooltipVisibility: "HIDDEN" || "VISIBLE",
@@ -3446,11 +3471,14 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
3446
3471
  * YAxis: "<MeasureFieldList>",
3447
3472
  * Category: "<DimensionFieldList>",
3448
3473
  * Size: "<MeasureFieldList>",
3474
+ * Label: "<DimensionFieldList>",
3449
3475
  * },
3450
3476
  * ScatterPlotUnaggregatedFieldWells: { // ScatterPlotUnaggregatedFieldWells
3451
3477
  * XAxis: "<DimensionFieldList>",
3452
3478
  * YAxis: "<DimensionFieldList>",
3453
3479
  * Size: "<MeasureFieldList>",
3480
+ * Category: "<DimensionFieldList>",
3481
+ * Label: "<DimensionFieldList>",
3454
3482
  * },
3455
3483
  * },
3456
3484
  * XAxisLabelOptions: "<ChartAxisLabelOptions>",
@@ -3505,7 +3533,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
3505
3533
  * },
3506
3534
  * DynamicConfiguration: {
3507
3535
  * Column: "<ColumnIdentifier>", // required
3508
- * MeasureAggregationFunction: "<AggregationFunction>", // required
3536
+ * MeasureAggregationFunction: "<AggregationFunction>",
3509
3537
  * Calculation: "<NumericalAggregationFunction>", // required
3510
3538
  * },
3511
3539
  * AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
@@ -3578,7 +3606,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
3578
3606
  * },
3579
3607
  * DynamicConfiguration: {
3580
3608
  * Column: "<ColumnIdentifier>", // required
3581
- * MeasureAggregationFunction: "<AggregationFunction>", // required
3609
+ * MeasureAggregationFunction: "<AggregationFunction>",
3582
3610
  * Calculation: "<NumericalAggregationFunction>", // required
3583
3611
  * },
3584
3612
  * AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
@@ -4109,6 +4137,12 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
4109
4137
  * ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
4110
4138
  * CustomValue: "STRING_VALUE",
4111
4139
  * },
4140
+ * MappedDataSetParameters: [ // MappedDataSetParameters
4141
+ * { // MappedDataSetParameter
4142
+ * DataSetIdentifier: "STRING_VALUE", // required
4143
+ * DataSetParameterName: "STRING_VALUE", // required
4144
+ * },
4145
+ * ],
4112
4146
  * },
4113
4147
  * DecimalParameterDeclaration: { // DecimalParameterDeclaration
4114
4148
  * ParameterValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
@@ -4125,6 +4159,12 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
4125
4159
  * ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
4126
4160
  * CustomValue: Number("double"),
4127
4161
  * },
4162
+ * MappedDataSetParameters: [
4163
+ * {
4164
+ * DataSetIdentifier: "STRING_VALUE", // required
4165
+ * DataSetParameterName: "STRING_VALUE", // required
4166
+ * },
4167
+ * ],
4128
4168
  * },
4129
4169
  * IntegerParameterDeclaration: { // IntegerParameterDeclaration
4130
4170
  * ParameterValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
@@ -4141,6 +4181,12 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
4141
4181
  * ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
4142
4182
  * CustomValue: Number("long"),
4143
4183
  * },
4184
+ * MappedDataSetParameters: [
4185
+ * {
4186
+ * DataSetIdentifier: "STRING_VALUE", // required
4187
+ * DataSetParameterName: "STRING_VALUE", // required
4188
+ * },
4189
+ * ],
4144
4190
  * },
4145
4191
  * DateTimeParameterDeclaration: { // DateTimeParameterDeclaration
4146
4192
  * Name: "STRING_VALUE", // required
@@ -4161,6 +4207,12 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
4161
4207
  * ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
4162
4208
  * CustomValue: new Date("TIMESTAMP"),
4163
4209
  * },
4210
+ * MappedDataSetParameters: [
4211
+ * {
4212
+ * DataSetIdentifier: "STRING_VALUE", // required
4213
+ * DataSetParameterName: "STRING_VALUE", // required
4214
+ * },
4215
+ * ],
4164
4216
  * },
4165
4217
  * },
4166
4218
  * ],
@@ -121,6 +121,24 @@ export interface CreateDataSetCommandOutput extends CreateDataSetResponse, __Met
121
121
  * "COLUMN_GEOGRAPHIC_ROLE" || "COLUMN_DESCRIPTION",
122
122
  * ],
123
123
  * },
124
+ * OverrideDatasetParameterOperation: { // OverrideDatasetParameterOperation
125
+ * ParameterName: "STRING_VALUE", // required
126
+ * NewParameterName: "STRING_VALUE",
127
+ * NewDefaultValues: { // NewDefaultValues
128
+ * StringStaticValues: [ // StringDatasetParameterValueList
129
+ * "STRING_VALUE",
130
+ * ],
131
+ * DecimalStaticValues: [ // DecimalDatasetParameterValueList
132
+ * Number("double"),
133
+ * ],
134
+ * DateTimeStaticValues: [ // DateTimeDatasetParameterValueList
135
+ * new Date("TIMESTAMP"),
136
+ * ],
137
+ * IntegerStaticValues: [ // IntegerDatasetParameterValueList
138
+ * Number("long"),
139
+ * ],
140
+ * },
141
+ * },
124
142
  * },
125
143
  * ],
126
144
  * Source: { // LogicalTableSource
@@ -212,6 +230,51 @@ export interface CreateDataSetCommandOutput extends CreateDataSetResponse, __Met
212
230
  * DisableUseAsDirectQuerySource: true || false,
213
231
  * DisableUseAsImportedSource: true || false,
214
232
  * },
233
+ * DatasetParameters: [ // DatasetParameterList
234
+ * { // DatasetParameter
235
+ * StringDatasetParameter: { // StringDatasetParameter
236
+ * Id: "STRING_VALUE", // required
237
+ * Name: "STRING_VALUE", // required
238
+ * ValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
239
+ * DefaultValues: { // StringDatasetParameterDefaultValues
240
+ * StaticValues: [
241
+ * "STRING_VALUE",
242
+ * ],
243
+ * },
244
+ * },
245
+ * DecimalDatasetParameter: { // DecimalDatasetParameter
246
+ * Id: "STRING_VALUE", // required
247
+ * Name: "STRING_VALUE", // required
248
+ * ValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
249
+ * DefaultValues: { // DecimalDatasetParameterDefaultValues
250
+ * StaticValues: [
251
+ * Number("double"),
252
+ * ],
253
+ * },
254
+ * },
255
+ * IntegerDatasetParameter: { // IntegerDatasetParameter
256
+ * Id: "STRING_VALUE", // required
257
+ * Name: "STRING_VALUE", // required
258
+ * ValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
259
+ * DefaultValues: { // IntegerDatasetParameterDefaultValues
260
+ * StaticValues: [
261
+ * Number("long"),
262
+ * ],
263
+ * },
264
+ * },
265
+ * DateTimeDatasetParameter: { // DateTimeDatasetParameter
266
+ * Id: "STRING_VALUE", // required
267
+ * Name: "STRING_VALUE", // required
268
+ * ValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
269
+ * TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
270
+ * DefaultValues: { // DateTimeDatasetParameterDefaultValues
271
+ * StaticValues: [
272
+ * new Date("TIMESTAMP"),
273
+ * ],
274
+ * },
275
+ * },
276
+ * },
277
+ * ],
215
278
  * };
216
279
  * const command = new CreateDataSetCommand(input);
217
280
  * const response = await client.send(command);
@@ -19,10 +19,11 @@ export interface CreateIAMPolicyAssignmentCommandOutput extends CreateIAMPolicyA
19
19
  }
20
20
  /**
21
21
  * @public
22
- * <p>Creates an assignment with one specified IAM policy, identified by its Amazon Resource Name
23
- * (ARN). This policy assignment is attached to the specified groups or users of Amazon QuickSight.
24
- * Assignment names are unique per Amazon Web Services account. To avoid overwriting rules in other namespaces,
25
- * use assignment names that are unique.</p>
22
+ * <p>Creates an assignment with one specified IAM policy, identified by its
23
+ * Amazon Resource Name (ARN). This policy assignment is attached to the specified groups
24
+ * or users of Amazon QuickSight. Assignment names are unique per Amazon Web Services
25
+ * account. To avoid overwriting rules in other namespaces, use assignment names that are
26
+ * unique.</p>
26
27
  * @example
27
28
  * Use a bare-bones client and the command you need to make an API call.
28
29
  * ```javascript
@@ -997,6 +997,9 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
997
997
  * "STRING_VALUE",
998
998
  * ],
999
999
  * SelectedFieldOptions: "ALL_FIELDS",
1000
+ * SelectedColumns: [ // CustomActionColumnList
1001
+ * "<ColumnIdentifier>",
1002
+ * ],
1000
1003
  * },
1001
1004
  * TargetVisualsConfiguration: { // FilterOperationTargetVisualsConfiguration
1002
1005
  * SameSheetTargetVisualConfiguration: { // SameSheetTargetVisualConfiguration
@@ -1041,6 +1044,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
1041
1044
  * SelectAllValueOptions: "ALL_VALUES",
1042
1045
  * SourceParameterName: "STRING_VALUE",
1043
1046
  * SourceField: "STRING_VALUE",
1047
+ * SourceColumn: "<ColumnIdentifier>",
1044
1048
  * },
1045
1049
  * },
1046
1050
  * ],
@@ -1392,6 +1396,9 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
1392
1396
  * "STRING_VALUE",
1393
1397
  * ],
1394
1398
  * SelectedFieldOptions: "ALL_FIELDS",
1399
+ * SelectedColumns: [
1400
+ * "<ColumnIdentifier>",
1401
+ * ],
1395
1402
  * },
1396
1403
  * TargetVisualsConfiguration: {
1397
1404
  * SameSheetTargetVisualConfiguration: {
@@ -1436,6 +1443,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
1436
1443
  * SelectAllValueOptions: "ALL_VALUES",
1437
1444
  * SourceParameterName: "STRING_VALUE",
1438
1445
  * SourceField: "STRING_VALUE",
1446
+ * SourceColumn: "<ColumnIdentifier>",
1439
1447
  * },
1440
1448
  * },
1441
1449
  * ],
@@ -1804,6 +1812,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
1804
1812
  * LabelFontConfiguration: "<FontConfiguration>",
1805
1813
  * LabelColor: "STRING_VALUE",
1806
1814
  * Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
1815
+ * TotalsVisibility: "HIDDEN" || "VISIBLE",
1807
1816
  * },
1808
1817
  * Tooltip: { // TooltipOptions
1809
1818
  * TooltipVisibility: "HIDDEN" || "VISIBLE",
@@ -1837,7 +1846,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
1837
1846
  * },
1838
1847
  * DynamicConfiguration: { // ReferenceLineDynamicDataConfiguration
1839
1848
  * Column: "<ColumnIdentifier>", // required
1840
- * MeasureAggregationFunction: "<AggregationFunction>", // required
1849
+ * MeasureAggregationFunction: "<AggregationFunction>",
1841
1850
  * Calculation: "<NumericalAggregationFunction>", // required
1842
1851
  * },
1843
1852
  * AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
@@ -1884,6 +1893,9 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
1884
1893
  * "STRING_VALUE",
1885
1894
  * ],
1886
1895
  * SelectedFieldOptions: "ALL_FIELDS",
1896
+ * SelectedColumns: [
1897
+ * "<ColumnIdentifier>",
1898
+ * ],
1887
1899
  * },
1888
1900
  * TargetVisualsConfiguration: {
1889
1901
  * SameSheetTargetVisualConfiguration: {
@@ -1928,6 +1940,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
1928
1940
  * SelectAllValueOptions: "ALL_VALUES",
1929
1941
  * SourceParameterName: "STRING_VALUE",
1930
1942
  * SourceField: "STRING_VALUE",
1943
+ * SourceColumn: "<ColumnIdentifier>",
1931
1944
  * },
1932
1945
  * },
1933
1946
  * ],
@@ -2163,6 +2176,9 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
2163
2176
  * "STRING_VALUE",
2164
2177
  * ],
2165
2178
  * SelectedFieldOptions: "ALL_FIELDS",
2179
+ * SelectedColumns: [
2180
+ * "<ColumnIdentifier>",
2181
+ * ],
2166
2182
  * },
2167
2183
  * TargetVisualsConfiguration: {
2168
2184
  * SameSheetTargetVisualConfiguration: {
@@ -2207,6 +2223,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
2207
2223
  * SelectAllValueOptions: "ALL_VALUES",
2208
2224
  * SourceParameterName: "STRING_VALUE",
2209
2225
  * SourceField: "STRING_VALUE",
2226
+ * SourceColumn: "<ColumnIdentifier>",
2210
2227
  * },
2211
2228
  * },
2212
2229
  * ],
@@ -2413,6 +2430,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
2413
2430
  * LabelFontConfiguration: "<FontConfiguration>",
2414
2431
  * LabelColor: "STRING_VALUE",
2415
2432
  * Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
2433
+ * TotalsVisibility: "HIDDEN" || "VISIBLE",
2416
2434
  * },
2417
2435
  * Tooltip: {
2418
2436
  * TooltipVisibility: "HIDDEN" || "VISIBLE",
@@ -2470,6 +2488,9 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
2470
2488
  * "STRING_VALUE",
2471
2489
  * ],
2472
2490
  * SelectedFieldOptions: "ALL_FIELDS",
2491
+ * SelectedColumns: [
2492
+ * "<ColumnIdentifier>",
2493
+ * ],
2473
2494
  * },
2474
2495
  * TargetVisualsConfiguration: {
2475
2496
  * SameSheetTargetVisualConfiguration: {
@@ -2514,6 +2535,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
2514
2535
  * SelectAllValueOptions: "ALL_VALUES",
2515
2536
  * SourceParameterName: "STRING_VALUE",
2516
2537
  * SourceField: "STRING_VALUE",
2538
+ * SourceColumn: "<ColumnIdentifier>",
2517
2539
  * },
2518
2540
  * },
2519
2541
  * ],
@@ -2607,6 +2629,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
2607
2629
  * LabelFontConfiguration: "<FontConfiguration>",
2608
2630
  * LabelColor: "STRING_VALUE",
2609
2631
  * Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
2632
+ * TotalsVisibility: "HIDDEN" || "VISIBLE",
2610
2633
  * },
2611
2634
  * TooltipOptions: {
2612
2635
  * TooltipVisibility: "HIDDEN" || "VISIBLE",
@@ -2972,6 +2995,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
2972
2995
  * LabelFontConfiguration: "<FontConfiguration>",
2973
2996
  * LabelColor: "STRING_VALUE",
2974
2997
  * Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
2998
+ * TotalsVisibility: "HIDDEN" || "VISIBLE",
2975
2999
  * },
2976
3000
  * ReferenceLines: [
2977
3001
  * {
@@ -2982,7 +3006,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
2982
3006
  * },
2983
3007
  * DynamicConfiguration: {
2984
3008
  * Column: "<ColumnIdentifier>", // required
2985
- * MeasureAggregationFunction: "<AggregationFunction>", // required
3009
+ * MeasureAggregationFunction: "<AggregationFunction>",
2986
3010
  * Calculation: "<NumericalAggregationFunction>", // required
2987
3011
  * },
2988
3012
  * AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
@@ -3149,6 +3173,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
3149
3173
  * LabelFontConfiguration: "<FontConfiguration>",
3150
3174
  * LabelColor: "STRING_VALUE",
3151
3175
  * Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
3176
+ * TotalsVisibility: "HIDDEN" || "VISIBLE",
3152
3177
  * },
3153
3178
  * Tooltip: {
3154
3179
  * TooltipVisibility: "HIDDEN" || "VISIBLE",
@@ -3394,11 +3419,14 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
3394
3419
  * YAxis: "<MeasureFieldList>",
3395
3420
  * Category: "<DimensionFieldList>",
3396
3421
  * Size: "<MeasureFieldList>",
3422
+ * Label: "<DimensionFieldList>",
3397
3423
  * },
3398
3424
  * ScatterPlotUnaggregatedFieldWells: { // ScatterPlotUnaggregatedFieldWells
3399
3425
  * XAxis: "<DimensionFieldList>",
3400
3426
  * YAxis: "<DimensionFieldList>",
3401
3427
  * Size: "<MeasureFieldList>",
3428
+ * Category: "<DimensionFieldList>",
3429
+ * Label: "<DimensionFieldList>",
3402
3430
  * },
3403
3431
  * },
3404
3432
  * XAxisLabelOptions: "<ChartAxisLabelOptions>",
@@ -3453,7 +3481,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
3453
3481
  * },
3454
3482
  * DynamicConfiguration: {
3455
3483
  * Column: "<ColumnIdentifier>", // required
3456
- * MeasureAggregationFunction: "<AggregationFunction>", // required
3484
+ * MeasureAggregationFunction: "<AggregationFunction>",
3457
3485
  * Calculation: "<NumericalAggregationFunction>", // required
3458
3486
  * },
3459
3487
  * AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
@@ -3526,7 +3554,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
3526
3554
  * },
3527
3555
  * DynamicConfiguration: {
3528
3556
  * Column: "<ColumnIdentifier>", // required
3529
- * MeasureAggregationFunction: "<AggregationFunction>", // required
3557
+ * MeasureAggregationFunction: "<AggregationFunction>",
3530
3558
  * Calculation: "<NumericalAggregationFunction>", // required
3531
3559
  * },
3532
3560
  * AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
@@ -4057,6 +4085,12 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
4057
4085
  * ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
4058
4086
  * CustomValue: "STRING_VALUE",
4059
4087
  * },
4088
+ * MappedDataSetParameters: [ // MappedDataSetParameters
4089
+ * { // MappedDataSetParameter
4090
+ * DataSetIdentifier: "STRING_VALUE", // required
4091
+ * DataSetParameterName: "STRING_VALUE", // required
4092
+ * },
4093
+ * ],
4060
4094
  * },
4061
4095
  * DecimalParameterDeclaration: { // DecimalParameterDeclaration
4062
4096
  * ParameterValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
@@ -4073,6 +4107,12 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
4073
4107
  * ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
4074
4108
  * CustomValue: Number("double"),
4075
4109
  * },
4110
+ * MappedDataSetParameters: [
4111
+ * {
4112
+ * DataSetIdentifier: "STRING_VALUE", // required
4113
+ * DataSetParameterName: "STRING_VALUE", // required
4114
+ * },
4115
+ * ],
4076
4116
  * },
4077
4117
  * IntegerParameterDeclaration: { // IntegerParameterDeclaration
4078
4118
  * ParameterValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
@@ -4089,6 +4129,12 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
4089
4129
  * ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
4090
4130
  * CustomValue: Number("long"),
4091
4131
  * },
4132
+ * MappedDataSetParameters: [
4133
+ * {
4134
+ * DataSetIdentifier: "STRING_VALUE", // required
4135
+ * DataSetParameterName: "STRING_VALUE", // required
4136
+ * },
4137
+ * ],
4092
4138
  * },
4093
4139
  * DateTimeParameterDeclaration: { // DateTimeParameterDeclaration
4094
4140
  * Name: "STRING_VALUE", // required
@@ -4109,6 +4155,12 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
4109
4155
  * ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
4110
4156
  * CustomValue: new Date("TIMESTAMP"),
4111
4157
  * },
4158
+ * MappedDataSetParameters: [
4159
+ * {
4160
+ * DataSetIdentifier: "STRING_VALUE", // required
4161
+ * DataSetParameterName: "STRING_VALUE", // required
4162
+ * },
4163
+ * ],
4112
4164
  * },
4113
4165
  * },
4114
4166
  * ],