@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
package/README.md CHANGED
@@ -362,6 +362,30 @@ CreateThemeAlias
362
362
 
363
363
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/createthemealiascommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/createthemealiascommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/createthemealiascommandoutput.html)
364
364
 
365
+ </details>
366
+ <details>
367
+ <summary>
368
+ CreateTopic
369
+ </summary>
370
+
371
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/createtopiccommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/createtopiccommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/createtopiccommandoutput.html)
372
+
373
+ </details>
374
+ <details>
375
+ <summary>
376
+ CreateTopicRefreshSchedule
377
+ </summary>
378
+
379
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/createtopicrefreshschedulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/createtopicrefreshschedulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/createtopicrefreshschedulecommandoutput.html)
380
+
381
+ </details>
382
+ <details>
383
+ <summary>
384
+ CreateVPCConnection
385
+ </summary>
386
+
387
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/createvpcconnectioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/createvpcconnectioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/createvpcconnectioncommandoutput.html)
388
+
365
389
  </details>
366
390
  <details>
367
391
  <summary>
@@ -506,6 +530,22 @@ DeleteThemeAlias
506
530
 
507
531
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/deletethemealiascommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/deletethemealiascommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/deletethemealiascommandoutput.html)
508
532
 
533
+ </details>
534
+ <details>
535
+ <summary>
536
+ DeleteTopic
537
+ </summary>
538
+
539
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/deletetopiccommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/deletetopiccommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/deletetopiccommandoutput.html)
540
+
541
+ </details>
542
+ <details>
543
+ <summary>
544
+ DeleteTopicRefreshSchedule
545
+ </summary>
546
+
547
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/deletetopicrefreshschedulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/deletetopicrefreshschedulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/deletetopicrefreshschedulecommandoutput.html)
548
+
509
549
  </details>
510
550
  <details>
511
551
  <summary>
@@ -522,6 +562,14 @@ DeleteUserByPrincipalId
522
562
 
523
563
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/deleteuserbyprincipalidcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/deleteuserbyprincipalidcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/deleteuserbyprincipalidcommandoutput.html)
524
564
 
565
+ </details>
566
+ <details>
567
+ <summary>
568
+ DeleteVPCConnection
569
+ </summary>
570
+
571
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/deletevpcconnectioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/deletevpcconnectioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/deletevpcconnectioncommandoutput.html)
572
+
525
573
  </details>
526
574
  <details>
527
575
  <summary>
@@ -770,6 +818,38 @@ DescribeThemePermissions
770
818
 
771
819
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/describethemepermissionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/describethemepermissionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/describethemepermissionscommandoutput.html)
772
820
 
821
+ </details>
822
+ <details>
823
+ <summary>
824
+ DescribeTopic
825
+ </summary>
826
+
827
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/describetopiccommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/describetopiccommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/describetopiccommandoutput.html)
828
+
829
+ </details>
830
+ <details>
831
+ <summary>
832
+ DescribeTopicPermissions
833
+ </summary>
834
+
835
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/describetopicpermissionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/describetopicpermissionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/describetopicpermissionscommandoutput.html)
836
+
837
+ </details>
838
+ <details>
839
+ <summary>
840
+ DescribeTopicRefresh
841
+ </summary>
842
+
843
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/describetopicrefreshcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/describetopicrefreshcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/describetopicrefreshcommandoutput.html)
844
+
845
+ </details>
846
+ <details>
847
+ <summary>
848
+ DescribeTopicRefreshSchedule
849
+ </summary>
850
+
851
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/describetopicrefreshschedulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/describetopicrefreshschedulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/describetopicrefreshschedulecommandoutput.html)
852
+
773
853
  </details>
774
854
  <details>
775
855
  <summary>
@@ -778,6 +858,14 @@ DescribeUser
778
858
 
779
859
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/describeusercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/describeusercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/describeusercommandoutput.html)
780
860
 
861
+ </details>
862
+ <details>
863
+ <summary>
864
+ DescribeVPCConnection
865
+ </summary>
866
+
867
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/describevpcconnectioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/describevpcconnectioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/describevpcconnectioncommandoutput.html)
868
+
781
869
  </details>
782
870
  <details>
783
871
  <summary>
@@ -978,6 +1066,22 @@ ListThemeVersions
978
1066
 
979
1067
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/listthemeversionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/listthemeversionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/listthemeversionscommandoutput.html)
980
1068
 
1069
+ </details>
1070
+ <details>
1071
+ <summary>
1072
+ ListTopicRefreshSchedules
1073
+ </summary>
1074
+
1075
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/listtopicrefreshschedulescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/listtopicrefreshschedulescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/listtopicrefreshschedulescommandoutput.html)
1076
+
1077
+ </details>
1078
+ <details>
1079
+ <summary>
1080
+ ListTopics
1081
+ </summary>
1082
+
1083
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/listtopicscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/listtopicscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/listtopicscommandoutput.html)
1084
+
981
1085
  </details>
982
1086
  <details>
983
1087
  <summary>
@@ -994,6 +1098,14 @@ ListUsers
994
1098
 
995
1099
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/listuserscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/listuserscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/listuserscommandoutput.html)
996
1100
 
1101
+ </details>
1102
+ <details>
1103
+ <summary>
1104
+ ListVPCConnections
1105
+ </summary>
1106
+
1107
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/listvpcconnectionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/listvpcconnectionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/listvpcconnectionscommandoutput.html)
1108
+
997
1109
  </details>
998
1110
  <details>
999
1111
  <summary>
@@ -1274,6 +1386,30 @@ UpdateThemePermissions
1274
1386
 
1275
1387
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/updatethemepermissionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/updatethemepermissionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/updatethemepermissionscommandoutput.html)
1276
1388
 
1389
+ </details>
1390
+ <details>
1391
+ <summary>
1392
+ UpdateTopic
1393
+ </summary>
1394
+
1395
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/updatetopiccommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/updatetopiccommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/updatetopiccommandoutput.html)
1396
+
1397
+ </details>
1398
+ <details>
1399
+ <summary>
1400
+ UpdateTopicPermissions
1401
+ </summary>
1402
+
1403
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/updatetopicpermissionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/updatetopicpermissionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/updatetopicpermissionscommandoutput.html)
1404
+
1405
+ </details>
1406
+ <details>
1407
+ <summary>
1408
+ UpdateTopicRefreshSchedule
1409
+ </summary>
1410
+
1411
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/updatetopicrefreshschedulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/updatetopicrefreshschedulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/updatetopicrefreshschedulecommandoutput.html)
1412
+
1277
1413
  </details>
1278
1414
  <details>
1279
1415
  <summary>
@@ -1283,3 +1419,11 @@ UpdateUser
1283
1419
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/updateusercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/updateusercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/updateusercommandoutput.html)
1284
1420
 
1285
1421
  </details>
1422
+ <details>
1423
+ <summary>
1424
+ UpdateVPCConnection
1425
+ </summary>
1426
+
1427
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/updatevpcconnectioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/updatevpcconnectioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/updatevpcconnectioncommandoutput.html)
1428
+
1429
+ </details>
@@ -21,6 +21,9 @@ const CreateTemplateAliasCommand_1 = require("./commands/CreateTemplateAliasComm
21
21
  const CreateTemplateCommand_1 = require("./commands/CreateTemplateCommand");
22
22
  const CreateThemeAliasCommand_1 = require("./commands/CreateThemeAliasCommand");
23
23
  const CreateThemeCommand_1 = require("./commands/CreateThemeCommand");
24
+ const CreateTopicCommand_1 = require("./commands/CreateTopicCommand");
25
+ const CreateTopicRefreshScheduleCommand_1 = require("./commands/CreateTopicRefreshScheduleCommand");
26
+ const CreateVPCConnectionCommand_1 = require("./commands/CreateVPCConnectionCommand");
24
27
  const DeleteAccountCustomizationCommand_1 = require("./commands/DeleteAccountCustomizationCommand");
25
28
  const DeleteAccountSubscriptionCommand_1 = require("./commands/DeleteAccountSubscriptionCommand");
26
29
  const DeleteAnalysisCommand_1 = require("./commands/DeleteAnalysisCommand");
@@ -39,8 +42,11 @@ const DeleteTemplateAliasCommand_1 = require("./commands/DeleteTemplateAliasComm
39
42
  const DeleteTemplateCommand_1 = require("./commands/DeleteTemplateCommand");
40
43
  const DeleteThemeAliasCommand_1 = require("./commands/DeleteThemeAliasCommand");
41
44
  const DeleteThemeCommand_1 = require("./commands/DeleteThemeCommand");
45
+ const DeleteTopicCommand_1 = require("./commands/DeleteTopicCommand");
46
+ const DeleteTopicRefreshScheduleCommand_1 = require("./commands/DeleteTopicRefreshScheduleCommand");
42
47
  const DeleteUserByPrincipalIdCommand_1 = require("./commands/DeleteUserByPrincipalIdCommand");
43
48
  const DeleteUserCommand_1 = require("./commands/DeleteUserCommand");
49
+ const DeleteVPCConnectionCommand_1 = require("./commands/DeleteVPCConnectionCommand");
44
50
  const DescribeAccountCustomizationCommand_1 = require("./commands/DescribeAccountCustomizationCommand");
45
51
  const DescribeAccountSettingsCommand_1 = require("./commands/DescribeAccountSettingsCommand");
46
52
  const DescribeAccountSubscriptionCommand_1 = require("./commands/DescribeAccountSubscriptionCommand");
@@ -72,7 +78,12 @@ const DescribeTemplatePermissionsCommand_1 = require("./commands/DescribeTemplat
72
78
  const DescribeThemeAliasCommand_1 = require("./commands/DescribeThemeAliasCommand");
73
79
  const DescribeThemeCommand_1 = require("./commands/DescribeThemeCommand");
74
80
  const DescribeThemePermissionsCommand_1 = require("./commands/DescribeThemePermissionsCommand");
81
+ const DescribeTopicCommand_1 = require("./commands/DescribeTopicCommand");
82
+ const DescribeTopicPermissionsCommand_1 = require("./commands/DescribeTopicPermissionsCommand");
83
+ const DescribeTopicRefreshCommand_1 = require("./commands/DescribeTopicRefreshCommand");
84
+ const DescribeTopicRefreshScheduleCommand_1 = require("./commands/DescribeTopicRefreshScheduleCommand");
75
85
  const DescribeUserCommand_1 = require("./commands/DescribeUserCommand");
86
+ const DescribeVPCConnectionCommand_1 = require("./commands/DescribeVPCConnectionCommand");
76
87
  const GenerateEmbedUrlForAnonymousUserCommand_1 = require("./commands/GenerateEmbedUrlForAnonymousUserCommand");
77
88
  const GenerateEmbedUrlForRegisteredUserCommand_1 = require("./commands/GenerateEmbedUrlForRegisteredUserCommand");
78
89
  const GetDashboardEmbedUrlCommand_1 = require("./commands/GetDashboardEmbedUrlCommand");
@@ -98,8 +109,11 @@ const ListTemplateVersionsCommand_1 = require("./commands/ListTemplateVersionsCo
98
109
  const ListThemeAliasesCommand_1 = require("./commands/ListThemeAliasesCommand");
99
110
  const ListThemesCommand_1 = require("./commands/ListThemesCommand");
100
111
  const ListThemeVersionsCommand_1 = require("./commands/ListThemeVersionsCommand");
112
+ const ListTopicRefreshSchedulesCommand_1 = require("./commands/ListTopicRefreshSchedulesCommand");
113
+ const ListTopicsCommand_1 = require("./commands/ListTopicsCommand");
101
114
  const ListUserGroupsCommand_1 = require("./commands/ListUserGroupsCommand");
102
115
  const ListUsersCommand_1 = require("./commands/ListUsersCommand");
116
+ const ListVPCConnectionsCommand_1 = require("./commands/ListVPCConnectionsCommand");
103
117
  const PutDataSetRefreshPropertiesCommand_1 = require("./commands/PutDataSetRefreshPropertiesCommand");
104
118
  const RegisterUserCommand_1 = require("./commands/RegisterUserCommand");
105
119
  const RestoreAnalysisCommand_1 = require("./commands/RestoreAnalysisCommand");
@@ -135,7 +149,11 @@ const UpdateTemplatePermissionsCommand_1 = require("./commands/UpdateTemplatePer
135
149
  const UpdateThemeAliasCommand_1 = require("./commands/UpdateThemeAliasCommand");
136
150
  const UpdateThemeCommand_1 = require("./commands/UpdateThemeCommand");
137
151
  const UpdateThemePermissionsCommand_1 = require("./commands/UpdateThemePermissionsCommand");
152
+ const UpdateTopicCommand_1 = require("./commands/UpdateTopicCommand");
153
+ const UpdateTopicPermissionsCommand_1 = require("./commands/UpdateTopicPermissionsCommand");
154
+ const UpdateTopicRefreshScheduleCommand_1 = require("./commands/UpdateTopicRefreshScheduleCommand");
138
155
  const UpdateUserCommand_1 = require("./commands/UpdateUserCommand");
156
+ const UpdateVPCConnectionCommand_1 = require("./commands/UpdateVPCConnectionCommand");
139
157
  const QuickSightClient_1 = require("./QuickSightClient");
140
158
  const commands = {
141
159
  CancelIngestionCommand: CancelIngestionCommand_1.CancelIngestionCommand,
@@ -157,6 +175,9 @@ const commands = {
157
175
  CreateTemplateAliasCommand: CreateTemplateAliasCommand_1.CreateTemplateAliasCommand,
158
176
  CreateThemeCommand: CreateThemeCommand_1.CreateThemeCommand,
159
177
  CreateThemeAliasCommand: CreateThemeAliasCommand_1.CreateThemeAliasCommand,
178
+ CreateTopicCommand: CreateTopicCommand_1.CreateTopicCommand,
179
+ CreateTopicRefreshScheduleCommand: CreateTopicRefreshScheduleCommand_1.CreateTopicRefreshScheduleCommand,
180
+ CreateVPCConnectionCommand: CreateVPCConnectionCommand_1.CreateVPCConnectionCommand,
160
181
  DeleteAccountCustomizationCommand: DeleteAccountCustomizationCommand_1.DeleteAccountCustomizationCommand,
161
182
  DeleteAccountSubscriptionCommand: DeleteAccountSubscriptionCommand_1.DeleteAccountSubscriptionCommand,
162
183
  DeleteAnalysisCommand: DeleteAnalysisCommand_1.DeleteAnalysisCommand,
@@ -175,8 +196,11 @@ const commands = {
175
196
  DeleteTemplateAliasCommand: DeleteTemplateAliasCommand_1.DeleteTemplateAliasCommand,
176
197
  DeleteThemeCommand: DeleteThemeCommand_1.DeleteThemeCommand,
177
198
  DeleteThemeAliasCommand: DeleteThemeAliasCommand_1.DeleteThemeAliasCommand,
199
+ DeleteTopicCommand: DeleteTopicCommand_1.DeleteTopicCommand,
200
+ DeleteTopicRefreshScheduleCommand: DeleteTopicRefreshScheduleCommand_1.DeleteTopicRefreshScheduleCommand,
178
201
  DeleteUserCommand: DeleteUserCommand_1.DeleteUserCommand,
179
202
  DeleteUserByPrincipalIdCommand: DeleteUserByPrincipalIdCommand_1.DeleteUserByPrincipalIdCommand,
203
+ DeleteVPCConnectionCommand: DeleteVPCConnectionCommand_1.DeleteVPCConnectionCommand,
180
204
  DescribeAccountCustomizationCommand: DescribeAccountCustomizationCommand_1.DescribeAccountCustomizationCommand,
181
205
  DescribeAccountSettingsCommand: DescribeAccountSettingsCommand_1.DescribeAccountSettingsCommand,
182
206
  DescribeAccountSubscriptionCommand: DescribeAccountSubscriptionCommand_1.DescribeAccountSubscriptionCommand,
@@ -208,7 +232,12 @@ const commands = {
208
232
  DescribeThemeCommand: DescribeThemeCommand_1.DescribeThemeCommand,
209
233
  DescribeThemeAliasCommand: DescribeThemeAliasCommand_1.DescribeThemeAliasCommand,
210
234
  DescribeThemePermissionsCommand: DescribeThemePermissionsCommand_1.DescribeThemePermissionsCommand,
235
+ DescribeTopicCommand: DescribeTopicCommand_1.DescribeTopicCommand,
236
+ DescribeTopicPermissionsCommand: DescribeTopicPermissionsCommand_1.DescribeTopicPermissionsCommand,
237
+ DescribeTopicRefreshCommand: DescribeTopicRefreshCommand_1.DescribeTopicRefreshCommand,
238
+ DescribeTopicRefreshScheduleCommand: DescribeTopicRefreshScheduleCommand_1.DescribeTopicRefreshScheduleCommand,
211
239
  DescribeUserCommand: DescribeUserCommand_1.DescribeUserCommand,
240
+ DescribeVPCConnectionCommand: DescribeVPCConnectionCommand_1.DescribeVPCConnectionCommand,
212
241
  GenerateEmbedUrlForAnonymousUserCommand: GenerateEmbedUrlForAnonymousUserCommand_1.GenerateEmbedUrlForAnonymousUserCommand,
213
242
  GenerateEmbedUrlForRegisteredUserCommand: GenerateEmbedUrlForRegisteredUserCommand_1.GenerateEmbedUrlForRegisteredUserCommand,
214
243
  GetDashboardEmbedUrlCommand: GetDashboardEmbedUrlCommand_1.GetDashboardEmbedUrlCommand,
@@ -234,8 +263,11 @@ const commands = {
234
263
  ListThemeAliasesCommand: ListThemeAliasesCommand_1.ListThemeAliasesCommand,
235
264
  ListThemesCommand: ListThemesCommand_1.ListThemesCommand,
236
265
  ListThemeVersionsCommand: ListThemeVersionsCommand_1.ListThemeVersionsCommand,
266
+ ListTopicRefreshSchedulesCommand: ListTopicRefreshSchedulesCommand_1.ListTopicRefreshSchedulesCommand,
267
+ ListTopicsCommand: ListTopicsCommand_1.ListTopicsCommand,
237
268
  ListUserGroupsCommand: ListUserGroupsCommand_1.ListUserGroupsCommand,
238
269
  ListUsersCommand: ListUsersCommand_1.ListUsersCommand,
270
+ ListVPCConnectionsCommand: ListVPCConnectionsCommand_1.ListVPCConnectionsCommand,
239
271
  PutDataSetRefreshPropertiesCommand: PutDataSetRefreshPropertiesCommand_1.PutDataSetRefreshPropertiesCommand,
240
272
  RegisterUserCommand: RegisterUserCommand_1.RegisterUserCommand,
241
273
  RestoreAnalysisCommand: RestoreAnalysisCommand_1.RestoreAnalysisCommand,
@@ -271,7 +303,11 @@ const commands = {
271
303
  UpdateThemeCommand: UpdateThemeCommand_1.UpdateThemeCommand,
272
304
  UpdateThemeAliasCommand: UpdateThemeAliasCommand_1.UpdateThemeAliasCommand,
273
305
  UpdateThemePermissionsCommand: UpdateThemePermissionsCommand_1.UpdateThemePermissionsCommand,
306
+ UpdateTopicCommand: UpdateTopicCommand_1.UpdateTopicCommand,
307
+ UpdateTopicPermissionsCommand: UpdateTopicPermissionsCommand_1.UpdateTopicPermissionsCommand,
308
+ UpdateTopicRefreshScheduleCommand: UpdateTopicRefreshScheduleCommand_1.UpdateTopicRefreshScheduleCommand,
274
309
  UpdateUserCommand: UpdateUserCommand_1.UpdateUserCommand,
310
+ UpdateVPCConnectionCommand: UpdateVPCConnectionCommand_1.UpdateVPCConnectionCommand,
275
311
  };
276
312
  class QuickSight extends QuickSightClient_1.QuickSightClient {
277
313
  }
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreateTopicCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ const models_2_1 = require("../models/models_2");
8
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
+ class CreateTopicCommand extends smithy_client_1.Command {
10
+ static getEndpointParameterInstructions() {
11
+ return {
12
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
+ Endpoint: { type: "builtInParams", name: "endpoint" },
14
+ Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
16
+ };
17
+ }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
+ resolveMiddleware(clientStack, configuration, options) {
23
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateTopicCommand.getEndpointParameterInstructions()));
25
+ const stack = clientStack.concat(this.middlewareStack);
26
+ const { logger } = configuration;
27
+ const clientName = "QuickSightClient";
28
+ const commandName = "CreateTopicCommand";
29
+ const handlerExecutionContext = {
30
+ logger,
31
+ clientName,
32
+ commandName,
33
+ inputFilterSensitiveLog: models_2_1.CreateTopicRequestFilterSensitiveLog,
34
+ outputFilterSensitiveLog: (_) => _,
35
+ };
36
+ const { requestHandler } = configuration;
37
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
+ }
39
+ serialize(input, context) {
40
+ return (0, Aws_restJson1_1.se_CreateTopicCommand)(input, context);
41
+ }
42
+ deserialize(output, context) {
43
+ return (0, Aws_restJson1_1.de_CreateTopicCommand)(output, context);
44
+ }
45
+ }
46
+ exports.CreateTopicCommand = CreateTopicCommand;
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreateTopicRefreshScheduleCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class CreateTopicRefreshScheduleCommand extends smithy_client_1.Command {
9
+ static getEndpointParameterInstructions() {
10
+ return {
11
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
12
+ Endpoint: { type: "builtInParams", name: "endpoint" },
13
+ Region: { type: "builtInParams", name: "region" },
14
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
+ };
16
+ }
17
+ constructor(input) {
18
+ super();
19
+ this.input = input;
20
+ }
21
+ resolveMiddleware(clientStack, configuration, options) {
22
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
23
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateTopicRefreshScheduleCommand.getEndpointParameterInstructions()));
24
+ const stack = clientStack.concat(this.middlewareStack);
25
+ const { logger } = configuration;
26
+ const clientName = "QuickSightClient";
27
+ const commandName = "CreateTopicRefreshScheduleCommand";
28
+ const handlerExecutionContext = {
29
+ logger,
30
+ clientName,
31
+ commandName,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
34
+ };
35
+ const { requestHandler } = configuration;
36
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
+ }
38
+ serialize(input, context) {
39
+ return (0, Aws_restJson1_1.se_CreateTopicRefreshScheduleCommand)(input, context);
40
+ }
41
+ deserialize(output, context) {
42
+ return (0, Aws_restJson1_1.de_CreateTopicRefreshScheduleCommand)(output, context);
43
+ }
44
+ }
45
+ exports.CreateTopicRefreshScheduleCommand = CreateTopicRefreshScheduleCommand;
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreateVPCConnectionCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class CreateVPCConnectionCommand extends smithy_client_1.Command {
9
+ static getEndpointParameterInstructions() {
10
+ return {
11
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
12
+ Endpoint: { type: "builtInParams", name: "endpoint" },
13
+ Region: { type: "builtInParams", name: "region" },
14
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
+ };
16
+ }
17
+ constructor(input) {
18
+ super();
19
+ this.input = input;
20
+ }
21
+ resolveMiddleware(clientStack, configuration, options) {
22
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
23
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateVPCConnectionCommand.getEndpointParameterInstructions()));
24
+ const stack = clientStack.concat(this.middlewareStack);
25
+ const { logger } = configuration;
26
+ const clientName = "QuickSightClient";
27
+ const commandName = "CreateVPCConnectionCommand";
28
+ const handlerExecutionContext = {
29
+ logger,
30
+ clientName,
31
+ commandName,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
34
+ };
35
+ const { requestHandler } = configuration;
36
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
+ }
38
+ serialize(input, context) {
39
+ return (0, Aws_restJson1_1.se_CreateVPCConnectionCommand)(input, context);
40
+ }
41
+ deserialize(output, context) {
42
+ return (0, Aws_restJson1_1.de_CreateVPCConnectionCommand)(output, context);
43
+ }
44
+ }
45
+ exports.CreateVPCConnectionCommand = CreateVPCConnectionCommand;
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DeleteTopicCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class DeleteTopicCommand extends smithy_client_1.Command {
9
+ static getEndpointParameterInstructions() {
10
+ return {
11
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
12
+ Endpoint: { type: "builtInParams", name: "endpoint" },
13
+ Region: { type: "builtInParams", name: "region" },
14
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
+ };
16
+ }
17
+ constructor(input) {
18
+ super();
19
+ this.input = input;
20
+ }
21
+ resolveMiddleware(clientStack, configuration, options) {
22
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
23
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteTopicCommand.getEndpointParameterInstructions()));
24
+ const stack = clientStack.concat(this.middlewareStack);
25
+ const { logger } = configuration;
26
+ const clientName = "QuickSightClient";
27
+ const commandName = "DeleteTopicCommand";
28
+ const handlerExecutionContext = {
29
+ logger,
30
+ clientName,
31
+ commandName,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
34
+ };
35
+ const { requestHandler } = configuration;
36
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
+ }
38
+ serialize(input, context) {
39
+ return (0, Aws_restJson1_1.se_DeleteTopicCommand)(input, context);
40
+ }
41
+ deserialize(output, context) {
42
+ return (0, Aws_restJson1_1.de_DeleteTopicCommand)(output, context);
43
+ }
44
+ }
45
+ exports.DeleteTopicCommand = DeleteTopicCommand;
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DeleteTopicRefreshScheduleCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class DeleteTopicRefreshScheduleCommand extends smithy_client_1.Command {
9
+ static getEndpointParameterInstructions() {
10
+ return {
11
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
12
+ Endpoint: { type: "builtInParams", name: "endpoint" },
13
+ Region: { type: "builtInParams", name: "region" },
14
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
+ };
16
+ }
17
+ constructor(input) {
18
+ super();
19
+ this.input = input;
20
+ }
21
+ resolveMiddleware(clientStack, configuration, options) {
22
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
23
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteTopicRefreshScheduleCommand.getEndpointParameterInstructions()));
24
+ const stack = clientStack.concat(this.middlewareStack);
25
+ const { logger } = configuration;
26
+ const clientName = "QuickSightClient";
27
+ const commandName = "DeleteTopicRefreshScheduleCommand";
28
+ const handlerExecutionContext = {
29
+ logger,
30
+ clientName,
31
+ commandName,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
34
+ };
35
+ const { requestHandler } = configuration;
36
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
+ }
38
+ serialize(input, context) {
39
+ return (0, Aws_restJson1_1.se_DeleteTopicRefreshScheduleCommand)(input, context);
40
+ }
41
+ deserialize(output, context) {
42
+ return (0, Aws_restJson1_1.de_DeleteTopicRefreshScheduleCommand)(output, context);
43
+ }
44
+ }
45
+ exports.DeleteTopicRefreshScheduleCommand = DeleteTopicRefreshScheduleCommand;
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DeleteVPCConnectionCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class DeleteVPCConnectionCommand extends smithy_client_1.Command {
9
+ static getEndpointParameterInstructions() {
10
+ return {
11
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
12
+ Endpoint: { type: "builtInParams", name: "endpoint" },
13
+ Region: { type: "builtInParams", name: "region" },
14
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
+ };
16
+ }
17
+ constructor(input) {
18
+ super();
19
+ this.input = input;
20
+ }
21
+ resolveMiddleware(clientStack, configuration, options) {
22
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
23
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteVPCConnectionCommand.getEndpointParameterInstructions()));
24
+ const stack = clientStack.concat(this.middlewareStack);
25
+ const { logger } = configuration;
26
+ const clientName = "QuickSightClient";
27
+ const commandName = "DeleteVPCConnectionCommand";
28
+ const handlerExecutionContext = {
29
+ logger,
30
+ clientName,
31
+ commandName,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
34
+ };
35
+ const { requestHandler } = configuration;
36
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
+ }
38
+ serialize(input, context) {
39
+ return (0, Aws_restJson1_1.se_DeleteVPCConnectionCommand)(input, context);
40
+ }
41
+ deserialize(output, context) {
42
+ return (0, Aws_restJson1_1.de_DeleteVPCConnectionCommand)(output, context);
43
+ }
44
+ }
45
+ exports.DeleteVPCConnectionCommand = DeleteVPCConnectionCommand;
@@ -4,7 +4,7 @@ exports.DescribeDataSetCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_2_1 = require("../models/models_2");
7
+ const models_3_1 = require("../models/models_3");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class DescribeDataSetCommand extends smithy_client_1.Command {
10
10
  static getEndpointParameterInstructions() {
@@ -31,7 +31,7 @@ class DescribeDataSetCommand extends smithy_client_1.Command {
31
31
  clientName,
32
32
  commandName,
33
33
  inputFilterSensitiveLog: (_) => _,
34
- outputFilterSensitiveLog: models_2_1.DescribeDataSetResponseFilterSensitiveLog,
34
+ outputFilterSensitiveLog: models_3_1.DescribeDataSetResponseFilterSensitiveLog,
35
35
  };
36
36
  const { requestHandler } = configuration;
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,7 @@ exports.DescribeTemplateDefinitionCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_2_1 = require("../models/models_2");
7
+ const models_3_1 = require("../models/models_3");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class DescribeTemplateDefinitionCommand extends smithy_client_1.Command {
10
10
  static getEndpointParameterInstructions() {
@@ -31,7 +31,7 @@ class DescribeTemplateDefinitionCommand extends smithy_client_1.Command {
31
31
  clientName,
32
32
  commandName,
33
33
  inputFilterSensitiveLog: (_) => _,
34
- outputFilterSensitiveLog: models_2_1.DescribeTemplateDefinitionResponseFilterSensitiveLog,
34
+ outputFilterSensitiveLog: models_3_1.DescribeTemplateDefinitionResponseFilterSensitiveLog,
35
35
  };
36
36
  const { requestHandler } = configuration;
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);