@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,596 @@
1
+ import { ResourceStatus } from "./models_0";
2
+ import {
3
+ AssignmentStatus,
4
+ BrandDefinition,
5
+ BrandDetail,
6
+ Capabilities,
7
+ ColumnGroup,
8
+ ColumnLevelPermissionRule,
9
+ DataSourceParameters,
10
+ ServiceType,
11
+ SslProperties,
12
+ TopicIR,
13
+ TopicTemplate,
14
+ VisualRole,
15
+ VpcConnectionProperties,
16
+ } from "./models_2";
17
+ import {
18
+ _Parameters,
19
+ DashboardPublishOptions,
20
+ DashboardSourceEntity,
21
+ DashboardsQAStatus,
22
+ DashboardVersionDefinition,
23
+ DataSetImportMode,
24
+ DatasetParameter,
25
+ DataSetUsageConfiguration,
26
+ DataSourceCredentials,
27
+ FieldFolder,
28
+ Group,
29
+ LinkSharingConfiguration,
30
+ LogicalTable,
31
+ PhysicalTable,
32
+ RefreshSchedule,
33
+ ResourcePermission,
34
+ Role,
35
+ RowLevelPermissionDataSet,
36
+ RowLevelPermissionTagConfiguration,
37
+ TemplateAlias,
38
+ TemplateSourceEntity,
39
+ TemplateVersionDefinition,
40
+ ThemeAlias,
41
+ ThemeConfiguration,
42
+ TopicDetails,
43
+ TopicRefreshSchedule,
44
+ ValidationStrategy,
45
+ VPCConnectionAvailabilityStatus,
46
+ VPCConnectionResourceStatus,
47
+ } from "./models_3";
48
+ import {
49
+ FailedKeyRegistrationEntry,
50
+ PersonalizationMode,
51
+ PurchaseMode,
52
+ QSearchStatus,
53
+ RegisteredCustomerManagedKey,
54
+ User,
55
+ UserRole,
56
+ } from "./models_4";
57
+ export interface UpdateBrandResponse {
58
+ RequestId?: string | undefined;
59
+ BrandDetail?: BrandDetail | undefined;
60
+ BrandDefinition?: BrandDefinition | undefined;
61
+ }
62
+ export interface UpdateBrandAssignmentRequest {
63
+ AwsAccountId: string | undefined;
64
+ BrandArn: string | undefined;
65
+ }
66
+ export interface UpdateBrandAssignmentResponse {
67
+ RequestId?: string | undefined;
68
+ BrandArn?: string | undefined;
69
+ }
70
+ export interface UpdateBrandPublishedVersionRequest {
71
+ AwsAccountId: string | undefined;
72
+ BrandId: string | undefined;
73
+ VersionId: string | undefined;
74
+ }
75
+ export interface UpdateBrandPublishedVersionResponse {
76
+ RequestId?: string | undefined;
77
+ VersionId?: string | undefined;
78
+ }
79
+ export interface UpdateCustomPermissionsRequest {
80
+ AwsAccountId: string | undefined;
81
+ CustomPermissionsName: string | undefined;
82
+ Capabilities?: Capabilities | undefined;
83
+ }
84
+ export interface UpdateCustomPermissionsResponse {
85
+ Status?: number | undefined;
86
+ Arn?: string | undefined;
87
+ RequestId?: string | undefined;
88
+ }
89
+ export interface UpdateDashboardRequest {
90
+ AwsAccountId: string | undefined;
91
+ DashboardId: string | undefined;
92
+ Name: string | undefined;
93
+ SourceEntity?: DashboardSourceEntity | undefined;
94
+ Parameters?: _Parameters | undefined;
95
+ VersionDescription?: string | undefined;
96
+ DashboardPublishOptions?: DashboardPublishOptions | undefined;
97
+ ThemeArn?: string | undefined;
98
+ Definition?: DashboardVersionDefinition | undefined;
99
+ ValidationStrategy?: ValidationStrategy | undefined;
100
+ }
101
+ export interface UpdateDashboardResponse {
102
+ Arn?: string | undefined;
103
+ VersionArn?: string | undefined;
104
+ DashboardId?: string | undefined;
105
+ CreationStatus?: ResourceStatus | undefined;
106
+ Status?: number | undefined;
107
+ RequestId?: string | undefined;
108
+ }
109
+ export interface UpdateDashboardLinksRequest {
110
+ AwsAccountId: string | undefined;
111
+ DashboardId: string | undefined;
112
+ LinkEntities: string[] | undefined;
113
+ }
114
+ export interface UpdateDashboardLinksResponse {
115
+ RequestId?: string | undefined;
116
+ Status?: number | undefined;
117
+ DashboardArn?: string | undefined;
118
+ LinkEntities?: string[] | undefined;
119
+ }
120
+ export interface UpdateDashboardPermissionsRequest {
121
+ AwsAccountId: string | undefined;
122
+ DashboardId: string | undefined;
123
+ GrantPermissions?: ResourcePermission[] | undefined;
124
+ RevokePermissions?: ResourcePermission[] | undefined;
125
+ GrantLinkPermissions?: ResourcePermission[] | undefined;
126
+ RevokeLinkPermissions?: ResourcePermission[] | undefined;
127
+ }
128
+ export interface UpdateDashboardPermissionsResponse {
129
+ DashboardArn?: string | undefined;
130
+ DashboardId?: string | undefined;
131
+ Permissions?: ResourcePermission[] | undefined;
132
+ RequestId?: string | undefined;
133
+ Status?: number | undefined;
134
+ LinkSharingConfiguration?: LinkSharingConfiguration | undefined;
135
+ }
136
+ export interface UpdateDashboardPublishedVersionRequest {
137
+ AwsAccountId: string | undefined;
138
+ DashboardId: string | undefined;
139
+ VersionNumber: number | undefined;
140
+ }
141
+ export interface UpdateDashboardPublishedVersionResponse {
142
+ DashboardId?: string | undefined;
143
+ DashboardArn?: string | undefined;
144
+ Status?: number | undefined;
145
+ RequestId?: string | undefined;
146
+ }
147
+ export interface UpdateDashboardsQAConfigurationRequest {
148
+ AwsAccountId: string | undefined;
149
+ DashboardsQAStatus: DashboardsQAStatus | undefined;
150
+ }
151
+ export interface UpdateDashboardsQAConfigurationResponse {
152
+ DashboardsQAStatus?: DashboardsQAStatus | undefined;
153
+ RequestId?: string | undefined;
154
+ Status?: number | undefined;
155
+ }
156
+ export interface UpdateDataSetRequest {
157
+ AwsAccountId: string | undefined;
158
+ DataSetId: string | undefined;
159
+ Name: string | undefined;
160
+ PhysicalTableMap: Record<string, PhysicalTable> | undefined;
161
+ LogicalTableMap?: Record<string, LogicalTable> | undefined;
162
+ ImportMode: DataSetImportMode | undefined;
163
+ ColumnGroups?: ColumnGroup[] | undefined;
164
+ FieldFolders?: Record<string, FieldFolder> | undefined;
165
+ RowLevelPermissionDataSet?: RowLevelPermissionDataSet | undefined;
166
+ RowLevelPermissionTagConfiguration?:
167
+ | RowLevelPermissionTagConfiguration
168
+ | undefined;
169
+ ColumnLevelPermissionRules?: ColumnLevelPermissionRule[] | undefined;
170
+ DataSetUsageConfiguration?: DataSetUsageConfiguration | undefined;
171
+ DatasetParameters?: DatasetParameter[] | undefined;
172
+ }
173
+ export interface UpdateDataSetResponse {
174
+ Arn?: string | undefined;
175
+ DataSetId?: string | undefined;
176
+ IngestionArn?: string | undefined;
177
+ IngestionId?: string | undefined;
178
+ RequestId?: string | undefined;
179
+ Status?: number | undefined;
180
+ }
181
+ export interface UpdateDataSetPermissionsRequest {
182
+ AwsAccountId: string | undefined;
183
+ DataSetId: string | undefined;
184
+ GrantPermissions?: ResourcePermission[] | undefined;
185
+ RevokePermissions?: ResourcePermission[] | undefined;
186
+ }
187
+ export interface UpdateDataSetPermissionsResponse {
188
+ DataSetArn?: string | undefined;
189
+ DataSetId?: string | undefined;
190
+ RequestId?: string | undefined;
191
+ Status?: number | undefined;
192
+ }
193
+ export interface UpdateDataSourceRequest {
194
+ AwsAccountId: string | undefined;
195
+ DataSourceId: string | undefined;
196
+ Name: string | undefined;
197
+ DataSourceParameters?: DataSourceParameters | undefined;
198
+ Credentials?: DataSourceCredentials | undefined;
199
+ VpcConnectionProperties?: VpcConnectionProperties | undefined;
200
+ SslProperties?: SslProperties | undefined;
201
+ }
202
+ export interface UpdateDataSourceResponse {
203
+ Arn?: string | undefined;
204
+ DataSourceId?: string | undefined;
205
+ UpdateStatus?: ResourceStatus | undefined;
206
+ RequestId?: string | undefined;
207
+ Status?: number | undefined;
208
+ }
209
+ export interface UpdateDataSourcePermissionsRequest {
210
+ AwsAccountId: string | undefined;
211
+ DataSourceId: string | undefined;
212
+ GrantPermissions?: ResourcePermission[] | undefined;
213
+ RevokePermissions?: ResourcePermission[] | undefined;
214
+ }
215
+ export interface UpdateDataSourcePermissionsResponse {
216
+ DataSourceArn?: string | undefined;
217
+ DataSourceId?: string | undefined;
218
+ RequestId?: string | undefined;
219
+ Status?: number | undefined;
220
+ }
221
+ export interface UpdateDefaultQBusinessApplicationRequest {
222
+ AwsAccountId: string | undefined;
223
+ Namespace?: string | undefined;
224
+ ApplicationId: string | undefined;
225
+ }
226
+ export interface UpdateDefaultQBusinessApplicationResponse {
227
+ RequestId?: string | undefined;
228
+ Status?: number | undefined;
229
+ }
230
+ export interface UpdateFolderRequest {
231
+ AwsAccountId: string | undefined;
232
+ FolderId: string | undefined;
233
+ Name: string | undefined;
234
+ }
235
+ export interface UpdateFolderResponse {
236
+ Status?: number | undefined;
237
+ Arn?: string | undefined;
238
+ FolderId?: string | undefined;
239
+ RequestId?: string | undefined;
240
+ }
241
+ export interface UpdateFolderPermissionsRequest {
242
+ AwsAccountId: string | undefined;
243
+ FolderId: string | undefined;
244
+ GrantPermissions?: ResourcePermission[] | undefined;
245
+ RevokePermissions?: ResourcePermission[] | undefined;
246
+ }
247
+ export interface UpdateFolderPermissionsResponse {
248
+ Status?: number | undefined;
249
+ Arn?: string | undefined;
250
+ FolderId?: string | undefined;
251
+ Permissions?: ResourcePermission[] | undefined;
252
+ RequestId?: string | undefined;
253
+ }
254
+ export interface UpdateGroupRequest {
255
+ GroupName: string | undefined;
256
+ Description?: string | undefined;
257
+ AwsAccountId: string | undefined;
258
+ Namespace: string | undefined;
259
+ }
260
+ export interface UpdateGroupResponse {
261
+ Group?: Group | undefined;
262
+ RequestId?: string | undefined;
263
+ Status?: number | undefined;
264
+ }
265
+ export interface UpdateIAMPolicyAssignmentRequest {
266
+ AwsAccountId: string | undefined;
267
+ AssignmentName: string | undefined;
268
+ Namespace: string | undefined;
269
+ AssignmentStatus?: AssignmentStatus | undefined;
270
+ PolicyArn?: string | undefined;
271
+ Identities?: Record<string, string[]> | undefined;
272
+ }
273
+ export interface UpdateIAMPolicyAssignmentResponse {
274
+ AssignmentName?: string | undefined;
275
+ AssignmentId?: string | undefined;
276
+ PolicyArn?: string | undefined;
277
+ Identities?: Record<string, string[]> | undefined;
278
+ AssignmentStatus?: AssignmentStatus | undefined;
279
+ RequestId?: string | undefined;
280
+ Status?: number | undefined;
281
+ }
282
+ export interface UpdateIdentityPropagationConfigRequest {
283
+ AwsAccountId: string | undefined;
284
+ Service: ServiceType | undefined;
285
+ AuthorizedTargets?: string[] | undefined;
286
+ }
287
+ export interface UpdateIdentityPropagationConfigResponse {
288
+ RequestId?: string | undefined;
289
+ Status?: number | undefined;
290
+ }
291
+ export interface UpdateIpRestrictionRequest {
292
+ AwsAccountId: string | undefined;
293
+ IpRestrictionRuleMap?: Record<string, string> | undefined;
294
+ VpcIdRestrictionRuleMap?: Record<string, string> | undefined;
295
+ VpcEndpointIdRestrictionRuleMap?: Record<string, string> | undefined;
296
+ Enabled?: boolean | undefined;
297
+ }
298
+ export interface UpdateIpRestrictionResponse {
299
+ AwsAccountId?: string | undefined;
300
+ RequestId?: string | undefined;
301
+ Status?: number | undefined;
302
+ }
303
+ export interface UpdateKeyRegistrationRequest {
304
+ AwsAccountId: string | undefined;
305
+ KeyRegistration: RegisteredCustomerManagedKey[] | undefined;
306
+ }
307
+ export interface SuccessfulKeyRegistrationEntry {
308
+ KeyArn: string | undefined;
309
+ StatusCode: number | undefined;
310
+ }
311
+ export interface UpdateKeyRegistrationResponse {
312
+ FailedKeyRegistration?: FailedKeyRegistrationEntry[] | undefined;
313
+ SuccessfulKeyRegistration?: SuccessfulKeyRegistrationEntry[] | undefined;
314
+ RequestId?: string | undefined;
315
+ }
316
+ export interface UpdatePublicSharingSettingsRequest {
317
+ AwsAccountId: string | undefined;
318
+ PublicSharingEnabled?: boolean | undefined;
319
+ }
320
+ export interface UpdatePublicSharingSettingsResponse {
321
+ RequestId?: string | undefined;
322
+ Status?: number | undefined;
323
+ }
324
+ export interface UpdateQPersonalizationConfigurationRequest {
325
+ AwsAccountId: string | undefined;
326
+ PersonalizationMode: PersonalizationMode | undefined;
327
+ }
328
+ export interface UpdateQPersonalizationConfigurationResponse {
329
+ PersonalizationMode?: PersonalizationMode | undefined;
330
+ RequestId?: string | undefined;
331
+ Status?: number | undefined;
332
+ }
333
+ export interface UpdateQuickSightQSearchConfigurationRequest {
334
+ AwsAccountId: string | undefined;
335
+ QSearchStatus: QSearchStatus | undefined;
336
+ }
337
+ export interface UpdateQuickSightQSearchConfigurationResponse {
338
+ QSearchStatus?: QSearchStatus | undefined;
339
+ RequestId?: string | undefined;
340
+ Status?: number | undefined;
341
+ }
342
+ export interface UpdateRefreshScheduleRequest {
343
+ DataSetId: string | undefined;
344
+ AwsAccountId: string | undefined;
345
+ Schedule: RefreshSchedule | undefined;
346
+ }
347
+ export interface UpdateRefreshScheduleResponse {
348
+ Status?: number | undefined;
349
+ RequestId?: string | undefined;
350
+ ScheduleId?: string | undefined;
351
+ Arn?: string | undefined;
352
+ }
353
+ export interface UpdateRoleCustomPermissionRequest {
354
+ CustomPermissionsName: string | undefined;
355
+ Role: Role | undefined;
356
+ AwsAccountId: string | undefined;
357
+ Namespace: string | undefined;
358
+ }
359
+ export interface UpdateRoleCustomPermissionResponse {
360
+ RequestId?: string | undefined;
361
+ Status?: number | undefined;
362
+ }
363
+ export interface UpdateSPICECapacityConfigurationRequest {
364
+ AwsAccountId: string | undefined;
365
+ PurchaseMode: PurchaseMode | undefined;
366
+ }
367
+ export interface UpdateSPICECapacityConfigurationResponse {
368
+ RequestId?: string | undefined;
369
+ Status?: number | undefined;
370
+ }
371
+ export interface UpdateTemplateRequest {
372
+ AwsAccountId: string | undefined;
373
+ TemplateId: string | undefined;
374
+ SourceEntity?: TemplateSourceEntity | undefined;
375
+ VersionDescription?: string | undefined;
376
+ Name?: string | undefined;
377
+ Definition?: TemplateVersionDefinition | undefined;
378
+ ValidationStrategy?: ValidationStrategy | undefined;
379
+ }
380
+ export interface UpdateTemplateResponse {
381
+ TemplateId?: string | undefined;
382
+ Arn?: string | undefined;
383
+ VersionArn?: string | undefined;
384
+ CreationStatus?: ResourceStatus | undefined;
385
+ Status?: number | undefined;
386
+ RequestId?: string | undefined;
387
+ }
388
+ export interface UpdateTemplateAliasRequest {
389
+ AwsAccountId: string | undefined;
390
+ TemplateId: string | undefined;
391
+ AliasName: string | undefined;
392
+ TemplateVersionNumber: number | undefined;
393
+ }
394
+ export interface UpdateTemplateAliasResponse {
395
+ TemplateAlias?: TemplateAlias | undefined;
396
+ Status?: number | undefined;
397
+ RequestId?: string | undefined;
398
+ }
399
+ export interface UpdateTemplatePermissionsRequest {
400
+ AwsAccountId: string | undefined;
401
+ TemplateId: string | undefined;
402
+ GrantPermissions?: ResourcePermission[] | undefined;
403
+ RevokePermissions?: ResourcePermission[] | undefined;
404
+ }
405
+ export interface UpdateTemplatePermissionsResponse {
406
+ TemplateId?: string | undefined;
407
+ TemplateArn?: string | undefined;
408
+ Permissions?: ResourcePermission[] | undefined;
409
+ RequestId?: string | undefined;
410
+ Status?: number | undefined;
411
+ }
412
+ export interface UpdateThemeRequest {
413
+ AwsAccountId: string | undefined;
414
+ ThemeId: string | undefined;
415
+ Name?: string | undefined;
416
+ BaseThemeId: string | undefined;
417
+ VersionDescription?: string | undefined;
418
+ Configuration?: ThemeConfiguration | undefined;
419
+ }
420
+ export interface UpdateThemeResponse {
421
+ ThemeId?: string | undefined;
422
+ Arn?: string | undefined;
423
+ VersionArn?: string | undefined;
424
+ CreationStatus?: ResourceStatus | undefined;
425
+ Status?: number | undefined;
426
+ RequestId?: string | undefined;
427
+ }
428
+ export interface UpdateThemeAliasRequest {
429
+ AwsAccountId: string | undefined;
430
+ ThemeId: string | undefined;
431
+ AliasName: string | undefined;
432
+ ThemeVersionNumber: number | undefined;
433
+ }
434
+ export interface UpdateThemeAliasResponse {
435
+ ThemeAlias?: ThemeAlias | undefined;
436
+ Status?: number | undefined;
437
+ RequestId?: string | undefined;
438
+ }
439
+ export interface UpdateThemePermissionsRequest {
440
+ AwsAccountId: string | undefined;
441
+ ThemeId: string | undefined;
442
+ GrantPermissions?: ResourcePermission[] | undefined;
443
+ RevokePermissions?: ResourcePermission[] | undefined;
444
+ }
445
+ export interface UpdateThemePermissionsResponse {
446
+ ThemeId?: string | undefined;
447
+ ThemeArn?: string | undefined;
448
+ Permissions?: ResourcePermission[] | undefined;
449
+ RequestId?: string | undefined;
450
+ Status?: number | undefined;
451
+ }
452
+ export interface UpdateTopicRequest {
453
+ AwsAccountId: string | undefined;
454
+ TopicId: string | undefined;
455
+ Topic: TopicDetails | undefined;
456
+ }
457
+ export interface UpdateTopicResponse {
458
+ TopicId?: string | undefined;
459
+ Arn?: string | undefined;
460
+ RefreshArn?: string | undefined;
461
+ RequestId?: string | undefined;
462
+ Status?: number | undefined;
463
+ }
464
+ export interface UpdateTopicPermissionsRequest {
465
+ AwsAccountId: string | undefined;
466
+ TopicId: string | undefined;
467
+ GrantPermissions?: ResourcePermission[] | undefined;
468
+ RevokePermissions?: ResourcePermission[] | undefined;
469
+ }
470
+ export interface UpdateTopicPermissionsResponse {
471
+ TopicId?: string | undefined;
472
+ TopicArn?: string | undefined;
473
+ Permissions?: ResourcePermission[] | undefined;
474
+ Status?: number | undefined;
475
+ RequestId?: string | undefined;
476
+ }
477
+ export interface UpdateTopicRefreshScheduleRequest {
478
+ AwsAccountId: string | undefined;
479
+ TopicId: string | undefined;
480
+ DatasetId: string | undefined;
481
+ RefreshSchedule: TopicRefreshSchedule | undefined;
482
+ }
483
+ export interface UpdateTopicRefreshScheduleResponse {
484
+ TopicId?: string | undefined;
485
+ TopicArn?: string | undefined;
486
+ DatasetArn?: string | undefined;
487
+ Status?: number | undefined;
488
+ RequestId?: string | undefined;
489
+ }
490
+ export interface UpdateUserRequest {
491
+ UserName: string | undefined;
492
+ AwsAccountId: string | undefined;
493
+ Namespace: string | undefined;
494
+ Email: string | undefined;
495
+ Role: UserRole | undefined;
496
+ CustomPermissionsName?: string | undefined;
497
+ UnapplyCustomPermissions?: boolean | undefined;
498
+ ExternalLoginFederationProviderType?: string | undefined;
499
+ CustomFederationProviderUrl?: string | undefined;
500
+ ExternalLoginId?: string | undefined;
501
+ }
502
+ export interface UpdateUserResponse {
503
+ User?: User | undefined;
504
+ RequestId?: string | undefined;
505
+ Status?: number | undefined;
506
+ }
507
+ export interface UpdateUserCustomPermissionRequest {
508
+ UserName: string | undefined;
509
+ AwsAccountId: string | undefined;
510
+ Namespace: string | undefined;
511
+ CustomPermissionsName: string | undefined;
512
+ }
513
+ export interface UpdateUserCustomPermissionResponse {
514
+ RequestId?: string | undefined;
515
+ Status?: number | undefined;
516
+ }
517
+ export interface UpdateVPCConnectionRequest {
518
+ AwsAccountId: string | undefined;
519
+ VPCConnectionId: string | undefined;
520
+ Name: string | undefined;
521
+ SubnetIds: string[] | undefined;
522
+ SecurityGroupIds: string[] | undefined;
523
+ DnsResolvers?: string[] | undefined;
524
+ RoleArn: string | undefined;
525
+ }
526
+ export interface UpdateVPCConnectionResponse {
527
+ Arn?: string | undefined;
528
+ VPCConnectionId?: string | undefined;
529
+ UpdateStatus?: VPCConnectionResourceStatus | undefined;
530
+ AvailabilityStatus?: VPCConnectionAvailabilityStatus | undefined;
531
+ RequestId?: string | undefined;
532
+ Status?: number | undefined;
533
+ }
534
+ export interface TopicVisual {
535
+ VisualId?: string | undefined;
536
+ Role?: VisualRole | undefined;
537
+ Ir?: TopicIR | undefined;
538
+ SupportingVisuals?: TopicVisual[] | undefined;
539
+ }
540
+ export interface CreateTopicReviewedAnswer {
541
+ AnswerId: string | undefined;
542
+ DatasetArn: string | undefined;
543
+ Question: string | undefined;
544
+ Mir?: TopicIR | undefined;
545
+ PrimaryVisual?: TopicVisual | undefined;
546
+ Template?: TopicTemplate | undefined;
547
+ }
548
+ export interface TopicReviewedAnswer {
549
+ Arn?: string | undefined;
550
+ AnswerId: string | undefined;
551
+ DatasetArn: string | undefined;
552
+ Question: string | undefined;
553
+ Mir?: TopicIR | undefined;
554
+ PrimaryVisual?: TopicVisual | undefined;
555
+ Template?: TopicTemplate | undefined;
556
+ }
557
+ export interface BatchCreateTopicReviewedAnswerRequest {
558
+ AwsAccountId: string | undefined;
559
+ TopicId: string | undefined;
560
+ Answers: CreateTopicReviewedAnswer[] | undefined;
561
+ }
562
+ export interface ListTopicReviewedAnswersResponse {
563
+ TopicId?: string | undefined;
564
+ TopicArn?: string | undefined;
565
+ Answers?: TopicReviewedAnswer[] | undefined;
566
+ Status?: number | undefined;
567
+ RequestId?: string | undefined;
568
+ }
569
+ export declare const UpdateDashboardRequestFilterSensitiveLog: (
570
+ obj: UpdateDashboardRequest
571
+ ) => any;
572
+ export declare const UpdateDataSetRequestFilterSensitiveLog: (
573
+ obj: UpdateDataSetRequest
574
+ ) => any;
575
+ export declare const UpdateDataSourceRequestFilterSensitiveLog: (
576
+ obj: UpdateDataSourceRequest
577
+ ) => any;
578
+ export declare const UpdateTemplateRequestFilterSensitiveLog: (
579
+ obj: UpdateTemplateRequest
580
+ ) => any;
581
+ export declare const UpdateTopicRequestFilterSensitiveLog: (
582
+ obj: UpdateTopicRequest
583
+ ) => any;
584
+ export declare const TopicVisualFilterSensitiveLog: (obj: TopicVisual) => any;
585
+ export declare const CreateTopicReviewedAnswerFilterSensitiveLog: (
586
+ obj: CreateTopicReviewedAnswer
587
+ ) => any;
588
+ export declare const TopicReviewedAnswerFilterSensitiveLog: (
589
+ obj: TopicReviewedAnswer
590
+ ) => any;
591
+ export declare const BatchCreateTopicReviewedAnswerRequestFilterSensitiveLog: (
592
+ obj: BatchCreateTopicReviewedAnswerRequest
593
+ ) => any;
594
+ export declare const ListTopicReviewedAnswersResponseFilterSensitiveLog: (
595
+ obj: ListTopicReviewedAnswersResponse
596
+ ) => any;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ SearchTopicsCommandInput,
4
+ SearchTopicsCommandOutput,
5
+ } from "../commands/SearchTopicsCommand";
6
+ import { QuickSightPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateSearchTopics: (
8
+ config: QuickSightPaginationConfiguration,
9
+ input: SearchTopicsCommandInput,
10
+ ...rest: any[]
11
+ ) => 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";