@aws-sdk/client-quicksight 3.326.0 → 3.327.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 +7 -7
@@ -971,6 +971,9 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
971
971
  * // "STRING_VALUE",
972
972
  * // ],
973
973
  * // SelectedFieldOptions: "ALL_FIELDS",
974
+ * // SelectedColumns: [ // CustomActionColumnList
975
+ * // "<ColumnIdentifier>",
976
+ * // ],
974
977
  * // },
975
978
  * // TargetVisualsConfiguration: { // FilterOperationTargetVisualsConfiguration
976
979
  * // SameSheetTargetVisualConfiguration: { // SameSheetTargetVisualConfiguration
@@ -1015,6 +1018,7 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
1015
1018
  * // SelectAllValueOptions: "ALL_VALUES",
1016
1019
  * // SourceParameterName: "STRING_VALUE",
1017
1020
  * // SourceField: "STRING_VALUE",
1021
+ * // SourceColumn: "<ColumnIdentifier>",
1018
1022
  * // },
1019
1023
  * // },
1020
1024
  * // ],
@@ -1366,6 +1370,9 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
1366
1370
  * // "STRING_VALUE",
1367
1371
  * // ],
1368
1372
  * // SelectedFieldOptions: "ALL_FIELDS",
1373
+ * // SelectedColumns: [
1374
+ * // "<ColumnIdentifier>",
1375
+ * // ],
1369
1376
  * // },
1370
1377
  * // TargetVisualsConfiguration: {
1371
1378
  * // SameSheetTargetVisualConfiguration: {
@@ -1410,6 +1417,7 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
1410
1417
  * // SelectAllValueOptions: "ALL_VALUES",
1411
1418
  * // SourceParameterName: "STRING_VALUE",
1412
1419
  * // SourceField: "STRING_VALUE",
1420
+ * // SourceColumn: "<ColumnIdentifier>",
1413
1421
  * // },
1414
1422
  * // },
1415
1423
  * // ],
@@ -1778,6 +1786,7 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
1778
1786
  * // LabelFontConfiguration: "<FontConfiguration>",
1779
1787
  * // LabelColor: "STRING_VALUE",
1780
1788
  * // Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
1789
+ * // TotalsVisibility: "HIDDEN" || "VISIBLE",
1781
1790
  * // },
1782
1791
  * // Tooltip: { // TooltipOptions
1783
1792
  * // TooltipVisibility: "HIDDEN" || "VISIBLE",
@@ -1811,7 +1820,7 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
1811
1820
  * // },
1812
1821
  * // DynamicConfiguration: { // ReferenceLineDynamicDataConfiguration
1813
1822
  * // Column: "<ColumnIdentifier>", // required
1814
- * // MeasureAggregationFunction: "<AggregationFunction>", // required
1823
+ * // MeasureAggregationFunction: "<AggregationFunction>",
1815
1824
  * // Calculation: "<NumericalAggregationFunction>", // required
1816
1825
  * // },
1817
1826
  * // AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
@@ -1858,6 +1867,9 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
1858
1867
  * // "STRING_VALUE",
1859
1868
  * // ],
1860
1869
  * // SelectedFieldOptions: "ALL_FIELDS",
1870
+ * // SelectedColumns: [
1871
+ * // "<ColumnIdentifier>",
1872
+ * // ],
1861
1873
  * // },
1862
1874
  * // TargetVisualsConfiguration: {
1863
1875
  * // SameSheetTargetVisualConfiguration: {
@@ -1902,6 +1914,7 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
1902
1914
  * // SelectAllValueOptions: "ALL_VALUES",
1903
1915
  * // SourceParameterName: "STRING_VALUE",
1904
1916
  * // SourceField: "STRING_VALUE",
1917
+ * // SourceColumn: "<ColumnIdentifier>",
1905
1918
  * // },
1906
1919
  * // },
1907
1920
  * // ],
@@ -2137,6 +2150,9 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
2137
2150
  * // "STRING_VALUE",
2138
2151
  * // ],
2139
2152
  * // SelectedFieldOptions: "ALL_FIELDS",
2153
+ * // SelectedColumns: [
2154
+ * // "<ColumnIdentifier>",
2155
+ * // ],
2140
2156
  * // },
2141
2157
  * // TargetVisualsConfiguration: {
2142
2158
  * // SameSheetTargetVisualConfiguration: {
@@ -2181,6 +2197,7 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
2181
2197
  * // SelectAllValueOptions: "ALL_VALUES",
2182
2198
  * // SourceParameterName: "STRING_VALUE",
2183
2199
  * // SourceField: "STRING_VALUE",
2200
+ * // SourceColumn: "<ColumnIdentifier>",
2184
2201
  * // },
2185
2202
  * // },
2186
2203
  * // ],
@@ -2387,6 +2404,7 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
2387
2404
  * // LabelFontConfiguration: "<FontConfiguration>",
2388
2405
  * // LabelColor: "STRING_VALUE",
2389
2406
  * // Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
2407
+ * // TotalsVisibility: "HIDDEN" || "VISIBLE",
2390
2408
  * // },
2391
2409
  * // Tooltip: {
2392
2410
  * // TooltipVisibility: "HIDDEN" || "VISIBLE",
@@ -2444,6 +2462,9 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
2444
2462
  * // "STRING_VALUE",
2445
2463
  * // ],
2446
2464
  * // SelectedFieldOptions: "ALL_FIELDS",
2465
+ * // SelectedColumns: [
2466
+ * // "<ColumnIdentifier>",
2467
+ * // ],
2447
2468
  * // },
2448
2469
  * // TargetVisualsConfiguration: {
2449
2470
  * // SameSheetTargetVisualConfiguration: {
@@ -2488,6 +2509,7 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
2488
2509
  * // SelectAllValueOptions: "ALL_VALUES",
2489
2510
  * // SourceParameterName: "STRING_VALUE",
2490
2511
  * // SourceField: "STRING_VALUE",
2512
+ * // SourceColumn: "<ColumnIdentifier>",
2491
2513
  * // },
2492
2514
  * // },
2493
2515
  * // ],
@@ -2581,6 +2603,7 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
2581
2603
  * // LabelFontConfiguration: "<FontConfiguration>",
2582
2604
  * // LabelColor: "STRING_VALUE",
2583
2605
  * // Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
2606
+ * // TotalsVisibility: "HIDDEN" || "VISIBLE",
2584
2607
  * // },
2585
2608
  * // TooltipOptions: {
2586
2609
  * // TooltipVisibility: "HIDDEN" || "VISIBLE",
@@ -2946,6 +2969,7 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
2946
2969
  * // LabelFontConfiguration: "<FontConfiguration>",
2947
2970
  * // LabelColor: "STRING_VALUE",
2948
2971
  * // Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
2972
+ * // TotalsVisibility: "HIDDEN" || "VISIBLE",
2949
2973
  * // },
2950
2974
  * // ReferenceLines: [
2951
2975
  * // {
@@ -2956,7 +2980,7 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
2956
2980
  * // },
2957
2981
  * // DynamicConfiguration: {
2958
2982
  * // Column: "<ColumnIdentifier>", // required
2959
- * // MeasureAggregationFunction: "<AggregationFunction>", // required
2983
+ * // MeasureAggregationFunction: "<AggregationFunction>",
2960
2984
  * // Calculation: "<NumericalAggregationFunction>", // required
2961
2985
  * // },
2962
2986
  * // AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
@@ -3123,6 +3147,7 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
3123
3147
  * // LabelFontConfiguration: "<FontConfiguration>",
3124
3148
  * // LabelColor: "STRING_VALUE",
3125
3149
  * // Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
3150
+ * // TotalsVisibility: "HIDDEN" || "VISIBLE",
3126
3151
  * // },
3127
3152
  * // Tooltip: {
3128
3153
  * // TooltipVisibility: "HIDDEN" || "VISIBLE",
@@ -3368,11 +3393,14 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
3368
3393
  * // YAxis: "<MeasureFieldList>",
3369
3394
  * // Category: "<DimensionFieldList>",
3370
3395
  * // Size: "<MeasureFieldList>",
3396
+ * // Label: "<DimensionFieldList>",
3371
3397
  * // },
3372
3398
  * // ScatterPlotUnaggregatedFieldWells: { // ScatterPlotUnaggregatedFieldWells
3373
3399
  * // XAxis: "<DimensionFieldList>",
3374
3400
  * // YAxis: "<DimensionFieldList>",
3375
3401
  * // Size: "<MeasureFieldList>",
3402
+ * // Category: "<DimensionFieldList>",
3403
+ * // Label: "<DimensionFieldList>",
3376
3404
  * // },
3377
3405
  * // },
3378
3406
  * // XAxisLabelOptions: "<ChartAxisLabelOptions>",
@@ -3427,7 +3455,7 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
3427
3455
  * // },
3428
3456
  * // DynamicConfiguration: {
3429
3457
  * // Column: "<ColumnIdentifier>", // required
3430
- * // MeasureAggregationFunction: "<AggregationFunction>", // required
3458
+ * // MeasureAggregationFunction: "<AggregationFunction>",
3431
3459
  * // Calculation: "<NumericalAggregationFunction>", // required
3432
3460
  * // },
3433
3461
  * // AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
@@ -3500,7 +3528,7 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
3500
3528
  * // },
3501
3529
  * // DynamicConfiguration: {
3502
3530
  * // Column: "<ColumnIdentifier>", // required
3503
- * // MeasureAggregationFunction: "<AggregationFunction>", // required
3531
+ * // MeasureAggregationFunction: "<AggregationFunction>",
3504
3532
  * // Calculation: "<NumericalAggregationFunction>", // required
3505
3533
  * // },
3506
3534
  * // AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
@@ -4031,6 +4059,12 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
4031
4059
  * // ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
4032
4060
  * // CustomValue: "STRING_VALUE",
4033
4061
  * // },
4062
+ * // MappedDataSetParameters: [ // MappedDataSetParameters
4063
+ * // { // MappedDataSetParameter
4064
+ * // DataSetIdentifier: "STRING_VALUE", // required
4065
+ * // DataSetParameterName: "STRING_VALUE", // required
4066
+ * // },
4067
+ * // ],
4034
4068
  * // },
4035
4069
  * // DecimalParameterDeclaration: { // DecimalParameterDeclaration
4036
4070
  * // ParameterValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
@@ -4047,6 +4081,12 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
4047
4081
  * // ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
4048
4082
  * // CustomValue: Number("double"),
4049
4083
  * // },
4084
+ * // MappedDataSetParameters: [
4085
+ * // {
4086
+ * // DataSetIdentifier: "STRING_VALUE", // required
4087
+ * // DataSetParameterName: "STRING_VALUE", // required
4088
+ * // },
4089
+ * // ],
4050
4090
  * // },
4051
4091
  * // IntegerParameterDeclaration: { // IntegerParameterDeclaration
4052
4092
  * // ParameterValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
@@ -4063,6 +4103,12 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
4063
4103
  * // ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
4064
4104
  * // CustomValue: Number("long"),
4065
4105
  * // },
4106
+ * // MappedDataSetParameters: [
4107
+ * // {
4108
+ * // DataSetIdentifier: "STRING_VALUE", // required
4109
+ * // DataSetParameterName: "STRING_VALUE", // required
4110
+ * // },
4111
+ * // ],
4066
4112
  * // },
4067
4113
  * // DateTimeParameterDeclaration: { // DateTimeParameterDeclaration
4068
4114
  * // Name: "STRING_VALUE", // required
@@ -4083,6 +4129,12 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
4083
4129
  * // ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
4084
4130
  * // CustomValue: new Date("TIMESTAMP"),
4085
4131
  * // },
4132
+ * // MappedDataSetParameters: [
4133
+ * // {
4134
+ * // DataSetIdentifier: "STRING_VALUE", // required
4135
+ * // DataSetParameterName: "STRING_VALUE", // required
4136
+ * // },
4137
+ * // ],
4086
4138
  * // },
4087
4139
  * // },
4088
4140
  * // ],
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DescribeDataSetRequest, DescribeDataSetResponse } from "../models/models_2";
4
+ import { DescribeDataSetRequest, DescribeDataSetResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
7
  * @public
@@ -130,6 +130,24 @@ export interface DescribeDataSetCommandOutput extends DescribeDataSetResponse, _
130
130
  * // "COLUMN_GEOGRAPHIC_ROLE" || "COLUMN_DESCRIPTION",
131
131
  * // ],
132
132
  * // },
133
+ * // OverrideDatasetParameterOperation: { // OverrideDatasetParameterOperation
134
+ * // ParameterName: "STRING_VALUE", // required
135
+ * // NewParameterName: "STRING_VALUE",
136
+ * // NewDefaultValues: { // NewDefaultValues
137
+ * // StringStaticValues: [ // StringDatasetParameterValueList
138
+ * // "STRING_VALUE",
139
+ * // ],
140
+ * // DecimalStaticValues: [ // DecimalDatasetParameterValueList
141
+ * // Number("double"),
142
+ * // ],
143
+ * // DateTimeStaticValues: [ // DateTimeDatasetParameterValueList
144
+ * // new Date("TIMESTAMP"),
145
+ * // ],
146
+ * // IntegerStaticValues: [ // IntegerDatasetParameterValueList
147
+ * // Number("long"),
148
+ * // ],
149
+ * // },
150
+ * // },
133
151
  * // },
134
152
  * // ],
135
153
  * // Source: { // LogicalTableSource
@@ -215,6 +233,51 @@ export interface DescribeDataSetCommandOutput extends DescribeDataSetResponse, _
215
233
  * // DisableUseAsDirectQuerySource: true || false,
216
234
  * // DisableUseAsImportedSource: true || false,
217
235
  * // },
236
+ * // DatasetParameters: [ // DatasetParameterList
237
+ * // { // DatasetParameter
238
+ * // StringDatasetParameter: { // StringDatasetParameter
239
+ * // Id: "STRING_VALUE", // required
240
+ * // Name: "STRING_VALUE", // required
241
+ * // ValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
242
+ * // DefaultValues: { // StringDatasetParameterDefaultValues
243
+ * // StaticValues: [
244
+ * // "STRING_VALUE",
245
+ * // ],
246
+ * // },
247
+ * // },
248
+ * // DecimalDatasetParameter: { // DecimalDatasetParameter
249
+ * // Id: "STRING_VALUE", // required
250
+ * // Name: "STRING_VALUE", // required
251
+ * // ValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
252
+ * // DefaultValues: { // DecimalDatasetParameterDefaultValues
253
+ * // StaticValues: [
254
+ * // Number("double"),
255
+ * // ],
256
+ * // },
257
+ * // },
258
+ * // IntegerDatasetParameter: { // IntegerDatasetParameter
259
+ * // Id: "STRING_VALUE", // required
260
+ * // Name: "STRING_VALUE", // required
261
+ * // ValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
262
+ * // DefaultValues: { // IntegerDatasetParameterDefaultValues
263
+ * // StaticValues: [
264
+ * // Number("long"),
265
+ * // ],
266
+ * // },
267
+ * // },
268
+ * // DateTimeDatasetParameter: { // DateTimeDatasetParameter
269
+ * // Id: "STRING_VALUE", // required
270
+ * // Name: "STRING_VALUE", // required
271
+ * // ValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
272
+ * // TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
273
+ * // DefaultValues: { // DateTimeDatasetParameterDefaultValues
274
+ * // StaticValues: [
275
+ * // new Date("TIMESTAMP"),
276
+ * // ],
277
+ * // },
278
+ * // },
279
+ * // },
280
+ * // ],
218
281
  * // },
219
282
  * // RequestId: "STRING_VALUE",
220
283
  * // Status: Number("int"),
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DescribeDataSetPermissionsRequest, DescribeDataSetPermissionsResponse } from "../models/models_2";
4
+ import { DescribeDataSetPermissionsRequest, DescribeDataSetPermissionsResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
7
  * @public
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DescribeDataSetRefreshPropertiesRequest, DescribeDataSetRefreshPropertiesResponse } from "../models/models_2";
4
+ import { DescribeDataSetRefreshPropertiesRequest, DescribeDataSetRefreshPropertiesResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
7
  * @public
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DescribeDataSourceRequest, DescribeDataSourceResponse } from "../models/models_2";
4
+ import { DescribeDataSourceRequest, DescribeDataSourceResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
7
  * @public
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DescribeDataSourcePermissionsRequest, DescribeDataSourcePermissionsResponse } from "../models/models_2";
4
+ import { DescribeDataSourcePermissionsRequest, DescribeDataSourcePermissionsResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
7
  * @public
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DescribeFolderRequest, DescribeFolderResponse } from "../models/models_2";
4
+ import { DescribeFolderRequest, DescribeFolderResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
7
  * @public
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DescribeFolderPermissionsRequest, DescribeFolderPermissionsResponse } from "../models/models_2";
4
+ import { DescribeFolderPermissionsRequest, DescribeFolderPermissionsResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
7
  * @public
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DescribeFolderResolvedPermissionsRequest, DescribeFolderResolvedPermissionsResponse } from "../models/models_2";
4
+ import { DescribeFolderResolvedPermissionsRequest, DescribeFolderResolvedPermissionsResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
7
  * @public
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DescribeGroupRequest, DescribeGroupResponse } from "../models/models_2";
4
+ import { DescribeGroupRequest, DescribeGroupResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
7
  * @public
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DescribeGroupMembershipRequest, DescribeGroupMembershipResponse } from "../models/models_2";
4
+ import { DescribeGroupMembershipRequest, DescribeGroupMembershipResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
7
  * @public
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DescribeIAMPolicyAssignmentRequest, DescribeIAMPolicyAssignmentResponse } from "../models/models_2";
4
+ import { DescribeIAMPolicyAssignmentRequest, DescribeIAMPolicyAssignmentResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
7
  * @public
@@ -19,7 +19,8 @@ export interface DescribeIAMPolicyAssignmentCommandOutput extends DescribeIAMPol
19
19
  }
20
20
  /**
21
21
  * @public
22
- * <p>Describes an existing IAM policy assignment, as specified by the assignment name.</p>
22
+ * <p>Describes an existing IAM policy assignment, as specified by the
23
+ * assignment name.</p>
23
24
  * @example
24
25
  * Use a bare-bones client and the command you need to make an API call.
25
26
  * ```javascript
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DescribeIngestionRequest, DescribeIngestionResponse } from "../models/models_2";
4
+ import { DescribeIngestionRequest, DescribeIngestionResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
7
  * @public
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DescribeIpRestrictionRequest, DescribeIpRestrictionResponse } from "../models/models_2";
4
+ import { DescribeIpRestrictionRequest, DescribeIpRestrictionResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
7
  * @public
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DescribeNamespaceRequest, DescribeNamespaceResponse } from "../models/models_2";
4
+ import { DescribeNamespaceRequest, DescribeNamespaceResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
7
  * @public
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DescribeRefreshScheduleRequest, DescribeRefreshScheduleResponse } from "../models/models_2";
4
+ import { DescribeRefreshScheduleRequest, DescribeRefreshScheduleResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
7
  * @public
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DescribeTemplateAliasRequest, DescribeTemplateAliasResponse } from "../models/models_2";
4
+ import { DescribeTemplateAliasRequest, DescribeTemplateAliasResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
7
  * @public
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DescribeTemplateRequest, DescribeTemplateResponse } from "../models/models_2";
4
+ import { DescribeTemplateRequest, DescribeTemplateResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
7
  * @public