@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
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { SearchTopicsCommandInput, SearchTopicsCommandOutput } from "../commands/SearchTopicsCommand";
3
+ import { QuickSightPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateSearchTopics: (config: QuickSightPaginationConfiguration, input: SearchTopicsCommandInput, ...rest: any[]) => Paginator<SearchTopicsCommandOutput>;
@@ -35,3 +35,4 @@ export * from "./SearchDataSetsPaginator";
35
35
  export * from "./SearchDataSourcesPaginator";
36
36
  export * from "./SearchFoldersPaginator";
37
37
  export * from "./SearchGroupsPaginator";
38
+ export * from "./SearchTopicsPaginator";
@@ -37,6 +37,7 @@ import { DeleteDashboardCommandInput, DeleteDashboardCommandOutput } from "../co
37
37
  import { DeleteDataSetCommandInput, DeleteDataSetCommandOutput } from "../commands/DeleteDataSetCommand";
38
38
  import { DeleteDataSetRefreshPropertiesCommandInput, DeleteDataSetRefreshPropertiesCommandOutput } from "../commands/DeleteDataSetRefreshPropertiesCommand";
39
39
  import { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "../commands/DeleteDataSourceCommand";
40
+ import { DeleteDefaultQBusinessApplicationCommandInput, DeleteDefaultQBusinessApplicationCommandOutput } from "../commands/DeleteDefaultQBusinessApplicationCommand";
40
41
  import { DeleteFolderCommandInput, DeleteFolderCommandOutput } from "../commands/DeleteFolderCommand";
41
42
  import { DeleteFolderMembershipCommandInput, DeleteFolderMembershipCommandOutput } from "../commands/DeleteFolderMembershipCommand";
42
43
  import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "../commands/DeleteGroupCommand";
@@ -74,11 +75,13 @@ import { DescribeDashboardDefinitionCommandInput, DescribeDashboardDefinitionCom
74
75
  import { DescribeDashboardPermissionsCommandInput, DescribeDashboardPermissionsCommandOutput } from "../commands/DescribeDashboardPermissionsCommand";
75
76
  import { DescribeDashboardSnapshotJobCommandInput, DescribeDashboardSnapshotJobCommandOutput } from "../commands/DescribeDashboardSnapshotJobCommand";
76
77
  import { DescribeDashboardSnapshotJobResultCommandInput, DescribeDashboardSnapshotJobResultCommandOutput } from "../commands/DescribeDashboardSnapshotJobResultCommand";
78
+ import { DescribeDashboardsQAConfigurationCommandInput, DescribeDashboardsQAConfigurationCommandOutput } from "../commands/DescribeDashboardsQAConfigurationCommand";
77
79
  import { DescribeDataSetCommandInput, DescribeDataSetCommandOutput } from "../commands/DescribeDataSetCommand";
78
80
  import { DescribeDataSetPermissionsCommandInput, DescribeDataSetPermissionsCommandOutput } from "../commands/DescribeDataSetPermissionsCommand";
79
81
  import { DescribeDataSetRefreshPropertiesCommandInput, DescribeDataSetRefreshPropertiesCommandOutput } from "../commands/DescribeDataSetRefreshPropertiesCommand";
80
82
  import { DescribeDataSourceCommandInput, DescribeDataSourceCommandOutput } from "../commands/DescribeDataSourceCommand";
81
83
  import { DescribeDataSourcePermissionsCommandInput, DescribeDataSourcePermissionsCommandOutput } from "../commands/DescribeDataSourcePermissionsCommand";
84
+ import { DescribeDefaultQBusinessApplicationCommandInput, DescribeDefaultQBusinessApplicationCommandOutput } from "../commands/DescribeDefaultQBusinessApplicationCommand";
82
85
  import { DescribeFolderCommandInput, DescribeFolderCommandOutput } from "../commands/DescribeFolderCommand";
83
86
  import { DescribeFolderPermissionsCommandInput, DescribeFolderPermissionsCommandOutput } from "../commands/DescribeFolderPermissionsCommand";
84
87
  import { DescribeFolderResolvedPermissionsCommandInput, DescribeFolderResolvedPermissionsCommandOutput } from "../commands/DescribeFolderResolvedPermissionsCommand";
@@ -90,6 +93,7 @@ import { DescribeIpRestrictionCommandInput, DescribeIpRestrictionCommandOutput }
90
93
  import { DescribeKeyRegistrationCommandInput, DescribeKeyRegistrationCommandOutput } from "../commands/DescribeKeyRegistrationCommand";
91
94
  import { DescribeNamespaceCommandInput, DescribeNamespaceCommandOutput } from "../commands/DescribeNamespaceCommand";
92
95
  import { DescribeQPersonalizationConfigurationCommandInput, DescribeQPersonalizationConfigurationCommandOutput } from "../commands/DescribeQPersonalizationConfigurationCommand";
96
+ import { DescribeQuickSightQSearchConfigurationCommandInput, DescribeQuickSightQSearchConfigurationCommandOutput } from "../commands/DescribeQuickSightQSearchConfigurationCommand";
93
97
  import { DescribeRefreshScheduleCommandInput, DescribeRefreshScheduleCommandOutput } from "../commands/DescribeRefreshScheduleCommand";
94
98
  import { DescribeRoleCustomPermissionCommandInput, DescribeRoleCustomPermissionCommandOutput } from "../commands/DescribeRoleCustomPermissionCommand";
95
99
  import { DescribeTemplateAliasCommandInput, DescribeTemplateAliasCommandOutput } from "../commands/DescribeTemplateAliasCommand";
@@ -107,6 +111,7 @@ import { DescribeUserCommandInput, DescribeUserCommandOutput } from "../commands
107
111
  import { DescribeVPCConnectionCommandInput, DescribeVPCConnectionCommandOutput } from "../commands/DescribeVPCConnectionCommand";
108
112
  import { GenerateEmbedUrlForAnonymousUserCommandInput, GenerateEmbedUrlForAnonymousUserCommandOutput } from "../commands/GenerateEmbedUrlForAnonymousUserCommand";
109
113
  import { GenerateEmbedUrlForRegisteredUserCommandInput, GenerateEmbedUrlForRegisteredUserCommandOutput } from "../commands/GenerateEmbedUrlForRegisteredUserCommand";
114
+ import { GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput, GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput } from "../commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand";
110
115
  import { GetDashboardEmbedUrlCommandInput, GetDashboardEmbedUrlCommandOutput } from "../commands/GetDashboardEmbedUrlCommand";
111
116
  import { GetSessionEmbedUrlCommandInput, GetSessionEmbedUrlCommandOutput } from "../commands/GetSessionEmbedUrlCommand";
112
117
  import { ListAnalysesCommandInput, ListAnalysesCommandOutput } from "../commands/ListAnalysesCommand";
@@ -143,6 +148,7 @@ import { ListTopicsCommandInput, ListTopicsCommandOutput } from "../commands/Lis
143
148
  import { ListUserGroupsCommandInput, ListUserGroupsCommandOutput } from "../commands/ListUserGroupsCommand";
144
149
  import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand";
145
150
  import { ListVPCConnectionsCommandInput, ListVPCConnectionsCommandOutput } from "../commands/ListVPCConnectionsCommand";
151
+ import { PredictQAResultsCommandInput, PredictQAResultsCommandOutput } from "../commands/PredictQAResultsCommand";
146
152
  import { PutDataSetRefreshPropertiesCommandInput, PutDataSetRefreshPropertiesCommandOutput } from "../commands/PutDataSetRefreshPropertiesCommand";
147
153
  import { RegisterUserCommandInput, RegisterUserCommandOutput } from "../commands/RegisterUserCommand";
148
154
  import { RestoreAnalysisCommandInput, RestoreAnalysisCommandOutput } from "../commands/RestoreAnalysisCommand";
@@ -152,6 +158,7 @@ import { SearchDataSetsCommandInput, SearchDataSetsCommandOutput } from "../comm
152
158
  import { SearchDataSourcesCommandInput, SearchDataSourcesCommandOutput } from "../commands/SearchDataSourcesCommand";
153
159
  import { SearchFoldersCommandInput, SearchFoldersCommandOutput } from "../commands/SearchFoldersCommand";
154
160
  import { SearchGroupsCommandInput, SearchGroupsCommandOutput } from "../commands/SearchGroupsCommand";
161
+ import { SearchTopicsCommandInput, SearchTopicsCommandOutput } from "../commands/SearchTopicsCommand";
155
162
  import { StartAssetBundleExportJobCommandInput, StartAssetBundleExportJobCommandOutput } from "../commands/StartAssetBundleExportJobCommand";
156
163
  import { StartAssetBundleImportJobCommandInput, StartAssetBundleImportJobCommandOutput } from "../commands/StartAssetBundleImportJobCommand";
157
164
  import { StartDashboardSnapshotJobCommandInput, StartDashboardSnapshotJobCommandOutput } from "../commands/StartDashboardSnapshotJobCommand";
@@ -162,6 +169,7 @@ import { UpdateAccountCustomizationCommandInput, UpdateAccountCustomizationComma
162
169
  import { UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput } from "../commands/UpdateAccountSettingsCommand";
163
170
  import { UpdateAnalysisCommandInput, UpdateAnalysisCommandOutput } from "../commands/UpdateAnalysisCommand";
164
171
  import { UpdateAnalysisPermissionsCommandInput, UpdateAnalysisPermissionsCommandOutput } from "../commands/UpdateAnalysisPermissionsCommand";
172
+ import { UpdateApplicationWithTokenExchangeGrantCommandInput, UpdateApplicationWithTokenExchangeGrantCommandOutput } from "../commands/UpdateApplicationWithTokenExchangeGrantCommand";
165
173
  import { UpdateBrandAssignmentCommandInput, UpdateBrandAssignmentCommandOutput } from "../commands/UpdateBrandAssignmentCommand";
166
174
  import { UpdateBrandCommandInput, UpdateBrandCommandOutput } from "../commands/UpdateBrandCommand";
167
175
  import { UpdateBrandPublishedVersionCommandInput, UpdateBrandPublishedVersionCommandOutput } from "../commands/UpdateBrandPublishedVersionCommand";
@@ -170,10 +178,12 @@ import { UpdateDashboardCommandInput, UpdateDashboardCommandOutput } from "../co
170
178
  import { UpdateDashboardLinksCommandInput, UpdateDashboardLinksCommandOutput } from "../commands/UpdateDashboardLinksCommand";
171
179
  import { UpdateDashboardPermissionsCommandInput, UpdateDashboardPermissionsCommandOutput } from "../commands/UpdateDashboardPermissionsCommand";
172
180
  import { UpdateDashboardPublishedVersionCommandInput, UpdateDashboardPublishedVersionCommandOutput } from "../commands/UpdateDashboardPublishedVersionCommand";
181
+ import { UpdateDashboardsQAConfigurationCommandInput, UpdateDashboardsQAConfigurationCommandOutput } from "../commands/UpdateDashboardsQAConfigurationCommand";
173
182
  import { UpdateDataSetCommandInput, UpdateDataSetCommandOutput } from "../commands/UpdateDataSetCommand";
174
183
  import { UpdateDataSetPermissionsCommandInput, UpdateDataSetPermissionsCommandOutput } from "../commands/UpdateDataSetPermissionsCommand";
175
184
  import { UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput } from "../commands/UpdateDataSourceCommand";
176
185
  import { UpdateDataSourcePermissionsCommandInput, UpdateDataSourcePermissionsCommandOutput } from "../commands/UpdateDataSourcePermissionsCommand";
186
+ import { UpdateDefaultQBusinessApplicationCommandInput, UpdateDefaultQBusinessApplicationCommandOutput } from "../commands/UpdateDefaultQBusinessApplicationCommand";
177
187
  import { UpdateFolderCommandInput, UpdateFolderCommandOutput } from "../commands/UpdateFolderCommand";
178
188
  import { UpdateFolderPermissionsCommandInput, UpdateFolderPermissionsCommandOutput } from "../commands/UpdateFolderPermissionsCommand";
179
189
  import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "../commands/UpdateGroupCommand";
@@ -183,6 +193,7 @@ import { UpdateIpRestrictionCommandInput, UpdateIpRestrictionCommandOutput } fro
183
193
  import { UpdateKeyRegistrationCommandInput, UpdateKeyRegistrationCommandOutput } from "../commands/UpdateKeyRegistrationCommand";
184
194
  import { UpdatePublicSharingSettingsCommandInput, UpdatePublicSharingSettingsCommandOutput } from "../commands/UpdatePublicSharingSettingsCommand";
185
195
  import { UpdateQPersonalizationConfigurationCommandInput, UpdateQPersonalizationConfigurationCommandOutput } from "../commands/UpdateQPersonalizationConfigurationCommand";
196
+ import { UpdateQuickSightQSearchConfigurationCommandInput, UpdateQuickSightQSearchConfigurationCommandOutput } from "../commands/UpdateQuickSightQSearchConfigurationCommand";
186
197
  import { UpdateRefreshScheduleCommandInput, UpdateRefreshScheduleCommandOutput } from "../commands/UpdateRefreshScheduleCommand";
187
198
  import { UpdateRoleCustomPermissionCommandInput, UpdateRoleCustomPermissionCommandOutput } from "../commands/UpdateRoleCustomPermissionCommand";
188
199
  import { UpdateSPICECapacityConfigurationCommandInput, UpdateSPICECapacityConfigurationCommandOutput } from "../commands/UpdateSPICECapacityConfigurationCommand";
@@ -346,6 +357,10 @@ export declare const se_DeleteDataSetRefreshPropertiesCommand: (input: DeleteDat
346
357
  * serializeAws_restJson1DeleteDataSourceCommand
347
358
  */
348
359
  export declare const se_DeleteDataSourceCommand: (input: DeleteDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
360
+ /**
361
+ * serializeAws_restJson1DeleteDefaultQBusinessApplicationCommand
362
+ */
363
+ export declare const se_DeleteDefaultQBusinessApplicationCommand: (input: DeleteDefaultQBusinessApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
349
364
  /**
350
365
  * serializeAws_restJson1DeleteFolderCommand
351
366
  */
@@ -494,6 +509,10 @@ export declare const se_DescribeDashboardSnapshotJobCommand: (input: DescribeDas
494
509
  * serializeAws_restJson1DescribeDashboardSnapshotJobResultCommand
495
510
  */
496
511
  export declare const se_DescribeDashboardSnapshotJobResultCommand: (input: DescribeDashboardSnapshotJobResultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
512
+ /**
513
+ * serializeAws_restJson1DescribeDashboardsQAConfigurationCommand
514
+ */
515
+ export declare const se_DescribeDashboardsQAConfigurationCommand: (input: DescribeDashboardsQAConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
497
516
  /**
498
517
  * serializeAws_restJson1DescribeDataSetCommand
499
518
  */
@@ -514,6 +533,10 @@ export declare const se_DescribeDataSourceCommand: (input: DescribeDataSourceCom
514
533
  * serializeAws_restJson1DescribeDataSourcePermissionsCommand
515
534
  */
516
535
  export declare const se_DescribeDataSourcePermissionsCommand: (input: DescribeDataSourcePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
536
+ /**
537
+ * serializeAws_restJson1DescribeDefaultQBusinessApplicationCommand
538
+ */
539
+ export declare const se_DescribeDefaultQBusinessApplicationCommand: (input: DescribeDefaultQBusinessApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
517
540
  /**
518
541
  * serializeAws_restJson1DescribeFolderCommand
519
542
  */
@@ -558,6 +581,10 @@ export declare const se_DescribeNamespaceCommand: (input: DescribeNamespaceComma
558
581
  * serializeAws_restJson1DescribeQPersonalizationConfigurationCommand
559
582
  */
560
583
  export declare const se_DescribeQPersonalizationConfigurationCommand: (input: DescribeQPersonalizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
584
+ /**
585
+ * serializeAws_restJson1DescribeQuickSightQSearchConfigurationCommand
586
+ */
587
+ export declare const se_DescribeQuickSightQSearchConfigurationCommand: (input: DescribeQuickSightQSearchConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
561
588
  /**
562
589
  * serializeAws_restJson1DescribeRefreshScheduleCommand
563
590
  */
@@ -626,6 +653,10 @@ export declare const se_GenerateEmbedUrlForAnonymousUserCommand: (input: Generat
626
653
  * serializeAws_restJson1GenerateEmbedUrlForRegisteredUserCommand
627
654
  */
628
655
  export declare const se_GenerateEmbedUrlForRegisteredUserCommand: (input: GenerateEmbedUrlForRegisteredUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
656
+ /**
657
+ * serializeAws_restJson1GenerateEmbedUrlForRegisteredUserWithIdentityCommand
658
+ */
659
+ export declare const se_GenerateEmbedUrlForRegisteredUserWithIdentityCommand: (input: GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
629
660
  /**
630
661
  * serializeAws_restJson1GetDashboardEmbedUrlCommand
631
662
  */
@@ -770,6 +801,10 @@ export declare const se_ListUsersCommand: (input: ListUsersCommandInput, context
770
801
  * serializeAws_restJson1ListVPCConnectionsCommand
771
802
  */
772
803
  export declare const se_ListVPCConnectionsCommand: (input: ListVPCConnectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
804
+ /**
805
+ * serializeAws_restJson1PredictQAResultsCommand
806
+ */
807
+ export declare const se_PredictQAResultsCommand: (input: PredictQAResultsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
773
808
  /**
774
809
  * serializeAws_restJson1PutDataSetRefreshPropertiesCommand
775
810
  */
@@ -806,6 +841,10 @@ export declare const se_SearchFoldersCommand: (input: SearchFoldersCommandInput,
806
841
  * serializeAws_restJson1SearchGroupsCommand
807
842
  */
808
843
  export declare const se_SearchGroupsCommand: (input: SearchGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
844
+ /**
845
+ * serializeAws_restJson1SearchTopicsCommand
846
+ */
847
+ export declare const se_SearchTopicsCommand: (input: SearchTopicsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
809
848
  /**
810
849
  * serializeAws_restJson1StartAssetBundleExportJobCommand
811
850
  */
@@ -846,6 +885,10 @@ export declare const se_UpdateAnalysisCommand: (input: UpdateAnalysisCommandInpu
846
885
  * serializeAws_restJson1UpdateAnalysisPermissionsCommand
847
886
  */
848
887
  export declare const se_UpdateAnalysisPermissionsCommand: (input: UpdateAnalysisPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
888
+ /**
889
+ * serializeAws_restJson1UpdateApplicationWithTokenExchangeGrantCommand
890
+ */
891
+ export declare const se_UpdateApplicationWithTokenExchangeGrantCommand: (input: UpdateApplicationWithTokenExchangeGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
849
892
  /**
850
893
  * serializeAws_restJson1UpdateBrandCommand
851
894
  */
@@ -878,6 +921,10 @@ export declare const se_UpdateDashboardPermissionsCommand: (input: UpdateDashboa
878
921
  * serializeAws_restJson1UpdateDashboardPublishedVersionCommand
879
922
  */
880
923
  export declare const se_UpdateDashboardPublishedVersionCommand: (input: UpdateDashboardPublishedVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
924
+ /**
925
+ * serializeAws_restJson1UpdateDashboardsQAConfigurationCommand
926
+ */
927
+ export declare const se_UpdateDashboardsQAConfigurationCommand: (input: UpdateDashboardsQAConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
881
928
  /**
882
929
  * serializeAws_restJson1UpdateDataSetCommand
883
930
  */
@@ -894,6 +941,10 @@ export declare const se_UpdateDataSourceCommand: (input: UpdateDataSourceCommand
894
941
  * serializeAws_restJson1UpdateDataSourcePermissionsCommand
895
942
  */
896
943
  export declare const se_UpdateDataSourcePermissionsCommand: (input: UpdateDataSourcePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
944
+ /**
945
+ * serializeAws_restJson1UpdateDefaultQBusinessApplicationCommand
946
+ */
947
+ export declare const se_UpdateDefaultQBusinessApplicationCommand: (input: UpdateDefaultQBusinessApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
897
948
  /**
898
949
  * serializeAws_restJson1UpdateFolderCommand
899
950
  */
@@ -930,6 +981,10 @@ export declare const se_UpdatePublicSharingSettingsCommand: (input: UpdatePublic
930
981
  * serializeAws_restJson1UpdateQPersonalizationConfigurationCommand
931
982
  */
932
983
  export declare const se_UpdateQPersonalizationConfigurationCommand: (input: UpdateQPersonalizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
984
+ /**
985
+ * serializeAws_restJson1UpdateQuickSightQSearchConfigurationCommand
986
+ */
987
+ export declare const se_UpdateQuickSightQSearchConfigurationCommand: (input: UpdateQuickSightQSearchConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
933
988
  /**
934
989
  * serializeAws_restJson1UpdateRefreshScheduleCommand
935
990
  */
@@ -1138,6 +1193,10 @@ export declare const de_DeleteDataSetRefreshPropertiesCommand: (output: __HttpRe
1138
1193
  * deserializeAws_restJson1DeleteDataSourceCommand
1139
1194
  */
1140
1195
  export declare const de_DeleteDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataSourceCommandOutput>;
1196
+ /**
1197
+ * deserializeAws_restJson1DeleteDefaultQBusinessApplicationCommand
1198
+ */
1199
+ export declare const de_DeleteDefaultQBusinessApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDefaultQBusinessApplicationCommandOutput>;
1141
1200
  /**
1142
1201
  * deserializeAws_restJson1DeleteFolderCommand
1143
1202
  */
@@ -1286,6 +1345,10 @@ export declare const de_DescribeDashboardSnapshotJobCommand: (output: __HttpResp
1286
1345
  * deserializeAws_restJson1DescribeDashboardSnapshotJobResultCommand
1287
1346
  */
1288
1347
  export declare const de_DescribeDashboardSnapshotJobResultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDashboardSnapshotJobResultCommandOutput>;
1348
+ /**
1349
+ * deserializeAws_restJson1DescribeDashboardsQAConfigurationCommand
1350
+ */
1351
+ export declare const de_DescribeDashboardsQAConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDashboardsQAConfigurationCommandOutput>;
1289
1352
  /**
1290
1353
  * deserializeAws_restJson1DescribeDataSetCommand
1291
1354
  */
@@ -1306,6 +1369,10 @@ export declare const de_DescribeDataSourceCommand: (output: __HttpResponse, cont
1306
1369
  * deserializeAws_restJson1DescribeDataSourcePermissionsCommand
1307
1370
  */
1308
1371
  export declare const de_DescribeDataSourcePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDataSourcePermissionsCommandOutput>;
1372
+ /**
1373
+ * deserializeAws_restJson1DescribeDefaultQBusinessApplicationCommand
1374
+ */
1375
+ export declare const de_DescribeDefaultQBusinessApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDefaultQBusinessApplicationCommandOutput>;
1309
1376
  /**
1310
1377
  * deserializeAws_restJson1DescribeFolderCommand
1311
1378
  */
@@ -1350,6 +1417,10 @@ export declare const de_DescribeNamespaceCommand: (output: __HttpResponse, conte
1350
1417
  * deserializeAws_restJson1DescribeQPersonalizationConfigurationCommand
1351
1418
  */
1352
1419
  export declare const de_DescribeQPersonalizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeQPersonalizationConfigurationCommandOutput>;
1420
+ /**
1421
+ * deserializeAws_restJson1DescribeQuickSightQSearchConfigurationCommand
1422
+ */
1423
+ export declare const de_DescribeQuickSightQSearchConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeQuickSightQSearchConfigurationCommandOutput>;
1353
1424
  /**
1354
1425
  * deserializeAws_restJson1DescribeRefreshScheduleCommand
1355
1426
  */
@@ -1418,6 +1489,10 @@ export declare const de_GenerateEmbedUrlForAnonymousUserCommand: (output: __Http
1418
1489
  * deserializeAws_restJson1GenerateEmbedUrlForRegisteredUserCommand
1419
1490
  */
1420
1491
  export declare const de_GenerateEmbedUrlForRegisteredUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateEmbedUrlForRegisteredUserCommandOutput>;
1492
+ /**
1493
+ * deserializeAws_restJson1GenerateEmbedUrlForRegisteredUserWithIdentityCommand
1494
+ */
1495
+ export declare const de_GenerateEmbedUrlForRegisteredUserWithIdentityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput>;
1421
1496
  /**
1422
1497
  * deserializeAws_restJson1GetDashboardEmbedUrlCommand
1423
1498
  */
@@ -1562,6 +1637,10 @@ export declare const de_ListUsersCommand: (output: __HttpResponse, context: __Se
1562
1637
  * deserializeAws_restJson1ListVPCConnectionsCommand
1563
1638
  */
1564
1639
  export declare const de_ListVPCConnectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVPCConnectionsCommandOutput>;
1640
+ /**
1641
+ * deserializeAws_restJson1PredictQAResultsCommand
1642
+ */
1643
+ export declare const de_PredictQAResultsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PredictQAResultsCommandOutput>;
1565
1644
  /**
1566
1645
  * deserializeAws_restJson1PutDataSetRefreshPropertiesCommand
1567
1646
  */
@@ -1598,6 +1677,10 @@ export declare const de_SearchFoldersCommand: (output: __HttpResponse, context:
1598
1677
  * deserializeAws_restJson1SearchGroupsCommand
1599
1678
  */
1600
1679
  export declare const de_SearchGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchGroupsCommandOutput>;
1680
+ /**
1681
+ * deserializeAws_restJson1SearchTopicsCommand
1682
+ */
1683
+ export declare const de_SearchTopicsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchTopicsCommandOutput>;
1601
1684
  /**
1602
1685
  * deserializeAws_restJson1StartAssetBundleExportJobCommand
1603
1686
  */
@@ -1638,6 +1721,10 @@ export declare const de_UpdateAnalysisCommand: (output: __HttpResponse, context:
1638
1721
  * deserializeAws_restJson1UpdateAnalysisPermissionsCommand
1639
1722
  */
1640
1723
  export declare const de_UpdateAnalysisPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAnalysisPermissionsCommandOutput>;
1724
+ /**
1725
+ * deserializeAws_restJson1UpdateApplicationWithTokenExchangeGrantCommand
1726
+ */
1727
+ export declare const de_UpdateApplicationWithTokenExchangeGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApplicationWithTokenExchangeGrantCommandOutput>;
1641
1728
  /**
1642
1729
  * deserializeAws_restJson1UpdateBrandCommand
1643
1730
  */
@@ -1670,6 +1757,10 @@ export declare const de_UpdateDashboardPermissionsCommand: (output: __HttpRespon
1670
1757
  * deserializeAws_restJson1UpdateDashboardPublishedVersionCommand
1671
1758
  */
1672
1759
  export declare const de_UpdateDashboardPublishedVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDashboardPublishedVersionCommandOutput>;
1760
+ /**
1761
+ * deserializeAws_restJson1UpdateDashboardsQAConfigurationCommand
1762
+ */
1763
+ export declare const de_UpdateDashboardsQAConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDashboardsQAConfigurationCommandOutput>;
1673
1764
  /**
1674
1765
  * deserializeAws_restJson1UpdateDataSetCommand
1675
1766
  */
@@ -1686,6 +1777,10 @@ export declare const de_UpdateDataSourceCommand: (output: __HttpResponse, contex
1686
1777
  * deserializeAws_restJson1UpdateDataSourcePermissionsCommand
1687
1778
  */
1688
1779
  export declare const de_UpdateDataSourcePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataSourcePermissionsCommandOutput>;
1780
+ /**
1781
+ * deserializeAws_restJson1UpdateDefaultQBusinessApplicationCommand
1782
+ */
1783
+ export declare const de_UpdateDefaultQBusinessApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDefaultQBusinessApplicationCommandOutput>;
1689
1784
  /**
1690
1785
  * deserializeAws_restJson1UpdateFolderCommand
1691
1786
  */
@@ -1722,6 +1817,10 @@ export declare const de_UpdatePublicSharingSettingsCommand: (output: __HttpRespo
1722
1817
  * deserializeAws_restJson1UpdateQPersonalizationConfigurationCommand
1723
1818
  */
1724
1819
  export declare const de_UpdateQPersonalizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQPersonalizationConfigurationCommandOutput>;
1820
+ /**
1821
+ * deserializeAws_restJson1UpdateQuickSightQSearchConfigurationCommand
1822
+ */
1823
+ export declare const de_UpdateQuickSightQSearchConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQuickSightQSearchConfigurationCommandOutput>;
1725
1824
  /**
1726
1825
  * deserializeAws_restJson1UpdateRefreshScheduleCommand
1727
1826
  */