@aws-sdk/client-quicksight 3.696.0 → 3.705.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 (239) hide show
  1. package/README.md +88 -0
  2. package/dist-cjs/index.js +2218 -750
  3. package/dist-es/QuickSight.js +22 -0
  4. package/dist-es/commands/BatchCreateTopicReviewedAnswerCommand.js +1 -1
  5. package/dist-es/commands/CreateAnalysisCommand.js +1 -1
  6. package/dist-es/commands/CreateDashboardCommand.js +1 -1
  7. package/dist-es/commands/DeleteDefaultQBusinessApplicationCommand.js +22 -0
  8. package/dist-es/commands/DescribeAnalysisCommand.js +2 -1
  9. package/dist-es/commands/DescribeAssetBundleExportJobCommand.js +1 -1
  10. package/dist-es/commands/DescribeAssetBundleImportJobCommand.js +1 -1
  11. package/dist-es/commands/DescribeDashboardCommand.js +2 -1
  12. package/dist-es/commands/DescribeDashboardDefinitionCommand.js +1 -1
  13. package/dist-es/commands/DescribeDashboardSnapshotJobCommand.js +1 -1
  14. package/dist-es/commands/DescribeDashboardSnapshotJobResultCommand.js +1 -1
  15. package/dist-es/commands/DescribeDashboardsQAConfigurationCommand.js +22 -0
  16. package/dist-es/commands/DescribeDataSetCommand.js +1 -1
  17. package/dist-es/commands/DescribeDefaultQBusinessApplicationCommand.js +22 -0
  18. package/dist-es/commands/DescribeQuickSightQSearchConfigurationCommand.js +22 -0
  19. package/dist-es/commands/DescribeTemplateCommand.js +2 -1
  20. package/dist-es/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.js +23 -0
  21. package/dist-es/commands/ListTopicReviewedAnswersCommand.js +1 -1
  22. package/dist-es/commands/PredictQAResultsCommand.js +23 -0
  23. package/dist-es/commands/SearchTopicsCommand.js +22 -0
  24. package/dist-es/commands/UpdateApplicationWithTokenExchangeGrantCommand.js +22 -0
  25. package/dist-es/commands/UpdateDashboardCommand.js +1 -1
  26. package/dist-es/commands/UpdateDashboardsQAConfigurationCommand.js +22 -0
  27. package/dist-es/commands/UpdateDataSetCommand.js +1 -1
  28. package/dist-es/commands/UpdateDataSourceCommand.js +1 -1
  29. package/dist-es/commands/UpdateDefaultQBusinessApplicationCommand.js +22 -0
  30. package/dist-es/commands/UpdateQuickSightQSearchConfigurationCommand.js +22 -0
  31. package/dist-es/commands/UpdateTemplateCommand.js +1 -1
  32. package/dist-es/commands/UpdateTopicCommand.js +1 -1
  33. package/dist-es/commands/index.js +11 -0
  34. package/dist-es/models/index.js +1 -0
  35. package/dist-es/models/models_0.js +72 -82
  36. package/dist-es/models/models_1.js +102 -132
  37. package/dist-es/models/models_2.js +137 -193
  38. package/dist-es/models/models_3.js +205 -112
  39. package/dist-es/models/models_4.js +185 -49
  40. package/dist-es/models/models_5.js +50 -0
  41. package/dist-es/pagination/SearchTopicsPaginator.js +4 -0
  42. package/dist-es/pagination/index.js +1 -0
  43. package/dist-es/protocols/Aws_restJson1.js +1044 -12
  44. package/dist-types/QuickSight.d.ts +77 -0
  45. package/dist-types/QuickSightClient.d.ts +13 -2
  46. package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateAnalysisCommand.d.ts +434 -5
  50. package/dist-types/commands/CreateBrandCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateDashboardCommand.d.ts +434 -5
  53. package/dist-types/commands/CreateTemplateCommand.d.ts +433 -4
  54. package/dist-types/commands/CreateTopicCommand.d.ts +3 -0
  55. package/dist-types/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +91 -0
  56. package/dist-types/commands/DeleteIdentityPropagationConfigCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeAnalysisCommand.d.ts +79 -0
  58. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +433 -4
  59. package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
  60. package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -1
  61. package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +1 -1
  62. package/dist-types/commands/DescribeBrandAssignmentCommand.d.ts +1 -1
  63. package/dist-types/commands/DescribeBrandCommand.d.ts +1 -1
  64. package/dist-types/commands/DescribeBrandPublishedVersionCommand.d.ts +1 -1
  65. package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +1 -1
  66. package/dist-types/commands/DescribeDashboardCommand.d.ts +80 -1
  67. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +434 -5
  68. package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
  69. package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +1 -1
  70. package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +1 -1
  71. package/dist-types/commands/DescribeDashboardsQAConfigurationCommand.d.ts +94 -0
  72. package/dist-types/commands/DescribeDataSetCommand.d.ts +1 -1
  73. package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
  74. package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
  75. package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
  76. package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
  77. package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +92 -0
  78. package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
  79. package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
  80. package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
  81. package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
  82. package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
  83. package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
  84. package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -2
  85. package/dist-types/commands/DescribeNamespaceCommand.d.ts +2 -0
  86. package/dist-types/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +94 -0
  87. package/dist-types/commands/DescribeTemplateCommand.d.ts +79 -0
  88. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +433 -4
  89. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +162 -0
  90. package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +1 -1
  91. package/dist-types/commands/ListNamespacesCommand.d.ts +2 -0
  92. package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +2 -1
  93. package/dist-types/commands/PredictQAResultsCommand.d.ts +139 -0
  94. package/dist-types/commands/SearchTopicsCommand.d.ts +111 -0
  95. package/dist-types/commands/UpdateAnalysisCommand.d.ts +433 -4
  96. package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +97 -0
  97. package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
  98. package/dist-types/commands/UpdateBrandCommand.d.ts +2 -1
  99. package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
  100. package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
  101. package/dist-types/commands/UpdateDashboardCommand.d.ts +434 -5
  102. package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +1 -1
  103. package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
  104. package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
  105. package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +95 -0
  106. package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
  107. package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
  108. package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
  109. package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
  110. package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +95 -0
  111. package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
  112. package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
  113. package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
  114. package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
  115. package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +2 -2
  116. package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
  117. package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
  118. package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
  119. package/dist-types/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
  120. package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +95 -0
  121. package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
  122. package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
  123. package/dist-types/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
  124. package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -1
  125. package/dist-types/commands/UpdateTemplateCommand.d.ts +434 -5
  126. package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
  127. package/dist-types/commands/UpdateThemeAliasCommand.d.ts +1 -1
  128. package/dist-types/commands/UpdateThemeCommand.d.ts +1 -1
  129. package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +1 -1
  130. package/dist-types/commands/UpdateTopicCommand.d.ts +1 -1
  131. package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
  132. package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
  133. package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
  134. package/dist-types/commands/UpdateUserCustomPermissionCommand.d.ts +1 -1
  135. package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +1 -1
  136. package/dist-types/commands/index.d.ts +11 -0
  137. package/dist-types/models/index.d.ts +1 -0
  138. package/dist-types/models/models_0.d.ts +487 -546
  139. package/dist-types/models/models_1.d.ts +1748 -1766
  140. package/dist-types/models/models_2.d.ts +4413 -4505
  141. package/dist-types/models/models_3.d.ts +4169 -4324
  142. package/dist-types/models/models_4.d.ts +3851 -3830
  143. package/dist-types/models/models_5.d.ts +2394 -0
  144. package/dist-types/pagination/SearchTopicsPaginator.d.ts +7 -0
  145. package/dist-types/pagination/index.d.ts +1 -0
  146. package/dist-types/protocols/Aws_restJson1.d.ts +99 -0
  147. package/dist-types/ts3.4/QuickSight.d.ts +235 -0
  148. package/dist-types/ts3.4/QuickSightClient.d.ts +66 -0
  149. package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
  150. package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +1 -1
  151. package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
  152. package/dist-types/ts3.4/commands/CreateAnalysisCommand.d.ts +1 -1
  153. package/dist-types/ts3.4/commands/CreateBrandCommand.d.ts +1 -1
  154. package/dist-types/ts3.4/commands/CreateCustomPermissionsCommand.d.ts +1 -1
  155. package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +1 -1
  156. package/dist-types/ts3.4/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +51 -0
  157. package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
  158. package/dist-types/ts3.4/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -1
  159. package/dist-types/ts3.4/commands/DescribeAssetBundleImportJobCommand.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/DescribeBrandAssignmentCommand.d.ts +1 -1
  161. package/dist-types/ts3.4/commands/DescribeBrandCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/DescribeBrandPublishedVersionCommand.d.ts +1 -1
  163. package/dist-types/ts3.4/commands/DescribeCustomPermissionsCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/DescribeDashboardDefinitionCommand.d.ts +1 -1
  166. package/dist-types/ts3.4/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
  167. package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobCommand.d.ts +1 -1
  168. package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/DescribeDashboardsQAConfigurationCommand.d.ts +51 -0
  170. package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +1 -1
  171. package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
  172. package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +1 -1
  174. package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +51 -0
  176. package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
  179. package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +4 -2
  183. package/dist-types/ts3.4/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +51 -0
  184. package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +51 -0
  185. package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +2 -4
  186. package/dist-types/ts3.4/commands/PredictQAResultsCommand.d.ts +50 -0
  187. package/dist-types/ts3.4/commands/SearchTopicsCommand.d.ts +47 -0
  188. package/dist-types/ts3.4/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +51 -0
  189. package/dist-types/ts3.4/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/UpdateBrandCommand.d.ts +2 -1
  191. package/dist-types/ts3.4/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
  192. package/dist-types/ts3.4/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/UpdateDashboardLinksCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
  196. package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/UpdateDashboardsQAConfigurationCommand.d.ts +51 -0
  198. package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +51 -0
  203. package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +1 -1
  204. package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
  206. package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
  207. package/dist-types/ts3.4/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
  212. package/dist-types/ts3.4/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +51 -0
  213. package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
  214. package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
  215. package/dist-types/ts3.4/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
  216. package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +1 -1
  217. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +1 -1
  218. package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
  219. package/dist-types/ts3.4/commands/UpdateThemeAliasCommand.d.ts +1 -1
  220. package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +1 -1
  221. package/dist-types/ts3.4/commands/UpdateThemePermissionsCommand.d.ts +1 -1
  222. package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +1 -1
  223. package/dist-types/ts3.4/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
  224. package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
  225. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -1
  226. package/dist-types/ts3.4/commands/UpdateUserCustomPermissionCommand.d.ts +1 -1
  227. package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +1 -1
  228. package/dist-types/ts3.4/commands/index.d.ts +11 -0
  229. package/dist-types/ts3.4/models/index.d.ts +1 -0
  230. package/dist-types/ts3.4/models/models_0.d.ts +142 -156
  231. package/dist-types/ts3.4/models/models_1.d.ts +324 -356
  232. package/dist-types/ts3.4/models/models_2.d.ts +428 -418
  233. package/dist-types/ts3.4/models/models_3.d.ts +453 -503
  234. package/dist-types/ts3.4/models/models_4.d.ts +1426 -1311
  235. package/dist-types/ts3.4/models/models_5.d.ts +596 -0
  236. package/dist-types/ts3.4/pagination/SearchTopicsPaginator.d.ts +11 -0
  237. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  238. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +132 -0
  239. package/package.json +4 -4
@@ -36,6 +36,7 @@ import { DeleteDashboardCommand, } from "./commands/DeleteDashboardCommand";
36
36
  import { DeleteDataSetCommand, } from "./commands/DeleteDataSetCommand";
37
37
  import { DeleteDataSetRefreshPropertiesCommand, } from "./commands/DeleteDataSetRefreshPropertiesCommand";
38
38
  import { DeleteDataSourceCommand, } from "./commands/DeleteDataSourceCommand";
39
+ import { DeleteDefaultQBusinessApplicationCommand, } from "./commands/DeleteDefaultQBusinessApplicationCommand";
39
40
  import { DeleteFolderCommand, } from "./commands/DeleteFolderCommand";
40
41
  import { DeleteFolderMembershipCommand, } from "./commands/DeleteFolderMembershipCommand";
41
42
  import { DeleteGroupCommand } from "./commands/DeleteGroupCommand";
@@ -73,11 +74,13 @@ import { DescribeDashboardDefinitionCommand, } from "./commands/DescribeDashboar
73
74
  import { DescribeDashboardPermissionsCommand, } from "./commands/DescribeDashboardPermissionsCommand";
74
75
  import { DescribeDashboardSnapshotJobCommand, } from "./commands/DescribeDashboardSnapshotJobCommand";
75
76
  import { DescribeDashboardSnapshotJobResultCommand, } from "./commands/DescribeDashboardSnapshotJobResultCommand";
77
+ import { DescribeDashboardsQAConfigurationCommand, } from "./commands/DescribeDashboardsQAConfigurationCommand";
76
78
  import { DescribeDataSetCommand, } from "./commands/DescribeDataSetCommand";
77
79
  import { DescribeDataSetPermissionsCommand, } from "./commands/DescribeDataSetPermissionsCommand";
78
80
  import { DescribeDataSetRefreshPropertiesCommand, } from "./commands/DescribeDataSetRefreshPropertiesCommand";
79
81
  import { DescribeDataSourceCommand, } from "./commands/DescribeDataSourceCommand";
80
82
  import { DescribeDataSourcePermissionsCommand, } from "./commands/DescribeDataSourcePermissionsCommand";
83
+ import { DescribeDefaultQBusinessApplicationCommand, } from "./commands/DescribeDefaultQBusinessApplicationCommand";
81
84
  import { DescribeFolderCommand, } from "./commands/DescribeFolderCommand";
82
85
  import { DescribeFolderPermissionsCommand, } from "./commands/DescribeFolderPermissionsCommand";
83
86
  import { DescribeFolderResolvedPermissionsCommand, } from "./commands/DescribeFolderResolvedPermissionsCommand";
@@ -89,6 +92,7 @@ import { DescribeIpRestrictionCommand, } from "./commands/DescribeIpRestrictionC
89
92
  import { DescribeKeyRegistrationCommand, } from "./commands/DescribeKeyRegistrationCommand";
90
93
  import { DescribeNamespaceCommand, } from "./commands/DescribeNamespaceCommand";
91
94
  import { DescribeQPersonalizationConfigurationCommand, } from "./commands/DescribeQPersonalizationConfigurationCommand";
95
+ import { DescribeQuickSightQSearchConfigurationCommand, } from "./commands/DescribeQuickSightQSearchConfigurationCommand";
92
96
  import { DescribeRefreshScheduleCommand, } from "./commands/DescribeRefreshScheduleCommand";
93
97
  import { DescribeRoleCustomPermissionCommand, } from "./commands/DescribeRoleCustomPermissionCommand";
94
98
  import { DescribeTemplateAliasCommand, } from "./commands/DescribeTemplateAliasCommand";
@@ -106,6 +110,7 @@ import { DescribeUserCommand, } from "./commands/DescribeUserCommand";
106
110
  import { DescribeVPCConnectionCommand, } from "./commands/DescribeVPCConnectionCommand";
107
111
  import { GenerateEmbedUrlForAnonymousUserCommand, } from "./commands/GenerateEmbedUrlForAnonymousUserCommand";
108
112
  import { GenerateEmbedUrlForRegisteredUserCommand, } from "./commands/GenerateEmbedUrlForRegisteredUserCommand";
113
+ import { GenerateEmbedUrlForRegisteredUserWithIdentityCommand, } from "./commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand";
109
114
  import { GetDashboardEmbedUrlCommand, } from "./commands/GetDashboardEmbedUrlCommand";
110
115
  import { GetSessionEmbedUrlCommand, } from "./commands/GetSessionEmbedUrlCommand";
111
116
  import { ListAnalysesCommand, } from "./commands/ListAnalysesCommand";
@@ -142,6 +147,7 @@ import { ListTopicsCommand } from "./commands/ListTopicsCommand";
142
147
  import { ListUserGroupsCommand, } from "./commands/ListUserGroupsCommand";
143
148
  import { ListUsersCommand } from "./commands/ListUsersCommand";
144
149
  import { ListVPCConnectionsCommand, } from "./commands/ListVPCConnectionsCommand";
150
+ import { PredictQAResultsCommand, } from "./commands/PredictQAResultsCommand";
145
151
  import { PutDataSetRefreshPropertiesCommand, } from "./commands/PutDataSetRefreshPropertiesCommand";
146
152
  import { RegisterUserCommand, } from "./commands/RegisterUserCommand";
147
153
  import { RestoreAnalysisCommand, } from "./commands/RestoreAnalysisCommand";
@@ -151,6 +157,7 @@ import { SearchDataSetsCommand, } from "./commands/SearchDataSetsCommand";
151
157
  import { SearchDataSourcesCommand, } from "./commands/SearchDataSourcesCommand";
152
158
  import { SearchFoldersCommand, } from "./commands/SearchFoldersCommand";
153
159
  import { SearchGroupsCommand, } from "./commands/SearchGroupsCommand";
160
+ import { SearchTopicsCommand, } from "./commands/SearchTopicsCommand";
154
161
  import { StartAssetBundleExportJobCommand, } from "./commands/StartAssetBundleExportJobCommand";
155
162
  import { StartAssetBundleImportJobCommand, } from "./commands/StartAssetBundleImportJobCommand";
156
163
  import { StartDashboardSnapshotJobCommand, } from "./commands/StartDashboardSnapshotJobCommand";
@@ -161,6 +168,7 @@ import { UpdateAccountCustomizationCommand, } from "./commands/UpdateAccountCust
161
168
  import { UpdateAccountSettingsCommand, } from "./commands/UpdateAccountSettingsCommand";
162
169
  import { UpdateAnalysisCommand, } from "./commands/UpdateAnalysisCommand";
163
170
  import { UpdateAnalysisPermissionsCommand, } from "./commands/UpdateAnalysisPermissionsCommand";
171
+ import { UpdateApplicationWithTokenExchangeGrantCommand, } from "./commands/UpdateApplicationWithTokenExchangeGrantCommand";
164
172
  import { UpdateBrandAssignmentCommand, } from "./commands/UpdateBrandAssignmentCommand";
165
173
  import { UpdateBrandCommand } from "./commands/UpdateBrandCommand";
166
174
  import { UpdateBrandPublishedVersionCommand, } from "./commands/UpdateBrandPublishedVersionCommand";
@@ -169,10 +177,12 @@ import { UpdateDashboardCommand, } from "./commands/UpdateDashboardCommand";
169
177
  import { UpdateDashboardLinksCommand, } from "./commands/UpdateDashboardLinksCommand";
170
178
  import { UpdateDashboardPermissionsCommand, } from "./commands/UpdateDashboardPermissionsCommand";
171
179
  import { UpdateDashboardPublishedVersionCommand, } from "./commands/UpdateDashboardPublishedVersionCommand";
180
+ import { UpdateDashboardsQAConfigurationCommand, } from "./commands/UpdateDashboardsQAConfigurationCommand";
172
181
  import { UpdateDataSetCommand, } from "./commands/UpdateDataSetCommand";
173
182
  import { UpdateDataSetPermissionsCommand, } from "./commands/UpdateDataSetPermissionsCommand";
174
183
  import { UpdateDataSourceCommand, } from "./commands/UpdateDataSourceCommand";
175
184
  import { UpdateDataSourcePermissionsCommand, } from "./commands/UpdateDataSourcePermissionsCommand";
185
+ import { UpdateDefaultQBusinessApplicationCommand, } from "./commands/UpdateDefaultQBusinessApplicationCommand";
176
186
  import { UpdateFolderCommand, } from "./commands/UpdateFolderCommand";
177
187
  import { UpdateFolderPermissionsCommand, } from "./commands/UpdateFolderPermissionsCommand";
178
188
  import { UpdateGroupCommand } from "./commands/UpdateGroupCommand";
@@ -182,6 +192,7 @@ import { UpdateIpRestrictionCommand, } from "./commands/UpdateIpRestrictionComma
182
192
  import { UpdateKeyRegistrationCommand, } from "./commands/UpdateKeyRegistrationCommand";
183
193
  import { UpdatePublicSharingSettingsCommand, } from "./commands/UpdatePublicSharingSettingsCommand";
184
194
  import { UpdateQPersonalizationConfigurationCommand, } from "./commands/UpdateQPersonalizationConfigurationCommand";
195
+ import { UpdateQuickSightQSearchConfigurationCommand, } from "./commands/UpdateQuickSightQSearchConfigurationCommand";
185
196
  import { UpdateRefreshScheduleCommand, } from "./commands/UpdateRefreshScheduleCommand";
186
197
  import { UpdateRoleCustomPermissionCommand, } from "./commands/UpdateRoleCustomPermissionCommand";
187
198
  import { UpdateSPICECapacityConfigurationCommand, } from "./commands/UpdateSPICECapacityConfigurationCommand";
@@ -236,6 +247,7 @@ const commands = {
236
247
  DeleteDataSetCommand,
237
248
  DeleteDataSetRefreshPropertiesCommand,
238
249
  DeleteDataSourceCommand,
250
+ DeleteDefaultQBusinessApplicationCommand,
239
251
  DeleteFolderCommand,
240
252
  DeleteFolderMembershipCommand,
241
253
  DeleteGroupCommand,
@@ -273,11 +285,13 @@ const commands = {
273
285
  DescribeDashboardPermissionsCommand,
274
286
  DescribeDashboardSnapshotJobCommand,
275
287
  DescribeDashboardSnapshotJobResultCommand,
288
+ DescribeDashboardsQAConfigurationCommand,
276
289
  DescribeDataSetCommand,
277
290
  DescribeDataSetPermissionsCommand,
278
291
  DescribeDataSetRefreshPropertiesCommand,
279
292
  DescribeDataSourceCommand,
280
293
  DescribeDataSourcePermissionsCommand,
294
+ DescribeDefaultQBusinessApplicationCommand,
281
295
  DescribeFolderCommand,
282
296
  DescribeFolderPermissionsCommand,
283
297
  DescribeFolderResolvedPermissionsCommand,
@@ -289,6 +303,7 @@ const commands = {
289
303
  DescribeKeyRegistrationCommand,
290
304
  DescribeNamespaceCommand,
291
305
  DescribeQPersonalizationConfigurationCommand,
306
+ DescribeQuickSightQSearchConfigurationCommand,
292
307
  DescribeRefreshScheduleCommand,
293
308
  DescribeRoleCustomPermissionCommand,
294
309
  DescribeTemplateCommand,
@@ -306,6 +321,7 @@ const commands = {
306
321
  DescribeVPCConnectionCommand,
307
322
  GenerateEmbedUrlForAnonymousUserCommand,
308
323
  GenerateEmbedUrlForRegisteredUserCommand,
324
+ GenerateEmbedUrlForRegisteredUserWithIdentityCommand,
309
325
  GetDashboardEmbedUrlCommand,
310
326
  GetSessionEmbedUrlCommand,
311
327
  ListAnalysesCommand,
@@ -342,6 +358,7 @@ const commands = {
342
358
  ListUserGroupsCommand,
343
359
  ListUsersCommand,
344
360
  ListVPCConnectionsCommand,
361
+ PredictQAResultsCommand,
345
362
  PutDataSetRefreshPropertiesCommand,
346
363
  RegisterUserCommand,
347
364
  RestoreAnalysisCommand,
@@ -351,6 +368,7 @@ const commands = {
351
368
  SearchDataSourcesCommand,
352
369
  SearchFoldersCommand,
353
370
  SearchGroupsCommand,
371
+ SearchTopicsCommand,
354
372
  StartAssetBundleExportJobCommand,
355
373
  StartAssetBundleImportJobCommand,
356
374
  StartDashboardSnapshotJobCommand,
@@ -361,6 +379,7 @@ const commands = {
361
379
  UpdateAccountSettingsCommand,
362
380
  UpdateAnalysisCommand,
363
381
  UpdateAnalysisPermissionsCommand,
382
+ UpdateApplicationWithTokenExchangeGrantCommand,
364
383
  UpdateBrandCommand,
365
384
  UpdateBrandAssignmentCommand,
366
385
  UpdateBrandPublishedVersionCommand,
@@ -369,10 +388,12 @@ const commands = {
369
388
  UpdateDashboardLinksCommand,
370
389
  UpdateDashboardPermissionsCommand,
371
390
  UpdateDashboardPublishedVersionCommand,
391
+ UpdateDashboardsQAConfigurationCommand,
372
392
  UpdateDataSetCommand,
373
393
  UpdateDataSetPermissionsCommand,
374
394
  UpdateDataSourceCommand,
375
395
  UpdateDataSourcePermissionsCommand,
396
+ UpdateDefaultQBusinessApplicationCommand,
376
397
  UpdateFolderCommand,
377
398
  UpdateFolderPermissionsCommand,
378
399
  UpdateGroupCommand,
@@ -382,6 +403,7 @@ const commands = {
382
403
  UpdateKeyRegistrationCommand,
383
404
  UpdatePublicSharingSettingsCommand,
384
405
  UpdateQPersonalizationConfigurationCommand,
406
+ UpdateQuickSightQSearchConfigurationCommand,
385
407
  UpdateRefreshScheduleCommand,
386
408
  UpdateRoleCustomPermissionCommand,
387
409
  UpdateSPICECapacityConfigurationCommand,
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { BatchCreateTopicReviewedAnswerRequestFilterSensitiveLog, } from "../models/models_4";
5
+ import { BatchCreateTopicReviewedAnswerRequestFilterSensitiveLog, } from "../models/models_5";
6
6
  import { de_BatchCreateTopicReviewedAnswerCommand, se_BatchCreateTopicReviewedAnswerCommand, } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class BatchCreateTopicReviewedAnswerCommand extends $Command
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { CreateAnalysisRequestFilterSensitiveLog, } from "../models/models_2";
5
+ import { CreateAnalysisRequestFilterSensitiveLog, } from "../models/models_3";
6
6
  import { de_CreateAnalysisCommand, se_CreateAnalysisCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class CreateAnalysisCommand extends $Command
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { CreateDashboardRequestFilterSensitiveLog, } from "../models/models_2";
5
+ import { CreateDashboardRequestFilterSensitiveLog, } from "../models/models_3";
6
6
  import { de_CreateDashboardCommand, se_CreateDashboardCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class CreateDashboardCommand extends $Command
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DeleteDefaultQBusinessApplicationCommand, se_DeleteDefaultQBusinessApplicationCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class DeleteDefaultQBusinessApplicationCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("QuickSight_20180401", "DeleteDefaultQBusinessApplication", {})
17
+ .n("QuickSightClient", "DeleteDefaultQBusinessApplicationCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_DeleteDefaultQBusinessApplicationCommand)
20
+ .de(de_DeleteDefaultQBusinessApplicationCommand)
21
+ .build() {
22
+ }
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { DescribeAnalysisResponseFilterSensitiveLog, } from "../models/models_3";
5
6
  import { de_DescribeAnalysisCommand, se_DescribeAnalysisCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
7
8
  export class DescribeAnalysisCommand extends $Command
@@ -15,7 +16,7 @@ export class DescribeAnalysisCommand extends $Command
15
16
  })
16
17
  .s("QuickSight_20180401", "DescribeAnalysis", {})
17
18
  .n("QuickSightClient", "DescribeAnalysisCommand")
18
- .f(void 0, void 0)
19
+ .f(void 0, DescribeAnalysisResponseFilterSensitiveLog)
19
20
  .ser(se_DescribeAnalysisCommand)
20
21
  .de(de_DescribeAnalysisCommand)
21
22
  .build() {
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { DescribeAssetBundleExportJobResponseFilterSensitiveLog, } from "../models/models_3";
5
+ import { DescribeAssetBundleExportJobResponseFilterSensitiveLog, } from "../models/models_4";
6
6
  import { de_DescribeAssetBundleExportJobCommand, se_DescribeAssetBundleExportJobCommand, } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class DescribeAssetBundleExportJobCommand extends $Command
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { DescribeAssetBundleImportJobResponseFilterSensitiveLog, } from "../models/models_3";
5
+ import { DescribeAssetBundleImportJobResponseFilterSensitiveLog, } from "../models/models_4";
6
6
  import { de_DescribeAssetBundleImportJobCommand, se_DescribeAssetBundleImportJobCommand, } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class DescribeAssetBundleImportJobCommand extends $Command
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { DescribeDashboardResponseFilterSensitiveLog, } from "../models/models_4";
5
6
  import { de_DescribeDashboardCommand, se_DescribeDashboardCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
7
8
  export class DescribeDashboardCommand extends $Command
@@ -15,7 +16,7 @@ export class DescribeDashboardCommand extends $Command
15
16
  })
16
17
  .s("QuickSight_20180401", "DescribeDashboard", {})
17
18
  .n("QuickSightClient", "DescribeDashboardCommand")
18
- .f(void 0, void 0)
19
+ .f(void 0, DescribeDashboardResponseFilterSensitiveLog)
19
20
  .ser(se_DescribeDashboardCommand)
20
21
  .de(de_DescribeDashboardCommand)
21
22
  .build() {
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { DescribeDashboardDefinitionResponseFilterSensitiveLog, } from "../models/models_3";
5
+ import { DescribeDashboardDefinitionResponseFilterSensitiveLog, } from "../models/models_4";
6
6
  import { de_DescribeDashboardDefinitionCommand, se_DescribeDashboardDefinitionCommand, } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class DescribeDashboardDefinitionCommand extends $Command
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { DescribeDashboardSnapshotJobResponseFilterSensitiveLog, } from "../models/models_3";
5
+ import { DescribeDashboardSnapshotJobResponseFilterSensitiveLog, } from "../models/models_4";
6
6
  import { de_DescribeDashboardSnapshotJobCommand, se_DescribeDashboardSnapshotJobCommand, } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class DescribeDashboardSnapshotJobCommand extends $Command
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { DescribeDashboardSnapshotJobResultResponseFilterSensitiveLog, } from "../models/models_3";
5
+ import { DescribeDashboardSnapshotJobResultResponseFilterSensitiveLog, } from "../models/models_4";
6
6
  import { de_DescribeDashboardSnapshotJobResultCommand, se_DescribeDashboardSnapshotJobResultCommand, } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class DescribeDashboardSnapshotJobResultCommand extends $Command
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DescribeDashboardsQAConfigurationCommand, se_DescribeDashboardsQAConfigurationCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class DescribeDashboardsQAConfigurationCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("QuickSight_20180401", "DescribeDashboardsQAConfiguration", {})
17
+ .n("QuickSightClient", "DescribeDashboardsQAConfigurationCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_DescribeDashboardsQAConfigurationCommand)
20
+ .de(de_DescribeDashboardsQAConfigurationCommand)
21
+ .build() {
22
+ }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { DescribeDataSetResponseFilterSensitiveLog, } from "../models/models_3";
5
+ import { DescribeDataSetResponseFilterSensitiveLog, } from "../models/models_4";
6
6
  import { de_DescribeDataSetCommand, se_DescribeDataSetCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class DescribeDataSetCommand extends $Command
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DescribeDefaultQBusinessApplicationCommand, se_DescribeDefaultQBusinessApplicationCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class DescribeDefaultQBusinessApplicationCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("QuickSight_20180401", "DescribeDefaultQBusinessApplication", {})
17
+ .n("QuickSightClient", "DescribeDefaultQBusinessApplicationCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_DescribeDefaultQBusinessApplicationCommand)
20
+ .de(de_DescribeDefaultQBusinessApplicationCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DescribeQuickSightQSearchConfigurationCommand, se_DescribeQuickSightQSearchConfigurationCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class DescribeQuickSightQSearchConfigurationCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("QuickSight_20180401", "DescribeQuickSightQSearchConfiguration", {})
17
+ .n("QuickSightClient", "DescribeQuickSightQSearchConfigurationCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_DescribeQuickSightQSearchConfigurationCommand)
20
+ .de(de_DescribeQuickSightQSearchConfigurationCommand)
21
+ .build() {
22
+ }
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { DescribeTemplateResponseFilterSensitiveLog, } from "../models/models_4";
5
6
  import { de_DescribeTemplateCommand, se_DescribeTemplateCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
7
8
  export class DescribeTemplateCommand extends $Command
@@ -15,7 +16,7 @@ export class DescribeTemplateCommand extends $Command
15
16
  })
16
17
  .s("QuickSight_20180401", "DescribeTemplate", {})
17
18
  .n("QuickSightClient", "DescribeTemplateCommand")
18
- .f(void 0, void 0)
19
+ .f(void 0, DescribeTemplateResponseFilterSensitiveLog)
19
20
  .ser(se_DescribeTemplateCommand)
20
21
  .de(de_DescribeTemplateCommand)
21
22
  .build() {
@@ -0,0 +1,23 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { GenerateEmbedUrlForRegisteredUserWithIdentityResponseFilterSensitiveLog, } from "../models/models_4";
6
+ import { de_GenerateEmbedUrlForRegisteredUserWithIdentityCommand, se_GenerateEmbedUrlForRegisteredUserWithIdentityCommand, } from "../protocols/Aws_restJson1";
7
+ export { $Command };
8
+ export class GenerateEmbedUrlForRegisteredUserWithIdentityCommand extends $Command
9
+ .classBuilder()
10
+ .ep(commonParams)
11
+ .m(function (Command, cs, config, o) {
12
+ return [
13
+ getSerdePlugin(config, this.serialize, this.deserialize),
14
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
+ ];
16
+ })
17
+ .s("QuickSight_20180401", "GenerateEmbedUrlForRegisteredUserWithIdentity", {})
18
+ .n("QuickSightClient", "GenerateEmbedUrlForRegisteredUserWithIdentityCommand")
19
+ .f(void 0, GenerateEmbedUrlForRegisteredUserWithIdentityResponseFilterSensitiveLog)
20
+ .ser(se_GenerateEmbedUrlForRegisteredUserWithIdentityCommand)
21
+ .de(de_GenerateEmbedUrlForRegisteredUserWithIdentityCommand)
22
+ .build() {
23
+ }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListTopicReviewedAnswersResponseFilterSensitiveLog, } from "../models/models_4";
5
+ import { ListTopicReviewedAnswersResponseFilterSensitiveLog, } from "../models/models_5";
6
6
  import { de_ListTopicReviewedAnswersCommand, se_ListTopicReviewedAnswersCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class ListTopicReviewedAnswersCommand extends $Command
@@ -0,0 +1,23 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { PredictQAResultsRequestFilterSensitiveLog, PredictQAResultsResponseFilterSensitiveLog, } from "../models/models_4";
6
+ import { de_PredictQAResultsCommand, se_PredictQAResultsCommand } from "../protocols/Aws_restJson1";
7
+ export { $Command };
8
+ export class PredictQAResultsCommand extends $Command
9
+ .classBuilder()
10
+ .ep(commonParams)
11
+ .m(function (Command, cs, config, o) {
12
+ return [
13
+ getSerdePlugin(config, this.serialize, this.deserialize),
14
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
+ ];
16
+ })
17
+ .s("QuickSight_20180401", "PredictQAResults", {})
18
+ .n("QuickSightClient", "PredictQAResultsCommand")
19
+ .f(PredictQAResultsRequestFilterSensitiveLog, PredictQAResultsResponseFilterSensitiveLog)
20
+ .ser(se_PredictQAResultsCommand)
21
+ .de(de_PredictQAResultsCommand)
22
+ .build() {
23
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_SearchTopicsCommand, se_SearchTopicsCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class SearchTopicsCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("QuickSight_20180401", "SearchTopics", {})
17
+ .n("QuickSightClient", "SearchTopicsCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_SearchTopicsCommand)
20
+ .de(de_SearchTopicsCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_UpdateApplicationWithTokenExchangeGrantCommand, se_UpdateApplicationWithTokenExchangeGrantCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class UpdateApplicationWithTokenExchangeGrantCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("QuickSight_20180401", "UpdateApplicationWithTokenExchangeGrant", {})
17
+ .n("QuickSightClient", "UpdateApplicationWithTokenExchangeGrantCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_UpdateApplicationWithTokenExchangeGrantCommand)
20
+ .de(de_UpdateApplicationWithTokenExchangeGrantCommand)
21
+ .build() {
22
+ }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { UpdateDashboardRequestFilterSensitiveLog, } from "../models/models_4";
5
+ import { UpdateDashboardRequestFilterSensitiveLog, } from "../models/models_5";
6
6
  import { de_UpdateDashboardCommand, se_UpdateDashboardCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class UpdateDashboardCommand extends $Command
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_UpdateDashboardsQAConfigurationCommand, se_UpdateDashboardsQAConfigurationCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class UpdateDashboardsQAConfigurationCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("QuickSight_20180401", "UpdateDashboardsQAConfiguration", {})
17
+ .n("QuickSightClient", "UpdateDashboardsQAConfigurationCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_UpdateDashboardsQAConfigurationCommand)
20
+ .de(de_UpdateDashboardsQAConfigurationCommand)
21
+ .build() {
22
+ }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { UpdateDataSetRequestFilterSensitiveLog, } from "../models/models_4";
5
+ import { UpdateDataSetRequestFilterSensitiveLog, } from "../models/models_5";
6
6
  import { de_UpdateDataSetCommand, se_UpdateDataSetCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class UpdateDataSetCommand extends $Command
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { UpdateDataSourceRequestFilterSensitiveLog, } from "../models/models_4";
5
+ import { UpdateDataSourceRequestFilterSensitiveLog, } from "../models/models_5";
6
6
  import { de_UpdateDataSourceCommand, se_UpdateDataSourceCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class UpdateDataSourceCommand extends $Command
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_UpdateDefaultQBusinessApplicationCommand, se_UpdateDefaultQBusinessApplicationCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class UpdateDefaultQBusinessApplicationCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("QuickSight_20180401", "UpdateDefaultQBusinessApplication", {})
17
+ .n("QuickSightClient", "UpdateDefaultQBusinessApplicationCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_UpdateDefaultQBusinessApplicationCommand)
20
+ .de(de_UpdateDefaultQBusinessApplicationCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_UpdateQuickSightQSearchConfigurationCommand, se_UpdateQuickSightQSearchConfigurationCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class UpdateQuickSightQSearchConfigurationCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("QuickSight_20180401", "UpdateQuickSightQSearchConfiguration", {})
17
+ .n("QuickSightClient", "UpdateQuickSightQSearchConfigurationCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_UpdateQuickSightQSearchConfigurationCommand)
20
+ .de(de_UpdateQuickSightQSearchConfigurationCommand)
21
+ .build() {
22
+ }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { UpdateTemplateRequestFilterSensitiveLog, } from "../models/models_4";
5
+ import { UpdateTemplateRequestFilterSensitiveLog, } from "../models/models_5";
6
6
  import { de_UpdateTemplateCommand, se_UpdateTemplateCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class UpdateTemplateCommand extends $Command