@huaweicloud/huaweicloud-sdk-kafka 3.1.177 → 3.1.179

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 (360) hide show
  1. package/package.json +2 -2
  2. package/v2/KafkaClient.d.ts +729 -68
  3. package/v2/KafkaClient.d.ts.map +1 -1
  4. package/v2/KafkaClient.js +1427 -106
  5. package/v2/KafkaClient.js.map +1 -1
  6. package/v2/model/AlterAutoVolumeExpandConfig.d.ts +20 -0
  7. package/v2/model/AlterAutoVolumeExpandConfig.d.ts.map +1 -0
  8. package/v2/model/AlterAutoVolumeExpandConfig.js +50 -0
  9. package/v2/model/AlterAutoVolumeExpandConfig.js.map +1 -0
  10. package/v2/model/BatchModiftGroupDescriptionReq.d.ts +7 -0
  11. package/v2/model/{BatchModifyGroupDescriptionReq.d.ts.map → BatchModiftGroupDescriptionReq.d.ts.map} +1 -1
  12. package/v2/model/BatchModiftGroupDescriptionReq.js +13 -0
  13. package/v2/model/{BatchModifyGroupDescriptionReq.js.map → BatchModiftGroupDescriptionReq.js.map} +1 -1
  14. package/v2/model/BatchResumeInstanceReq.d.ts +6 -0
  15. package/v2/model/BatchResumeInstanceReq.d.ts.map +1 -0
  16. package/v2/model/BatchResumeInstanceReq.js +13 -0
  17. package/v2/model/BatchResumeInstanceReq.js.map +1 -0
  18. package/v2/model/CreateInstanceByEngineReq.d.ts +3 -1
  19. package/v2/model/CreateInstanceByEngineReq.d.ts.map +1 -1
  20. package/v2/model/CreateInstanceByEngineReq.js +2 -0
  21. package/v2/model/CreateInstanceByEngineReq.js.map +1 -1
  22. package/v2/model/CreateKafkaUserClientQuotaTaskReq.d.ts +4 -4
  23. package/v2/model/CreateKafkaUserClientQuotaTaskReq.js +12 -12
  24. package/v2/model/DeleteInstanceConsumerGroupRequest.d.ts +12 -0
  25. package/v2/model/DeleteInstanceConsumerGroupRequest.d.ts.map +1 -0
  26. package/v2/model/DeleteInstanceConsumerGroupRequest.js +30 -0
  27. package/v2/model/DeleteInstanceConsumerGroupRequest.js.map +1 -0
  28. package/v2/model/DeleteInstanceConsumerGroupResponse.d.ts +5 -0
  29. package/v2/model/DeleteInstanceConsumerGroupResponse.d.ts.map +1 -0
  30. package/v2/model/DeleteInstanceConsumerGroupResponse.js +11 -0
  31. package/v2/model/DeleteInstanceConsumerGroupResponse.js.map +1 -0
  32. package/v2/model/DeleteKafkaUserClientQuotaTaskReq.d.ts +2 -2
  33. package/v2/model/DeleteKafkaUserClientQuotaTaskReq.js +6 -6
  34. package/v2/model/DeleteScheduledTaskRequest.d.ts +12 -0
  35. package/v2/model/DeleteScheduledTaskRequest.d.ts.map +1 -0
  36. package/v2/model/DeleteScheduledTaskRequest.js +31 -0
  37. package/v2/model/DeleteScheduledTaskRequest.js.map +1 -0
  38. package/v2/model/DeleteScheduledTaskResponse.d.ts +5 -0
  39. package/v2/model/DeleteScheduledTaskResponse.d.ts.map +1 -0
  40. package/v2/model/DeleteScheduledTaskResponse.js +11 -0
  41. package/v2/model/DeleteScheduledTaskResponse.js.map +1 -0
  42. package/v2/model/DeleteUserRequest.d.ts +12 -0
  43. package/v2/model/DeleteUserRequest.d.ts.map +1 -0
  44. package/v2/model/DeleteUserRequest.js +31 -0
  45. package/v2/model/DeleteUserRequest.js.map +1 -0
  46. package/v2/model/DeleteUserResponse.d.ts +7 -0
  47. package/v2/model/DeleteUserResponse.d.ts.map +1 -0
  48. package/v2/model/DeleteUserResponse.js +15 -0
  49. package/v2/model/DeleteUserResponse.js.map +1 -0
  50. package/v2/model/DescribeGroupsRespGroup.d.ts +8 -10
  51. package/v2/model/DescribeGroupsRespGroup.d.ts.map +1 -1
  52. package/v2/model/DescribeGroupsRespGroup.js +18 -18
  53. package/v2/model/DescribeGroupsRespGroup.js.map +1 -1
  54. package/v2/model/InstanceRecycleInfo.d.ts +38 -0
  55. package/v2/model/InstanceRecycleInfo.d.ts.map +1 -0
  56. package/v2/model/InstanceRecycleInfo.js +91 -0
  57. package/v2/model/InstanceRecycleInfo.js.map +1 -0
  58. package/v2/model/InstanceResumeResult.d.ts +16 -0
  59. package/v2/model/InstanceResumeResult.d.ts.map +1 -0
  60. package/v2/model/InstanceResumeResult.js +39 -0
  61. package/v2/model/InstanceResumeResult.js.map +1 -0
  62. package/v2/model/KafkaTopicQuota.d.ts +2 -2
  63. package/v2/model/KafkaTopicQuota.js +6 -6
  64. package/v2/model/ListBackgroundTasksRequest.d.ts +2 -2
  65. package/v2/model/ListBackgroundTasksRequest.d.ts.map +1 -1
  66. package/v2/model/ListBackgroundTasksRequest.js +2 -2
  67. package/v2/model/ListBackgroundTasksRequest.js.map +1 -1
  68. package/v2/model/ListConfigFeatures.d.ts +10 -0
  69. package/v2/model/ListConfigFeatures.d.ts.map +1 -0
  70. package/v2/model/ListConfigFeatures.js +21 -0
  71. package/v2/model/ListConfigFeatures.js.map +1 -0
  72. package/v2/model/ListConfigFeaturesRequest.d.ts +4 -0
  73. package/v2/model/ListConfigFeaturesRequest.d.ts.map +1 -0
  74. package/v2/model/ListConfigFeaturesRequest.js +9 -0
  75. package/v2/model/ListConfigFeaturesRequest.js.map +1 -0
  76. package/v2/model/ListConfigFeaturesResponse.d.ts +10 -0
  77. package/v2/model/ListConfigFeaturesResponse.d.ts.map +1 -0
  78. package/v2/model/ListConfigFeaturesResponse.js +19 -0
  79. package/v2/model/ListConfigFeaturesResponse.js.map +1 -0
  80. package/v2/model/ListObsBucketsRequest.d.ts +4 -0
  81. package/v2/model/ListObsBucketsRequest.d.ts.map +1 -0
  82. package/v2/model/ListObsBucketsRequest.js +9 -0
  83. package/v2/model/ListObsBucketsRequest.js.map +1 -0
  84. package/v2/model/ListObsBucketsResponse.d.ts +8 -0
  85. package/v2/model/ListObsBucketsResponse.d.ts.map +1 -0
  86. package/v2/model/ListObsBucketsResponse.js +15 -0
  87. package/v2/model/ListObsBucketsResponse.js.map +1 -0
  88. package/v2/model/ListObsBucketsResponseBody.d.ts +32 -0
  89. package/v2/model/ListObsBucketsResponseBody.d.ts.map +1 -0
  90. package/v2/model/ListObsBucketsResponseBody.js +65 -0
  91. package/v2/model/ListObsBucketsResponseBody.js.map +1 -0
  92. package/v2/model/ListProductsRespDetail1.d.ts +41 -0
  93. package/v2/model/ListProductsRespDetail1.d.ts.map +1 -0
  94. package/v2/model/ListProductsRespDetail1.js +95 -0
  95. package/v2/model/ListProductsRespDetail1.js.map +1 -0
  96. package/v2/model/ListProductsRespIo1.d.ts +24 -0
  97. package/v2/model/ListProductsRespIo1.d.ts.map +1 -0
  98. package/v2/model/ListProductsRespIo1.js +59 -0
  99. package/v2/model/ListProductsRespIo1.js.map +1 -0
  100. package/v2/model/ListProductsRespMonthly.d.ts +11 -0
  101. package/v2/model/ListProductsRespMonthly.d.ts.map +1 -0
  102. package/v2/model/ListProductsRespMonthly.js +21 -0
  103. package/v2/model/ListProductsRespMonthly.js.map +1 -0
  104. package/v2/model/ListProductsRespValues1.d.ts +17 -0
  105. package/v2/model/ListProductsRespValues1.d.ts.map +1 -0
  106. package/v2/model/ListProductsRespValues1.js +37 -0
  107. package/v2/model/ListProductsRespValues1.js.map +1 -0
  108. package/v2/model/ListProductsResponse.d.ts +4 -3
  109. package/v2/model/ListProductsResponse.d.ts.map +1 -1
  110. package/v2/model/ListProductsResponse.js.map +1 -1
  111. package/v2/model/ListScheduledTasksRequest.d.ts +20 -0
  112. package/v2/model/ListScheduledTasksRequest.d.ts.map +1 -0
  113. package/v2/model/ListScheduledTasksRequest.js +48 -0
  114. package/v2/model/ListScheduledTasksRequest.js.map +1 -0
  115. package/v2/model/ListScheduledTasksResponse.d.ts +12 -0
  116. package/v2/model/ListScheduledTasksResponse.d.ts.map +1 -0
  117. package/v2/model/ListScheduledTasksResponse.js +25 -0
  118. package/v2/model/ListScheduledTasksResponse.js.map +1 -0
  119. package/v2/model/ListUserPoliciesRequest.d.ts +21 -0
  120. package/v2/model/ListUserPoliciesRequest.d.ts.map +1 -0
  121. package/v2/model/ListUserPoliciesRequest.js +44 -0
  122. package/v2/model/ListUserPoliciesRequest.js.map +1 -0
  123. package/v2/model/ListUserPoliciesResponse.d.ts +14 -0
  124. package/v2/model/ListUserPoliciesResponse.d.ts.map +1 -0
  125. package/v2/model/ListUserPoliciesResponse.js +29 -0
  126. package/v2/model/ListUserPoliciesResponse.js.map +1 -0
  127. package/v2/model/ModifyKafkaPublicIPAccessSwitchReq.d.ts +14 -0
  128. package/v2/model/ModifyKafkaPublicIPAccessSwitchReq.d.ts.map +1 -0
  129. package/v2/model/ModifyKafkaPublicIPAccessSwitchReq.js +33 -0
  130. package/v2/model/ModifyKafkaPublicIPAccessSwitchReq.js.map +1 -0
  131. package/v2/model/ModifyKafkaPublicIpAccessSwitchRequest.d.ts +11 -0
  132. package/v2/model/ModifyKafkaPublicIpAccessSwitchRequest.d.ts.map +1 -0
  133. package/v2/model/ModifyKafkaPublicIpAccessSwitchRequest.js +24 -0
  134. package/v2/model/ModifyKafkaPublicIpAccessSwitchRequest.js.map +1 -0
  135. package/v2/model/ModifyKafkaPublicIpAccessSwitchResponse.d.ts +5 -0
  136. package/v2/model/ModifyKafkaPublicIpAccessSwitchResponse.d.ts.map +1 -0
  137. package/v2/model/ModifyKafkaPublicIpAccessSwitchResponse.js +11 -0
  138. package/v2/model/ModifyKafkaPublicIpAccessSwitchResponse.js.map +1 -0
  139. package/v2/model/ModifyRecyclePolicyReq.d.ts +12 -0
  140. package/v2/model/ModifyRecyclePolicyReq.d.ts.map +1 -0
  141. package/v2/model/ModifyRecyclePolicyReq.js +29 -0
  142. package/v2/model/ModifyRecyclePolicyReq.js.map +1 -0
  143. package/v2/model/ModifyRecyclePolicyRequest.d.ts +7 -0
  144. package/v2/model/ModifyRecyclePolicyRequest.d.ts.map +1 -0
  145. package/v2/model/ModifyRecyclePolicyRequest.js +13 -0
  146. package/v2/model/ModifyRecyclePolicyRequest.js.map +1 -0
  147. package/v2/model/ModifyRecyclePolicyResponse.d.ts +18 -0
  148. package/v2/model/ModifyRecyclePolicyResponse.d.ts.map +1 -0
  149. package/v2/model/ModifyRecyclePolicyResponse.js +41 -0
  150. package/v2/model/ModifyRecyclePolicyResponse.js.map +1 -0
  151. package/v2/model/ResetMessageOffsetReq.d.ts +1 -1
  152. package/v2/model/ResetMessageOffsetReq.d.ts.map +1 -1
  153. package/v2/model/ResetMessageOffsetReq.js +2 -1
  154. package/v2/model/ResetMessageOffsetReq.js.map +1 -1
  155. package/v2/model/ResetUserPasswordReq.d.ts +8 -0
  156. package/v2/model/{ResetUserPasswrodReq.d.ts.map → ResetUserPasswordReq.d.ts.map} +1 -1
  157. package/v2/model/{ResetUserPasswrodReq.js → ResetUserPasswordReq.js} +4 -4
  158. package/v2/model/{ResetUserPasswrodReq.js.map → ResetUserPasswordReq.js.map} +1 -1
  159. package/v2/model/ResetUserPasswrodRequest.d.ts +3 -3
  160. package/v2/model/RestoreRecycleInstanceRequest.d.ts +7 -0
  161. package/v2/model/RestoreRecycleInstanceRequest.d.ts.map +1 -0
  162. package/v2/model/RestoreRecycleInstanceRequest.js +13 -0
  163. package/v2/model/RestoreRecycleInstanceRequest.js.map +1 -0
  164. package/v2/model/RestoreRecycleInstanceResponse.d.ts +8 -0
  165. package/v2/model/RestoreRecycleInstanceResponse.d.ts.map +1 -0
  166. package/v2/model/RestoreRecycleInstanceResponse.js +15 -0
  167. package/v2/model/RestoreRecycleInstanceResponse.js.map +1 -0
  168. package/v2/model/ScheduledTaskEntity.d.ts +32 -0
  169. package/v2/model/ScheduledTaskEntity.d.ts.map +1 -0
  170. package/v2/model/ScheduledTaskEntity.js +75 -0
  171. package/v2/model/ScheduledTaskEntity.js.map +1 -0
  172. package/v2/model/SetUserPoliciesReq.d.ts +17 -0
  173. package/v2/model/SetUserPoliciesReq.d.ts.map +1 -0
  174. package/v2/model/SetUserPoliciesReq.js +26 -0
  175. package/v2/model/SetUserPoliciesReq.js.map +1 -0
  176. package/v2/model/SetUserPoliciesRequest.d.ts +24 -0
  177. package/v2/model/SetUserPoliciesRequest.d.ts.map +1 -0
  178. package/v2/model/SetUserPoliciesRequest.js +48 -0
  179. package/v2/model/SetUserPoliciesRequest.js.map +1 -0
  180. package/v2/model/SetUserPoliciesResponse.d.ts +9 -0
  181. package/v2/model/SetUserPoliciesResponse.d.ts.map +1 -0
  182. package/v2/model/SetUserPoliciesResponse.js +21 -0
  183. package/v2/model/SetUserPoliciesResponse.js.map +1 -0
  184. package/v2/model/ShowBackgroundTaskProgressRequest.d.ts +12 -0
  185. package/v2/model/ShowBackgroundTaskProgressRequest.d.ts.map +1 -0
  186. package/v2/model/ShowBackgroundTaskProgressRequest.js +31 -0
  187. package/v2/model/ShowBackgroundTaskProgressRequest.js.map +1 -0
  188. package/v2/model/ShowBackgroundTaskProgressResponse.d.ts +18 -0
  189. package/v2/model/ShowBackgroundTaskProgressResponse.d.ts.map +1 -0
  190. package/v2/model/ShowBackgroundTaskProgressResponse.js +41 -0
  191. package/v2/model/ShowBackgroundTaskProgressResponse.js.map +1 -0
  192. package/v2/model/ShowConnectorResourceInfoRequest.d.ts +8 -0
  193. package/v2/model/ShowConnectorResourceInfoRequest.d.ts.map +1 -0
  194. package/v2/model/ShowConnectorResourceInfoRequest.js +20 -0
  195. package/v2/model/ShowConnectorResourceInfoRequest.js.map +1 -0
  196. package/v2/model/ShowConnectorResourceInfoResponse.d.ts +7 -0
  197. package/v2/model/ShowConnectorResourceInfoResponse.d.ts.map +1 -0
  198. package/v2/model/ShowConnectorResourceInfoResponse.js +15 -0
  199. package/v2/model/ShowConnectorResourceInfoResponse.js.map +1 -0
  200. package/v2/model/ShowInstanceExtendProductInfoRespDetail.d.ts +3 -3
  201. package/v2/model/ShowInstanceExtendProductInfoRespDetail.d.ts.map +1 -1
  202. package/v2/model/ShowInstanceExtendProductInfoRespDetail.js.map +1 -1
  203. package/v2/model/ShowInstanceExtendProductInfoRespIo.d.ts +24 -0
  204. package/v2/model/ShowInstanceExtendProductInfoRespIo.d.ts.map +1 -0
  205. package/v2/model/ShowInstanceExtendProductInfoRespIo.js +59 -0
  206. package/v2/model/ShowInstanceExtendProductInfoRespIo.js.map +1 -0
  207. package/v2/model/ShowInstanceMessagesRequest.d.ts +6 -0
  208. package/v2/model/ShowInstanceMessagesRequest.d.ts.map +1 -1
  209. package/v2/model/ShowInstanceMessagesRequest.js +12 -0
  210. package/v2/model/ShowInstanceMessagesRequest.js.map +1 -1
  211. package/v2/model/ShowKafkaClusterRequest.d.ts +8 -0
  212. package/v2/model/ShowKafkaClusterRequest.d.ts.map +1 -0
  213. package/v2/model/ShowKafkaClusterRequest.js +20 -0
  214. package/v2/model/ShowKafkaClusterRequest.js.map +1 -0
  215. package/v2/model/ShowKafkaClusterResponse.d.ts +8 -0
  216. package/v2/model/ShowKafkaClusterResponse.d.ts.map +1 -0
  217. package/v2/model/ShowKafkaClusterResponse.js +15 -0
  218. package/v2/model/ShowKafkaClusterResponse.js.map +1 -0
  219. package/v2/model/ShowKafkaProductCoresRequest.d.ts +16 -0
  220. package/v2/model/ShowKafkaProductCoresRequest.d.ts.map +1 -0
  221. package/v2/model/ShowKafkaProductCoresRequest.js +42 -0
  222. package/v2/model/ShowKafkaProductCoresRequest.js.map +1 -0
  223. package/v2/model/ShowKafkaProductCoresResponse.d.ts +13 -0
  224. package/v2/model/ShowKafkaProductCoresResponse.d.ts.map +1 -0
  225. package/v2/model/ShowKafkaProductCoresResponse.js +31 -0
  226. package/v2/model/ShowKafkaProductCoresResponse.js.map +1 -0
  227. package/v2/model/ShowKafkaScalePreCheckInfoRequest.d.ts +8 -0
  228. package/v2/model/ShowKafkaScalePreCheckInfoRequest.d.ts.map +1 -0
  229. package/v2/model/ShowKafkaScalePreCheckInfoRequest.js +20 -0
  230. package/v2/model/ShowKafkaScalePreCheckInfoRequest.js.map +1 -0
  231. package/v2/model/ShowKafkaScalePreCheckInfoResponse.d.ts +8 -0
  232. package/v2/model/ShowKafkaScalePreCheckInfoResponse.d.ts.map +1 -0
  233. package/v2/model/ShowKafkaScalePreCheckInfoResponse.js +15 -0
  234. package/v2/model/ShowKafkaScalePreCheckInfoResponse.js.map +1 -0
  235. package/v2/model/ShowKafkaScalePreCheckInfoResponseBody.d.ts +12 -0
  236. package/v2/model/ShowKafkaScalePreCheckInfoResponseBody.d.ts.map +1 -0
  237. package/v2/model/ShowKafkaScalePreCheckInfoResponseBody.js +25 -0
  238. package/v2/model/ShowKafkaScalePreCheckInfoResponseBody.js.map +1 -0
  239. package/v2/model/ShowKafkaTopicDetailRequest.d.ts +10 -0
  240. package/v2/model/ShowKafkaTopicDetailRequest.d.ts.map +1 -0
  241. package/v2/model/ShowKafkaTopicDetailRequest.js +25 -0
  242. package/v2/model/ShowKafkaTopicDetailRequest.js.map +1 -0
  243. package/v2/model/ShowKafkaTopicDetailResponse.d.ts +8 -0
  244. package/v2/model/ShowKafkaTopicDetailResponse.d.ts.map +1 -0
  245. package/v2/model/ShowKafkaTopicDetailResponse.js +15 -0
  246. package/v2/model/ShowKafkaTopicDetailResponse.js.map +1 -0
  247. package/v2/model/ShowKafkaTopicDetailResponseBody.d.ts +13 -0
  248. package/v2/model/ShowKafkaTopicDetailResponseBody.d.ts.map +1 -0
  249. package/v2/model/ShowKafkaTopicDetailResponseBody.js +27 -0
  250. package/v2/model/ShowKafkaTopicDetailResponseBody.js.map +1 -0
  251. package/v2/model/ShowKafkaTopicDetailResponsePartitions.d.ts +10 -0
  252. package/v2/model/ShowKafkaTopicDetailResponsePartitions.d.ts.map +1 -0
  253. package/v2/model/ShowKafkaTopicDetailResponsePartitions.js +21 -0
  254. package/v2/model/ShowKafkaTopicDetailResponsePartitions.js.map +1 -0
  255. package/v2/model/ShowKakfaClusterResponseCluster.d.ts +7 -0
  256. package/v2/model/ShowKakfaClusterResponseCluster.d.ts.map +1 -0
  257. package/v2/model/ShowKakfaClusterResponseCluster.js +13 -0
  258. package/v2/model/ShowKakfaClusterResponseCluster.js.map +1 -0
  259. package/v2/model/ShowKakfaClusterResponseClusterBrokers.d.ts +14 -0
  260. package/v2/model/ShowKakfaClusterResponseClusterBrokers.d.ts.map +1 -0
  261. package/v2/model/ShowKakfaClusterResponseClusterBrokers.js +31 -0
  262. package/v2/model/ShowKakfaClusterResponseClusterBrokers.js.map +1 -0
  263. package/v2/model/ShowRecycleInstancesRequest.d.ts +4 -0
  264. package/v2/model/ShowRecycleInstancesRequest.d.ts.map +1 -0
  265. package/v2/model/ShowRecycleInstancesRequest.js +9 -0
  266. package/v2/model/ShowRecycleInstancesRequest.js.map +1 -0
  267. package/v2/model/ShowRecycleInstancesResponse.d.ts +18 -0
  268. package/v2/model/ShowRecycleInstancesResponse.d.ts.map +1 -0
  269. package/v2/model/ShowRecycleInstancesResponse.js +41 -0
  270. package/v2/model/ShowRecycleInstancesResponse.js.map +1 -0
  271. package/v2/model/ShowSpecConvertProductRequest.d.ts +8 -0
  272. package/v2/model/ShowSpecConvertProductRequest.d.ts.map +1 -0
  273. package/v2/model/ShowSpecConvertProductRequest.js +20 -0
  274. package/v2/model/ShowSpecConvertProductRequest.js.map +1 -0
  275. package/v2/model/ShowSpecConvertProductResponse.d.ts +9 -0
  276. package/v2/model/ShowSpecConvertProductResponse.d.ts.map +1 -0
  277. package/v2/model/ShowSpecConvertProductResponse.js +21 -0
  278. package/v2/model/ShowSpecConvertProductResponse.js.map +1 -0
  279. package/v2/model/ShowUpgradeInstanceVersionRequest.d.ts +8 -0
  280. package/v2/model/ShowUpgradeInstanceVersionRequest.d.ts.map +1 -0
  281. package/v2/model/ShowUpgradeInstanceVersionRequest.js +20 -0
  282. package/v2/model/ShowUpgradeInstanceVersionRequest.js.map +1 -0
  283. package/v2/model/ShowUpgradeInstanceVersionResponse.d.ts +13 -0
  284. package/v2/model/ShowUpgradeInstanceVersionResponse.d.ts.map +1 -0
  285. package/v2/model/ShowUpgradeInstanceVersionResponse.js +31 -0
  286. package/v2/model/ShowUpgradeInstanceVersionResponse.js.map +1 -0
  287. package/v2/model/ShowVolumeExpandConfigRequest.d.ts +8 -0
  288. package/v2/model/ShowVolumeExpandConfigRequest.d.ts.map +1 -0
  289. package/v2/model/ShowVolumeExpandConfigRequest.js +20 -0
  290. package/v2/model/ShowVolumeExpandConfigRequest.js.map +1 -0
  291. package/v2/model/ShowVolumeExpandConfigResponse.d.ts +21 -0
  292. package/v2/model/ShowVolumeExpandConfigResponse.d.ts.map +1 -0
  293. package/v2/model/ShowVolumeExpandConfigResponse.js +51 -0
  294. package/v2/model/ShowVolumeExpandConfigResponse.js.map +1 -0
  295. package/v2/model/StepDetail.d.ts +16 -0
  296. package/v2/model/StepDetail.d.ts.map +1 -0
  297. package/v2/model/StepDetail.js +37 -0
  298. package/v2/model/StepDetail.js.map +1 -0
  299. package/v2/model/UpdateInstanceGroupRequest.d.ts +3 -3
  300. package/v2/model/UpdateInstanceGroupResponse.d.ts +0 -4
  301. package/v2/model/UpdateInstanceGroupResponse.d.ts.map +1 -1
  302. package/v2/model/UpdateInstanceGroupResponse.js +0 -10
  303. package/v2/model/UpdateInstanceGroupResponse.js.map +1 -1
  304. package/v2/model/UpdateKafkaUserClientQuotaTaskReq.d.ts +4 -4
  305. package/v2/model/UpdateKafkaUserClientQuotaTaskReq.js +12 -12
  306. package/v2/model/UpdateScheduledTaskRequest.d.ts +18 -0
  307. package/v2/model/UpdateScheduledTaskRequest.d.ts.map +1 -0
  308. package/v2/model/UpdateScheduledTaskRequest.js +45 -0
  309. package/v2/model/UpdateScheduledTaskRequest.js.map +1 -0
  310. package/v2/model/UpdateScheduledTaskResponse.d.ts +5 -0
  311. package/v2/model/UpdateScheduledTaskResponse.d.ts.map +1 -0
  312. package/v2/model/UpdateScheduledTaskResponse.js +11 -0
  313. package/v2/model/UpdateScheduledTaskResponse.js.map +1 -0
  314. package/v2/model/UpdateTopicAccessPolicyResponse.d.ts +4 -0
  315. package/v2/model/UpdateTopicAccessPolicyResponse.d.ts.map +1 -1
  316. package/v2/model/UpdateTopicAccessPolicyResponse.js +10 -0
  317. package/v2/model/UpdateTopicAccessPolicyResponse.js.map +1 -1
  318. package/v2/model/UpdateVolumeExpansionConfigRequest.d.ts +11 -0
  319. package/v2/model/UpdateVolumeExpansionConfigRequest.d.ts.map +1 -0
  320. package/v2/model/UpdateVolumeExpansionConfigRequest.js +24 -0
  321. package/v2/model/UpdateVolumeExpansionConfigRequest.js.map +1 -0
  322. package/v2/model/UpdateVolumeExpansionConfigResponse.d.ts +7 -0
  323. package/v2/model/UpdateVolumeExpansionConfigResponse.d.ts.map +1 -0
  324. package/v2/model/UpdateVolumeExpansionConfigResponse.js +15 -0
  325. package/v2/model/UpdateVolumeExpansionConfigResponse.js.map +1 -0
  326. package/v2/model/UpgradeInstanceReq.d.ts +12 -0
  327. package/v2/model/UpgradeInstanceReq.d.ts.map +1 -0
  328. package/v2/model/UpgradeInstanceReq.js +29 -0
  329. package/v2/model/UpgradeInstanceReq.js.map +1 -0
  330. package/v2/model/UpgradeInstanceRequest.d.ts +11 -0
  331. package/v2/model/UpgradeInstanceRequest.d.ts.map +1 -0
  332. package/v2/model/UpgradeInstanceRequest.js +24 -0
  333. package/v2/model/UpgradeInstanceRequest.js.map +1 -0
  334. package/v2/model/UpgradeInstanceResp.d.ts +4 -0
  335. package/v2/model/UpgradeInstanceResp.d.ts.map +1 -0
  336. package/v2/model/UpgradeInstanceResp.js +9 -0
  337. package/v2/model/UpgradeInstanceResp.js.map +1 -0
  338. package/v2/model/UpgradeInstanceResponse.d.ts +7 -0
  339. package/v2/model/UpgradeInstanceResponse.d.ts.map +1 -0
  340. package/v2/model/UpgradeInstanceResponse.js +15 -0
  341. package/v2/model/UpgradeInstanceResponse.js.map +1 -0
  342. package/v2/model/UserPolicyEntity.d.ts +37 -0
  343. package/v2/model/UserPolicyEntity.d.ts.map +1 -0
  344. package/v2/model/UserPolicyEntity.js +68 -0
  345. package/v2/model/UserPolicyEntity.js.map +1 -0
  346. package/v2/model/UserPolicyResponeEntity.d.ts +24 -0
  347. package/v2/model/UserPolicyResponeEntity.d.ts.map +1 -0
  348. package/v2/model/UserPolicyResponeEntity.js +59 -0
  349. package/v2/model/UserPolicyResponeEntity.js.map +1 -0
  350. package/v2/public-api.d.ts +75 -3
  351. package/v2/public-api.d.ts.map +1 -1
  352. package/v2/public-api.js +75 -3
  353. package/v2/public-api.js.map +1 -1
  354. package/v2/model/BatchModifyGroupDescriptionReq.d.ts +0 -7
  355. package/v2/model/BatchModifyGroupDescriptionReq.js +0 -13
  356. package/v2/model/DescribeGroupsRespGroupMembers.d.ts +0 -14
  357. package/v2/model/DescribeGroupsRespGroupMembers.d.ts.map +0 -1
  358. package/v2/model/DescribeGroupsRespGroupMembers.js +0 -33
  359. package/v2/model/DescribeGroupsRespGroupMembers.js.map +0 -1
  360. package/v2/model/ResetUserPasswrodReq.d.ts +0 -8
@@ -1,6 +1,7 @@
1
1
  export * from './KafkaClient';
2
2
  export * from './model/AccessPolicyEntity';
3
3
  export * from './model/AccessPolicyTopicEntity';
4
+ export * from './model/AlterAutoVolumeExpandConfig';
4
5
  export * from './model/AvailableZonesResp';
5
6
  export * from './model/BatchCreateOrDeleteKafkaTagRequest';
6
7
  export * from './model/BatchCreateOrDeleteKafkaTagResponse';
@@ -20,11 +21,12 @@ export * from './model/BatchDeleteMessageDiagnosisReportsReq';
20
21
  export * from './model/BatchDeleteMessageDiagnosisReportsRequest';
21
22
  export * from './model/BatchDeleteMessageDiagnosisReportsResponse';
22
23
  export * from './model/BatchDeleteMessageDiagnosisRespResults';
23
- export * from './model/BatchModifyGroupDescriptionReq';
24
+ export * from './model/BatchModiftGroupDescriptionReq';
24
25
  export * from './model/BatchRestartOrDeleteInstanceReq';
25
26
  export * from './model/BatchRestartOrDeleteInstanceRespResults';
26
27
  export * from './model/BatchRestartOrDeleteInstancesRequest';
27
28
  export * from './model/BatchRestartOrDeleteInstancesResponse';
29
+ export * from './model/BatchResumeInstanceReq';
28
30
  export * from './model/BssParam';
29
31
  export * from './model/CloseKafkaManagerRequest';
30
32
  export * from './model/CloseKafkaManagerResponse';
@@ -77,6 +79,8 @@ export * from './model/DeleteConsumerGroupOffsetsRequest';
77
79
  export * from './model/DeleteConsumerGroupOffsetsRequestBody';
78
80
  export * from './model/DeleteConsumerGroupOffsetsResponse';
79
81
  export * from './model/DeleteConsumerGroupOffsetsResponseEntity';
82
+ export * from './model/DeleteInstanceConsumerGroupRequest';
83
+ export * from './model/DeleteInstanceConsumerGroupResponse';
80
84
  export * from './model/DeleteInstanceRequest';
81
85
  export * from './model/DeleteInstanceResponse';
82
86
  export * from './model/DeleteKafkaMessageRequest';
@@ -87,8 +91,11 @@ export * from './model/DeleteKafkaTopicQuotaResponse';
87
91
  export * from './model/DeleteKafkaUserClientQuotaTaskReq';
88
92
  export * from './model/DeleteKafkaUserClientQuotaTaskRequest';
89
93
  export * from './model/DeleteKafkaUserClientQuotaTaskResponse';
94
+ export * from './model/DeleteScheduledTaskRequest';
95
+ export * from './model/DeleteScheduledTaskResponse';
96
+ export * from './model/DeleteUserRequest';
97
+ export * from './model/DeleteUserResponse';
90
98
  export * from './model/DescribeGroupsRespGroup';
91
- export * from './model/DescribeGroupsRespGroupMembers';
92
99
  export * from './model/DiskusageEntity';
93
100
  export * from './model/DiskusageTopicEntity';
94
101
  export * from './model/ExtendProductInfoEntity';
@@ -101,6 +108,8 @@ export * from './model/GroupMemberEntity';
101
108
  export * from './model/GroupMessageOffsetsDetailEntity';
102
109
  export * from './model/GroupTopicEntity';
103
110
  export * from './model/InstanceConfig';
111
+ export * from './model/InstanceRecycleInfo';
112
+ export * from './model/InstanceResumeResult';
104
113
  export * from './model/KafkaDiagnosisCheckEntity';
105
114
  export * from './model/KafkaMessageDiagnosisConclusionEntity';
106
115
  export * from './model/KafkaMessageDiagnosisDimensionEntity';
@@ -114,6 +123,9 @@ export * from './model/ListAvailableZonesResponse';
114
123
  export * from './model/ListBackgroundTasksRequest';
115
124
  export * from './model/ListBackgroundTasksRespTasks';
116
125
  export * from './model/ListBackgroundTasksResponse';
126
+ export * from './model/ListConfigFeatures';
127
+ export * from './model/ListConfigFeaturesRequest';
128
+ export * from './model/ListConfigFeaturesResponse';
117
129
  export * from './model/ListConnectorTasksRequest';
118
130
  export * from './model/ListConnectorTasksResponse';
119
131
  export * from './model/ListEngineIosEntity';
@@ -139,16 +151,27 @@ export * from './model/ListInstancesRequest';
139
151
  export * from './model/ListInstancesResponse';
140
152
  export * from './model/ListMessageDiagnosisReportsRequest';
141
153
  export * from './model/ListMessageDiagnosisReportsResponse';
154
+ export * from './model/ListObsBucketsRequest';
155
+ export * from './model/ListObsBucketsResponse';
156
+ export * from './model/ListObsBucketsResponseBody';
142
157
  export * from './model/ListProductsRequest';
143
158
  export * from './model/ListProductsRespDetail';
159
+ export * from './model/ListProductsRespDetail1';
144
160
  export * from './model/ListProductsRespHourly';
145
161
  export * from './model/ListProductsRespIo';
162
+ export * from './model/ListProductsRespIo1';
163
+ export * from './model/ListProductsRespMonthly';
146
164
  export * from './model/ListProductsRespValues';
165
+ export * from './model/ListProductsRespValues1';
147
166
  export * from './model/ListProductsResponse';
167
+ export * from './model/ListScheduledTasksRequest';
168
+ export * from './model/ListScheduledTasksResponse';
148
169
  export * from './model/ListTopicPartitionsRequest';
149
170
  export * from './model/ListTopicPartitionsResponse';
150
171
  export * from './model/ListTopicProducersRequest';
151
172
  export * from './model/ListTopicProducersResponse';
173
+ export * from './model/ListUserPoliciesRequest';
174
+ export * from './model/ListUserPoliciesResponse';
152
175
  export * from './model/MaintainWindowsEntity';
153
176
  export * from './model/MessagesEntity';
154
177
  export * from './model/ModifyConnectorTaskRequest';
@@ -157,8 +180,14 @@ export * from './model/ModifyInstanceConfig';
157
180
  export * from './model/ModifyInstanceConfigsReq';
158
181
  export * from './model/ModifyInstanceConfigsRequest';
159
182
  export * from './model/ModifyInstanceConfigsResponse';
183
+ export * from './model/ModifyKafkaPublicIPAccessSwitchReq';
184
+ export * from './model/ModifyKafkaPublicIpAccessSwitchRequest';
185
+ export * from './model/ModifyKafkaPublicIpAccessSwitchResponse';
160
186
  export * from './model/ModifyKafkaTopicQuotaRequest';
161
187
  export * from './model/ModifyKafkaTopicQuotaResponse';
188
+ export * from './model/ModifyRecyclePolicyReq';
189
+ export * from './model/ModifyRecyclePolicyRequest';
190
+ export * from './model/ModifyRecyclePolicyResponse';
162
191
  export * from './model/PartitionOffsetEntity';
163
192
  export * from './model/PartitionReassignEntity';
164
193
  export * from './model/PartitionReassignRequest';
@@ -185,7 +214,7 @@ export * from './model/ResetPasswordRequest';
185
214
  export * from './model/ResetPasswordResponse';
186
215
  export * from './model/ResetReplicaReq';
187
216
  export * from './model/ResetReplicaReqPartitions';
188
- export * from './model/ResetUserPasswrodReq';
217
+ export * from './model/ResetUserPasswordReq';
189
218
  export * from './model/ResetUserPasswrodRequest';
190
219
  export * from './model/ResetUserPasswrodResponse';
191
220
  export * from './model/ResizeEngineInstanceReq';
@@ -202,12 +231,20 @@ export * from './model/RestartManagerRequest';
202
231
  export * from './model/RestartManagerResponse';
203
232
  export * from './model/RestartSmartConnectorTaskRequest';
204
233
  export * from './model/RestartSmartConnectorTaskResponse';
234
+ export * from './model/RestoreRecycleInstanceRequest';
235
+ export * from './model/RestoreRecycleInstanceResponse';
205
236
  export * from './model/ResumeConnectorTaskRequest';
206
237
  export * from './model/ResumeConnectorTaskResponse';
238
+ export * from './model/ScheduledTaskEntity';
207
239
  export * from './model/SendKafkaMessageRequest';
208
240
  export * from './model/SendKafkaMessageRequestBody';
209
241
  export * from './model/SendKafkaMessageRequestBodyPropertyList';
210
242
  export * from './model/SendKafkaMessageResponse';
243
+ export * from './model/SetUserPoliciesReq';
244
+ export * from './model/SetUserPoliciesRequest';
245
+ export * from './model/SetUserPoliciesResponse';
246
+ export * from './model/ShowBackgroundTaskProgressRequest';
247
+ export * from './model/ShowBackgroundTaskProgressResponse';
211
248
  export * from './model/ShowBackgroundTaskRequest';
212
249
  export * from './model/ShowBackgroundTaskResponse';
213
250
  export * from './model/ShowCesHierarchyRequest';
@@ -224,6 +261,8 @@ export * from './model/ShowClusterRequest';
224
261
  export * from './model/ShowClusterRespCluster';
225
262
  export * from './model/ShowClusterRespClusterBrokers';
226
263
  export * from './model/ShowClusterResponse';
264
+ export * from './model/ShowConnectorResourceInfoRequest';
265
+ export * from './model/ShowConnectorResourceInfoResponse';
227
266
  export * from './model/ShowConnectorTaskRequest';
228
267
  export * from './model/ShowConnectorTaskResponse';
229
268
  export * from './model/ShowCoordinatorsRequest';
@@ -244,6 +283,7 @@ export * from './model/ShowInstanceConfigsResponse';
244
283
  export * from './model/ShowInstanceExtendProductInfoRequest';
245
284
  export * from './model/ShowInstanceExtendProductInfoRespDetail';
246
285
  export * from './model/ShowInstanceExtendProductInfoRespHourly';
286
+ export * from './model/ShowInstanceExtendProductInfoRespIo';
247
287
  export * from './model/ShowInstanceExtendProductInfoRespValues';
248
288
  export * from './model/ShowInstanceExtendProductInfoResponse';
249
289
  export * from './model/ShowInstanceMessagesRequest';
@@ -258,20 +298,33 @@ export * from './model/ShowInstanceTopicDetailResponse';
258
298
  export * from './model/ShowInstanceUsersEntity';
259
299
  export * from './model/ShowInstanceUsersRequest';
260
300
  export * from './model/ShowInstanceUsersResponse';
301
+ export * from './model/ShowKafkaClusterRequest';
302
+ export * from './model/ShowKafkaClusterResponse';
261
303
  export * from './model/ShowKafkaInstanceExtendProductInfoRequest';
262
304
  export * from './model/ShowKafkaInstanceExtendProductInfoResponse';
305
+ export * from './model/ShowKafkaProductCoresRequest';
306
+ export * from './model/ShowKafkaProductCoresResponse';
263
307
  export * from './model/ShowKafkaProjectTagsRequest';
264
308
  export * from './model/ShowKafkaProjectTagsResponse';
265
309
  export * from './model/ShowKafkaRebalanceLogRequest';
266
310
  export * from './model/ShowKafkaRebalanceLogResponse';
311
+ export * from './model/ShowKafkaScalePreCheckInfoRequest';
312
+ export * from './model/ShowKafkaScalePreCheckInfoResponse';
313
+ export * from './model/ShowKafkaScalePreCheckInfoResponseBody';
267
314
  export * from './model/ShowKafkaTagsRequest';
268
315
  export * from './model/ShowKafkaTagsResponse';
316
+ export * from './model/ShowKafkaTopicDetailRequest';
317
+ export * from './model/ShowKafkaTopicDetailResponse';
318
+ export * from './model/ShowKafkaTopicDetailResponseBody';
319
+ export * from './model/ShowKafkaTopicDetailResponsePartitions';
269
320
  export * from './model/ShowKafkaTopicPartitionDiskusageRequest';
270
321
  export * from './model/ShowKafkaTopicPartitionDiskusageResponse';
271
322
  export * from './model/ShowKafkaTopicQuotaRequest';
272
323
  export * from './model/ShowKafkaTopicQuotaResponse';
273
324
  export * from './model/ShowKafkaUserClientQuotaRequest';
274
325
  export * from './model/ShowKafkaUserClientQuotaResponse';
326
+ export * from './model/ShowKakfaClusterResponseCluster';
327
+ export * from './model/ShowKakfaClusterResponseClusterBrokers';
275
328
  export * from './model/ShowMaintainWindowsRequest';
276
329
  export * from './model/ShowMaintainWindowsResponse';
277
330
  export * from './model/ShowMessageDiagnosisReportRequest';
@@ -288,14 +341,23 @@ export * from './model/ShowPartitionMessageRequest';
288
341
  export * from './model/ShowPartitionMessageResponse';
289
342
  export * from './model/ShowQuotasRequest';
290
343
  export * from './model/ShowQuotasResponse';
344
+ export * from './model/ShowRecycleInstancesRequest';
345
+ export * from './model/ShowRecycleInstancesResponse';
346
+ export * from './model/ShowSpecConvertProductRequest';
347
+ export * from './model/ShowSpecConvertProductResponse';
291
348
  export * from './model/ShowTopicAccessPolicyRequest';
292
349
  export * from './model/ShowTopicAccessPolicyResponse';
350
+ export * from './model/ShowUpgradeInstanceVersionRequest';
351
+ export * from './model/ShowUpgradeInstanceVersionResponse';
352
+ export * from './model/ShowVolumeExpandConfigRequest';
353
+ export * from './model/ShowVolumeExpandConfigResponse';
293
354
  export * from './model/SmartConnectTaskEntity';
294
355
  export * from './model/SmartConnectTaskReqSinkConfig';
295
356
  export * from './model/SmartConnectTaskReqSourceConfig';
296
357
  export * from './model/SmartConnectTaskRespSinkConfig';
297
358
  export * from './model/SmartConnectTaskRespSourceConfig';
298
359
  export * from './model/SmartConnectValidateEntity';
360
+ export * from './model/StepDetail';
299
361
  export * from './model/StopKafkaRebalanceLogTaskRequest';
300
362
  export * from './model/StopKafkaRebalanceLogTaskResponse';
301
363
  export * from './model/TagEntity';
@@ -329,12 +391,22 @@ export * from './model/UpdateKafkaPortProtocolResponse';
329
391
  export * from './model/UpdateKafkaUserClientQuotaTaskReq';
330
392
  export * from './model/UpdateKafkaUserClientQuotaTaskRequest';
331
393
  export * from './model/UpdateKafkaUserClientQuotaTaskResponse';
394
+ export * from './model/UpdateScheduledTaskRequest';
395
+ export * from './model/UpdateScheduledTaskResponse';
332
396
  export * from './model/UpdateTopicAccessPolicyReq';
333
397
  export * from './model/UpdateTopicAccessPolicyRequest';
334
398
  export * from './model/UpdateTopicAccessPolicyResponse';
335
399
  export * from './model/UpdateTopicReplicaRequest';
336
400
  export * from './model/UpdateTopicReplicaResponse';
337
401
  export * from './model/UpdateUserReq';
402
+ export * from './model/UpdateVolumeExpansionConfigRequest';
403
+ export * from './model/UpdateVolumeExpansionConfigResponse';
404
+ export * from './model/UpgradeInstanceReq';
405
+ export * from './model/UpgradeInstanceRequest';
406
+ export * from './model/UpgradeInstanceResp';
407
+ export * from './model/UpgradeInstanceResponse';
408
+ export * from './model/UserPolicyEntity';
409
+ export * from './model/UserPolicyResponeEntity';
338
410
  export * from './model/ValidateConnectorConnectivityRequest';
339
411
  export * from './model/ValidateConnectorConnectivityResponse';
340
412
  export * from './KafkaRegion';
@@ -1 +1 @@
1
- {"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../../../services/kafka/v2/public-api.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../../../services/kafka/v2/public-api.ts"],"names":[],"mappings":"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"}
package/v2/public-api.js CHANGED
@@ -17,6 +17,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./KafkaClient"), exports);
18
18
  __exportStar(require("./model/AccessPolicyEntity"), exports);
19
19
  __exportStar(require("./model/AccessPolicyTopicEntity"), exports);
20
+ __exportStar(require("./model/AlterAutoVolumeExpandConfig"), exports);
20
21
  __exportStar(require("./model/AvailableZonesResp"), exports);
21
22
  __exportStar(require("./model/BatchCreateOrDeleteKafkaTagRequest"), exports);
22
23
  __exportStar(require("./model/BatchCreateOrDeleteKafkaTagResponse"), exports);
@@ -36,11 +37,12 @@ __exportStar(require("./model/BatchDeleteMessageDiagnosisReportsReq"), exports);
36
37
  __exportStar(require("./model/BatchDeleteMessageDiagnosisReportsRequest"), exports);
37
38
  __exportStar(require("./model/BatchDeleteMessageDiagnosisReportsResponse"), exports);
38
39
  __exportStar(require("./model/BatchDeleteMessageDiagnosisRespResults"), exports);
39
- __exportStar(require("./model/BatchModifyGroupDescriptionReq"), exports);
40
+ __exportStar(require("./model/BatchModiftGroupDescriptionReq"), exports);
40
41
  __exportStar(require("./model/BatchRestartOrDeleteInstanceReq"), exports);
41
42
  __exportStar(require("./model/BatchRestartOrDeleteInstanceRespResults"), exports);
42
43
  __exportStar(require("./model/BatchRestartOrDeleteInstancesRequest"), exports);
43
44
  __exportStar(require("./model/BatchRestartOrDeleteInstancesResponse"), exports);
45
+ __exportStar(require("./model/BatchResumeInstanceReq"), exports);
44
46
  __exportStar(require("./model/BssParam"), exports);
45
47
  __exportStar(require("./model/CloseKafkaManagerRequest"), exports);
46
48
  __exportStar(require("./model/CloseKafkaManagerResponse"), exports);
@@ -93,6 +95,8 @@ __exportStar(require("./model/DeleteConsumerGroupOffsetsRequest"), exports);
93
95
  __exportStar(require("./model/DeleteConsumerGroupOffsetsRequestBody"), exports);
94
96
  __exportStar(require("./model/DeleteConsumerGroupOffsetsResponse"), exports);
95
97
  __exportStar(require("./model/DeleteConsumerGroupOffsetsResponseEntity"), exports);
98
+ __exportStar(require("./model/DeleteInstanceConsumerGroupRequest"), exports);
99
+ __exportStar(require("./model/DeleteInstanceConsumerGroupResponse"), exports);
96
100
  __exportStar(require("./model/DeleteInstanceRequest"), exports);
97
101
  __exportStar(require("./model/DeleteInstanceResponse"), exports);
98
102
  __exportStar(require("./model/DeleteKafkaMessageRequest"), exports);
@@ -103,8 +107,11 @@ __exportStar(require("./model/DeleteKafkaTopicQuotaResponse"), exports);
103
107
  __exportStar(require("./model/DeleteKafkaUserClientQuotaTaskReq"), exports);
104
108
  __exportStar(require("./model/DeleteKafkaUserClientQuotaTaskRequest"), exports);
105
109
  __exportStar(require("./model/DeleteKafkaUserClientQuotaTaskResponse"), exports);
110
+ __exportStar(require("./model/DeleteScheduledTaskRequest"), exports);
111
+ __exportStar(require("./model/DeleteScheduledTaskResponse"), exports);
112
+ __exportStar(require("./model/DeleteUserRequest"), exports);
113
+ __exportStar(require("./model/DeleteUserResponse"), exports);
106
114
  __exportStar(require("./model/DescribeGroupsRespGroup"), exports);
107
- __exportStar(require("./model/DescribeGroupsRespGroupMembers"), exports);
108
115
  __exportStar(require("./model/DiskusageEntity"), exports);
109
116
  __exportStar(require("./model/DiskusageTopicEntity"), exports);
110
117
  __exportStar(require("./model/ExtendProductInfoEntity"), exports);
@@ -117,6 +124,8 @@ __exportStar(require("./model/GroupMemberEntity"), exports);
117
124
  __exportStar(require("./model/GroupMessageOffsetsDetailEntity"), exports);
118
125
  __exportStar(require("./model/GroupTopicEntity"), exports);
119
126
  __exportStar(require("./model/InstanceConfig"), exports);
127
+ __exportStar(require("./model/InstanceRecycleInfo"), exports);
128
+ __exportStar(require("./model/InstanceResumeResult"), exports);
120
129
  __exportStar(require("./model/KafkaDiagnosisCheckEntity"), exports);
121
130
  __exportStar(require("./model/KafkaMessageDiagnosisConclusionEntity"), exports);
122
131
  __exportStar(require("./model/KafkaMessageDiagnosisDimensionEntity"), exports);
@@ -130,6 +139,9 @@ __exportStar(require("./model/ListAvailableZonesResponse"), exports);
130
139
  __exportStar(require("./model/ListBackgroundTasksRequest"), exports);
131
140
  __exportStar(require("./model/ListBackgroundTasksRespTasks"), exports);
132
141
  __exportStar(require("./model/ListBackgroundTasksResponse"), exports);
142
+ __exportStar(require("./model/ListConfigFeatures"), exports);
143
+ __exportStar(require("./model/ListConfigFeaturesRequest"), exports);
144
+ __exportStar(require("./model/ListConfigFeaturesResponse"), exports);
133
145
  __exportStar(require("./model/ListConnectorTasksRequest"), exports);
134
146
  __exportStar(require("./model/ListConnectorTasksResponse"), exports);
135
147
  __exportStar(require("./model/ListEngineIosEntity"), exports);
@@ -155,16 +167,27 @@ __exportStar(require("./model/ListInstancesRequest"), exports);
155
167
  __exportStar(require("./model/ListInstancesResponse"), exports);
156
168
  __exportStar(require("./model/ListMessageDiagnosisReportsRequest"), exports);
157
169
  __exportStar(require("./model/ListMessageDiagnosisReportsResponse"), exports);
170
+ __exportStar(require("./model/ListObsBucketsRequest"), exports);
171
+ __exportStar(require("./model/ListObsBucketsResponse"), exports);
172
+ __exportStar(require("./model/ListObsBucketsResponseBody"), exports);
158
173
  __exportStar(require("./model/ListProductsRequest"), exports);
159
174
  __exportStar(require("./model/ListProductsRespDetail"), exports);
175
+ __exportStar(require("./model/ListProductsRespDetail1"), exports);
160
176
  __exportStar(require("./model/ListProductsRespHourly"), exports);
161
177
  __exportStar(require("./model/ListProductsRespIo"), exports);
178
+ __exportStar(require("./model/ListProductsRespIo1"), exports);
179
+ __exportStar(require("./model/ListProductsRespMonthly"), exports);
162
180
  __exportStar(require("./model/ListProductsRespValues"), exports);
181
+ __exportStar(require("./model/ListProductsRespValues1"), exports);
163
182
  __exportStar(require("./model/ListProductsResponse"), exports);
183
+ __exportStar(require("./model/ListScheduledTasksRequest"), exports);
184
+ __exportStar(require("./model/ListScheduledTasksResponse"), exports);
164
185
  __exportStar(require("./model/ListTopicPartitionsRequest"), exports);
165
186
  __exportStar(require("./model/ListTopicPartitionsResponse"), exports);
166
187
  __exportStar(require("./model/ListTopicProducersRequest"), exports);
167
188
  __exportStar(require("./model/ListTopicProducersResponse"), exports);
189
+ __exportStar(require("./model/ListUserPoliciesRequest"), exports);
190
+ __exportStar(require("./model/ListUserPoliciesResponse"), exports);
168
191
  __exportStar(require("./model/MaintainWindowsEntity"), exports);
169
192
  __exportStar(require("./model/MessagesEntity"), exports);
170
193
  __exportStar(require("./model/ModifyConnectorTaskRequest"), exports);
@@ -173,8 +196,14 @@ __exportStar(require("./model/ModifyInstanceConfig"), exports);
173
196
  __exportStar(require("./model/ModifyInstanceConfigsReq"), exports);
174
197
  __exportStar(require("./model/ModifyInstanceConfigsRequest"), exports);
175
198
  __exportStar(require("./model/ModifyInstanceConfigsResponse"), exports);
199
+ __exportStar(require("./model/ModifyKafkaPublicIPAccessSwitchReq"), exports);
200
+ __exportStar(require("./model/ModifyKafkaPublicIpAccessSwitchRequest"), exports);
201
+ __exportStar(require("./model/ModifyKafkaPublicIpAccessSwitchResponse"), exports);
176
202
  __exportStar(require("./model/ModifyKafkaTopicQuotaRequest"), exports);
177
203
  __exportStar(require("./model/ModifyKafkaTopicQuotaResponse"), exports);
204
+ __exportStar(require("./model/ModifyRecyclePolicyReq"), exports);
205
+ __exportStar(require("./model/ModifyRecyclePolicyRequest"), exports);
206
+ __exportStar(require("./model/ModifyRecyclePolicyResponse"), exports);
178
207
  __exportStar(require("./model/PartitionOffsetEntity"), exports);
179
208
  __exportStar(require("./model/PartitionReassignEntity"), exports);
180
209
  __exportStar(require("./model/PartitionReassignRequest"), exports);
@@ -201,7 +230,7 @@ __exportStar(require("./model/ResetPasswordRequest"), exports);
201
230
  __exportStar(require("./model/ResetPasswordResponse"), exports);
202
231
  __exportStar(require("./model/ResetReplicaReq"), exports);
203
232
  __exportStar(require("./model/ResetReplicaReqPartitions"), exports);
204
- __exportStar(require("./model/ResetUserPasswrodReq"), exports);
233
+ __exportStar(require("./model/ResetUserPasswordReq"), exports);
205
234
  __exportStar(require("./model/ResetUserPasswrodRequest"), exports);
206
235
  __exportStar(require("./model/ResetUserPasswrodResponse"), exports);
207
236
  __exportStar(require("./model/ResizeEngineInstanceReq"), exports);
@@ -218,12 +247,20 @@ __exportStar(require("./model/RestartManagerRequest"), exports);
218
247
  __exportStar(require("./model/RestartManagerResponse"), exports);
219
248
  __exportStar(require("./model/RestartSmartConnectorTaskRequest"), exports);
220
249
  __exportStar(require("./model/RestartSmartConnectorTaskResponse"), exports);
250
+ __exportStar(require("./model/RestoreRecycleInstanceRequest"), exports);
251
+ __exportStar(require("./model/RestoreRecycleInstanceResponse"), exports);
221
252
  __exportStar(require("./model/ResumeConnectorTaskRequest"), exports);
222
253
  __exportStar(require("./model/ResumeConnectorTaskResponse"), exports);
254
+ __exportStar(require("./model/ScheduledTaskEntity"), exports);
223
255
  __exportStar(require("./model/SendKafkaMessageRequest"), exports);
224
256
  __exportStar(require("./model/SendKafkaMessageRequestBody"), exports);
225
257
  __exportStar(require("./model/SendKafkaMessageRequestBodyPropertyList"), exports);
226
258
  __exportStar(require("./model/SendKafkaMessageResponse"), exports);
259
+ __exportStar(require("./model/SetUserPoliciesReq"), exports);
260
+ __exportStar(require("./model/SetUserPoliciesRequest"), exports);
261
+ __exportStar(require("./model/SetUserPoliciesResponse"), exports);
262
+ __exportStar(require("./model/ShowBackgroundTaskProgressRequest"), exports);
263
+ __exportStar(require("./model/ShowBackgroundTaskProgressResponse"), exports);
227
264
  __exportStar(require("./model/ShowBackgroundTaskRequest"), exports);
228
265
  __exportStar(require("./model/ShowBackgroundTaskResponse"), exports);
229
266
  __exportStar(require("./model/ShowCesHierarchyRequest"), exports);
@@ -240,6 +277,8 @@ __exportStar(require("./model/ShowClusterRequest"), exports);
240
277
  __exportStar(require("./model/ShowClusterRespCluster"), exports);
241
278
  __exportStar(require("./model/ShowClusterRespClusterBrokers"), exports);
242
279
  __exportStar(require("./model/ShowClusterResponse"), exports);
280
+ __exportStar(require("./model/ShowConnectorResourceInfoRequest"), exports);
281
+ __exportStar(require("./model/ShowConnectorResourceInfoResponse"), exports);
243
282
  __exportStar(require("./model/ShowConnectorTaskRequest"), exports);
244
283
  __exportStar(require("./model/ShowConnectorTaskResponse"), exports);
245
284
  __exportStar(require("./model/ShowCoordinatorsRequest"), exports);
@@ -260,6 +299,7 @@ __exportStar(require("./model/ShowInstanceConfigsResponse"), exports);
260
299
  __exportStar(require("./model/ShowInstanceExtendProductInfoRequest"), exports);
261
300
  __exportStar(require("./model/ShowInstanceExtendProductInfoRespDetail"), exports);
262
301
  __exportStar(require("./model/ShowInstanceExtendProductInfoRespHourly"), exports);
302
+ __exportStar(require("./model/ShowInstanceExtendProductInfoRespIo"), exports);
263
303
  __exportStar(require("./model/ShowInstanceExtendProductInfoRespValues"), exports);
264
304
  __exportStar(require("./model/ShowInstanceExtendProductInfoResponse"), exports);
265
305
  __exportStar(require("./model/ShowInstanceMessagesRequest"), exports);
@@ -274,20 +314,33 @@ __exportStar(require("./model/ShowInstanceTopicDetailResponse"), exports);
274
314
  __exportStar(require("./model/ShowInstanceUsersEntity"), exports);
275
315
  __exportStar(require("./model/ShowInstanceUsersRequest"), exports);
276
316
  __exportStar(require("./model/ShowInstanceUsersResponse"), exports);
317
+ __exportStar(require("./model/ShowKafkaClusterRequest"), exports);
318
+ __exportStar(require("./model/ShowKafkaClusterResponse"), exports);
277
319
  __exportStar(require("./model/ShowKafkaInstanceExtendProductInfoRequest"), exports);
278
320
  __exportStar(require("./model/ShowKafkaInstanceExtendProductInfoResponse"), exports);
321
+ __exportStar(require("./model/ShowKafkaProductCoresRequest"), exports);
322
+ __exportStar(require("./model/ShowKafkaProductCoresResponse"), exports);
279
323
  __exportStar(require("./model/ShowKafkaProjectTagsRequest"), exports);
280
324
  __exportStar(require("./model/ShowKafkaProjectTagsResponse"), exports);
281
325
  __exportStar(require("./model/ShowKafkaRebalanceLogRequest"), exports);
282
326
  __exportStar(require("./model/ShowKafkaRebalanceLogResponse"), exports);
327
+ __exportStar(require("./model/ShowKafkaScalePreCheckInfoRequest"), exports);
328
+ __exportStar(require("./model/ShowKafkaScalePreCheckInfoResponse"), exports);
329
+ __exportStar(require("./model/ShowKafkaScalePreCheckInfoResponseBody"), exports);
283
330
  __exportStar(require("./model/ShowKafkaTagsRequest"), exports);
284
331
  __exportStar(require("./model/ShowKafkaTagsResponse"), exports);
332
+ __exportStar(require("./model/ShowKafkaTopicDetailRequest"), exports);
333
+ __exportStar(require("./model/ShowKafkaTopicDetailResponse"), exports);
334
+ __exportStar(require("./model/ShowKafkaTopicDetailResponseBody"), exports);
335
+ __exportStar(require("./model/ShowKafkaTopicDetailResponsePartitions"), exports);
285
336
  __exportStar(require("./model/ShowKafkaTopicPartitionDiskusageRequest"), exports);
286
337
  __exportStar(require("./model/ShowKafkaTopicPartitionDiskusageResponse"), exports);
287
338
  __exportStar(require("./model/ShowKafkaTopicQuotaRequest"), exports);
288
339
  __exportStar(require("./model/ShowKafkaTopicQuotaResponse"), exports);
289
340
  __exportStar(require("./model/ShowKafkaUserClientQuotaRequest"), exports);
290
341
  __exportStar(require("./model/ShowKafkaUserClientQuotaResponse"), exports);
342
+ __exportStar(require("./model/ShowKakfaClusterResponseCluster"), exports);
343
+ __exportStar(require("./model/ShowKakfaClusterResponseClusterBrokers"), exports);
291
344
  __exportStar(require("./model/ShowMaintainWindowsRequest"), exports);
292
345
  __exportStar(require("./model/ShowMaintainWindowsResponse"), exports);
293
346
  __exportStar(require("./model/ShowMessageDiagnosisReportRequest"), exports);
@@ -304,14 +357,23 @@ __exportStar(require("./model/ShowPartitionMessageRequest"), exports);
304
357
  __exportStar(require("./model/ShowPartitionMessageResponse"), exports);
305
358
  __exportStar(require("./model/ShowQuotasRequest"), exports);
306
359
  __exportStar(require("./model/ShowQuotasResponse"), exports);
360
+ __exportStar(require("./model/ShowRecycleInstancesRequest"), exports);
361
+ __exportStar(require("./model/ShowRecycleInstancesResponse"), exports);
362
+ __exportStar(require("./model/ShowSpecConvertProductRequest"), exports);
363
+ __exportStar(require("./model/ShowSpecConvertProductResponse"), exports);
307
364
  __exportStar(require("./model/ShowTopicAccessPolicyRequest"), exports);
308
365
  __exportStar(require("./model/ShowTopicAccessPolicyResponse"), exports);
366
+ __exportStar(require("./model/ShowUpgradeInstanceVersionRequest"), exports);
367
+ __exportStar(require("./model/ShowUpgradeInstanceVersionResponse"), exports);
368
+ __exportStar(require("./model/ShowVolumeExpandConfigRequest"), exports);
369
+ __exportStar(require("./model/ShowVolumeExpandConfigResponse"), exports);
309
370
  __exportStar(require("./model/SmartConnectTaskEntity"), exports);
310
371
  __exportStar(require("./model/SmartConnectTaskReqSinkConfig"), exports);
311
372
  __exportStar(require("./model/SmartConnectTaskReqSourceConfig"), exports);
312
373
  __exportStar(require("./model/SmartConnectTaskRespSinkConfig"), exports);
313
374
  __exportStar(require("./model/SmartConnectTaskRespSourceConfig"), exports);
314
375
  __exportStar(require("./model/SmartConnectValidateEntity"), exports);
376
+ __exportStar(require("./model/StepDetail"), exports);
315
377
  __exportStar(require("./model/StopKafkaRebalanceLogTaskRequest"), exports);
316
378
  __exportStar(require("./model/StopKafkaRebalanceLogTaskResponse"), exports);
317
379
  __exportStar(require("./model/TagEntity"), exports);
@@ -345,12 +407,22 @@ __exportStar(require("./model/UpdateKafkaPortProtocolResponse"), exports);
345
407
  __exportStar(require("./model/UpdateKafkaUserClientQuotaTaskReq"), exports);
346
408
  __exportStar(require("./model/UpdateKafkaUserClientQuotaTaskRequest"), exports);
347
409
  __exportStar(require("./model/UpdateKafkaUserClientQuotaTaskResponse"), exports);
410
+ __exportStar(require("./model/UpdateScheduledTaskRequest"), exports);
411
+ __exportStar(require("./model/UpdateScheduledTaskResponse"), exports);
348
412
  __exportStar(require("./model/UpdateTopicAccessPolicyReq"), exports);
349
413
  __exportStar(require("./model/UpdateTopicAccessPolicyRequest"), exports);
350
414
  __exportStar(require("./model/UpdateTopicAccessPolicyResponse"), exports);
351
415
  __exportStar(require("./model/UpdateTopicReplicaRequest"), exports);
352
416
  __exportStar(require("./model/UpdateTopicReplicaResponse"), exports);
353
417
  __exportStar(require("./model/UpdateUserReq"), exports);
418
+ __exportStar(require("./model/UpdateVolumeExpansionConfigRequest"), exports);
419
+ __exportStar(require("./model/UpdateVolumeExpansionConfigResponse"), exports);
420
+ __exportStar(require("./model/UpgradeInstanceReq"), exports);
421
+ __exportStar(require("./model/UpgradeInstanceRequest"), exports);
422
+ __exportStar(require("./model/UpgradeInstanceResp"), exports);
423
+ __exportStar(require("./model/UpgradeInstanceResponse"), exports);
424
+ __exportStar(require("./model/UserPolicyEntity"), exports);
425
+ __exportStar(require("./model/UserPolicyResponeEntity"), exports);
354
426
  __exportStar(require("./model/ValidateConnectorConnectivityRequest"), exports);
355
427
  __exportStar(require("./model/ValidateConnectorConnectivityResponse"), exports);
356
428
  __exportStar(require("./KafkaRegion"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"public-api.js","sourceRoot":"","sources":["../../../../services/kafka/v2/public-api.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"public-api.js","sourceRoot":"","sources":["../../../../services/kafka/v2/public-api.ts"],"names":[],"mappings":"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"}
@@ -1,7 +0,0 @@
1
- import { GroupCreateReq } from './GroupCreateReq';
2
- export declare class BatchModifyGroupDescriptionReq {
3
- groups?: Array<GroupCreateReq>;
4
- constructor();
5
- withGroups(groups: Array<GroupCreateReq>): BatchModifyGroupDescriptionReq;
6
- }
7
- //# sourceMappingURL=BatchModifyGroupDescriptionReq.d.ts.map
@@ -1,13 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchModifyGroupDescriptionReq = void 0;
4
- class BatchModifyGroupDescriptionReq {
5
- constructor() {
6
- }
7
- withGroups(groups) {
8
- this['groups'] = groups;
9
- return this;
10
- }
11
- }
12
- exports.BatchModifyGroupDescriptionReq = BatchModifyGroupDescriptionReq;
13
- //# sourceMappingURL=BatchModifyGroupDescriptionReq.js.map
@@ -1,14 +0,0 @@
1
- export declare class DescribeGroupsRespGroupMembers {
2
- host?: string;
3
- private 'member_id'?;
4
- private 'client_id'?;
5
- constructor();
6
- withHost(host: string): DescribeGroupsRespGroupMembers;
7
- withMemberId(memberId: string): DescribeGroupsRespGroupMembers;
8
- set memberId(memberId: string | undefined);
9
- get memberId(): string | undefined;
10
- withClientId(clientId: string): DescribeGroupsRespGroupMembers;
11
- set clientId(clientId: string | undefined);
12
- get clientId(): string | undefined;
13
- }
14
- //# sourceMappingURL=DescribeGroupsRespGroupMembers.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DescribeGroupsRespGroupMembers.d.ts","sourceRoot":"","sources":["../../../../../services/kafka/v2/model/DescribeGroupsRespGroupMembers.ts"],"names":[],"mappings":"AAEA,qBAAa,8BAA8B;IAChC,IAAI,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,WAAW,CAAC,CAAS;IAC7B,OAAO,CAAC,WAAW,CAAC,CAAS;;IAGtB,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,8BAA8B;IAItD,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,8BAA8B;IAIrE,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,8BAA8B;IAIrE,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;CACJ"}
@@ -1,33 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeGroupsRespGroupMembers = void 0;
4
- class DescribeGroupsRespGroupMembers {
5
- constructor() {
6
- }
7
- withHost(host) {
8
- this['host'] = host;
9
- return this;
10
- }
11
- withMemberId(memberId) {
12
- this['member_id'] = memberId;
13
- return this;
14
- }
15
- set memberId(memberId) {
16
- this['member_id'] = memberId;
17
- }
18
- get memberId() {
19
- return this['member_id'];
20
- }
21
- withClientId(clientId) {
22
- this['client_id'] = clientId;
23
- return this;
24
- }
25
- set clientId(clientId) {
26
- this['client_id'] = clientId;
27
- }
28
- get clientId() {
29
- return this['client_id'];
30
- }
31
- }
32
- exports.DescribeGroupsRespGroupMembers = DescribeGroupsRespGroupMembers;
33
- //# sourceMappingURL=DescribeGroupsRespGroupMembers.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DescribeGroupsRespGroupMembers.js","sourceRoot":"","sources":["../../../../../services/kafka/v2/model/DescribeGroupsRespGroupMembers.ts"],"names":[],"mappings":";;;AAEA,MAAa,8BAA8B;IAIvC;IACA,CAAC;IACM,QAAQ,CAAC,IAAY;QACxB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;QAC7B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,QAAQ,CAAC,QAA6B;QAC7C,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;IACjC,CAAC;IACD,IAAW,QAAQ;QACf,OAAO,IAAI,CAAC,WAAW,CAAC,CAAC;IAC7B,CAAC;IACM,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;QAC7B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,QAAQ,CAAC,QAA6B;QAC7C,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;IACjC,CAAC;IACD,IAAW,QAAQ;QACf,OAAO,IAAI,CAAC,WAAW,CAAC,CAAC;IAC7B,CAAC;CACJ;AA9BD,wEA8BC"}
@@ -1,8 +0,0 @@
1
- export declare class ResetUserPasswrodReq {
2
- private 'new_password'?;
3
- constructor();
4
- withNewPassword(newPassword: string): ResetUserPasswrodReq;
5
- set newPassword(newPassword: string | undefined);
6
- get newPassword(): string | undefined;
7
- }
8
- //# sourceMappingURL=ResetUserPasswrodReq.d.ts.map