@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
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListTopicsCommandInput,
4
+ ListTopicsCommandOutput,
5
+ } from "../commands/ListTopicsCommand";
6
+ import { QuickSightPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListTopics(
8
+ config: QuickSightPaginationConfiguration,
9
+ input: ListTopicsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListTopicsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListVPCConnectionsCommandInput,
4
+ ListVPCConnectionsCommandOutput,
5
+ } from "../commands/ListVPCConnectionsCommand";
6
+ import { QuickSightPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListVPCConnections(
8
+ config: QuickSightPaginationConfiguration,
9
+ input: ListVPCConnectionsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListVPCConnectionsCommandOutput>;
@@ -11,6 +11,8 @@ export * from "./ListTemplateVersionsPaginator";
11
11
  export * from "./ListTemplatesPaginator";
12
12
  export * from "./ListThemeVersionsPaginator";
13
13
  export * from "./ListThemesPaginator";
14
+ export * from "./ListTopicsPaginator";
15
+ export * from "./ListVPCConnectionsPaginator";
14
16
  export * from "./SearchAnalysesPaginator";
15
17
  export * from "./SearchDashboardsPaginator";
16
18
  export * from "./SearchDataSetsPaginator";
@@ -79,6 +79,18 @@ import {
79
79
  CreateThemeCommandInput,
80
80
  CreateThemeCommandOutput,
81
81
  } from "../commands/CreateThemeCommand";
82
+ import {
83
+ CreateTopicCommandInput,
84
+ CreateTopicCommandOutput,
85
+ } from "../commands/CreateTopicCommand";
86
+ import {
87
+ CreateTopicRefreshScheduleCommandInput,
88
+ CreateTopicRefreshScheduleCommandOutput,
89
+ } from "../commands/CreateTopicRefreshScheduleCommand";
90
+ import {
91
+ CreateVPCConnectionCommandInput,
92
+ CreateVPCConnectionCommandOutput,
93
+ } from "../commands/CreateVPCConnectionCommand";
82
94
  import {
83
95
  DeleteAccountCustomizationCommandInput,
84
96
  DeleteAccountCustomizationCommandOutput,
@@ -151,6 +163,14 @@ import {
151
163
  DeleteThemeCommandInput,
152
164
  DeleteThemeCommandOutput,
153
165
  } from "../commands/DeleteThemeCommand";
166
+ import {
167
+ DeleteTopicCommandInput,
168
+ DeleteTopicCommandOutput,
169
+ } from "../commands/DeleteTopicCommand";
170
+ import {
171
+ DeleteTopicRefreshScheduleCommandInput,
172
+ DeleteTopicRefreshScheduleCommandOutput,
173
+ } from "../commands/DeleteTopicRefreshScheduleCommand";
154
174
  import {
155
175
  DeleteUserByPrincipalIdCommandInput,
156
176
  DeleteUserByPrincipalIdCommandOutput,
@@ -159,6 +179,10 @@ import {
159
179
  DeleteUserCommandInput,
160
180
  DeleteUserCommandOutput,
161
181
  } from "../commands/DeleteUserCommand";
182
+ import {
183
+ DeleteVPCConnectionCommandInput,
184
+ DeleteVPCConnectionCommandOutput,
185
+ } from "../commands/DeleteVPCConnectionCommand";
162
186
  import {
163
187
  DescribeAccountCustomizationCommandInput,
164
188
  DescribeAccountCustomizationCommandOutput,
@@ -283,10 +307,30 @@ import {
283
307
  DescribeThemePermissionsCommandInput,
284
308
  DescribeThemePermissionsCommandOutput,
285
309
  } from "../commands/DescribeThemePermissionsCommand";
310
+ import {
311
+ DescribeTopicCommandInput,
312
+ DescribeTopicCommandOutput,
313
+ } from "../commands/DescribeTopicCommand";
314
+ import {
315
+ DescribeTopicPermissionsCommandInput,
316
+ DescribeTopicPermissionsCommandOutput,
317
+ } from "../commands/DescribeTopicPermissionsCommand";
318
+ import {
319
+ DescribeTopicRefreshCommandInput,
320
+ DescribeTopicRefreshCommandOutput,
321
+ } from "../commands/DescribeTopicRefreshCommand";
322
+ import {
323
+ DescribeTopicRefreshScheduleCommandInput,
324
+ DescribeTopicRefreshScheduleCommandOutput,
325
+ } from "../commands/DescribeTopicRefreshScheduleCommand";
286
326
  import {
287
327
  DescribeUserCommandInput,
288
328
  DescribeUserCommandOutput,
289
329
  } from "../commands/DescribeUserCommand";
330
+ import {
331
+ DescribeVPCConnectionCommandInput,
332
+ DescribeVPCConnectionCommandOutput,
333
+ } from "../commands/DescribeVPCConnectionCommand";
290
334
  import {
291
335
  GenerateEmbedUrlForAnonymousUserCommandInput,
292
336
  GenerateEmbedUrlForAnonymousUserCommandOutput,
@@ -387,6 +431,14 @@ import {
387
431
  ListThemeVersionsCommandInput,
388
432
  ListThemeVersionsCommandOutput,
389
433
  } from "../commands/ListThemeVersionsCommand";
434
+ import {
435
+ ListTopicRefreshSchedulesCommandInput,
436
+ ListTopicRefreshSchedulesCommandOutput,
437
+ } from "../commands/ListTopicRefreshSchedulesCommand";
438
+ import {
439
+ ListTopicsCommandInput,
440
+ ListTopicsCommandOutput,
441
+ } from "../commands/ListTopicsCommand";
390
442
  import {
391
443
  ListUserGroupsCommandInput,
392
444
  ListUserGroupsCommandOutput,
@@ -395,6 +447,10 @@ import {
395
447
  ListUsersCommandInput,
396
448
  ListUsersCommandOutput,
397
449
  } from "../commands/ListUsersCommand";
450
+ import {
451
+ ListVPCConnectionsCommandInput,
452
+ ListVPCConnectionsCommandOutput,
453
+ } from "../commands/ListVPCConnectionsCommand";
398
454
  import {
399
455
  PutDataSetRefreshPropertiesCommandInput,
400
456
  PutDataSetRefreshPropertiesCommandOutput,
@@ -535,10 +591,26 @@ import {
535
591
  UpdateThemePermissionsCommandInput,
536
592
  UpdateThemePermissionsCommandOutput,
537
593
  } from "../commands/UpdateThemePermissionsCommand";
594
+ import {
595
+ UpdateTopicCommandInput,
596
+ UpdateTopicCommandOutput,
597
+ } from "../commands/UpdateTopicCommand";
598
+ import {
599
+ UpdateTopicPermissionsCommandInput,
600
+ UpdateTopicPermissionsCommandOutput,
601
+ } from "../commands/UpdateTopicPermissionsCommand";
602
+ import {
603
+ UpdateTopicRefreshScheduleCommandInput,
604
+ UpdateTopicRefreshScheduleCommandOutput,
605
+ } from "../commands/UpdateTopicRefreshScheduleCommand";
538
606
  import {
539
607
  UpdateUserCommandInput,
540
608
  UpdateUserCommandOutput,
541
609
  } from "../commands/UpdateUserCommand";
610
+ import {
611
+ UpdateVPCConnectionCommandInput,
612
+ UpdateVPCConnectionCommandOutput,
613
+ } from "../commands/UpdateVPCConnectionCommand";
542
614
  export declare const se_CancelIngestionCommand: (
543
615
  input: CancelIngestionCommandInput,
544
616
  context: __SerdeContext
@@ -615,6 +687,18 @@ export declare const se_CreateThemeAliasCommand: (
615
687
  input: CreateThemeAliasCommandInput,
616
688
  context: __SerdeContext
617
689
  ) => Promise<__HttpRequest>;
690
+ export declare const se_CreateTopicCommand: (
691
+ input: CreateTopicCommandInput,
692
+ context: __SerdeContext
693
+ ) => Promise<__HttpRequest>;
694
+ export declare const se_CreateTopicRefreshScheduleCommand: (
695
+ input: CreateTopicRefreshScheduleCommandInput,
696
+ context: __SerdeContext
697
+ ) => Promise<__HttpRequest>;
698
+ export declare const se_CreateVPCConnectionCommand: (
699
+ input: CreateVPCConnectionCommandInput,
700
+ context: __SerdeContext
701
+ ) => Promise<__HttpRequest>;
618
702
  export declare const se_DeleteAccountCustomizationCommand: (
619
703
  input: DeleteAccountCustomizationCommandInput,
620
704
  context: __SerdeContext
@@ -687,6 +771,14 @@ export declare const se_DeleteThemeAliasCommand: (
687
771
  input: DeleteThemeAliasCommandInput,
688
772
  context: __SerdeContext
689
773
  ) => Promise<__HttpRequest>;
774
+ export declare const se_DeleteTopicCommand: (
775
+ input: DeleteTopicCommandInput,
776
+ context: __SerdeContext
777
+ ) => Promise<__HttpRequest>;
778
+ export declare const se_DeleteTopicRefreshScheduleCommand: (
779
+ input: DeleteTopicRefreshScheduleCommandInput,
780
+ context: __SerdeContext
781
+ ) => Promise<__HttpRequest>;
690
782
  export declare const se_DeleteUserCommand: (
691
783
  input: DeleteUserCommandInput,
692
784
  context: __SerdeContext
@@ -695,6 +787,10 @@ export declare const se_DeleteUserByPrincipalIdCommand: (
695
787
  input: DeleteUserByPrincipalIdCommandInput,
696
788
  context: __SerdeContext
697
789
  ) => Promise<__HttpRequest>;
790
+ export declare const se_DeleteVPCConnectionCommand: (
791
+ input: DeleteVPCConnectionCommandInput,
792
+ context: __SerdeContext
793
+ ) => Promise<__HttpRequest>;
698
794
  export declare const se_DescribeAccountCustomizationCommand: (
699
795
  input: DescribeAccountCustomizationCommandInput,
700
796
  context: __SerdeContext
@@ -819,10 +915,30 @@ export declare const se_DescribeThemePermissionsCommand: (
819
915
  input: DescribeThemePermissionsCommandInput,
820
916
  context: __SerdeContext
821
917
  ) => Promise<__HttpRequest>;
918
+ export declare const se_DescribeTopicCommand: (
919
+ input: DescribeTopicCommandInput,
920
+ context: __SerdeContext
921
+ ) => Promise<__HttpRequest>;
922
+ export declare const se_DescribeTopicPermissionsCommand: (
923
+ input: DescribeTopicPermissionsCommandInput,
924
+ context: __SerdeContext
925
+ ) => Promise<__HttpRequest>;
926
+ export declare const se_DescribeTopicRefreshCommand: (
927
+ input: DescribeTopicRefreshCommandInput,
928
+ context: __SerdeContext
929
+ ) => Promise<__HttpRequest>;
930
+ export declare const se_DescribeTopicRefreshScheduleCommand: (
931
+ input: DescribeTopicRefreshScheduleCommandInput,
932
+ context: __SerdeContext
933
+ ) => Promise<__HttpRequest>;
822
934
  export declare const se_DescribeUserCommand: (
823
935
  input: DescribeUserCommandInput,
824
936
  context: __SerdeContext
825
937
  ) => Promise<__HttpRequest>;
938
+ export declare const se_DescribeVPCConnectionCommand: (
939
+ input: DescribeVPCConnectionCommandInput,
940
+ context: __SerdeContext
941
+ ) => Promise<__HttpRequest>;
826
942
  export declare const se_GenerateEmbedUrlForAnonymousUserCommand: (
827
943
  input: GenerateEmbedUrlForAnonymousUserCommandInput,
828
944
  context: __SerdeContext
@@ -923,6 +1039,14 @@ export declare const se_ListThemeVersionsCommand: (
923
1039
  input: ListThemeVersionsCommandInput,
924
1040
  context: __SerdeContext
925
1041
  ) => Promise<__HttpRequest>;
1042
+ export declare const se_ListTopicRefreshSchedulesCommand: (
1043
+ input: ListTopicRefreshSchedulesCommandInput,
1044
+ context: __SerdeContext
1045
+ ) => Promise<__HttpRequest>;
1046
+ export declare const se_ListTopicsCommand: (
1047
+ input: ListTopicsCommandInput,
1048
+ context: __SerdeContext
1049
+ ) => Promise<__HttpRequest>;
926
1050
  export declare const se_ListUserGroupsCommand: (
927
1051
  input: ListUserGroupsCommandInput,
928
1052
  context: __SerdeContext
@@ -931,6 +1055,10 @@ export declare const se_ListUsersCommand: (
931
1055
  input: ListUsersCommandInput,
932
1056
  context: __SerdeContext
933
1057
  ) => Promise<__HttpRequest>;
1058
+ export declare const se_ListVPCConnectionsCommand: (
1059
+ input: ListVPCConnectionsCommandInput,
1060
+ context: __SerdeContext
1061
+ ) => Promise<__HttpRequest>;
934
1062
  export declare const se_PutDataSetRefreshPropertiesCommand: (
935
1063
  input: PutDataSetRefreshPropertiesCommandInput,
936
1064
  context: __SerdeContext
@@ -1071,10 +1199,26 @@ export declare const se_UpdateThemePermissionsCommand: (
1071
1199
  input: UpdateThemePermissionsCommandInput,
1072
1200
  context: __SerdeContext
1073
1201
  ) => Promise<__HttpRequest>;
1202
+ export declare const se_UpdateTopicCommand: (
1203
+ input: UpdateTopicCommandInput,
1204
+ context: __SerdeContext
1205
+ ) => Promise<__HttpRequest>;
1206
+ export declare const se_UpdateTopicPermissionsCommand: (
1207
+ input: UpdateTopicPermissionsCommandInput,
1208
+ context: __SerdeContext
1209
+ ) => Promise<__HttpRequest>;
1210
+ export declare const se_UpdateTopicRefreshScheduleCommand: (
1211
+ input: UpdateTopicRefreshScheduleCommandInput,
1212
+ context: __SerdeContext
1213
+ ) => Promise<__HttpRequest>;
1074
1214
  export declare const se_UpdateUserCommand: (
1075
1215
  input: UpdateUserCommandInput,
1076
1216
  context: __SerdeContext
1077
1217
  ) => Promise<__HttpRequest>;
1218
+ export declare const se_UpdateVPCConnectionCommand: (
1219
+ input: UpdateVPCConnectionCommandInput,
1220
+ context: __SerdeContext
1221
+ ) => Promise<__HttpRequest>;
1078
1222
  export declare const de_CancelIngestionCommand: (
1079
1223
  output: __HttpResponse,
1080
1224
  context: __SerdeContext
@@ -1151,6 +1295,18 @@ export declare const de_CreateThemeAliasCommand: (
1151
1295
  output: __HttpResponse,
1152
1296
  context: __SerdeContext
1153
1297
  ) => Promise<CreateThemeAliasCommandOutput>;
1298
+ export declare const de_CreateTopicCommand: (
1299
+ output: __HttpResponse,
1300
+ context: __SerdeContext
1301
+ ) => Promise<CreateTopicCommandOutput>;
1302
+ export declare const de_CreateTopicRefreshScheduleCommand: (
1303
+ output: __HttpResponse,
1304
+ context: __SerdeContext
1305
+ ) => Promise<CreateTopicRefreshScheduleCommandOutput>;
1306
+ export declare const de_CreateVPCConnectionCommand: (
1307
+ output: __HttpResponse,
1308
+ context: __SerdeContext
1309
+ ) => Promise<CreateVPCConnectionCommandOutput>;
1154
1310
  export declare const de_DeleteAccountCustomizationCommand: (
1155
1311
  output: __HttpResponse,
1156
1312
  context: __SerdeContext
@@ -1223,6 +1379,14 @@ export declare const de_DeleteThemeAliasCommand: (
1223
1379
  output: __HttpResponse,
1224
1380
  context: __SerdeContext
1225
1381
  ) => Promise<DeleteThemeAliasCommandOutput>;
1382
+ export declare const de_DeleteTopicCommand: (
1383
+ output: __HttpResponse,
1384
+ context: __SerdeContext
1385
+ ) => Promise<DeleteTopicCommandOutput>;
1386
+ export declare const de_DeleteTopicRefreshScheduleCommand: (
1387
+ output: __HttpResponse,
1388
+ context: __SerdeContext
1389
+ ) => Promise<DeleteTopicRefreshScheduleCommandOutput>;
1226
1390
  export declare const de_DeleteUserCommand: (
1227
1391
  output: __HttpResponse,
1228
1392
  context: __SerdeContext
@@ -1231,6 +1395,10 @@ export declare const de_DeleteUserByPrincipalIdCommand: (
1231
1395
  output: __HttpResponse,
1232
1396
  context: __SerdeContext
1233
1397
  ) => Promise<DeleteUserByPrincipalIdCommandOutput>;
1398
+ export declare const de_DeleteVPCConnectionCommand: (
1399
+ output: __HttpResponse,
1400
+ context: __SerdeContext
1401
+ ) => Promise<DeleteVPCConnectionCommandOutput>;
1234
1402
  export declare const de_DescribeAccountCustomizationCommand: (
1235
1403
  output: __HttpResponse,
1236
1404
  context: __SerdeContext
@@ -1355,10 +1523,30 @@ export declare const de_DescribeThemePermissionsCommand: (
1355
1523
  output: __HttpResponse,
1356
1524
  context: __SerdeContext
1357
1525
  ) => Promise<DescribeThemePermissionsCommandOutput>;
1526
+ export declare const de_DescribeTopicCommand: (
1527
+ output: __HttpResponse,
1528
+ context: __SerdeContext
1529
+ ) => Promise<DescribeTopicCommandOutput>;
1530
+ export declare const de_DescribeTopicPermissionsCommand: (
1531
+ output: __HttpResponse,
1532
+ context: __SerdeContext
1533
+ ) => Promise<DescribeTopicPermissionsCommandOutput>;
1534
+ export declare const de_DescribeTopicRefreshCommand: (
1535
+ output: __HttpResponse,
1536
+ context: __SerdeContext
1537
+ ) => Promise<DescribeTopicRefreshCommandOutput>;
1538
+ export declare const de_DescribeTopicRefreshScheduleCommand: (
1539
+ output: __HttpResponse,
1540
+ context: __SerdeContext
1541
+ ) => Promise<DescribeTopicRefreshScheduleCommandOutput>;
1358
1542
  export declare const de_DescribeUserCommand: (
1359
1543
  output: __HttpResponse,
1360
1544
  context: __SerdeContext
1361
1545
  ) => Promise<DescribeUserCommandOutput>;
1546
+ export declare const de_DescribeVPCConnectionCommand: (
1547
+ output: __HttpResponse,
1548
+ context: __SerdeContext
1549
+ ) => Promise<DescribeVPCConnectionCommandOutput>;
1362
1550
  export declare const de_GenerateEmbedUrlForAnonymousUserCommand: (
1363
1551
  output: __HttpResponse,
1364
1552
  context: __SerdeContext
@@ -1459,6 +1647,14 @@ export declare const de_ListThemeVersionsCommand: (
1459
1647
  output: __HttpResponse,
1460
1648
  context: __SerdeContext
1461
1649
  ) => Promise<ListThemeVersionsCommandOutput>;
1650
+ export declare const de_ListTopicRefreshSchedulesCommand: (
1651
+ output: __HttpResponse,
1652
+ context: __SerdeContext
1653
+ ) => Promise<ListTopicRefreshSchedulesCommandOutput>;
1654
+ export declare const de_ListTopicsCommand: (
1655
+ output: __HttpResponse,
1656
+ context: __SerdeContext
1657
+ ) => Promise<ListTopicsCommandOutput>;
1462
1658
  export declare const de_ListUserGroupsCommand: (
1463
1659
  output: __HttpResponse,
1464
1660
  context: __SerdeContext
@@ -1467,6 +1663,10 @@ export declare const de_ListUsersCommand: (
1467
1663
  output: __HttpResponse,
1468
1664
  context: __SerdeContext
1469
1665
  ) => Promise<ListUsersCommandOutput>;
1666
+ export declare const de_ListVPCConnectionsCommand: (
1667
+ output: __HttpResponse,
1668
+ context: __SerdeContext
1669
+ ) => Promise<ListVPCConnectionsCommandOutput>;
1470
1670
  export declare const de_PutDataSetRefreshPropertiesCommand: (
1471
1671
  output: __HttpResponse,
1472
1672
  context: __SerdeContext
@@ -1607,7 +1807,23 @@ export declare const de_UpdateThemePermissionsCommand: (
1607
1807
  output: __HttpResponse,
1608
1808
  context: __SerdeContext
1609
1809
  ) => Promise<UpdateThemePermissionsCommandOutput>;
1810
+ export declare const de_UpdateTopicCommand: (
1811
+ output: __HttpResponse,
1812
+ context: __SerdeContext
1813
+ ) => Promise<UpdateTopicCommandOutput>;
1814
+ export declare const de_UpdateTopicPermissionsCommand: (
1815
+ output: __HttpResponse,
1816
+ context: __SerdeContext
1817
+ ) => Promise<UpdateTopicPermissionsCommandOutput>;
1818
+ export declare const de_UpdateTopicRefreshScheduleCommand: (
1819
+ output: __HttpResponse,
1820
+ context: __SerdeContext
1821
+ ) => Promise<UpdateTopicRefreshScheduleCommandOutput>;
1610
1822
  export declare const de_UpdateUserCommand: (
1611
1823
  output: __HttpResponse,
1612
1824
  context: __SerdeContext
1613
1825
  ) => Promise<UpdateUserCommandOutput>;
1826
+ export declare const de_UpdateVPCConnectionCommand: (
1827
+ output: __HttpResponse,
1828
+ context: __SerdeContext
1829
+ ) => Promise<UpdateVPCConnectionCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-quicksight",
3
3
  "description": "AWS SDK for JavaScript Quicksight Client for Node.js, Browser and React Native",
4
- "version": "3.325.0",
4
+ "version": "3.327.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.325.0",
24
+ "@aws-sdk/client-sts": "3.327.0",
25
25
  "@aws-sdk/config-resolver": "3.310.0",
26
- "@aws-sdk/credential-provider-node": "3.325.0",
26
+ "@aws-sdk/credential-provider-node": "3.327.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.310.0",
28
28
  "@aws-sdk/hash-node": "3.310.0",
29
29
  "@aws-sdk/invalid-dependency": "3.310.0",
@@ -32,11 +32,11 @@
32
32
  "@aws-sdk/middleware-host-header": "3.325.0",
33
33
  "@aws-sdk/middleware-logger": "3.325.0",
34
34
  "@aws-sdk/middleware-recursion-detection": "3.325.0",
35
- "@aws-sdk/middleware-retry": "3.325.0",
35
+ "@aws-sdk/middleware-retry": "3.327.0",
36
36
  "@aws-sdk/middleware-serde": "3.325.0",
37
37
  "@aws-sdk/middleware-signing": "3.325.0",
38
38
  "@aws-sdk/middleware-stack": "3.325.0",
39
- "@aws-sdk/middleware-user-agent": "3.325.0",
39
+ "@aws-sdk/middleware-user-agent": "3.327.0",
40
40
  "@aws-sdk/node-config-provider": "3.310.0",
41
41
  "@aws-sdk/node-http-handler": "3.321.1",
42
42
  "@aws-sdk/protocol-http": "3.310.0",
@@ -48,8 +48,8 @@
48
48
  "@aws-sdk/util-body-length-node": "3.310.0",
49
49
  "@aws-sdk/util-defaults-mode-browser": "3.325.0",
50
50
  "@aws-sdk/util-defaults-mode-node": "3.325.0",
51
- "@aws-sdk/util-endpoints": "3.319.0",
52
- "@aws-sdk/util-retry": "3.310.0",
51
+ "@aws-sdk/util-endpoints": "3.327.0",
52
+ "@aws-sdk/util-retry": "3.327.0",
53
53
  "@aws-sdk/util-user-agent-browser": "3.310.0",
54
54
  "@aws-sdk/util-user-agent-node": "3.310.0",
55
55
  "@aws-sdk/util-utf8": "3.310.0",