@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
@@ -1034,6 +1034,9 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
1034
1034
  * "STRING_VALUE",
1035
1035
  * ],
1036
1036
  * SelectedFieldOptions: "ALL_FIELDS",
1037
+ * SelectedColumns: [ // CustomActionColumnList
1038
+ * "<ColumnIdentifier>",
1039
+ * ],
1037
1040
  * },
1038
1041
  * TargetVisualsConfiguration: { // FilterOperationTargetVisualsConfiguration
1039
1042
  * SameSheetTargetVisualConfiguration: { // SameSheetTargetVisualConfiguration
@@ -1078,6 +1081,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
1078
1081
  * SelectAllValueOptions: "ALL_VALUES",
1079
1082
  * SourceParameterName: "STRING_VALUE",
1080
1083
  * SourceField: "STRING_VALUE",
1084
+ * SourceColumn: "<ColumnIdentifier>",
1081
1085
  * },
1082
1086
  * },
1083
1087
  * ],
@@ -1429,6 +1433,9 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
1429
1433
  * "STRING_VALUE",
1430
1434
  * ],
1431
1435
  * SelectedFieldOptions: "ALL_FIELDS",
1436
+ * SelectedColumns: [
1437
+ * "<ColumnIdentifier>",
1438
+ * ],
1432
1439
  * },
1433
1440
  * TargetVisualsConfiguration: {
1434
1441
  * SameSheetTargetVisualConfiguration: {
@@ -1473,6 +1480,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
1473
1480
  * SelectAllValueOptions: "ALL_VALUES",
1474
1481
  * SourceParameterName: "STRING_VALUE",
1475
1482
  * SourceField: "STRING_VALUE",
1483
+ * SourceColumn: "<ColumnIdentifier>",
1476
1484
  * },
1477
1485
  * },
1478
1486
  * ],
@@ -1841,6 +1849,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
1841
1849
  * LabelFontConfiguration: "<FontConfiguration>",
1842
1850
  * LabelColor: "STRING_VALUE",
1843
1851
  * Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
1852
+ * TotalsVisibility: "HIDDEN" || "VISIBLE",
1844
1853
  * },
1845
1854
  * Tooltip: { // TooltipOptions
1846
1855
  * TooltipVisibility: "HIDDEN" || "VISIBLE",
@@ -1874,7 +1883,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
1874
1883
  * },
1875
1884
  * DynamicConfiguration: { // ReferenceLineDynamicDataConfiguration
1876
1885
  * Column: "<ColumnIdentifier>", // required
1877
- * MeasureAggregationFunction: "<AggregationFunction>", // required
1886
+ * MeasureAggregationFunction: "<AggregationFunction>",
1878
1887
  * Calculation: "<NumericalAggregationFunction>", // required
1879
1888
  * },
1880
1889
  * AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
@@ -1921,6 +1930,9 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
1921
1930
  * "STRING_VALUE",
1922
1931
  * ],
1923
1932
  * SelectedFieldOptions: "ALL_FIELDS",
1933
+ * SelectedColumns: [
1934
+ * "<ColumnIdentifier>",
1935
+ * ],
1924
1936
  * },
1925
1937
  * TargetVisualsConfiguration: {
1926
1938
  * SameSheetTargetVisualConfiguration: {
@@ -1965,6 +1977,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
1965
1977
  * SelectAllValueOptions: "ALL_VALUES",
1966
1978
  * SourceParameterName: "STRING_VALUE",
1967
1979
  * SourceField: "STRING_VALUE",
1980
+ * SourceColumn: "<ColumnIdentifier>",
1968
1981
  * },
1969
1982
  * },
1970
1983
  * ],
@@ -2200,6 +2213,9 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
2200
2213
  * "STRING_VALUE",
2201
2214
  * ],
2202
2215
  * SelectedFieldOptions: "ALL_FIELDS",
2216
+ * SelectedColumns: [
2217
+ * "<ColumnIdentifier>",
2218
+ * ],
2203
2219
  * },
2204
2220
  * TargetVisualsConfiguration: {
2205
2221
  * SameSheetTargetVisualConfiguration: {
@@ -2244,6 +2260,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
2244
2260
  * SelectAllValueOptions: "ALL_VALUES",
2245
2261
  * SourceParameterName: "STRING_VALUE",
2246
2262
  * SourceField: "STRING_VALUE",
2263
+ * SourceColumn: "<ColumnIdentifier>",
2247
2264
  * },
2248
2265
  * },
2249
2266
  * ],
@@ -2450,6 +2467,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
2450
2467
  * LabelFontConfiguration: "<FontConfiguration>",
2451
2468
  * LabelColor: "STRING_VALUE",
2452
2469
  * Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
2470
+ * TotalsVisibility: "HIDDEN" || "VISIBLE",
2453
2471
  * },
2454
2472
  * Tooltip: {
2455
2473
  * TooltipVisibility: "HIDDEN" || "VISIBLE",
@@ -2507,6 +2525,9 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
2507
2525
  * "STRING_VALUE",
2508
2526
  * ],
2509
2527
  * SelectedFieldOptions: "ALL_FIELDS",
2528
+ * SelectedColumns: [
2529
+ * "<ColumnIdentifier>",
2530
+ * ],
2510
2531
  * },
2511
2532
  * TargetVisualsConfiguration: {
2512
2533
  * SameSheetTargetVisualConfiguration: {
@@ -2551,6 +2572,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
2551
2572
  * SelectAllValueOptions: "ALL_VALUES",
2552
2573
  * SourceParameterName: "STRING_VALUE",
2553
2574
  * SourceField: "STRING_VALUE",
2575
+ * SourceColumn: "<ColumnIdentifier>",
2554
2576
  * },
2555
2577
  * },
2556
2578
  * ],
@@ -2644,6 +2666,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
2644
2666
  * LabelFontConfiguration: "<FontConfiguration>",
2645
2667
  * LabelColor: "STRING_VALUE",
2646
2668
  * Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
2669
+ * TotalsVisibility: "HIDDEN" || "VISIBLE",
2647
2670
  * },
2648
2671
  * TooltipOptions: {
2649
2672
  * TooltipVisibility: "HIDDEN" || "VISIBLE",
@@ -3009,6 +3032,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
3009
3032
  * LabelFontConfiguration: "<FontConfiguration>",
3010
3033
  * LabelColor: "STRING_VALUE",
3011
3034
  * Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
3035
+ * TotalsVisibility: "HIDDEN" || "VISIBLE",
3012
3036
  * },
3013
3037
  * ReferenceLines: [
3014
3038
  * {
@@ -3019,7 +3043,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
3019
3043
  * },
3020
3044
  * DynamicConfiguration: {
3021
3045
  * Column: "<ColumnIdentifier>", // required
3022
- * MeasureAggregationFunction: "<AggregationFunction>", // required
3046
+ * MeasureAggregationFunction: "<AggregationFunction>",
3023
3047
  * Calculation: "<NumericalAggregationFunction>", // required
3024
3048
  * },
3025
3049
  * AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
@@ -3186,6 +3210,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
3186
3210
  * LabelFontConfiguration: "<FontConfiguration>",
3187
3211
  * LabelColor: "STRING_VALUE",
3188
3212
  * Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
3213
+ * TotalsVisibility: "HIDDEN" || "VISIBLE",
3189
3214
  * },
3190
3215
  * Tooltip: {
3191
3216
  * TooltipVisibility: "HIDDEN" || "VISIBLE",
@@ -3431,11 +3456,14 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
3431
3456
  * YAxis: "<MeasureFieldList>",
3432
3457
  * Category: "<DimensionFieldList>",
3433
3458
  * Size: "<MeasureFieldList>",
3459
+ * Label: "<DimensionFieldList>",
3434
3460
  * },
3435
3461
  * ScatterPlotUnaggregatedFieldWells: { // ScatterPlotUnaggregatedFieldWells
3436
3462
  * XAxis: "<DimensionFieldList>",
3437
3463
  * YAxis: "<DimensionFieldList>",
3438
3464
  * Size: "<MeasureFieldList>",
3465
+ * Category: "<DimensionFieldList>",
3466
+ * Label: "<DimensionFieldList>",
3439
3467
  * },
3440
3468
  * },
3441
3469
  * XAxisLabelOptions: "<ChartAxisLabelOptions>",
@@ -3490,7 +3518,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
3490
3518
  * },
3491
3519
  * DynamicConfiguration: {
3492
3520
  * Column: "<ColumnIdentifier>", // required
3493
- * MeasureAggregationFunction: "<AggregationFunction>", // required
3521
+ * MeasureAggregationFunction: "<AggregationFunction>",
3494
3522
  * Calculation: "<NumericalAggregationFunction>", // required
3495
3523
  * },
3496
3524
  * AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
@@ -3563,7 +3591,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
3563
3591
  * },
3564
3592
  * DynamicConfiguration: {
3565
3593
  * Column: "<ColumnIdentifier>", // required
3566
- * MeasureAggregationFunction: "<AggregationFunction>", // required
3594
+ * MeasureAggregationFunction: "<AggregationFunction>",
3567
3595
  * Calculation: "<NumericalAggregationFunction>", // required
3568
3596
  * },
3569
3597
  * AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
@@ -4094,6 +4122,12 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
4094
4122
  * ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
4095
4123
  * CustomValue: "STRING_VALUE",
4096
4124
  * },
4125
+ * MappedDataSetParameters: [ // MappedDataSetParameters
4126
+ * { // MappedDataSetParameter
4127
+ * DataSetIdentifier: "STRING_VALUE", // required
4128
+ * DataSetParameterName: "STRING_VALUE", // required
4129
+ * },
4130
+ * ],
4097
4131
  * },
4098
4132
  * DecimalParameterDeclaration: { // DecimalParameterDeclaration
4099
4133
  * ParameterValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
@@ -4110,6 +4144,12 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
4110
4144
  * ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
4111
4145
  * CustomValue: Number("double"),
4112
4146
  * },
4147
+ * MappedDataSetParameters: [
4148
+ * {
4149
+ * DataSetIdentifier: "STRING_VALUE", // required
4150
+ * DataSetParameterName: "STRING_VALUE", // required
4151
+ * },
4152
+ * ],
4113
4153
  * },
4114
4154
  * IntegerParameterDeclaration: { // IntegerParameterDeclaration
4115
4155
  * ParameterValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
@@ -4126,6 +4166,12 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
4126
4166
  * ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
4127
4167
  * CustomValue: Number("long"),
4128
4168
  * },
4169
+ * MappedDataSetParameters: [
4170
+ * {
4171
+ * DataSetIdentifier: "STRING_VALUE", // required
4172
+ * DataSetParameterName: "STRING_VALUE", // required
4173
+ * },
4174
+ * ],
4129
4175
  * },
4130
4176
  * DateTimeParameterDeclaration: { // DateTimeParameterDeclaration
4131
4177
  * Name: "STRING_VALUE", // required
@@ -4146,6 +4192,12 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
4146
4192
  * ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
4147
4193
  * CustomValue: new Date("TIMESTAMP"),
4148
4194
  * },
4195
+ * MappedDataSetParameters: [
4196
+ * {
4197
+ * DataSetIdentifier: "STRING_VALUE", // required
4198
+ * DataSetParameterName: "STRING_VALUE", // required
4199
+ * },
4200
+ * ],
4149
4201
  * },
4150
4202
  * },
4151
4203
  * ],
@@ -121,6 +121,24 @@ export interface UpdateDataSetCommandOutput extends UpdateDataSetResponse, __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
@@ -198,6 +216,51 @@ export interface UpdateDataSetCommandOutput extends UpdateDataSetResponse, __Met
198
216
  * DisableUseAsDirectQuerySource: true || false,
199
217
  * DisableUseAsImportedSource: true || false,
200
218
  * },
219
+ * DatasetParameters: [ // DatasetParameterList
220
+ * { // DatasetParameter
221
+ * StringDatasetParameter: { // StringDatasetParameter
222
+ * Id: "STRING_VALUE", // required
223
+ * Name: "STRING_VALUE", // required
224
+ * ValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
225
+ * DefaultValues: { // StringDatasetParameterDefaultValues
226
+ * StaticValues: [
227
+ * "STRING_VALUE",
228
+ * ],
229
+ * },
230
+ * },
231
+ * DecimalDatasetParameter: { // DecimalDatasetParameter
232
+ * Id: "STRING_VALUE", // required
233
+ * Name: "STRING_VALUE", // required
234
+ * ValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
235
+ * DefaultValues: { // DecimalDatasetParameterDefaultValues
236
+ * StaticValues: [
237
+ * Number("double"),
238
+ * ],
239
+ * },
240
+ * },
241
+ * IntegerDatasetParameter: { // IntegerDatasetParameter
242
+ * Id: "STRING_VALUE", // required
243
+ * Name: "STRING_VALUE", // required
244
+ * ValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
245
+ * DefaultValues: { // IntegerDatasetParameterDefaultValues
246
+ * StaticValues: [
247
+ * Number("long"),
248
+ * ],
249
+ * },
250
+ * },
251
+ * DateTimeDatasetParameter: { // DateTimeDatasetParameter
252
+ * Id: "STRING_VALUE", // required
253
+ * Name: "STRING_VALUE", // required
254
+ * ValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
255
+ * TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
256
+ * DefaultValues: { // DateTimeDatasetParameterDefaultValues
257
+ * StaticValues: [
258
+ * new Date("TIMESTAMP"),
259
+ * ],
260
+ * },
261
+ * },
262
+ * },
263
+ * ],
201
264
  * };
202
265
  * const command = new UpdateDataSetCommand(input);
203
266
  * const response = await client.send(command);
@@ -19,10 +19,9 @@ export interface UpdateIAMPolicyAssignmentCommandOutput extends UpdateIAMPolicyA
19
19
  }
20
20
  /**
21
21
  * @public
22
- * <p>Updates an existing IAM policy assignment. This operation updates only the optional
23
- * parameter or parameters that are specified in the request.
24
- * This overwrites all of the users included in <code>Identities</code>.
25
- * </p>
22
+ * <p>Updates an existing IAM policy assignment. This operation updates only
23
+ * the optional parameter or parameters that are specified in the request. This overwrites
24
+ * all of the users included in <code>Identities</code>. </p>
26
25
  * @example
27
26
  * Use a bare-bones client and the command you need to make an API call.
28
27
  * ```javascript
@@ -19,7 +19,10 @@ export interface UpdateIpRestrictionCommandOutput extends UpdateIpRestrictionRes
19
19
  }
20
20
  /**
21
21
  * @public
22
- * <p>Updates the content and status of IP rules. To use this operation, you need to provide the entire map of rules. You can use the <code>DescribeIpRestriction</code> operation to get the current rule map.</p>
22
+ * <p>Updates the content and status of IP rules. To use this operation, you
23
+ * must
24
+ * provide the entire map of rules. You can use the <code>DescribeIpRestriction</code>
25
+ * operation to get the current rule map.</p>
23
26
  * @example
24
27
  * Use a bare-bones client and the command you need to make an API call.
25
28
  * ```javascript
@@ -976,6 +976,9 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
976
976
  * "STRING_VALUE",
977
977
  * ],
978
978
  * SelectedFieldOptions: "ALL_FIELDS",
979
+ * SelectedColumns: [ // CustomActionColumnList
980
+ * "<ColumnIdentifier>",
981
+ * ],
979
982
  * },
980
983
  * TargetVisualsConfiguration: { // FilterOperationTargetVisualsConfiguration
981
984
  * SameSheetTargetVisualConfiguration: { // SameSheetTargetVisualConfiguration
@@ -1020,6 +1023,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
1020
1023
  * SelectAllValueOptions: "ALL_VALUES",
1021
1024
  * SourceParameterName: "STRING_VALUE",
1022
1025
  * SourceField: "STRING_VALUE",
1026
+ * SourceColumn: "<ColumnIdentifier>",
1023
1027
  * },
1024
1028
  * },
1025
1029
  * ],
@@ -1371,6 +1375,9 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
1371
1375
  * "STRING_VALUE",
1372
1376
  * ],
1373
1377
  * SelectedFieldOptions: "ALL_FIELDS",
1378
+ * SelectedColumns: [
1379
+ * "<ColumnIdentifier>",
1380
+ * ],
1374
1381
  * },
1375
1382
  * TargetVisualsConfiguration: {
1376
1383
  * SameSheetTargetVisualConfiguration: {
@@ -1415,6 +1422,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
1415
1422
  * SelectAllValueOptions: "ALL_VALUES",
1416
1423
  * SourceParameterName: "STRING_VALUE",
1417
1424
  * SourceField: "STRING_VALUE",
1425
+ * SourceColumn: "<ColumnIdentifier>",
1418
1426
  * },
1419
1427
  * },
1420
1428
  * ],
@@ -1783,6 +1791,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
1783
1791
  * LabelFontConfiguration: "<FontConfiguration>",
1784
1792
  * LabelColor: "STRING_VALUE",
1785
1793
  * Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
1794
+ * TotalsVisibility: "HIDDEN" || "VISIBLE",
1786
1795
  * },
1787
1796
  * Tooltip: { // TooltipOptions
1788
1797
  * TooltipVisibility: "HIDDEN" || "VISIBLE",
@@ -1816,7 +1825,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
1816
1825
  * },
1817
1826
  * DynamicConfiguration: { // ReferenceLineDynamicDataConfiguration
1818
1827
  * Column: "<ColumnIdentifier>", // required
1819
- * MeasureAggregationFunction: "<AggregationFunction>", // required
1828
+ * MeasureAggregationFunction: "<AggregationFunction>",
1820
1829
  * Calculation: "<NumericalAggregationFunction>", // required
1821
1830
  * },
1822
1831
  * AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
@@ -1863,6 +1872,9 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
1863
1872
  * "STRING_VALUE",
1864
1873
  * ],
1865
1874
  * SelectedFieldOptions: "ALL_FIELDS",
1875
+ * SelectedColumns: [
1876
+ * "<ColumnIdentifier>",
1877
+ * ],
1866
1878
  * },
1867
1879
  * TargetVisualsConfiguration: {
1868
1880
  * SameSheetTargetVisualConfiguration: {
@@ -1907,6 +1919,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
1907
1919
  * SelectAllValueOptions: "ALL_VALUES",
1908
1920
  * SourceParameterName: "STRING_VALUE",
1909
1921
  * SourceField: "STRING_VALUE",
1922
+ * SourceColumn: "<ColumnIdentifier>",
1910
1923
  * },
1911
1924
  * },
1912
1925
  * ],
@@ -2142,6 +2155,9 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
2142
2155
  * "STRING_VALUE",
2143
2156
  * ],
2144
2157
  * SelectedFieldOptions: "ALL_FIELDS",
2158
+ * SelectedColumns: [
2159
+ * "<ColumnIdentifier>",
2160
+ * ],
2145
2161
  * },
2146
2162
  * TargetVisualsConfiguration: {
2147
2163
  * SameSheetTargetVisualConfiguration: {
@@ -2186,6 +2202,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
2186
2202
  * SelectAllValueOptions: "ALL_VALUES",
2187
2203
  * SourceParameterName: "STRING_VALUE",
2188
2204
  * SourceField: "STRING_VALUE",
2205
+ * SourceColumn: "<ColumnIdentifier>",
2189
2206
  * },
2190
2207
  * },
2191
2208
  * ],
@@ -2392,6 +2409,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
2392
2409
  * LabelFontConfiguration: "<FontConfiguration>",
2393
2410
  * LabelColor: "STRING_VALUE",
2394
2411
  * Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
2412
+ * TotalsVisibility: "HIDDEN" || "VISIBLE",
2395
2413
  * },
2396
2414
  * Tooltip: {
2397
2415
  * TooltipVisibility: "HIDDEN" || "VISIBLE",
@@ -2449,6 +2467,9 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
2449
2467
  * "STRING_VALUE",
2450
2468
  * ],
2451
2469
  * SelectedFieldOptions: "ALL_FIELDS",
2470
+ * SelectedColumns: [
2471
+ * "<ColumnIdentifier>",
2472
+ * ],
2452
2473
  * },
2453
2474
  * TargetVisualsConfiguration: {
2454
2475
  * SameSheetTargetVisualConfiguration: {
@@ -2493,6 +2514,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
2493
2514
  * SelectAllValueOptions: "ALL_VALUES",
2494
2515
  * SourceParameterName: "STRING_VALUE",
2495
2516
  * SourceField: "STRING_VALUE",
2517
+ * SourceColumn: "<ColumnIdentifier>",
2496
2518
  * },
2497
2519
  * },
2498
2520
  * ],
@@ -2586,6 +2608,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
2586
2608
  * LabelFontConfiguration: "<FontConfiguration>",
2587
2609
  * LabelColor: "STRING_VALUE",
2588
2610
  * Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
2611
+ * TotalsVisibility: "HIDDEN" || "VISIBLE",
2589
2612
  * },
2590
2613
  * TooltipOptions: {
2591
2614
  * TooltipVisibility: "HIDDEN" || "VISIBLE",
@@ -2951,6 +2974,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
2951
2974
  * LabelFontConfiguration: "<FontConfiguration>",
2952
2975
  * LabelColor: "STRING_VALUE",
2953
2976
  * Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
2977
+ * TotalsVisibility: "HIDDEN" || "VISIBLE",
2954
2978
  * },
2955
2979
  * ReferenceLines: [
2956
2980
  * {
@@ -2961,7 +2985,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
2961
2985
  * },
2962
2986
  * DynamicConfiguration: {
2963
2987
  * Column: "<ColumnIdentifier>", // required
2964
- * MeasureAggregationFunction: "<AggregationFunction>", // required
2988
+ * MeasureAggregationFunction: "<AggregationFunction>",
2965
2989
  * Calculation: "<NumericalAggregationFunction>", // required
2966
2990
  * },
2967
2991
  * AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
@@ -3128,6 +3152,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
3128
3152
  * LabelFontConfiguration: "<FontConfiguration>",
3129
3153
  * LabelColor: "STRING_VALUE",
3130
3154
  * Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
3155
+ * TotalsVisibility: "HIDDEN" || "VISIBLE",
3131
3156
  * },
3132
3157
  * Tooltip: {
3133
3158
  * TooltipVisibility: "HIDDEN" || "VISIBLE",
@@ -3373,11 +3398,14 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
3373
3398
  * YAxis: "<MeasureFieldList>",
3374
3399
  * Category: "<DimensionFieldList>",
3375
3400
  * Size: "<MeasureFieldList>",
3401
+ * Label: "<DimensionFieldList>",
3376
3402
  * },
3377
3403
  * ScatterPlotUnaggregatedFieldWells: { // ScatterPlotUnaggregatedFieldWells
3378
3404
  * XAxis: "<DimensionFieldList>",
3379
3405
  * YAxis: "<DimensionFieldList>",
3380
3406
  * Size: "<MeasureFieldList>",
3407
+ * Category: "<DimensionFieldList>",
3408
+ * Label: "<DimensionFieldList>",
3381
3409
  * },
3382
3410
  * },
3383
3411
  * XAxisLabelOptions: "<ChartAxisLabelOptions>",
@@ -3432,7 +3460,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
3432
3460
  * },
3433
3461
  * DynamicConfiguration: {
3434
3462
  * Column: "<ColumnIdentifier>", // required
3435
- * MeasureAggregationFunction: "<AggregationFunction>", // required
3463
+ * MeasureAggregationFunction: "<AggregationFunction>",
3436
3464
  * Calculation: "<NumericalAggregationFunction>", // required
3437
3465
  * },
3438
3466
  * AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
@@ -3505,7 +3533,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
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",
@@ -4036,6 +4064,12 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
4036
4064
  * ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
4037
4065
  * CustomValue: "STRING_VALUE",
4038
4066
  * },
4067
+ * MappedDataSetParameters: [ // MappedDataSetParameters
4068
+ * { // MappedDataSetParameter
4069
+ * DataSetIdentifier: "STRING_VALUE", // required
4070
+ * DataSetParameterName: "STRING_VALUE", // required
4071
+ * },
4072
+ * ],
4039
4073
  * },
4040
4074
  * DecimalParameterDeclaration: { // DecimalParameterDeclaration
4041
4075
  * ParameterValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
@@ -4052,6 +4086,12 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
4052
4086
  * ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
4053
4087
  * CustomValue: Number("double"),
4054
4088
  * },
4089
+ * MappedDataSetParameters: [
4090
+ * {
4091
+ * DataSetIdentifier: "STRING_VALUE", // required
4092
+ * DataSetParameterName: "STRING_VALUE", // required
4093
+ * },
4094
+ * ],
4055
4095
  * },
4056
4096
  * IntegerParameterDeclaration: { // IntegerParameterDeclaration
4057
4097
  * ParameterValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
@@ -4068,6 +4108,12 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
4068
4108
  * ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
4069
4109
  * CustomValue: Number("long"),
4070
4110
  * },
4111
+ * MappedDataSetParameters: [
4112
+ * {
4113
+ * DataSetIdentifier: "STRING_VALUE", // required
4114
+ * DataSetParameterName: "STRING_VALUE", // required
4115
+ * },
4116
+ * ],
4071
4117
  * },
4072
4118
  * DateTimeParameterDeclaration: { // DateTimeParameterDeclaration
4073
4119
  * Name: "STRING_VALUE", // required
@@ -4088,6 +4134,12 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
4088
4134
  * ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
4089
4135
  * CustomValue: new Date("TIMESTAMP"),
4090
4136
  * },
4137
+ * MappedDataSetParameters: [
4138
+ * {
4139
+ * DataSetIdentifier: "STRING_VALUE", // required
4140
+ * DataSetParameterName: "STRING_VALUE", // required
4141
+ * },
4142
+ * ],
4091
4143
  * },
4092
4144
  * },
4093
4145
  * ],