@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,162 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { GenerateEmbedUrlForRegisteredUserWithIdentityRequest, GenerateEmbedUrlForRegisteredUserWithIdentityResponse } from "../models/models_4";
4
+ import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link GenerateEmbedUrlForRegisteredUserWithIdentityCommand}.
14
+ */
15
+ export interface GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput extends GenerateEmbedUrlForRegisteredUserWithIdentityRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link GenerateEmbedUrlForRegisteredUserWithIdentityCommand}.
21
+ */
22
+ export interface GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput extends GenerateEmbedUrlForRegisteredUserWithIdentityResponse, __MetadataBearer {
23
+ }
24
+ declare const GenerateEmbedUrlForRegisteredUserWithIdentityCommand_base: {
25
+ new (input: GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput): import("@smithy/smithy-client").CommandImpl<GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput, GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput): import("@smithy/smithy-client").CommandImpl<GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput, GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Generates an embed URL that you can use to embed an Amazon QuickSight experience in your website. This action can be used for any type of user that is registered in an Amazon QuickSight account that uses IAM Identity Center for authentication. This API requires <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/trustedidentitypropagation-overview.html#types-identity-enhanced-iam-role-sessions">identity-enhanced IAM Role sessions</a> for the authenticated user that the API call is being made for.</p>
31
+ * <p>This API uses <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/trustedidentitypropagation.html">trusted identity propagation</a> to ensure that an end user is authenticated and receives the embed URL that is specific to that user. The IAM Identity Center application that the user has logged into needs to have <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/trustedidentitypropagation-using-customermanagedapps-specify-trusted-apps.html">trusted Identity Propagation enabled for Amazon QuickSight</a> with the scope value set to <code>quicksight:read</code>. Before you use this action, make sure that you have configured the relevant Amazon QuickSight resource and permissions.</p>
32
+ * @example
33
+ * Use a bare-bones client and the command you need to make an API call.
34
+ * ```javascript
35
+ * import { QuickSightClient, GenerateEmbedUrlForRegisteredUserWithIdentityCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
36
+ * // const { QuickSightClient, GenerateEmbedUrlForRegisteredUserWithIdentityCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
37
+ * const client = new QuickSightClient(config);
38
+ * const input = { // GenerateEmbedUrlForRegisteredUserWithIdentityRequest
39
+ * AwsAccountId: "STRING_VALUE", // required
40
+ * SessionLifetimeInMinutes: Number("long"),
41
+ * ExperienceConfiguration: { // RegisteredUserEmbeddingExperienceConfiguration
42
+ * Dashboard: { // RegisteredUserDashboardEmbeddingConfiguration
43
+ * InitialDashboardId: "STRING_VALUE", // required
44
+ * FeatureConfigurations: { // RegisteredUserDashboardFeatureConfigurations
45
+ * StatePersistence: { // StatePersistenceConfigurations
46
+ * Enabled: true || false, // required
47
+ * },
48
+ * SharedView: { // SharedViewConfigurations
49
+ * Enabled: true || false, // required
50
+ * },
51
+ * Bookmarks: { // BookmarksConfigurations
52
+ * Enabled: true || false, // required
53
+ * },
54
+ * },
55
+ * },
56
+ * QuickSightConsole: { // RegisteredUserQuickSightConsoleEmbeddingConfiguration
57
+ * InitialPath: "STRING_VALUE",
58
+ * FeatureConfigurations: { // RegisteredUserConsoleFeatureConfigurations
59
+ * StatePersistence: {
60
+ * Enabled: true || false, // required
61
+ * },
62
+ * SharedView: {
63
+ * Enabled: true || false, // required
64
+ * },
65
+ * },
66
+ * },
67
+ * QSearchBar: { // RegisteredUserQSearchBarEmbeddingConfiguration
68
+ * InitialTopicId: "STRING_VALUE",
69
+ * },
70
+ * DashboardVisual: { // RegisteredUserDashboardVisualEmbeddingConfiguration
71
+ * InitialDashboardVisualId: { // DashboardVisualId
72
+ * DashboardId: "STRING_VALUE", // required
73
+ * SheetId: "STRING_VALUE", // required
74
+ * VisualId: "STRING_VALUE", // required
75
+ * },
76
+ * },
77
+ * GenerativeQnA: { // RegisteredUserGenerativeQnAEmbeddingConfiguration
78
+ * InitialTopicId: "STRING_VALUE",
79
+ * },
80
+ * },
81
+ * AllowedDomains: [ // StringList
82
+ * "STRING_VALUE",
83
+ * ],
84
+ * };
85
+ * const command = new GenerateEmbedUrlForRegisteredUserWithIdentityCommand(input);
86
+ * const response = await client.send(command);
87
+ * // { // GenerateEmbedUrlForRegisteredUserWithIdentityResponse
88
+ * // EmbedUrl: "STRING_VALUE", // required
89
+ * // Status: Number("int"), // required
90
+ * // RequestId: "STRING_VALUE", // required
91
+ * // };
92
+ *
93
+ * ```
94
+ *
95
+ * @param GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput - {@link GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput}
96
+ * @returns {@link GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput}
97
+ * @see {@link GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput} for command's `input` shape.
98
+ * @see {@link GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput} for command's `response` shape.
99
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
100
+ *
101
+ * @throws {@link AccessDeniedException} (client fault)
102
+ * <p>You don't have access to this item. The provided credentials couldn't be
103
+ * validated. You might not be authorized to carry out the request. Make sure that your
104
+ * account is authorized to use the Amazon QuickSight service, that your policies have the
105
+ * correct permissions, and that you are using the correct credentials.</p>
106
+ *
107
+ * @throws {@link InternalFailureException} (server fault)
108
+ * <p>An internal failure occurred.</p>
109
+ *
110
+ * @throws {@link InvalidParameterValueException} (client fault)
111
+ * <p>One or more parameters has a value that isn't valid.</p>
112
+ *
113
+ * @throws {@link QuickSightUserNotFoundException} (client fault)
114
+ * <p>The user with the provided name isn't found. This error can happen in any operation
115
+ * that requires finding a user based on a provided user name, such as
116
+ * <code>DeleteUser</code>, <code>DescribeUser</code>, and so on.</p>
117
+ *
118
+ * @throws {@link ResourceNotFoundException} (client fault)
119
+ * <p>One or more resources can't be found.</p>
120
+ *
121
+ * @throws {@link SessionLifetimeInMinutesInvalidException} (client fault)
122
+ * <p>The number of minutes specified for the lifetime of a session isn't valid. The session
123
+ * lifetime must be 15-600 minutes.</p>
124
+ *
125
+ * @throws {@link ThrottlingException} (client fault)
126
+ * <p>Access is throttled.</p>
127
+ *
128
+ * @throws {@link UnsupportedPricingPlanException} (client fault)
129
+ * <p>This error indicates that you are calling an embedding operation in Amazon QuickSight
130
+ * without the required pricing plan on your Amazon Web Services account. Before you can use embedding
131
+ * for anonymous users, a QuickSight administrator needs to add capacity pricing to Amazon QuickSight. You
132
+ * can do this on the <b>Manage Amazon QuickSight</b> page. </p>
133
+ * <p>After capacity pricing is added, you can use the
134
+ * <code>
135
+ * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_GetDashboardEmbedUrl.html">GetDashboardEmbedUrl</a>
136
+ * </code> API operation with the
137
+ * <code>--identity-type ANONYMOUS</code> option.</p>
138
+ *
139
+ * @throws {@link UnsupportedUserEditionException} (client fault)
140
+ * <p>This error indicates that you are calling an operation on an Amazon QuickSight
141
+ * subscription where the edition doesn't include support for that operation. Amazon
142
+ * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
143
+ * capability is available in every edition.</p>
144
+ *
145
+ * @throws {@link QuickSightServiceException}
146
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
147
+ *
148
+ * @public
149
+ */
150
+ export declare class GenerateEmbedUrlForRegisteredUserWithIdentityCommand extends GenerateEmbedUrlForRegisteredUserWithIdentityCommand_base {
151
+ /** @internal type navigation helper, not in runtime. */
152
+ protected static __types: {
153
+ api: {
154
+ input: GenerateEmbedUrlForRegisteredUserWithIdentityRequest;
155
+ output: GenerateEmbedUrlForRegisteredUserWithIdentityResponse;
156
+ };
157
+ sdk: {
158
+ input: GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput;
159
+ output: GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput;
160
+ };
161
+ };
162
+ }
@@ -45,7 +45,7 @@ declare const ListIdentityPropagationConfigsCommand_base: {
45
45
  * // { // ListIdentityPropagationConfigsResponse
46
46
  * // Services: [ // AuthorizedTargetsByServices
47
47
  * // { // AuthorizedTargetsByService
48
- * // Service: "REDSHIFT",
48
+ * // Service: "REDSHIFT" || "QBUSINESS",
49
49
  * // AuthorizedTargets: [ // AuthorizedTargetsList
50
50
  * // "STRING_VALUE",
51
51
  * // ],
@@ -53,6 +53,8 @@ declare const ListNamespacesCommand_base: {
53
53
  * // Type: "PERMISSION_DENIED" || "INTERNAL_SERVICE_ERROR",
54
54
  * // Message: "STRING_VALUE",
55
55
  * // },
56
+ * // IamIdentityCenterApplicationArn: "STRING_VALUE",
57
+ * // IamIdentityCenterInstanceArn: "STRING_VALUE",
56
58
  * // },
57
59
  * // ],
58
60
  * // NextToken: "STRING_VALUE",
@@ -1,6 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListTopicReviewedAnswersRequest, ListTopicReviewedAnswersResponse } from "../models/models_4";
3
+ import { ListTopicReviewedAnswersRequest } from "../models/models_4";
4
+ import { ListTopicReviewedAnswersResponse } from "../models/models_5";
4
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
6
  /**
6
7
  * @public
@@ -0,0 +1,139 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { PredictQAResultsRequest, PredictQAResultsResponse } from "../models/models_4";
4
+ import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link PredictQAResultsCommand}.
14
+ */
15
+ export interface PredictQAResultsCommandInput extends PredictQAResultsRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link PredictQAResultsCommand}.
21
+ */
22
+ export interface PredictQAResultsCommandOutput extends PredictQAResultsResponse, __MetadataBearer {
23
+ }
24
+ declare const PredictQAResultsCommand_base: {
25
+ new (input: PredictQAResultsCommandInput): import("@smithy/smithy-client").CommandImpl<PredictQAResultsCommandInput, PredictQAResultsCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: PredictQAResultsCommandInput): import("@smithy/smithy-client").CommandImpl<PredictQAResultsCommandInput, PredictQAResultsCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Predicts existing visuals or generates new visuals to answer a given query.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { QuickSightClient, PredictQAResultsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
35
+ * // const { QuickSightClient, PredictQAResultsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
36
+ * const client = new QuickSightClient(config);
37
+ * const input = { // PredictQAResultsRequest
38
+ * AwsAccountId: "STRING_VALUE", // required
39
+ * QueryText: "STRING_VALUE", // required
40
+ * IncludeQuickSightQIndex: "INCLUDE" || "EXCLUDE",
41
+ * IncludeGeneratedAnswer: "INCLUDE" || "EXCLUDE",
42
+ * MaxTopicsToConsider: Number("int"),
43
+ * };
44
+ * const command = new PredictQAResultsCommand(input);
45
+ * const response = await client.send(command);
46
+ * // { // PredictQAResultsResponse
47
+ * // PrimaryResult: { // QAResult
48
+ * // ResultType: "DASHBOARD_VISUAL" || "GENERATED_ANSWER" || "NO_ANSWER",
49
+ * // DashboardVisual: { // DashboardVisualResult
50
+ * // DashboardId: "STRING_VALUE",
51
+ * // DashboardName: "STRING_VALUE",
52
+ * // SheetId: "STRING_VALUE",
53
+ * // SheetName: "STRING_VALUE",
54
+ * // VisualId: "STRING_VALUE",
55
+ * // VisualTitle: "STRING_VALUE",
56
+ * // VisualSubtitle: "STRING_VALUE",
57
+ * // DashboardUrl: "STRING_VALUE",
58
+ * // },
59
+ * // GeneratedAnswer: { // GeneratedAnswerResult
60
+ * // QuestionText: "STRING_VALUE",
61
+ * // AnswerStatus: "ANSWER_GENERATED" || "ANSWER_RETRIEVED" || "ANSWER_DOWNGRADE",
62
+ * // TopicId: "STRING_VALUE",
63
+ * // TopicName: "STRING_VALUE",
64
+ * // Restatement: "STRING_VALUE",
65
+ * // QuestionId: "STRING_VALUE",
66
+ * // AnswerId: "STRING_VALUE",
67
+ * // QuestionUrl: "STRING_VALUE",
68
+ * // },
69
+ * // },
70
+ * // AdditionalResults: [ // QAResults
71
+ * // {
72
+ * // ResultType: "DASHBOARD_VISUAL" || "GENERATED_ANSWER" || "NO_ANSWER",
73
+ * // DashboardVisual: {
74
+ * // DashboardId: "STRING_VALUE",
75
+ * // DashboardName: "STRING_VALUE",
76
+ * // SheetId: "STRING_VALUE",
77
+ * // SheetName: "STRING_VALUE",
78
+ * // VisualId: "STRING_VALUE",
79
+ * // VisualTitle: "STRING_VALUE",
80
+ * // VisualSubtitle: "STRING_VALUE",
81
+ * // DashboardUrl: "STRING_VALUE",
82
+ * // },
83
+ * // GeneratedAnswer: {
84
+ * // QuestionText: "STRING_VALUE",
85
+ * // AnswerStatus: "ANSWER_GENERATED" || "ANSWER_RETRIEVED" || "ANSWER_DOWNGRADE",
86
+ * // TopicId: "STRING_VALUE",
87
+ * // TopicName: "STRING_VALUE",
88
+ * // Restatement: "STRING_VALUE",
89
+ * // QuestionId: "STRING_VALUE",
90
+ * // AnswerId: "STRING_VALUE",
91
+ * // QuestionUrl: "STRING_VALUE",
92
+ * // },
93
+ * // },
94
+ * // ],
95
+ * // RequestId: "STRING_VALUE",
96
+ * // Status: Number("int"),
97
+ * // };
98
+ *
99
+ * ```
100
+ *
101
+ * @param PredictQAResultsCommandInput - {@link PredictQAResultsCommandInput}
102
+ * @returns {@link PredictQAResultsCommandOutput}
103
+ * @see {@link PredictQAResultsCommandInput} for command's `input` shape.
104
+ * @see {@link PredictQAResultsCommandOutput} for command's `response` shape.
105
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
106
+ *
107
+ * @throws {@link AccessDeniedException} (client fault)
108
+ * <p>You don't have access to this item. The provided credentials couldn't be
109
+ * validated. You might not be authorized to carry out the request. Make sure that your
110
+ * account is authorized to use the Amazon QuickSight service, that your policies have the
111
+ * correct permissions, and that you are using the correct credentials.</p>
112
+ *
113
+ * @throws {@link InternalFailureException} (server fault)
114
+ * <p>An internal failure occurred.</p>
115
+ *
116
+ * @throws {@link InvalidParameterValueException} (client fault)
117
+ * <p>One or more parameters has a value that isn't valid.</p>
118
+ *
119
+ * @throws {@link ThrottlingException} (client fault)
120
+ * <p>Access is throttled.</p>
121
+ *
122
+ * @throws {@link QuickSightServiceException}
123
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
124
+ *
125
+ * @public
126
+ */
127
+ export declare class PredictQAResultsCommand extends PredictQAResultsCommand_base {
128
+ /** @internal type navigation helper, not in runtime. */
129
+ protected static __types: {
130
+ api: {
131
+ input: PredictQAResultsRequest;
132
+ output: PredictQAResultsResponse;
133
+ };
134
+ sdk: {
135
+ input: PredictQAResultsCommandInput;
136
+ output: PredictQAResultsCommandOutput;
137
+ };
138
+ };
139
+ }
@@ -0,0 +1,111 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { SearchTopicsRequest, SearchTopicsResponse } from "../models/models_4";
4
+ import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link SearchTopicsCommand}.
14
+ */
15
+ export interface SearchTopicsCommandInput extends SearchTopicsRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link SearchTopicsCommand}.
21
+ */
22
+ export interface SearchTopicsCommandOutput extends SearchTopicsResponse, __MetadataBearer {
23
+ }
24
+ declare const SearchTopicsCommand_base: {
25
+ new (input: SearchTopicsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchTopicsCommandInput, SearchTopicsCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: SearchTopicsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchTopicsCommandInput, SearchTopicsCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Searches for any Q topic that exists in an Amazon QuickSight account.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { QuickSightClient, SearchTopicsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
35
+ * // const { QuickSightClient, SearchTopicsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
36
+ * const client = new QuickSightClient(config);
37
+ * const input = { // SearchTopicsRequest
38
+ * AwsAccountId: "STRING_VALUE", // required
39
+ * Filters: [ // TopicSearchFilterList // required
40
+ * { // TopicSearchFilter
41
+ * Operator: "StringEquals" || "StringLike", // required
42
+ * Name: "QUICKSIGHT_USER" || "QUICKSIGHT_VIEWER_OR_OWNER" || "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER" || "QUICKSIGHT_OWNER" || "DIRECT_QUICKSIGHT_OWNER" || "DIRECT_QUICKSIGHT_SOLE_OWNER" || "TOPIC_NAME", // required
43
+ * Value: "STRING_VALUE", // required
44
+ * },
45
+ * ],
46
+ * NextToken: "STRING_VALUE",
47
+ * MaxResults: Number("int"),
48
+ * };
49
+ * const command = new SearchTopicsCommand(input);
50
+ * const response = await client.send(command);
51
+ * // { // SearchTopicsResponse
52
+ * // TopicSummaryList: [ // TopicSummaries
53
+ * // { // TopicSummary
54
+ * // Arn: "STRING_VALUE",
55
+ * // TopicId: "STRING_VALUE",
56
+ * // Name: "STRING_VALUE",
57
+ * // UserExperienceVersion: "LEGACY" || "NEW_READER_EXPERIENCE",
58
+ * // },
59
+ * // ],
60
+ * // NextToken: "STRING_VALUE",
61
+ * // Status: Number("int"),
62
+ * // RequestId: "STRING_VALUE",
63
+ * // };
64
+ *
65
+ * ```
66
+ *
67
+ * @param SearchTopicsCommandInput - {@link SearchTopicsCommandInput}
68
+ * @returns {@link SearchTopicsCommandOutput}
69
+ * @see {@link SearchTopicsCommandInput} for command's `input` shape.
70
+ * @see {@link SearchTopicsCommandOutput} for command's `response` shape.
71
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
72
+ *
73
+ * @throws {@link InternalFailureException} (server fault)
74
+ * <p>An internal failure occurred.</p>
75
+ *
76
+ * @throws {@link InvalidNextTokenException} (client fault)
77
+ * <p>The <code>NextToken</code> value isn't valid.</p>
78
+ *
79
+ * @throws {@link InvalidParameterValueException} (client fault)
80
+ * <p>One or more parameters has a value that isn't valid.</p>
81
+ *
82
+ * @throws {@link ResourceNotFoundException} (client fault)
83
+ * <p>One or more resources can't be found.</p>
84
+ *
85
+ * @throws {@link ThrottlingException} (client fault)
86
+ * <p>Access is throttled.</p>
87
+ *
88
+ * @throws {@link UnsupportedUserEditionException} (client fault)
89
+ * <p>This error indicates that you are calling an operation on an Amazon QuickSight
90
+ * subscription where the edition doesn't include support for that operation. Amazon
91
+ * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
92
+ * capability is available in every edition.</p>
93
+ *
94
+ * @throws {@link QuickSightServiceException}
95
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
96
+ *
97
+ * @public
98
+ */
99
+ export declare class SearchTopicsCommand extends SearchTopicsCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: SearchTopicsRequest;
104
+ output: SearchTopicsResponse;
105
+ };
106
+ sdk: {
107
+ input: SearchTopicsCommandInput;
108
+ output: SearchTopicsCommandOutput;
109
+ };
110
+ };
111
+ }