@aws-sdk/client-quicksight 3.325.0 → 3.327.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (279) hide show
  1. package/README.md +144 -0
  2. package/dist-cjs/QuickSight.js +36 -0
  3. package/dist-cjs/commands/CreateTopicCommand.js +46 -0
  4. package/dist-cjs/commands/CreateTopicRefreshScheduleCommand.js +45 -0
  5. package/dist-cjs/commands/CreateVPCConnectionCommand.js +45 -0
  6. package/dist-cjs/commands/DeleteTopicCommand.js +45 -0
  7. package/dist-cjs/commands/DeleteTopicRefreshScheduleCommand.js +45 -0
  8. package/dist-cjs/commands/DeleteVPCConnectionCommand.js +45 -0
  9. package/dist-cjs/commands/DescribeDataSetCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeTemplateDefinitionCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeTopicCommand.js +46 -0
  12. package/dist-cjs/commands/DescribeTopicPermissionsCommand.js +45 -0
  13. package/dist-cjs/commands/DescribeTopicRefreshCommand.js +45 -0
  14. package/dist-cjs/commands/DescribeTopicRefreshScheduleCommand.js +45 -0
  15. package/dist-cjs/commands/DescribeVPCConnectionCommand.js +45 -0
  16. package/dist-cjs/commands/ListTopicRefreshSchedulesCommand.js +45 -0
  17. package/dist-cjs/commands/ListTopicsCommand.js +45 -0
  18. package/dist-cjs/commands/ListVPCConnectionsCommand.js +45 -0
  19. package/dist-cjs/commands/UpdateTopicCommand.js +46 -0
  20. package/dist-cjs/commands/UpdateTopicPermissionsCommand.js +45 -0
  21. package/dist-cjs/commands/UpdateTopicRefreshScheduleCommand.js +45 -0
  22. package/dist-cjs/commands/UpdateVPCConnectionCommand.js +45 -0
  23. package/dist-cjs/commands/index.js +18 -0
  24. package/dist-cjs/models/models_0.js +1 -11
  25. package/dist-cjs/models/models_1.js +46 -50
  26. package/dist-cjs/models/models_2.js +262 -141
  27. package/dist-cjs/models/models_3.js +167 -1
  28. package/dist-cjs/pagination/ListTopicsPaginator.js +29 -0
  29. package/dist-cjs/pagination/ListVPCConnectionsPaginator.js +29 -0
  30. package/dist-cjs/pagination/index.js +2 -0
  31. package/dist-cjs/protocols/Aws_restJson1.js +2076 -307
  32. package/dist-es/QuickSight.js +36 -0
  33. package/dist-es/commands/CreateTopicCommand.js +42 -0
  34. package/dist-es/commands/CreateTopicRefreshScheduleCommand.js +41 -0
  35. package/dist-es/commands/CreateVPCConnectionCommand.js +41 -0
  36. package/dist-es/commands/DeleteTopicCommand.js +41 -0
  37. package/dist-es/commands/DeleteTopicRefreshScheduleCommand.js +41 -0
  38. package/dist-es/commands/DeleteVPCConnectionCommand.js +41 -0
  39. package/dist-es/commands/DescribeDataSetCommand.js +1 -1
  40. package/dist-es/commands/DescribeTemplateDefinitionCommand.js +1 -1
  41. package/dist-es/commands/DescribeTopicCommand.js +42 -0
  42. package/dist-es/commands/DescribeTopicPermissionsCommand.js +41 -0
  43. package/dist-es/commands/DescribeTopicRefreshCommand.js +41 -0
  44. package/dist-es/commands/DescribeTopicRefreshScheduleCommand.js +41 -0
  45. package/dist-es/commands/DescribeVPCConnectionCommand.js +41 -0
  46. package/dist-es/commands/ListTopicRefreshSchedulesCommand.js +41 -0
  47. package/dist-es/commands/ListTopicsCommand.js +41 -0
  48. package/dist-es/commands/ListVPCConnectionsCommand.js +41 -0
  49. package/dist-es/commands/UpdateTopicCommand.js +42 -0
  50. package/dist-es/commands/UpdateTopicPermissionsCommand.js +41 -0
  51. package/dist-es/commands/UpdateTopicRefreshScheduleCommand.js +41 -0
  52. package/dist-es/commands/UpdateVPCConnectionCommand.js +41 -0
  53. package/dist-es/commands/index.js +18 -0
  54. package/dist-es/models/models_0.js +0 -9
  55. package/dist-es/models/models_1.js +41 -43
  56. package/dist-es/models/models_2.js +242 -135
  57. package/dist-es/models/models_3.js +161 -1
  58. package/dist-es/pagination/ListTopicsPaginator.js +25 -0
  59. package/dist-es/pagination/ListVPCConnectionsPaginator.js +25 -0
  60. package/dist-es/pagination/index.js +2 -0
  61. package/dist-es/protocols/Aws_restJson1.js +2030 -298
  62. package/dist-types/QuickSight.d.ts +126 -0
  63. package/dist-types/QuickSightClient.d.ts +20 -2
  64. package/dist-types/commands/CancelIngestionCommand.d.ts +9 -0
  65. package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +15 -1
  66. package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +14 -1
  67. package/dist-types/commands/CreateAnalysisCommand.d.ts +66 -4
  68. package/dist-types/commands/CreateDashboardCommand.d.ts +67 -4
  69. package/dist-types/commands/CreateDataSetCommand.d.ts +74 -0
  70. package/dist-types/commands/CreateDataSourceCommand.d.ts +10 -0
  71. package/dist-types/commands/CreateFolderCommand.d.ts +9 -0
  72. package/dist-types/commands/CreateFolderMembershipCommand.d.ts +11 -0
  73. package/dist-types/commands/CreateGroupCommand.d.ts +13 -0
  74. package/dist-types/commands/CreateGroupMembershipCommand.d.ts +11 -0
  75. package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +21 -4
  76. package/dist-types/commands/CreateIngestionCommand.d.ts +10 -0
  77. package/dist-types/commands/CreateNamespaceCommand.d.ts +12 -0
  78. package/dist-types/commands/CreateRefreshScheduleCommand.d.ts +9 -0
  79. package/dist-types/commands/CreateTemplateAliasCommand.d.ts +12 -0
  80. package/dist-types/commands/CreateTemplateCommand.d.ts +67 -4
  81. package/dist-types/commands/CreateThemeAliasCommand.d.ts +12 -0
  82. package/dist-types/commands/CreateThemeCommand.d.ts +11 -0
  83. package/dist-types/commands/CreateTopicCommand.d.ts +352 -0
  84. package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +111 -0
  85. package/dist-types/commands/CreateVPCConnectionCommand.d.ts +122 -0
  86. package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +7 -0
  87. package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +7 -0
  88. package/dist-types/commands/DeleteAnalysisCommand.d.ts +10 -0
  89. package/dist-types/commands/DeleteDashboardCommand.d.ts +9 -0
  90. package/dist-types/commands/DeleteDataSetCommand.d.ts +9 -0
  91. package/dist-types/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +7 -0
  92. package/dist-types/commands/DeleteDataSourceCommand.d.ts +9 -0
  93. package/dist-types/commands/DeleteFolderCommand.d.ts +9 -0
  94. package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +7 -0
  95. package/dist-types/commands/DeleteGroupCommand.d.ts +7 -0
  96. package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +7 -0
  97. package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +8 -0
  98. package/dist-types/commands/DeleteNamespaceCommand.d.ts +7 -0
  99. package/dist-types/commands/DeleteRefreshScheduleCommand.d.ts +9 -0
  100. package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +10 -0
  101. package/dist-types/commands/DeleteTemplateCommand.d.ts +9 -0
  102. package/dist-types/commands/DeleteThemeAliasCommand.d.ts +10 -0
  103. package/dist-types/commands/DeleteThemeCommand.d.ts +9 -0
  104. package/dist-types/commands/DeleteTopicCommand.d.ts +94 -0
  105. package/dist-types/commands/DeleteTopicRefreshScheduleCommand.d.ts +102 -0
  106. package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +7 -0
  107. package/dist-types/commands/DeleteUserCommand.d.ts +7 -0
  108. package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +102 -0
  109. package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +14 -0
  110. package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +15 -0
  111. package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +14 -0
  112. package/dist-types/commands/DescribeAnalysisCommand.d.ts +36 -0
  113. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +4291 -0
  114. package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +17 -0
  115. package/dist-types/commands/DescribeDashboardCommand.d.ts +44 -0
  116. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +4328 -0
  117. package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +27 -0
  118. package/dist-types/commands/DescribeDataSetCommand.d.ts +254 -1
  119. package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +18 -1
  120. package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +19 -1
  121. package/dist-types/commands/DescribeDataSourceCommand.d.ts +240 -1
  122. package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +18 -1
  123. package/dist-types/commands/DescribeFolderCommand.d.ts +19 -1
  124. package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +18 -1
  125. package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +18 -1
  126. package/dist-types/commands/DescribeGroupCommand.d.ts +14 -1
  127. package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +12 -1
  128. package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +22 -2
  129. package/dist-types/commands/DescribeIngestionCommand.d.ts +31 -1
  130. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +13 -1
  131. package/dist-types/commands/DescribeNamespaceCommand.d.ts +19 -1
  132. package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +24 -1
  133. package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +13 -1
  134. package/dist-types/commands/DescribeTemplateCommand.d.ts +64 -1
  135. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +4310 -1
  136. package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +18 -1
  137. package/dist-types/commands/DescribeThemeAliasCommand.d.ts +13 -1
  138. package/dist-types/commands/DescribeThemeCommand.d.ts +81 -1
  139. package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +18 -1
  140. package/dist-types/commands/DescribeTopicCommand.d.ts +336 -0
  141. package/dist-types/commands/DescribeTopicPermissionsCommand.d.ts +99 -0
  142. package/dist-types/commands/DescribeTopicRefreshCommand.d.ts +95 -0
  143. package/dist-types/commands/DescribeTopicRefreshScheduleCommand.d.ts +110 -0
  144. package/dist-types/commands/DescribeUserCommand.d.ts +21 -1
  145. package/dist-types/commands/DescribeVPCConnectionCommand.d.ts +121 -0
  146. package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +9 -0
  147. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +11 -0
  148. package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +8 -0
  149. package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +8 -0
  150. package/dist-types/commands/ListAnalysesCommand.d.ts +18 -0
  151. package/dist-types/commands/ListDashboardVersionsCommand.d.ts +18 -0
  152. package/dist-types/commands/ListDashboardsCommand.d.ts +19 -0
  153. package/dist-types/commands/ListDataSetsCommand.d.ts +27 -0
  154. package/dist-types/commands/ListDataSourcesCommand.d.ts +242 -0
  155. package/dist-types/commands/ListFolderMembersCommand.d.ts +14 -0
  156. package/dist-types/commands/ListFoldersCommand.d.ts +18 -0
  157. package/dist-types/commands/ListGroupMembershipsCommand.d.ts +14 -0
  158. package/dist-types/commands/ListGroupsCommand.d.ts +16 -0
  159. package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +17 -1
  160. package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +21 -3
  161. package/dist-types/commands/ListIngestionsCommand.d.ts +33 -0
  162. package/dist-types/commands/ListNamespacesCommand.d.ts +21 -0
  163. package/dist-types/commands/ListRefreshSchedulesCommand.d.ts +24 -0
  164. package/dist-types/commands/ListTagsForResourceCommand.d.ts +13 -0
  165. package/dist-types/commands/ListTemplateAliasesCommand.d.ts +15 -0
  166. package/dist-types/commands/ListTemplateVersionsCommand.d.ts +17 -0
  167. package/dist-types/commands/ListTemplatesCommand.d.ts +18 -0
  168. package/dist-types/commands/ListThemeAliasesCommand.d.ts +15 -0
  169. package/dist-types/commands/ListThemeVersionsCommand.d.ts +17 -0
  170. package/dist-types/commands/ListThemesCommand.d.ts +18 -0
  171. package/dist-types/commands/ListTopicRefreshSchedulesCommand.d.ts +115 -0
  172. package/dist-types/commands/ListTopicsCommand.d.ts +98 -0
  173. package/dist-types/commands/ListUserGroupsCommand.d.ts +16 -0
  174. package/dist-types/commands/ListUsersCommand.d.ts +23 -0
  175. package/dist-types/commands/ListVPCConnectionsCommand.d.ts +126 -0
  176. package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +7 -0
  177. package/dist-types/commands/RegisterUserCommand.d.ts +21 -0
  178. package/dist-types/commands/RestoreAnalysisCommand.d.ts +9 -0
  179. package/dist-types/commands/SearchAnalysesCommand.d.ts +18 -0
  180. package/dist-types/commands/SearchDashboardsCommand.d.ts +19 -0
  181. package/dist-types/commands/SearchDataSetsCommand.d.ts +27 -0
  182. package/dist-types/commands/SearchDataSourcesCommand.d.ts +18 -0
  183. package/dist-types/commands/SearchFoldersCommand.d.ts +18 -0
  184. package/dist-types/commands/SearchGroupsCommand.d.ts +16 -0
  185. package/dist-types/commands/TagResourceCommand.d.ts +8 -1
  186. package/dist-types/commands/UntagResourceCommand.d.ts +7 -0
  187. package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +14 -0
  188. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +7 -0
  189. package/dist-types/commands/UpdateAnalysisCommand.d.ts +66 -4
  190. package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +17 -0
  191. package/dist-types/commands/UpdateDashboardCommand.d.ts +67 -4
  192. package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +27 -0
  193. package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +9 -0
  194. package/dist-types/commands/UpdateDataSetCommand.d.ts +74 -0
  195. package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +9 -0
  196. package/dist-types/commands/UpdateDataSourceCommand.d.ts +10 -0
  197. package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +9 -0
  198. package/dist-types/commands/UpdateFolderCommand.d.ts +9 -0
  199. package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +17 -0
  200. package/dist-types/commands/UpdateGroupCommand.d.ts +13 -0
  201. package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +19 -4
  202. package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +12 -1
  203. package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +7 -0
  204. package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +9 -0
  205. package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +12 -0
  206. package/dist-types/commands/UpdateTemplateCommand.d.ts +67 -4
  207. package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +17 -0
  208. package/dist-types/commands/UpdateThemeAliasCommand.d.ts +12 -0
  209. package/dist-types/commands/UpdateThemeCommand.d.ts +11 -0
  210. package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +17 -0
  211. package/dist-types/commands/UpdateTopicCommand.d.ts +346 -0
  212. package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +127 -0
  213. package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +110 -0
  214. package/dist-types/commands/UpdateUserCommand.d.ts +20 -0
  215. package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +116 -0
  216. package/dist-types/commands/index.d.ts +18 -0
  217. package/dist-types/models/models_0.d.ts +43 -91
  218. package/dist-types/models/models_1.d.ts +210 -281
  219. package/dist-types/models/models_2.d.ts +2375 -2163
  220. package/dist-types/models/models_3.d.ts +2468 -54
  221. package/dist-types/pagination/ListTopicsPaginator.d.ts +7 -0
  222. package/dist-types/pagination/ListVPCConnectionsPaginator.d.ts +7 -0
  223. package/dist-types/pagination/index.d.ts +2 -0
  224. package/dist-types/protocols/Aws_restJson1.d.ts +162 -0
  225. package/dist-types/ts3.4/QuickSight.d.ts +306 -0
  226. package/dist-types/ts3.4/QuickSightClient.d.ts +110 -2
  227. package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +1 -1
  228. package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
  229. package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +34 -0
  230. package/dist-types/ts3.4/commands/CreateTopicRefreshScheduleCommand.d.ts +41 -0
  231. package/dist-types/ts3.4/commands/CreateVPCConnectionCommand.d.ts +38 -0
  232. package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +34 -0
  233. package/dist-types/ts3.4/commands/DeleteTopicRefreshScheduleCommand.d.ts +41 -0
  234. package/dist-types/ts3.4/commands/DeleteVPCConnectionCommand.d.ts +38 -0
  235. package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +1 -1
  236. package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
  237. package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
  238. package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +1 -1
  239. package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
  240. package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
  241. package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
  242. package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
  243. package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
  244. package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
  245. package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
  246. package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +1 -1
  247. package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +1 -1
  248. package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +1 -1
  249. package/dist-types/ts3.4/commands/DescribeRefreshScheduleCommand.d.ts +1 -1
  250. package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +1 -1
  251. package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +1 -1
  252. package/dist-types/ts3.4/commands/DescribeTemplateDefinitionCommand.d.ts +1 -1
  253. package/dist-types/ts3.4/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
  254. package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +1 -1
  255. package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +1 -1
  256. package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  257. package/dist-types/ts3.4/commands/DescribeTopicCommand.d.ts +37 -0
  258. package/dist-types/ts3.4/commands/DescribeTopicPermissionsCommand.d.ts +41 -0
  259. package/dist-types/ts3.4/commands/DescribeTopicRefreshCommand.d.ts +41 -0
  260. package/dist-types/ts3.4/commands/DescribeTopicRefreshScheduleCommand.d.ts +41 -0
  261. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +1 -1
  262. package/dist-types/ts3.4/commands/DescribeVPCConnectionCommand.d.ts +41 -0
  263. package/dist-types/ts3.4/commands/ListTopicRefreshSchedulesCommand.d.ts +41 -0
  264. package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +34 -0
  265. package/dist-types/ts3.4/commands/ListVPCConnectionsCommand.d.ts +38 -0
  266. package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +34 -0
  267. package/dist-types/ts3.4/commands/UpdateTopicPermissionsCommand.d.ts +41 -0
  268. package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +41 -0
  269. package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +38 -0
  270. package/dist-types/ts3.4/commands/index.d.ts +18 -0
  271. package/dist-types/ts3.4/models/models_0.d.ts +12 -22
  272. package/dist-types/ts3.4/models/models_1.d.ts +79 -75
  273. package/dist-types/ts3.4/models/models_2.d.ts +605 -500
  274. package/dist-types/ts3.4/models/models_3.d.ts +737 -9
  275. package/dist-types/ts3.4/pagination/ListTopicsPaginator.d.ts +11 -0
  276. package/dist-types/ts3.4/pagination/ListVPCConnectionsPaginator.d.ts +11 -0
  277. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  278. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +216 -0
  279. package/package.json +7 -7
@@ -2,7 +2,9 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-cl
2
2
  import {
3
3
  AccountCustomization,
4
4
  ActiveIAMPolicyAssignment,
5
+ Entity,
5
6
  ResourceStatus,
7
+ Sheet,
6
8
  } from "./models_0";
7
9
  import {
8
10
  AnalysisDefinition,
@@ -11,11 +13,11 @@ import {
11
13
  AnalysisSummary,
12
14
  AnonymousUserEmbeddingExperienceConfiguration,
13
15
  AssignmentStatus,
16
+ BookmarksConfigurations,
14
17
  ColumnGroup,
15
18
  ColumnLevelPermissionRule,
16
19
  DashboardVisualId,
17
20
  FilterOperator,
18
- Tag,
19
21
  } from "./models_1";
20
22
  import {
21
23
  _Parameters,
@@ -25,7 +27,10 @@ import {
25
27
  DashboardSummary,
26
28
  DashboardVersionDefinition,
27
29
  DashboardVersionSummary,
30
+ DataSet,
31
+ DataSetConfiguration,
28
32
  DataSetImportMode,
33
+ DatasetParameter,
29
34
  DataSetRefreshProperties,
30
35
  DataSetSearchFilter,
31
36
  DataSetSummary,
@@ -35,34 +40,630 @@ import {
35
40
  DataSourceParameters,
36
41
  DataSourceSearchFilter,
37
42
  DataSourceSummary,
38
- EmbeddingIdentityType,
39
43
  FieldFolder,
40
- FolderFilterAttribute,
41
44
  FolderType,
42
45
  Group,
43
46
  GroupMember,
44
- IdentityType,
45
- Ingestion,
47
+ IdentityStore,
48
+ IngestionStatus,
46
49
  LinkSharingConfiguration,
47
50
  LogicalTable,
48
- NamespaceInfoV2,
51
+ NamespaceStatus,
49
52
  PhysicalTable,
50
53
  RefreshSchedule,
51
54
  ResourcePermission,
52
55
  RowLevelPermissionDataSet,
53
56
  RowLevelPermissionTagConfiguration,
54
57
  SslProperties,
58
+ Tag,
55
59
  TemplateAlias,
56
60
  TemplateSourceEntity,
57
61
  TemplateVersionDefinition,
58
62
  ThemeAlias,
59
63
  ThemeConfiguration,
60
- ThemeType,
61
- User,
62
- UserRole,
64
+ TopicDetails,
65
+ TopicRefreshSchedule,
66
+ VPCConnectionAvailabilityStatus,
63
67
  VpcConnectionProperties,
68
+ VPCConnectionResourceStatus,
64
69
  } from "./models_2";
65
70
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
71
+ export interface DescribeDataSetRequest {
72
+ AwsAccountId: string | undefined;
73
+ DataSetId: string | undefined;
74
+ }
75
+ export interface DescribeDataSetResponse {
76
+ DataSet?: DataSet;
77
+ RequestId?: string;
78
+ Status?: number;
79
+ }
80
+ export interface DescribeDataSetPermissionsRequest {
81
+ AwsAccountId: string | undefined;
82
+ DataSetId: string | undefined;
83
+ }
84
+ export interface DescribeDataSetPermissionsResponse {
85
+ DataSetArn?: string;
86
+ DataSetId?: string;
87
+ Permissions?: ResourcePermission[];
88
+ RequestId?: string;
89
+ Status?: number;
90
+ }
91
+ export interface DescribeDataSetRefreshPropertiesRequest {
92
+ AwsAccountId: string | undefined;
93
+ DataSetId: string | undefined;
94
+ }
95
+ export interface DescribeDataSetRefreshPropertiesResponse {
96
+ RequestId?: string;
97
+ Status?: number;
98
+ DataSetRefreshProperties?: DataSetRefreshProperties;
99
+ }
100
+ export interface DescribeDataSourceRequest {
101
+ AwsAccountId: string | undefined;
102
+ DataSourceId: string | undefined;
103
+ }
104
+ export interface DescribeDataSourceResponse {
105
+ DataSource?: DataSource;
106
+ RequestId?: string;
107
+ Status?: number;
108
+ }
109
+ export interface DescribeDataSourcePermissionsRequest {
110
+ AwsAccountId: string | undefined;
111
+ DataSourceId: string | undefined;
112
+ }
113
+ export interface DescribeDataSourcePermissionsResponse {
114
+ DataSourceArn?: string;
115
+ DataSourceId?: string;
116
+ Permissions?: ResourcePermission[];
117
+ RequestId?: string;
118
+ Status?: number;
119
+ }
120
+ export interface DescribeFolderRequest {
121
+ AwsAccountId: string | undefined;
122
+ FolderId: string | undefined;
123
+ }
124
+ export interface Folder {
125
+ FolderId?: string;
126
+ Arn?: string;
127
+ Name?: string;
128
+ FolderType?: FolderType | string;
129
+ FolderPath?: string[];
130
+ CreatedTime?: Date;
131
+ LastUpdatedTime?: Date;
132
+ }
133
+ export interface DescribeFolderResponse {
134
+ Status?: number;
135
+ Folder?: Folder;
136
+ RequestId?: string;
137
+ }
138
+ export interface DescribeFolderPermissionsRequest {
139
+ AwsAccountId: string | undefined;
140
+ FolderId: string | undefined;
141
+ }
142
+ export interface DescribeFolderPermissionsResponse {
143
+ Status?: number;
144
+ FolderId?: string;
145
+ Arn?: string;
146
+ Permissions?: ResourcePermission[];
147
+ RequestId?: string;
148
+ }
149
+ export interface DescribeFolderResolvedPermissionsRequest {
150
+ AwsAccountId: string | undefined;
151
+ FolderId: string | undefined;
152
+ }
153
+ export interface DescribeFolderResolvedPermissionsResponse {
154
+ Status?: number;
155
+ FolderId?: string;
156
+ Arn?: string;
157
+ Permissions?: ResourcePermission[];
158
+ RequestId?: string;
159
+ }
160
+ export interface DescribeGroupRequest {
161
+ GroupName: string | undefined;
162
+ AwsAccountId: string | undefined;
163
+ Namespace: string | undefined;
164
+ }
165
+ export interface DescribeGroupResponse {
166
+ Group?: Group;
167
+ RequestId?: string;
168
+ Status?: number;
169
+ }
170
+ export interface DescribeGroupMembershipRequest {
171
+ MemberName: string | undefined;
172
+ GroupName: string | undefined;
173
+ AwsAccountId: string | undefined;
174
+ Namespace: string | undefined;
175
+ }
176
+ export interface DescribeGroupMembershipResponse {
177
+ GroupMember?: GroupMember;
178
+ RequestId?: string;
179
+ Status?: number;
180
+ }
181
+ export interface DescribeIAMPolicyAssignmentRequest {
182
+ AwsAccountId: string | undefined;
183
+ AssignmentName: string | undefined;
184
+ Namespace: string | undefined;
185
+ }
186
+ export interface IAMPolicyAssignment {
187
+ AwsAccountId?: string;
188
+ AssignmentId?: string;
189
+ AssignmentName?: string;
190
+ PolicyArn?: string;
191
+ Identities?: Record<string, string[]>;
192
+ AssignmentStatus?: AssignmentStatus | string;
193
+ }
194
+ export interface DescribeIAMPolicyAssignmentResponse {
195
+ IAMPolicyAssignment?: IAMPolicyAssignment;
196
+ RequestId?: string;
197
+ Status?: number;
198
+ }
199
+ export declare class InvalidNextTokenException extends __BaseException {
200
+ readonly name: "InvalidNextTokenException";
201
+ readonly $fault: "client";
202
+ Message?: string;
203
+ RequestId?: string;
204
+ constructor(
205
+ opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
206
+ );
207
+ }
208
+ export interface DescribeIngestionRequest {
209
+ AwsAccountId: string | undefined;
210
+ DataSetId: string | undefined;
211
+ IngestionId: string | undefined;
212
+ }
213
+ export declare const IngestionErrorType: {
214
+ readonly ACCOUNT_CAPACITY_LIMIT_EXCEEDED: "ACCOUNT_CAPACITY_LIMIT_EXCEEDED";
215
+ readonly CONNECTION_FAILURE: "CONNECTION_FAILURE";
216
+ readonly CURSOR_NOT_ENABLED: "CURSOR_NOT_ENABLED";
217
+ readonly CUSTOMER_ERROR: "CUSTOMER_ERROR";
218
+ readonly DATA_SET_DELETED: "DATA_SET_DELETED";
219
+ readonly DATA_SET_NOT_SPICE: "DATA_SET_NOT_SPICE";
220
+ readonly DATA_SET_SIZE_LIMIT_EXCEEDED: "DATA_SET_SIZE_LIMIT_EXCEEDED";
221
+ readonly DATA_SOURCE_AUTH_FAILED: "DATA_SOURCE_AUTH_FAILED";
222
+ readonly DATA_SOURCE_CONNECTION_FAILED: "DATA_SOURCE_CONNECTION_FAILED";
223
+ readonly DATA_SOURCE_NOT_FOUND: "DATA_SOURCE_NOT_FOUND";
224
+ readonly DATA_TOLERANCE_EXCEPTION: "DATA_TOLERANCE_EXCEPTION";
225
+ readonly DUPLICATE_COLUMN_NAMES_FOUND: "DUPLICATE_COLUMN_NAMES_FOUND";
226
+ readonly ELASTICSEARCH_CURSOR_NOT_ENABLED: "ELASTICSEARCH_CURSOR_NOT_ENABLED";
227
+ readonly FAILURE_TO_ASSUME_ROLE: "FAILURE_TO_ASSUME_ROLE";
228
+ readonly FAILURE_TO_PROCESS_JSON_FILE: "FAILURE_TO_PROCESS_JSON_FILE";
229
+ readonly IAM_ROLE_NOT_AVAILABLE: "IAM_ROLE_NOT_AVAILABLE";
230
+ readonly INGESTION_CANCELED: "INGESTION_CANCELED";
231
+ readonly INGESTION_SUPERSEDED: "INGESTION_SUPERSEDED";
232
+ readonly INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR";
233
+ readonly INVALID_DATAPREP_SYNTAX: "INVALID_DATAPREP_SYNTAX";
234
+ readonly INVALID_DATA_SOURCE_CONFIG: "INVALID_DATA_SOURCE_CONFIG";
235
+ readonly INVALID_DATE_FORMAT: "INVALID_DATE_FORMAT";
236
+ readonly IOT_DATA_SET_FILE_EMPTY: "IOT_DATA_SET_FILE_EMPTY";
237
+ readonly IOT_FILE_NOT_FOUND: "IOT_FILE_NOT_FOUND";
238
+ readonly OAUTH_TOKEN_FAILURE: "OAUTH_TOKEN_FAILURE";
239
+ readonly PASSWORD_AUTHENTICATION_FAILURE: "PASSWORD_AUTHENTICATION_FAILURE";
240
+ readonly PERMISSION_DENIED: "PERMISSION_DENIED";
241
+ readonly PERMISSION_NOT_FOUND: "PERMISSION_NOT_FOUND";
242
+ readonly QUERY_TIMEOUT: "QUERY_TIMEOUT";
243
+ readonly REFRESH_SUPPRESSED_BY_EDIT: "REFRESH_SUPPRESSED_BY_EDIT";
244
+ readonly ROW_SIZE_LIMIT_EXCEEDED: "ROW_SIZE_LIMIT_EXCEEDED";
245
+ readonly S3_FILE_INACCESSIBLE: "S3_FILE_INACCESSIBLE";
246
+ readonly S3_MANIFEST_ERROR: "S3_MANIFEST_ERROR";
247
+ readonly S3_UPLOADED_FILE_DELETED: "S3_UPLOADED_FILE_DELETED";
248
+ readonly SOURCE_API_LIMIT_EXCEEDED_FAILURE: "SOURCE_API_LIMIT_EXCEEDED_FAILURE";
249
+ readonly SOURCE_RESOURCE_LIMIT_EXCEEDED: "SOURCE_RESOURCE_LIMIT_EXCEEDED";
250
+ readonly SPICE_TABLE_NOT_FOUND: "SPICE_TABLE_NOT_FOUND";
251
+ readonly SQL_EXCEPTION: "SQL_EXCEPTION";
252
+ readonly SQL_INVALID_PARAMETER_VALUE: "SQL_INVALID_PARAMETER_VALUE";
253
+ readonly SQL_NUMERIC_OVERFLOW: "SQL_NUMERIC_OVERFLOW";
254
+ readonly SQL_SCHEMA_MISMATCH_ERROR: "SQL_SCHEMA_MISMATCH_ERROR";
255
+ readonly SQL_TABLE_NOT_FOUND: "SQL_TABLE_NOT_FOUND";
256
+ readonly SSL_CERTIFICATE_VALIDATION_FAILURE: "SSL_CERTIFICATE_VALIDATION_FAILURE";
257
+ readonly UNRESOLVABLE_HOST: "UNRESOLVABLE_HOST";
258
+ readonly UNROUTABLE_HOST: "UNROUTABLE_HOST";
259
+ };
260
+ export type IngestionErrorType =
261
+ (typeof IngestionErrorType)[keyof typeof IngestionErrorType];
262
+ export interface ErrorInfo {
263
+ Type?: IngestionErrorType | string;
264
+ Message?: string;
265
+ }
266
+ export interface QueueInfo {
267
+ WaitingOnIngestion: string | undefined;
268
+ QueuedIngestion: string | undefined;
269
+ }
270
+ export declare const IngestionRequestSource: {
271
+ readonly MANUAL: "MANUAL";
272
+ readonly SCHEDULED: "SCHEDULED";
273
+ };
274
+ export type IngestionRequestSource =
275
+ (typeof IngestionRequestSource)[keyof typeof IngestionRequestSource];
276
+ export declare const IngestionRequestType: {
277
+ readonly EDIT: "EDIT";
278
+ readonly FULL_REFRESH: "FULL_REFRESH";
279
+ readonly INCREMENTAL_REFRESH: "INCREMENTAL_REFRESH";
280
+ readonly INITIAL_INGESTION: "INITIAL_INGESTION";
281
+ };
282
+ export type IngestionRequestType =
283
+ (typeof IngestionRequestType)[keyof typeof IngestionRequestType];
284
+ export interface RowInfo {
285
+ RowsIngested?: number;
286
+ RowsDropped?: number;
287
+ TotalRowsInDataset?: number;
288
+ }
289
+ export interface Ingestion {
290
+ Arn: string | undefined;
291
+ IngestionId?: string;
292
+ IngestionStatus: IngestionStatus | string | undefined;
293
+ ErrorInfo?: ErrorInfo;
294
+ RowInfo?: RowInfo;
295
+ QueueInfo?: QueueInfo;
296
+ CreatedTime: Date | undefined;
297
+ IngestionTimeInSeconds?: number;
298
+ IngestionSizeInBytes?: number;
299
+ RequestSource?: IngestionRequestSource | string;
300
+ RequestType?: IngestionRequestType | string;
301
+ }
302
+ export interface DescribeIngestionResponse {
303
+ Ingestion?: Ingestion;
304
+ RequestId?: string;
305
+ Status?: number;
306
+ }
307
+ export interface DescribeIpRestrictionRequest {
308
+ AwsAccountId: string | undefined;
309
+ }
310
+ export interface DescribeIpRestrictionResponse {
311
+ AwsAccountId?: string;
312
+ IpRestrictionRuleMap?: Record<string, string>;
313
+ Enabled?: boolean;
314
+ RequestId?: string;
315
+ Status?: number;
316
+ }
317
+ export interface DescribeNamespaceRequest {
318
+ AwsAccountId: string | undefined;
319
+ Namespace: string | undefined;
320
+ }
321
+ export declare const NamespaceErrorType: {
322
+ readonly INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR";
323
+ readonly PERMISSION_DENIED: "PERMISSION_DENIED";
324
+ };
325
+ export type NamespaceErrorType =
326
+ (typeof NamespaceErrorType)[keyof typeof NamespaceErrorType];
327
+ export interface NamespaceError {
328
+ Type?: NamespaceErrorType | string;
329
+ Message?: string;
330
+ }
331
+ export interface NamespaceInfoV2 {
332
+ Name?: string;
333
+ Arn?: string;
334
+ CapacityRegion?: string;
335
+ CreationStatus?: NamespaceStatus | string;
336
+ IdentityStore?: IdentityStore | string;
337
+ NamespaceError?: NamespaceError;
338
+ }
339
+ export interface DescribeNamespaceResponse {
340
+ Namespace?: NamespaceInfoV2;
341
+ RequestId?: string;
342
+ Status?: number;
343
+ }
344
+ export interface DescribeRefreshScheduleRequest {
345
+ AwsAccountId: string | undefined;
346
+ DataSetId: string | undefined;
347
+ ScheduleId: string | undefined;
348
+ }
349
+ export interface DescribeRefreshScheduleResponse {
350
+ RefreshSchedule?: RefreshSchedule;
351
+ Status?: number;
352
+ RequestId?: string;
353
+ Arn?: string;
354
+ }
355
+ export interface DescribeTemplateRequest {
356
+ AwsAccountId: string | undefined;
357
+ TemplateId: string | undefined;
358
+ VersionNumber?: number;
359
+ AliasName?: string;
360
+ }
361
+ export declare const TemplateErrorType: {
362
+ readonly ACCESS_DENIED: "ACCESS_DENIED";
363
+ readonly DATA_SET_NOT_FOUND: "DATA_SET_NOT_FOUND";
364
+ readonly INTERNAL_FAILURE: "INTERNAL_FAILURE";
365
+ readonly SOURCE_NOT_FOUND: "SOURCE_NOT_FOUND";
366
+ };
367
+ export type TemplateErrorType =
368
+ (typeof TemplateErrorType)[keyof typeof TemplateErrorType];
369
+ export interface TemplateError {
370
+ Type?: TemplateErrorType | string;
371
+ Message?: string;
372
+ ViolatedEntities?: Entity[];
373
+ }
374
+ export interface TemplateVersion {
375
+ CreatedTime?: Date;
376
+ Errors?: TemplateError[];
377
+ VersionNumber?: number;
378
+ Status?: ResourceStatus | string;
379
+ DataSetConfigurations?: DataSetConfiguration[];
380
+ Description?: string;
381
+ SourceEntityArn?: string;
382
+ ThemeArn?: string;
383
+ Sheets?: Sheet[];
384
+ }
385
+ export interface Template {
386
+ Arn?: string;
387
+ Name?: string;
388
+ Version?: TemplateVersion;
389
+ TemplateId?: string;
390
+ LastUpdatedTime?: Date;
391
+ CreatedTime?: Date;
392
+ }
393
+ export interface DescribeTemplateResponse {
394
+ Template?: Template;
395
+ Status?: number;
396
+ RequestId?: string;
397
+ }
398
+ export interface DescribeTemplateAliasRequest {
399
+ AwsAccountId: string | undefined;
400
+ TemplateId: string | undefined;
401
+ AliasName: string | undefined;
402
+ }
403
+ export interface DescribeTemplateAliasResponse {
404
+ TemplateAlias?: TemplateAlias;
405
+ Status?: number;
406
+ RequestId?: string;
407
+ }
408
+ export interface DescribeTemplateDefinitionRequest {
409
+ AwsAccountId: string | undefined;
410
+ TemplateId: string | undefined;
411
+ VersionNumber?: number;
412
+ AliasName?: string;
413
+ }
414
+ export interface DescribeTemplateDefinitionResponse {
415
+ Name?: string;
416
+ TemplateId?: string;
417
+ Errors?: TemplateError[];
418
+ ResourceStatus?: ResourceStatus | string;
419
+ ThemeArn?: string;
420
+ Definition?: TemplateVersionDefinition;
421
+ Status?: number;
422
+ RequestId?: string;
423
+ }
424
+ export interface DescribeTemplatePermissionsRequest {
425
+ AwsAccountId: string | undefined;
426
+ TemplateId: string | undefined;
427
+ }
428
+ export interface DescribeTemplatePermissionsResponse {
429
+ TemplateId?: string;
430
+ TemplateArn?: string;
431
+ Permissions?: ResourcePermission[];
432
+ RequestId?: string;
433
+ Status?: number;
434
+ }
435
+ export interface DescribeThemeRequest {
436
+ AwsAccountId: string | undefined;
437
+ ThemeId: string | undefined;
438
+ VersionNumber?: number;
439
+ AliasName?: string;
440
+ }
441
+ export declare const ThemeType: {
442
+ readonly ALL: "ALL";
443
+ readonly CUSTOM: "CUSTOM";
444
+ readonly QUICKSIGHT: "QUICKSIGHT";
445
+ };
446
+ export type ThemeType = (typeof ThemeType)[keyof typeof ThemeType];
447
+ export declare const ThemeErrorType: {
448
+ readonly INTERNAL_FAILURE: "INTERNAL_FAILURE";
449
+ };
450
+ export type ThemeErrorType =
451
+ (typeof ThemeErrorType)[keyof typeof ThemeErrorType];
452
+ export interface ThemeError {
453
+ Type?: ThemeErrorType | string;
454
+ Message?: string;
455
+ }
456
+ export interface ThemeVersion {
457
+ VersionNumber?: number;
458
+ Arn?: string;
459
+ Description?: string;
460
+ BaseThemeId?: string;
461
+ CreatedTime?: Date;
462
+ Configuration?: ThemeConfiguration;
463
+ Errors?: ThemeError[];
464
+ Status?: ResourceStatus | string;
465
+ }
466
+ export interface Theme {
467
+ Arn?: string;
468
+ Name?: string;
469
+ ThemeId?: string;
470
+ Version?: ThemeVersion;
471
+ CreatedTime?: Date;
472
+ LastUpdatedTime?: Date;
473
+ Type?: ThemeType | string;
474
+ }
475
+ export interface DescribeThemeResponse {
476
+ Theme?: Theme;
477
+ Status?: number;
478
+ RequestId?: string;
479
+ }
480
+ export interface DescribeThemeAliasRequest {
481
+ AwsAccountId: string | undefined;
482
+ ThemeId: string | undefined;
483
+ AliasName: string | undefined;
484
+ }
485
+ export interface DescribeThemeAliasResponse {
486
+ ThemeAlias?: ThemeAlias;
487
+ Status?: number;
488
+ RequestId?: string;
489
+ }
490
+ export interface DescribeThemePermissionsRequest {
491
+ AwsAccountId: string | undefined;
492
+ ThemeId: string | undefined;
493
+ }
494
+ export interface DescribeThemePermissionsResponse {
495
+ ThemeId?: string;
496
+ ThemeArn?: string;
497
+ Permissions?: ResourcePermission[];
498
+ RequestId?: string;
499
+ Status?: number;
500
+ }
501
+ export interface DescribeTopicRequest {
502
+ AwsAccountId: string | undefined;
503
+ TopicId: string | undefined;
504
+ }
505
+ export interface DescribeTopicResponse {
506
+ Arn?: string;
507
+ TopicId?: string;
508
+ Topic?: TopicDetails;
509
+ RequestId?: string;
510
+ Status?: number;
511
+ }
512
+ export interface DescribeTopicPermissionsRequest {
513
+ AwsAccountId: string | undefined;
514
+ TopicId: string | undefined;
515
+ }
516
+ export interface DescribeTopicPermissionsResponse {
517
+ TopicId?: string;
518
+ TopicArn?: string;
519
+ Permissions?: ResourcePermission[];
520
+ Status?: number;
521
+ RequestId?: string;
522
+ }
523
+ export interface DescribeTopicRefreshRequest {
524
+ AwsAccountId: string | undefined;
525
+ TopicId: string | undefined;
526
+ RefreshId: string | undefined;
527
+ }
528
+ export declare const TopicRefreshStatus: {
529
+ readonly CANCELLED: "CANCELLED";
530
+ readonly COMPLETED: "COMPLETED";
531
+ readonly FAILED: "FAILED";
532
+ readonly INITIALIZED: "INITIALIZED";
533
+ readonly RUNNING: "RUNNING";
534
+ };
535
+ export type TopicRefreshStatus =
536
+ (typeof TopicRefreshStatus)[keyof typeof TopicRefreshStatus];
537
+ export interface TopicRefreshDetails {
538
+ RefreshArn?: string;
539
+ RefreshId?: string;
540
+ RefreshStatus?: TopicRefreshStatus | string;
541
+ }
542
+ export interface DescribeTopicRefreshResponse {
543
+ RefreshDetails?: TopicRefreshDetails;
544
+ RequestId?: string;
545
+ Status?: number;
546
+ }
547
+ export interface DescribeTopicRefreshScheduleRequest {
548
+ AwsAccountId: string | undefined;
549
+ TopicId: string | undefined;
550
+ DatasetId: string | undefined;
551
+ }
552
+ export interface DescribeTopicRefreshScheduleResponse {
553
+ TopicId?: string;
554
+ TopicArn?: string;
555
+ DatasetArn?: string;
556
+ RefreshSchedule?: TopicRefreshSchedule;
557
+ Status?: number;
558
+ RequestId?: string;
559
+ }
560
+ export interface DescribeUserRequest {
561
+ UserName: string | undefined;
562
+ AwsAccountId: string | undefined;
563
+ Namespace: string | undefined;
564
+ }
565
+ export declare const IdentityType: {
566
+ readonly IAM: "IAM";
567
+ readonly QUICKSIGHT: "QUICKSIGHT";
568
+ };
569
+ export type IdentityType = (typeof IdentityType)[keyof typeof IdentityType];
570
+ export declare const UserRole: {
571
+ readonly ADMIN: "ADMIN";
572
+ readonly AUTHOR: "AUTHOR";
573
+ readonly READER: "READER";
574
+ readonly RESTRICTED_AUTHOR: "RESTRICTED_AUTHOR";
575
+ readonly RESTRICTED_READER: "RESTRICTED_READER";
576
+ };
577
+ export type UserRole = (typeof UserRole)[keyof typeof UserRole];
578
+ export interface User {
579
+ Arn?: string;
580
+ UserName?: string;
581
+ Email?: string;
582
+ Role?: UserRole | string;
583
+ IdentityType?: IdentityType | string;
584
+ Active?: boolean;
585
+ PrincipalId?: string;
586
+ CustomPermissionsName?: string;
587
+ ExternalLoginFederationProviderType?: string;
588
+ ExternalLoginFederationProviderUrl?: string;
589
+ ExternalLoginId?: string;
590
+ }
591
+ export interface DescribeUserResponse {
592
+ User?: User;
593
+ RequestId?: string;
594
+ Status?: number;
595
+ }
596
+ export interface DescribeVPCConnectionRequest {
597
+ AwsAccountId: string | undefined;
598
+ VPCConnectionId: string | undefined;
599
+ }
600
+ export declare const NetworkInterfaceStatus: {
601
+ readonly ATTACHMENT_FAILED_ROLLBACK_FAILED: "ATTACHMENT_FAILED_ROLLBACK_FAILED";
602
+ readonly AVAILABLE: "AVAILABLE";
603
+ readonly CREATING: "CREATING";
604
+ readonly CREATION_FAILED: "CREATION_FAILED";
605
+ readonly DELETED: "DELETED";
606
+ readonly DELETING: "DELETING";
607
+ readonly DELETION_FAILED: "DELETION_FAILED";
608
+ readonly DELETION_SCHEDULED: "DELETION_SCHEDULED";
609
+ readonly UPDATE_FAILED: "UPDATE_FAILED";
610
+ readonly UPDATING: "UPDATING";
611
+ };
612
+ export type NetworkInterfaceStatus =
613
+ (typeof NetworkInterfaceStatus)[keyof typeof NetworkInterfaceStatus];
614
+ export interface NetworkInterface {
615
+ SubnetId?: string;
616
+ AvailabilityZone?: string;
617
+ ErrorMessage?: string;
618
+ Status?: NetworkInterfaceStatus | string;
619
+ NetworkInterfaceId?: string;
620
+ }
621
+ export interface VPCConnection {
622
+ VPCConnectionId?: string;
623
+ Arn?: string;
624
+ Name?: string;
625
+ VPCId?: string;
626
+ SecurityGroupIds?: string[];
627
+ DnsResolvers?: string[];
628
+ Status?: VPCConnectionResourceStatus | string;
629
+ AvailabilityStatus?: VPCConnectionAvailabilityStatus | string;
630
+ NetworkInterfaces?: NetworkInterface[];
631
+ RoleArn?: string;
632
+ CreatedTime?: Date;
633
+ LastUpdatedTime?: Date;
634
+ }
635
+ export interface DescribeVPCConnectionResponse {
636
+ VPCConnection?: VPCConnection;
637
+ RequestId?: string;
638
+ Status?: number;
639
+ }
640
+ export declare class DomainNotWhitelistedException extends __BaseException {
641
+ readonly name: "DomainNotWhitelistedException";
642
+ readonly $fault: "client";
643
+ Message?: string;
644
+ RequestId?: string;
645
+ constructor(
646
+ opts: __ExceptionOptionType<DomainNotWhitelistedException, __BaseException>
647
+ );
648
+ }
649
+ export declare const EmbeddingIdentityType: {
650
+ readonly ANONYMOUS: "ANONYMOUS";
651
+ readonly IAM: "IAM";
652
+ readonly QUICKSIGHT: "QUICKSIGHT";
653
+ };
654
+ export type EmbeddingIdentityType =
655
+ (typeof EmbeddingIdentityType)[keyof typeof EmbeddingIdentityType];
656
+ export declare const FolderFilterAttribute: {
657
+ readonly DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER";
658
+ readonly DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER";
659
+ readonly DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER";
660
+ readonly FOLDER_NAME: "FOLDER_NAME";
661
+ readonly PARENT_FOLDER_ARN: "PARENT_FOLDER_ARN";
662
+ readonly QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER";
663
+ readonly QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER";
664
+ };
665
+ export type FolderFilterAttribute =
666
+ (typeof FolderFilterAttribute)[keyof typeof FolderFilterAttribute];
66
667
  export interface MemberIdArnPair {
67
668
  MemberId?: string;
68
669
  MemberArn?: string;
@@ -130,6 +731,7 @@ export interface StatePersistenceConfigurations {
130
731
  }
131
732
  export interface RegisteredUserDashboardFeatureConfigurations {
132
733
  StatePersistence?: StatePersistenceConfigurations;
734
+ Bookmarks?: BookmarksConfigurations;
133
735
  }
134
736
  export interface RegisteredUserDashboardEmbeddingConfiguration {
135
737
  InitialDashboardId: string | undefined;
@@ -519,6 +1121,39 @@ export interface ListThemeVersionsResponse {
519
1121
  Status?: number;
520
1122
  RequestId?: string;
521
1123
  }
1124
+ export interface ListTopicRefreshSchedulesRequest {
1125
+ AwsAccountId: string | undefined;
1126
+ TopicId: string | undefined;
1127
+ }
1128
+ export interface TopicRefreshScheduleSummary {
1129
+ DatasetId?: string;
1130
+ DatasetArn?: string;
1131
+ DatasetName?: string;
1132
+ RefreshSchedule?: TopicRefreshSchedule;
1133
+ }
1134
+ export interface ListTopicRefreshSchedulesResponse {
1135
+ TopicId?: string;
1136
+ TopicArn?: string;
1137
+ RefreshSchedules?: TopicRefreshScheduleSummary[];
1138
+ Status?: number;
1139
+ RequestId?: string;
1140
+ }
1141
+ export interface ListTopicsRequest {
1142
+ AwsAccountId: string | undefined;
1143
+ NextToken?: string;
1144
+ MaxResults?: number;
1145
+ }
1146
+ export interface TopicSummary {
1147
+ Arn?: string;
1148
+ TopicId?: string;
1149
+ Name?: string;
1150
+ }
1151
+ export interface ListTopicsResponse {
1152
+ TopicsSummaries?: TopicSummary[];
1153
+ NextToken?: string;
1154
+ RequestId?: string;
1155
+ Status?: number;
1156
+ }
522
1157
  export interface ListUserGroupsRequest {
523
1158
  UserName: string | undefined;
524
1159
  AwsAccountId: string | undefined;
@@ -544,6 +1179,31 @@ export interface ListUsersResponse {
544
1179
  RequestId?: string;
545
1180
  Status?: number;
546
1181
  }
1182
+ export interface ListVPCConnectionsRequest {
1183
+ AwsAccountId: string | undefined;
1184
+ NextToken?: string;
1185
+ MaxResults?: number;
1186
+ }
1187
+ export interface VPCConnectionSummary {
1188
+ VPCConnectionId?: string;
1189
+ Arn?: string;
1190
+ Name?: string;
1191
+ VPCId?: string;
1192
+ SecurityGroupIds?: string[];
1193
+ DnsResolvers?: string[];
1194
+ Status?: VPCConnectionResourceStatus | string;
1195
+ AvailabilityStatus?: VPCConnectionAvailabilityStatus | string;
1196
+ NetworkInterfaces?: NetworkInterface[];
1197
+ RoleArn?: string;
1198
+ CreatedTime?: Date;
1199
+ LastUpdatedTime?: Date;
1200
+ }
1201
+ export interface ListVPCConnectionsResponse {
1202
+ VPCConnectionSummaries?: VPCConnectionSummary[];
1203
+ NextToken?: string;
1204
+ RequestId?: string;
1205
+ Status?: number;
1206
+ }
547
1207
  export interface PutDataSetRefreshPropertiesRequest {
548
1208
  AwsAccountId: string | undefined;
549
1209
  DataSetId: string | undefined;
@@ -783,6 +1443,7 @@ export interface UpdateDataSetRequest {
783
1443
  RowLevelPermissionTagConfiguration?: RowLevelPermissionTagConfiguration;
784
1444
  ColumnLevelPermissionRules?: ColumnLevelPermissionRule[];
785
1445
  DataSetUsageConfiguration?: DataSetUsageConfiguration;
1446
+ DatasetParameters?: DatasetParameter[];
786
1447
  }
787
1448
  export interface UpdateDataSetResponse {
788
1449
  Arn?: string;
@@ -993,6 +1654,44 @@ export interface UpdateThemePermissionsResponse {
993
1654
  RequestId?: string;
994
1655
  Status?: number;
995
1656
  }
1657
+ export interface UpdateTopicRequest {
1658
+ AwsAccountId: string | undefined;
1659
+ TopicId: string | undefined;
1660
+ Topic: TopicDetails | undefined;
1661
+ }
1662
+ export interface UpdateTopicResponse {
1663
+ TopicId?: string;
1664
+ Arn?: string;
1665
+ RefreshArn?: string;
1666
+ RequestId?: string;
1667
+ Status?: number;
1668
+ }
1669
+ export interface UpdateTopicPermissionsRequest {
1670
+ AwsAccountId: string | undefined;
1671
+ TopicId: string | undefined;
1672
+ GrantPermissions?: ResourcePermission[];
1673
+ RevokePermissions?: ResourcePermission[];
1674
+ }
1675
+ export interface UpdateTopicPermissionsResponse {
1676
+ TopicId?: string;
1677
+ TopicArn?: string;
1678
+ Permissions?: ResourcePermission[];
1679
+ Status?: number;
1680
+ RequestId?: string;
1681
+ }
1682
+ export interface UpdateTopicRefreshScheduleRequest {
1683
+ AwsAccountId: string | undefined;
1684
+ TopicId: string | undefined;
1685
+ DatasetId: string | undefined;
1686
+ RefreshSchedule: TopicRefreshSchedule | undefined;
1687
+ }
1688
+ export interface UpdateTopicRefreshScheduleResponse {
1689
+ TopicId?: string;
1690
+ TopicArn?: string;
1691
+ DatasetArn?: string;
1692
+ Status?: number;
1693
+ RequestId?: string;
1694
+ }
996
1695
  export interface UpdateUserRequest {
997
1696
  UserName: string | undefined;
998
1697
  AwsAccountId: string | undefined;
@@ -1010,6 +1709,32 @@ export interface UpdateUserResponse {
1010
1709
  RequestId?: string;
1011
1710
  Status?: number;
1012
1711
  }
1712
+ export interface UpdateVPCConnectionRequest {
1713
+ AwsAccountId: string | undefined;
1714
+ VPCConnectionId: string | undefined;
1715
+ Name: string | undefined;
1716
+ SubnetIds: string[] | undefined;
1717
+ SecurityGroupIds: string[] | undefined;
1718
+ DnsResolvers?: string[];
1719
+ RoleArn: string | undefined;
1720
+ }
1721
+ export interface UpdateVPCConnectionResponse {
1722
+ Arn?: string;
1723
+ VPCConnectionId?: string;
1724
+ UpdateStatus?: VPCConnectionResourceStatus | string;
1725
+ AvailabilityStatus?: VPCConnectionAvailabilityStatus | string;
1726
+ RequestId?: string;
1727
+ Status?: number;
1728
+ }
1729
+ export declare const DescribeDataSetResponseFilterSensitiveLog: (
1730
+ obj: DescribeDataSetResponse
1731
+ ) => any;
1732
+ export declare const DescribeTemplateDefinitionResponseFilterSensitiveLog: (
1733
+ obj: DescribeTemplateDefinitionResponse
1734
+ ) => any;
1735
+ export declare const DescribeTopicResponseFilterSensitiveLog: (
1736
+ obj: DescribeTopicResponse
1737
+ ) => any;
1013
1738
  export declare const SessionTagFilterSensitiveLog: (obj: SessionTag) => any;
1014
1739
  export declare const GenerateEmbedUrlForAnonymousUserRequestFilterSensitiveLog: (
1015
1740
  obj: GenerateEmbedUrlForAnonymousUserRequest
@@ -1041,3 +1766,6 @@ export declare const UpdateDataSourceRequestFilterSensitiveLog: (
1041
1766
  export declare const UpdateTemplateRequestFilterSensitiveLog: (
1042
1767
  obj: UpdateTemplateRequest
1043
1768
  ) => any;
1769
+ export declare const UpdateTopicRequestFilterSensitiveLog: (
1770
+ obj: UpdateTopicRequest
1771
+ ) => any;