@alicloud/eas20210701 7.7.0 → 7.8.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 (355) hide show
  1. package/dist/client.d.ts +272 -118
  2. package/dist/client.js +357 -119
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/ContainerInfo.d.ts +15 -35
  5. package/dist/models/ContainerInfo.js.map +1 -1
  6. package/dist/models/CreateAppServiceRequest.d.ts +1 -1
  7. package/dist/models/CreateConfigRequest.d.ts +1 -1
  8. package/dist/models/CreateConfigResponseBody.d.ts +12 -0
  9. package/dist/models/CreateConfigResponseBody.js.map +1 -1
  10. package/dist/models/CreateFaultInjectionRequest.d.ts +27 -0
  11. package/dist/models/CreateFaultInjectionRequest.js.map +1 -1
  12. package/dist/models/CreateFaultInjectionResponseBody.d.ts +4 -1
  13. package/dist/models/CreateFaultInjectionResponseBody.js.map +1 -1
  14. package/dist/models/CreateGatewayIntranetLinkedVpcRequest.d.ts +16 -2
  15. package/dist/models/CreateGatewayIntranetLinkedVpcRequest.js.map +1 -1
  16. package/dist/models/CreateGatewayIntranetLinkedVpcResponseBody.d.ts +2 -2
  17. package/dist/models/CreateGatewayRequest.d.ts +19 -24
  18. package/dist/models/CreateGatewayRequest.js.map +1 -1
  19. package/dist/models/CreateGatewayResponseBody.d.ts +5 -5
  20. package/dist/models/CreateGroupRequest.d.ts +85 -0
  21. package/dist/models/CreateGroupRequest.js +95 -0
  22. package/dist/models/CreateGroupRequest.js.map +1 -0
  23. package/dist/models/CreateGroupResponse.d.ts +19 -0
  24. package/dist/models/CreateGroupResponse.js +69 -0
  25. package/dist/models/CreateGroupResponse.js.map +1 -0
  26. package/dist/models/CreateGroupResponseBody.d.ts +29 -0
  27. package/dist/models/CreateGroupResponseBody.js +60 -0
  28. package/dist/models/CreateGroupResponseBody.js.map +1 -0
  29. package/dist/models/CreateResourceInstancesRequest.d.ts +13 -11
  30. package/dist/models/CreateResourceInstancesRequest.js.map +1 -1
  31. package/dist/models/CreateResourceInstancesResponseBody.d.ts +2 -2
  32. package/dist/models/CreateResourceLogResponseBody.d.ts +1 -1
  33. package/dist/models/CreateResourceRequest.d.ts +29 -34
  34. package/dist/models/CreateResourceRequest.js.map +1 -1
  35. package/dist/models/CreateResourceResponseBody.d.ts +3 -3
  36. package/dist/models/CreateServiceAutoScalerRequest.d.ts +10 -6
  37. package/dist/models/CreateServiceAutoScalerRequest.js.map +1 -1
  38. package/dist/models/CreateServiceCronScalerRequest.d.ts +12 -5
  39. package/dist/models/CreateServiceCronScalerRequest.js.map +1 -1
  40. package/dist/models/CreateServiceCronScalerResponseBody.d.ts +1 -1
  41. package/dist/models/CreateServiceInstanceTokenRequest.d.ts +8 -0
  42. package/dist/models/CreateServiceInstanceTokenRequest.js.map +1 -1
  43. package/dist/models/CreateServiceInstanceTokenResponseBody.d.ts +16 -0
  44. package/dist/models/CreateServiceInstanceTokenResponseBody.js.map +1 -1
  45. package/dist/models/CreateServiceMirrorResponseBody.d.ts +1 -1
  46. package/dist/models/CreateServiceRequest.d.ts +65 -65
  47. package/dist/models/CreateServiceRolloutRequest.d.ts +20 -0
  48. package/dist/models/CreateServiceRolloutRequest.js.map +1 -1
  49. package/dist/models/CreateServiceRolloutResponseBody.d.ts +6 -0
  50. package/dist/models/CreateServiceRolloutResponseBody.js.map +1 -1
  51. package/dist/models/CreateServiceShrinkRequest.d.ts +65 -65
  52. package/dist/models/DeleteConfigResponseBody.d.ts +2 -2
  53. package/dist/models/DeleteFaultInjectionResponseBody.d.ts +4 -1
  54. package/dist/models/DeleteFaultInjectionResponseBody.js.map +1 -1
  55. package/dist/models/DeleteGatewayLabelRequest.d.ts +2 -0
  56. package/dist/models/DeleteGatewayLabelRequest.js.map +1 -1
  57. package/dist/models/DeleteGatewayLabelResponseBody.d.ts +6 -0
  58. package/dist/models/DeleteGatewayLabelResponseBody.js.map +1 -1
  59. package/dist/models/DeleteGatewayLabelShrinkRequest.d.ts +2 -0
  60. package/dist/models/DeleteGatewayLabelShrinkRequest.js.map +1 -1
  61. package/dist/models/DeleteGatewayResponseBody.d.ts +1 -1
  62. package/dist/models/DeleteGroupRequest.d.ts +21 -0
  63. package/dist/models/DeleteGroupRequest.js +58 -0
  64. package/dist/models/DeleteGroupRequest.js.map +1 -0
  65. package/dist/models/DeleteGroupResponse.d.ts +19 -0
  66. package/dist/models/DeleteGroupResponse.js +69 -0
  67. package/dist/models/DeleteGroupResponse.js.map +1 -0
  68. package/dist/models/DeleteGroupResponseBody.d.ts +29 -0
  69. package/dist/models/DeleteGroupResponseBody.js +60 -0
  70. package/dist/models/DeleteGroupResponseBody.js.map +1 -0
  71. package/dist/models/DeleteResourceInstanceLabelRequest.d.ts +7 -3
  72. package/dist/models/DeleteResourceInstanceLabelRequest.js.map +1 -1
  73. package/dist/models/DeleteResourceInstanceLabelResponseBody.d.ts +1 -1
  74. package/dist/models/DeleteResourceInstanceLabelShrinkRequest.d.ts +7 -3
  75. package/dist/models/DeleteResourceInstanceLabelShrinkRequest.js.map +1 -1
  76. package/dist/models/DeleteResourceInstancesResponseBody.d.ts +1 -1
  77. package/dist/models/DeleteResourceLogResponseBody.d.ts +1 -1
  78. package/dist/models/DeleteResourceResponseBody.d.ts +2 -2
  79. package/dist/models/DeleteServiceInstancesRequest.d.ts +10 -3
  80. package/dist/models/DeleteServiceInstancesRequest.js.map +1 -1
  81. package/dist/models/DeleteServiceInstancesResponseBody.d.ts +1 -1
  82. package/dist/models/DeleteServiceLabelRequest.d.ts +5 -1
  83. package/dist/models/DeleteServiceLabelRequest.js.map +1 -1
  84. package/dist/models/DeleteServiceLabelResponseBody.d.ts +1 -1
  85. package/dist/models/DeleteServiceLabelShrinkRequest.d.ts +5 -1
  86. package/dist/models/DeleteServiceLabelShrinkRequest.js.map +1 -1
  87. package/dist/models/DeleteServiceRolloutResponseBody.d.ts +18 -0
  88. package/dist/models/DeleteServiceRolloutResponseBody.js.map +1 -1
  89. package/dist/models/DescribeGatewayResponseBody.d.ts +20 -38
  90. package/dist/models/DescribeGatewayResponseBody.js.map +1 -1
  91. package/dist/models/DescribeGroupEndpointsResponseBody.d.ts +16 -10
  92. package/dist/models/DescribeGroupEndpointsResponseBody.js.map +1 -1
  93. package/dist/models/DescribeMachineSpecRequest.d.ts +17 -0
  94. package/dist/models/DescribeMachineSpecRequest.js.map +1 -1
  95. package/dist/models/DescribeMachineSpecResponseBody.d.ts +12 -24
  96. package/dist/models/DescribeMachineSpecResponseBody.js.map +1 -1
  97. package/dist/models/DescribeMachineSpecShrinkRequest.d.ts +17 -0
  98. package/dist/models/DescribeMachineSpecShrinkRequest.js.map +1 -1
  99. package/dist/models/DescribeRegionsResponseBody.d.ts +3 -0
  100. package/dist/models/DescribeRegionsResponseBody.js.map +1 -1
  101. package/dist/models/DescribeResourceDlinkResponseBody.d.ts +2 -2
  102. package/dist/models/DescribeResourceResponseBody.d.ts +55 -15
  103. package/dist/models/DescribeResourceResponseBody.js.map +1 -1
  104. package/dist/models/DescribeServiceAutoScalerResponseBody.d.ts +10 -7
  105. package/dist/models/DescribeServiceAutoScalerResponseBody.js.map +1 -1
  106. package/dist/models/DescribeServiceEndpointsResponseBody.d.ts +43 -3
  107. package/dist/models/DescribeServiceEndpointsResponseBody.js.map +1 -1
  108. package/dist/models/DescribeServiceEventRequest.d.ts +8 -7
  109. package/dist/models/DescribeServiceEventRequest.js.map +1 -1
  110. package/dist/models/DescribeServiceEventResponseBody.d.ts +21 -9
  111. package/dist/models/DescribeServiceEventResponseBody.js.map +1 -1
  112. package/dist/models/DescribeServiceRolloutResponseBody.d.ts +60 -0
  113. package/dist/models/DescribeServiceRolloutResponseBody.js.map +1 -1
  114. package/dist/models/DescribeVirtualResourceResponseBody.d.ts +10 -6
  115. package/dist/models/DescribeVirtualResourceResponseBody.js.map +1 -1
  116. package/dist/models/Group.d.ts +41 -10
  117. package/dist/models/Group.js +63 -1
  118. package/dist/models/Group.js.map +1 -1
  119. package/dist/models/Instance.d.ts +56 -30
  120. package/dist/models/Instance.js.map +1 -1
  121. package/dist/models/ListAclPolicyResponseBody.d.ts +3 -3
  122. package/dist/models/ListBenchmarkTaskRequest.d.ts +2 -2
  123. package/dist/models/ListBenchmarkTaskResponseBody.d.ts +12 -86
  124. package/dist/models/ListBenchmarkTaskResponseBody.js.map +1 -1
  125. package/dist/models/ListConfigsRequest.d.ts +14 -0
  126. package/dist/models/ListConfigsRequest.js.map +1 -1
  127. package/dist/models/ListConfigsResponseBody.d.ts +11 -11
  128. package/dist/models/ListGatewayDomainsResponseBody.d.ts +47 -10
  129. package/dist/models/ListGatewayDomainsResponseBody.js.map +1 -1
  130. package/dist/models/ListGatewayIntranetLinkedVpcPeerRequest.d.ts +4 -3
  131. package/dist/models/ListGatewayIntranetLinkedVpcPeerRequest.js.map +1 -1
  132. package/dist/models/ListGatewayIntranetLinkedVpcPeerResponseBody.d.ts +6 -6
  133. package/dist/models/ListGatewayIntranetLinkedVpcResponseBody.d.ts +22 -30
  134. package/dist/models/ListGatewayIntranetLinkedVpcResponseBody.js.map +1 -1
  135. package/dist/models/ListGatewayRequest.d.ts +51 -5
  136. package/dist/models/ListGatewayRequest.js.map +1 -1
  137. package/dist/models/ListGatewayResponseBody.d.ts +32 -27
  138. package/dist/models/ListGatewayResponseBody.js.map +1 -1
  139. package/dist/models/ListGatewayShrinkRequest.d.ts +51 -5
  140. package/dist/models/ListGatewayShrinkRequest.js.map +1 -1
  141. package/dist/models/ListGroupsRequest.d.ts +31 -3
  142. package/dist/models/ListGroupsRequest.js +5 -0
  143. package/dist/models/ListGroupsRequest.js.map +1 -1
  144. package/dist/models/ListGroupsResponseBody.d.ts +4 -4
  145. package/dist/models/ListGroupsShrinkRequest.d.ts +74 -0
  146. package/dist/models/ListGroupsShrinkRequest.js +72 -0
  147. package/dist/models/ListGroupsShrinkRequest.js.map +1 -0
  148. package/dist/models/ListResourceInstanceWorkerRequest.d.ts +42 -3
  149. package/dist/models/ListResourceInstanceWorkerRequest.js.map +1 -1
  150. package/dist/models/ListResourceInstanceWorkerResponseBody.d.ts +4 -4
  151. package/dist/models/ListResourceInstancesRequest.d.ts +21 -187
  152. package/dist/models/ListResourceInstancesRequest.js.map +1 -1
  153. package/dist/models/ListResourceInstancesResponseBody.d.ts +4 -4
  154. package/dist/models/ListResourceInstancesShrinkRequest.d.ts +21 -187
  155. package/dist/models/ListResourceInstancesShrinkRequest.js.map +1 -1
  156. package/dist/models/ListResourcesRequest.d.ts +19 -23
  157. package/dist/models/ListResourcesRequest.js.map +1 -1
  158. package/dist/models/ListResourcesResponseBody.d.ts +3 -3
  159. package/dist/models/ListServiceInstanceFaultInjectionInfoResponseBody.d.ts +47 -1
  160. package/dist/models/ListServiceInstanceFaultInjectionInfoResponseBody.js.map +1 -1
  161. package/dist/models/ListServiceInstancesRequest.d.ts +47 -126
  162. package/dist/models/ListServiceInstancesRequest.js.map +1 -1
  163. package/dist/models/ListServiceInstancesResponseBody.d.ts +4 -4
  164. package/dist/models/ListServiceVersionsResponseBody.d.ts +10 -6
  165. package/dist/models/ListServiceVersionsResponseBody.js.map +1 -1
  166. package/dist/models/ListServicesRequest.d.ts +95 -200
  167. package/dist/models/ListServicesRequest.js.map +1 -1
  168. package/dist/models/ListServicesResponseBody.d.ts +4 -4
  169. package/dist/models/ListServicesShrinkRequest.d.ts +95 -200
  170. package/dist/models/ListServicesShrinkRequest.js.map +1 -1
  171. package/dist/models/ListVirtualResourceRequest.d.ts +20 -2
  172. package/dist/models/ListVirtualResourceRequest.js.map +1 -1
  173. package/dist/models/ListVirtualResourceResponseBody.d.ts +5 -5
  174. package/dist/models/MigrateResourceInstanceRequest.d.ts +8 -1
  175. package/dist/models/MigrateResourceInstanceRequest.js.map +1 -1
  176. package/dist/models/MigrateResourceInstanceResponseBody.d.ts +3 -3
  177. package/dist/models/Resource.d.ts +83 -20
  178. package/dist/models/Resource.js.map +1 -1
  179. package/dist/models/ResourceInstance.d.ts +36 -23
  180. package/dist/models/ResourceInstance.js +0 -2
  181. package/dist/models/ResourceInstance.js.map +1 -1
  182. package/dist/models/ResourceInstanceWorker.d.ts +11 -61
  183. package/dist/models/ResourceInstanceWorker.js.map +1 -1
  184. package/dist/models/ScaleServiceRequest.d.ts +5 -0
  185. package/dist/models/ScaleServiceRequest.js.map +1 -1
  186. package/dist/models/ScaleServiceResponseBody.d.ts +6 -0
  187. package/dist/models/ScaleServiceResponseBody.js.map +1 -1
  188. package/dist/models/Service.d.ts +103 -71
  189. package/dist/models/Service.js.map +1 -1
  190. package/dist/models/StopBenchmarkTaskResponseBody.d.ts +1 -1
  191. package/dist/models/UpdateAppServiceRequest.d.ts +1 -1
  192. package/dist/models/UpdateConfigRequest.d.ts +1 -1
  193. package/dist/models/UpdateConfigResponseBody.d.ts +4 -4
  194. package/dist/models/UpdateGatewayLabelRequest.d.ts +2 -0
  195. package/dist/models/UpdateGatewayLabelRequest.js.map +1 -1
  196. package/dist/models/UpdateGatewayLabelResponseBody.d.ts +6 -0
  197. package/dist/models/UpdateGatewayLabelResponseBody.js.map +1 -1
  198. package/dist/models/UpdateGatewayRequest.d.ts +25 -21
  199. package/dist/models/UpdateGatewayRequest.js.map +1 -1
  200. package/dist/models/UpdateGatewayResponseBody.d.ts +2 -2
  201. package/dist/models/UpdateGroupRequest.d.ts +59 -1
  202. package/dist/models/UpdateGroupRequest.js +36 -1
  203. package/dist/models/UpdateGroupRequest.js.map +1 -1
  204. package/dist/models/UpdateGroupResponseBody.d.ts +9 -1
  205. package/dist/models/UpdateGroupResponseBody.js +2 -0
  206. package/dist/models/UpdateGroupResponseBody.js.map +1 -1
  207. package/dist/models/UpdateResourceDlinkRequest.d.ts +2 -2
  208. package/dist/models/UpdateResourceInstanceRequest.d.ts +6 -4
  209. package/dist/models/UpdateResourceInstanceRequest.js.map +1 -1
  210. package/dist/models/UpdateResourceResponseBody.d.ts +1 -1
  211. package/dist/models/UpdateServiceAutoScalerRequest.d.ts +6 -4
  212. package/dist/models/UpdateServiceAutoScalerRequest.js.map +1 -1
  213. package/dist/models/UpdateServiceCronScalerRequest.d.ts +12 -5
  214. package/dist/models/UpdateServiceCronScalerRequest.js.map +1 -1
  215. package/dist/models/UpdateServiceInstanceRequest.d.ts +27 -3
  216. package/dist/models/UpdateServiceInstanceRequest.js.map +1 -1
  217. package/dist/models/UpdateServiceInstanceResponseBody.d.ts +2 -2
  218. package/dist/models/UpdateServiceMirrorResponseBody.d.ts +1 -1
  219. package/dist/models/UpdateServiceRequest.d.ts +10 -1
  220. package/dist/models/UpdateServiceRequest.js.map +1 -1
  221. package/dist/models/UpdateServiceRolloutRequest.d.ts +52 -0
  222. package/dist/models/UpdateServiceRolloutRequest.js.map +1 -1
  223. package/dist/models/UpdateServiceRolloutResponseBody.d.ts +12 -0
  224. package/dist/models/UpdateServiceRolloutResponseBody.js.map +1 -1
  225. package/dist/models/model.d.ts +11 -0
  226. package/dist/models/model.js +35 -13
  227. package/dist/models/model.js.map +1 -1
  228. package/package.json +1 -1
  229. package/src/client.ts +370 -119
  230. package/src/models/ContainerInfo.ts +15 -35
  231. package/src/models/CreateAppServiceRequest.ts +1 -1
  232. package/src/models/CreateConfigRequest.ts +1 -1
  233. package/src/models/CreateConfigResponseBody.ts +12 -0
  234. package/src/models/CreateFaultInjectionRequest.ts +27 -0
  235. package/src/models/CreateFaultInjectionResponseBody.ts +4 -1
  236. package/src/models/CreateGatewayIntranetLinkedVpcRequest.ts +16 -2
  237. package/src/models/CreateGatewayIntranetLinkedVpcResponseBody.ts +2 -2
  238. package/src/models/CreateGatewayRequest.ts +19 -24
  239. package/src/models/CreateGatewayResponseBody.ts +5 -5
  240. package/src/models/CreateGroupRequest.ts +124 -0
  241. package/src/models/CreateGroupResponse.ts +40 -0
  242. package/src/models/CreateGroupResponseBody.ts +44 -0
  243. package/src/models/CreateResourceInstancesRequest.ts +13 -11
  244. package/src/models/CreateResourceInstancesResponseBody.ts +2 -2
  245. package/src/models/CreateResourceLogResponseBody.ts +1 -1
  246. package/src/models/CreateResourceRequest.ts +29 -34
  247. package/src/models/CreateResourceResponseBody.ts +3 -3
  248. package/src/models/CreateServiceAutoScalerRequest.ts +10 -6
  249. package/src/models/CreateServiceCronScalerRequest.ts +12 -5
  250. package/src/models/CreateServiceCronScalerResponseBody.ts +1 -1
  251. package/src/models/CreateServiceInstanceTokenRequest.ts +8 -0
  252. package/src/models/CreateServiceInstanceTokenResponseBody.ts +16 -0
  253. package/src/models/CreateServiceMirrorResponseBody.ts +1 -1
  254. package/src/models/CreateServiceRequest.ts +65 -65
  255. package/src/models/CreateServiceRolloutRequest.ts +20 -0
  256. package/src/models/CreateServiceRolloutResponseBody.ts +6 -0
  257. package/src/models/CreateServiceShrinkRequest.ts +65 -65
  258. package/src/models/DeleteConfigResponseBody.ts +2 -2
  259. package/src/models/DeleteFaultInjectionResponseBody.ts +4 -1
  260. package/src/models/DeleteGatewayLabelRequest.ts +2 -0
  261. package/src/models/DeleteGatewayLabelResponseBody.ts +6 -0
  262. package/src/models/DeleteGatewayLabelShrinkRequest.ts +2 -0
  263. package/src/models/DeleteGatewayResponseBody.ts +1 -1
  264. package/src/models/DeleteGroupRequest.ts +34 -0
  265. package/src/models/DeleteGroupResponse.ts +40 -0
  266. package/src/models/DeleteGroupResponseBody.ts +44 -0
  267. package/src/models/DeleteResourceInstanceLabelRequest.ts +7 -3
  268. package/src/models/DeleteResourceInstanceLabelResponseBody.ts +1 -1
  269. package/src/models/DeleteResourceInstanceLabelShrinkRequest.ts +7 -3
  270. package/src/models/DeleteResourceInstancesResponseBody.ts +1 -1
  271. package/src/models/DeleteResourceLogResponseBody.ts +1 -1
  272. package/src/models/DeleteResourceResponseBody.ts +2 -2
  273. package/src/models/DeleteServiceInstancesRequest.ts +10 -3
  274. package/src/models/DeleteServiceInstancesResponseBody.ts +1 -1
  275. package/src/models/DeleteServiceLabelRequest.ts +5 -1
  276. package/src/models/DeleteServiceLabelResponseBody.ts +1 -1
  277. package/src/models/DeleteServiceLabelShrinkRequest.ts +5 -1
  278. package/src/models/DeleteServiceRolloutResponseBody.ts +18 -0
  279. package/src/models/DescribeGatewayResponseBody.ts +20 -38
  280. package/src/models/DescribeGroupEndpointsResponseBody.ts +16 -10
  281. package/src/models/DescribeMachineSpecRequest.ts +17 -0
  282. package/src/models/DescribeMachineSpecResponseBody.ts +12 -24
  283. package/src/models/DescribeMachineSpecShrinkRequest.ts +17 -0
  284. package/src/models/DescribeRegionsResponseBody.ts +3 -0
  285. package/src/models/DescribeResourceDlinkResponseBody.ts +2 -2
  286. package/src/models/DescribeResourceResponseBody.ts +55 -15
  287. package/src/models/DescribeServiceAutoScalerResponseBody.ts +10 -7
  288. package/src/models/DescribeServiceEndpointsResponseBody.ts +43 -3
  289. package/src/models/DescribeServiceEventRequest.ts +8 -7
  290. package/src/models/DescribeServiceEventResponseBody.ts +21 -9
  291. package/src/models/DescribeServiceRolloutResponseBody.ts +60 -0
  292. package/src/models/DescribeVirtualResourceResponseBody.ts +10 -6
  293. package/src/models/Group.ts +83 -10
  294. package/src/models/Instance.ts +56 -30
  295. package/src/models/ListAclPolicyResponseBody.ts +3 -3
  296. package/src/models/ListBenchmarkTaskRequest.ts +2 -2
  297. package/src/models/ListBenchmarkTaskResponseBody.ts +12 -86
  298. package/src/models/ListConfigsRequest.ts +14 -0
  299. package/src/models/ListConfigsResponseBody.ts +11 -11
  300. package/src/models/ListGatewayDomainsResponseBody.ts +47 -10
  301. package/src/models/ListGatewayIntranetLinkedVpcPeerRequest.ts +4 -3
  302. package/src/models/ListGatewayIntranetLinkedVpcPeerResponseBody.ts +6 -6
  303. package/src/models/ListGatewayIntranetLinkedVpcResponseBody.ts +22 -30
  304. package/src/models/ListGatewayRequest.ts +51 -5
  305. package/src/models/ListGatewayResponseBody.ts +32 -27
  306. package/src/models/ListGatewayShrinkRequest.ts +51 -5
  307. package/src/models/ListGroupsRequest.ts +34 -3
  308. package/src/models/ListGroupsResponseBody.ts +4 -4
  309. package/src/models/ListGroupsShrinkRequest.ts +101 -0
  310. package/src/models/ListResourceInstanceWorkerRequest.ts +42 -3
  311. package/src/models/ListResourceInstanceWorkerResponseBody.ts +4 -4
  312. package/src/models/ListResourceInstancesRequest.ts +21 -187
  313. package/src/models/ListResourceInstancesResponseBody.ts +4 -4
  314. package/src/models/ListResourceInstancesShrinkRequest.ts +21 -187
  315. package/src/models/ListResourcesRequest.ts +19 -23
  316. package/src/models/ListResourcesResponseBody.ts +3 -3
  317. package/src/models/ListServiceInstanceFaultInjectionInfoResponseBody.ts +47 -1
  318. package/src/models/ListServiceInstancesRequest.ts +47 -126
  319. package/src/models/ListServiceInstancesResponseBody.ts +4 -4
  320. package/src/models/ListServiceVersionsResponseBody.ts +10 -6
  321. package/src/models/ListServicesRequest.ts +95 -200
  322. package/src/models/ListServicesResponseBody.ts +4 -4
  323. package/src/models/ListServicesShrinkRequest.ts +95 -200
  324. package/src/models/ListVirtualResourceRequest.ts +20 -2
  325. package/src/models/ListVirtualResourceResponseBody.ts +5 -5
  326. package/src/models/MigrateResourceInstanceRequest.ts +8 -1
  327. package/src/models/MigrateResourceInstanceResponseBody.ts +3 -3
  328. package/src/models/Resource.ts +83 -20
  329. package/src/models/ResourceInstance.ts +36 -23
  330. package/src/models/ResourceInstanceWorker.ts +11 -61
  331. package/src/models/ScaleServiceRequest.ts +5 -0
  332. package/src/models/ScaleServiceResponseBody.ts +6 -0
  333. package/src/models/Service.ts +103 -71
  334. package/src/models/StopBenchmarkTaskResponseBody.ts +1 -1
  335. package/src/models/UpdateAppServiceRequest.ts +1 -1
  336. package/src/models/UpdateConfigRequest.ts +1 -1
  337. package/src/models/UpdateConfigResponseBody.ts +4 -4
  338. package/src/models/UpdateGatewayLabelRequest.ts +2 -0
  339. package/src/models/UpdateGatewayLabelResponseBody.ts +6 -0
  340. package/src/models/UpdateGatewayRequest.ts +25 -21
  341. package/src/models/UpdateGatewayResponseBody.ts +2 -2
  342. package/src/models/UpdateGroupRequest.ts +83 -1
  343. package/src/models/UpdateGroupResponseBody.ts +11 -1
  344. package/src/models/UpdateResourceDlinkRequest.ts +2 -2
  345. package/src/models/UpdateResourceInstanceRequest.ts +6 -4
  346. package/src/models/UpdateResourceResponseBody.ts +1 -1
  347. package/src/models/UpdateServiceAutoScalerRequest.ts +6 -4
  348. package/src/models/UpdateServiceCronScalerRequest.ts +12 -5
  349. package/src/models/UpdateServiceInstanceRequest.ts +27 -3
  350. package/src/models/UpdateServiceInstanceResponseBody.ts +2 -2
  351. package/src/models/UpdateServiceMirrorResponseBody.ts +1 -1
  352. package/src/models/UpdateServiceRequest.ts +10 -1
  353. package/src/models/UpdateServiceRolloutRequest.ts +52 -0
  354. package/src/models/UpdateServiceRolloutResponseBody.ts +12 -0
  355. package/src/models/model.ts +11 -0
package/dist/client.js CHANGED
@@ -65,6 +65,19 @@ class Client extends openapi_core_1.default {
65
65
  'cn-shanghai-finance-1': "pai-eas.cn-shanghai-finance-1.aliyuncs.com",
66
66
  'cn-north-2-gov-1': "pai-eas.cn-north-2-gov-1.aliyuncs.com",
67
67
  'cn-chengdu': "pai-eas.cn-chengdu.aliyuncs.com",
68
+ 'us-southeast-1': "pai-eas.us-southeast-1.aliyuncs.com",
69
+ 'na-south-1': "pai-eas.na-south-1.aliyuncs.com",
70
+ 'me-east-1': "pai-eas.me-east-1.aliyuncs.com",
71
+ 'me-central-1': "pai-eas.me-central-1.aliyuncs.com",
72
+ 'cn-zhongwei': "pai-eas.cn-zhongwei.aliyuncs.com",
73
+ 'cn-wulanchabu': "pai-eas.cn-wulanchabu.aliyuncs.com",
74
+ 'cn-heyuan': "pai-eas.cn-heyuan.aliyuncs.com",
75
+ 'cn-guangzhou': "pai-eas.cn-guangzhou.aliyuncs.com",
76
+ 'ap-southeast-8': "pai-eas.ap-southeast-8.aliyuncs.com",
77
+ 'ap-southeast-7': "pai-eas.ap-southeast-7.aliyuncs.com",
78
+ 'ap-southeast-3': "pai-eas.ap-southeast-3.aliyuncs.com",
79
+ 'ap-northeast-2': "pai-eas.ap-northeast-2.aliyuncs.com",
80
+ 'ap-northeast-1': "pai-eas.ap-northeast-1.aliyuncs.com",
68
81
  };
69
82
  this.checkConfig(config);
70
83
  this._endpoint = this.getEndpoint("eas", this._regionId, this._endpointRule, this._network, this._suffix, this._endpointMap, this._endpoint);
@@ -364,7 +377,14 @@ class Client extends openapi_core_1.default {
364
377
  return await this.createBenchmarkTaskWithOptions(request, headers, runtime);
365
378
  }
366
379
  /**
367
- * 创建单个配置
380
+ * Creates a single dynamic parameter in a specified service.
381
+ *
382
+ * @remarks
383
+ * ## Description
384
+ * - This API creates a new dynamic parameter by sending a POST request to a specified path.
385
+ * - The dynamic parameter name (`ConfigKey`) can contain letters, digits, periods (.), underscores (_), hyphens (-), and forward slashes (/). The maximum length is 100 characters.
386
+ * - The request body must include the dynamic parameter value (`Value`).
387
+ * - If successful, the API returns the new dynamic parameter\\"s name (`Key`), value (`Value`), creation time, and update time.
368
388
  *
369
389
  * @param request - CreateConfigRequest
370
390
  * @param headers - map
@@ -395,7 +415,14 @@ class Client extends openapi_core_1.default {
395
415
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateConfigResponse({}));
396
416
  }
397
417
  /**
398
- * 创建单个配置
418
+ * Creates a single dynamic parameter in a specified service.
419
+ *
420
+ * @remarks
421
+ * ## Description
422
+ * - This API creates a new dynamic parameter by sending a POST request to a specified path.
423
+ * - The dynamic parameter name (`ConfigKey`) can contain letters, digits, periods (.), underscores (_), hyphens (-), and forward slashes (/). The maximum length is 100 characters.
424
+ * - The request body must include the dynamic parameter value (`Value`).
425
+ * - If successful, the API returns the new dynamic parameter\\"s name (`Key`), value (`Value`), creation time, and update time.
399
426
  *
400
427
  * @param request - CreateConfigRequest
401
428
  * @returns CreateConfigResponse
@@ -406,7 +433,10 @@ class Client extends openapi_core_1.default {
406
433
  return await this.createConfigWithOptions(ClusterId, ConfigType, Name, ConfigKey, request, headers, runtime);
407
434
  }
408
435
  /**
409
- * 创建故障注入任务
436
+ * Creates a fault injection task.
437
+ *
438
+ * @remarks
439
+ * *Before you use this operation, make sure that you understand the billing methods and [pricing](https://help.aliyun.com/document_detail/144261.html) of Elastic Algorithm Service (EAS).**
410
440
  *
411
441
  * @param request - CreateFaultInjectionRequest
412
442
  * @param headers - map
@@ -440,7 +470,10 @@ class Client extends openapi_core_1.default {
440
470
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateFaultInjectionResponse({}));
441
471
  }
442
472
  /**
443
- * 创建故障注入任务
473
+ * Creates a fault injection task.
474
+ *
475
+ * @remarks
476
+ * *Before you use this operation, make sure that you understand the billing methods and [pricing](https://help.aliyun.com/document_detail/144261.html) of Elastic Algorithm Service (EAS).**
444
477
  *
445
478
  * @param request - CreateFaultInjectionRequest
446
479
  * @returns CreateFaultInjectionResponse
@@ -519,7 +552,10 @@ class Client extends openapi_core_1.default {
519
552
  return await this.createGatewayWithOptions(request, headers, runtime);
520
553
  }
521
554
  /**
522
- * Creates an internal endpoint of a private gateway.
555
+ * Creates an internal endpoint for a private gateway.
556
+ *
557
+ * @remarks
558
+ * *Make sure that you understand the billing methods and [pricing](https://help.aliyun.com/document_detail/144261.html) of Elastic Algorithm Service (EAS) before you use this operation.**
523
559
  *
524
560
  * @param request - CreateGatewayIntranetLinkedVpcRequest
525
561
  * @param headers - map
@@ -559,7 +595,10 @@ class Client extends openapi_core_1.default {
559
595
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateGatewayIntranetLinkedVpcResponse({}));
560
596
  }
561
597
  /**
562
- * Creates an internal endpoint of a private gateway.
598
+ * Creates an internal endpoint for a private gateway.
599
+ *
600
+ * @remarks
601
+ * *Make sure that you understand the billing methods and [pricing](https://help.aliyun.com/document_detail/144261.html) of Elastic Algorithm Service (EAS) before you use this operation.**
563
602
  *
564
603
  * @param request - CreateGatewayIntranetLinkedVpcRequest
565
604
  * @returns CreateGatewayIntranetLinkedVpcResponse
@@ -620,10 +659,67 @@ class Client extends openapi_core_1.default {
620
659
  return await this.createGatewayIntranetLinkedVpcPeerWithOptions(ClusterId, GatewayId, request, headers, runtime);
621
660
  }
622
661
  /**
623
- * Creates a resource group.
662
+ * Creates a service group.
624
663
  *
625
664
  * @remarks
626
- * *Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/144261.html) of Elastic Algorithm Service (EAS).
665
+ * *Before you use this operation, make sure that you fully understand the billing of Elastic Algorithm Service (EAS) and its [pricing](https://help.aliyun.com/document_detail/144261.html).**.
666
+ *
667
+ * @param request - CreateGroupRequest
668
+ * @param headers - map
669
+ * @param runtime - runtime options for this request RuntimeOptions
670
+ * @returns CreateGroupResponse
671
+ */
672
+ async createGroupWithOptions(request, headers, runtime) {
673
+ request.validate();
674
+ let body = {};
675
+ if (!$dara.isNull(request.labels)) {
676
+ body["Labels"] = request.labels;
677
+ }
678
+ if (!$dara.isNull(request.name)) {
679
+ body["Name"] = request.name;
680
+ }
681
+ if (!$dara.isNull(request.network)) {
682
+ body["Network"] = request.network;
683
+ }
684
+ if (!$dara.isNull(request.workSpaceId)) {
685
+ body["WorkSpaceId"] = request.workSpaceId;
686
+ }
687
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
688
+ headers: headers,
689
+ body: openapi_core_2.OpenApiUtil.parseToMap(body),
690
+ });
691
+ let params = new openapi_core_2.$OpenApiUtil.Params({
692
+ action: "CreateGroup",
693
+ version: "2021-07-01",
694
+ protocol: "HTTPS",
695
+ pathname: `/api/v2/groups`,
696
+ method: "POST",
697
+ authType: "AK",
698
+ style: "ROA",
699
+ reqBodyType: "json",
700
+ bodyType: "json",
701
+ });
702
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateGroupResponse({}));
703
+ }
704
+ /**
705
+ * Creates a service group.
706
+ *
707
+ * @remarks
708
+ * *Before you use this operation, make sure that you fully understand the billing of Elastic Algorithm Service (EAS) and its [pricing](https://help.aliyun.com/document_detail/144261.html).**.
709
+ *
710
+ * @param request - CreateGroupRequest
711
+ * @returns CreateGroupResponse
712
+ */
713
+ async createGroup(request) {
714
+ let runtime = new $dara.RuntimeOptions({});
715
+ let headers = {};
716
+ return await this.createGroupWithOptions(request, headers, runtime);
717
+ }
718
+ /**
719
+ * Create a new resource group.
720
+ *
721
+ * @remarks
722
+ * *Before calling this API, make sure you understand the billing method and [pricing](https://help.aliyun.com/document_detail/144261.html) of Elastic Algorithm Service (EAS).**
627
723
  *
628
724
  * @param request - CreateResourceRequest
629
725
  * @param headers - map
@@ -684,10 +780,10 @@ class Client extends openapi_core_1.default {
684
780
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateResourceResponse({}));
685
781
  }
686
782
  /**
687
- * Creates a resource group.
783
+ * Create a new resource group.
688
784
  *
689
785
  * @remarks
690
- * *Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/144261.html) of Elastic Algorithm Service (EAS).
786
+ * *Before calling this API, make sure you understand the billing method and [pricing](https://help.aliyun.com/document_detail/144261.html) of Elastic Algorithm Service (EAS).**
691
787
  *
692
788
  * @param request - CreateResourceRequest
693
789
  * @returns CreateResourceResponse
@@ -698,7 +794,10 @@ class Client extends openapi_core_1.default {
698
794
  return await this.createResourceWithOptions(request, headers, runtime);
699
795
  }
700
796
  /**
701
- * Creates instances in a dedicated resource group.
797
+ * Creates machine instances in a dedicated resource group.
798
+ *
799
+ * @remarks
800
+ * *Before you call this operation, make sure that you understand the billing methods and **[**pricing**](https://help.aliyun.com/document_detail/144261.html)** of Elastic Algorithm Service (EAS).**
702
801
  *
703
802
  * @param request - CreateResourceInstancesRequest
704
803
  * @param headers - map
@@ -750,7 +849,10 @@ class Client extends openapi_core_1.default {
750
849
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateResourceInstancesResponse({}));
751
850
  }
752
851
  /**
753
- * Creates instances in a dedicated resource group.
852
+ * Creates machine instances in a dedicated resource group.
853
+ *
854
+ * @remarks
855
+ * *Before you call this operation, make sure that you understand the billing methods and **[**pricing**](https://help.aliyun.com/document_detail/144261.html)** of Elastic Algorithm Service (EAS).**
754
856
  *
755
857
  * @param request - CreateResourceInstancesRequest
756
858
  * @returns CreateResourceInstancesResponse
@@ -917,7 +1019,7 @@ class Client extends openapi_core_1.default {
917
1019
  return await this.createServiceAutoScalerWithOptions(ClusterId, ServiceName, request, headers, runtime);
918
1020
  }
919
1021
  /**
920
- * Enables the Cron Horizontal Pod Autoscaler (CronHPA) feature for a service.
1022
+ * Creates a scheduled auto scaling rule for a service.
921
1023
  *
922
1024
  * @param request - CreateServiceCronScalerRequest
923
1025
  * @param headers - map
@@ -951,7 +1053,7 @@ class Client extends openapi_core_1.default {
951
1053
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateServiceCronScalerResponse({}));
952
1054
  }
953
1055
  /**
954
- * Enables the Cron Horizontal Pod Autoscaler (CronHPA) feature for a service.
1056
+ * Creates a scheduled auto scaling rule for a service.
955
1057
  *
956
1058
  * @param request - CreateServiceCronScalerRequest
957
1059
  * @returns CreateServiceCronScalerResponse
@@ -962,7 +1064,7 @@ class Client extends openapi_core_1.default {
962
1064
  return await this.createServiceCronScalerWithOptions(ClusterId, ServiceName, request, headers, runtime);
963
1065
  }
964
1066
  /**
965
- * 创建连接服务的token
1067
+ * Call this operation to obtain a token and a WebSocket URL for logging on to a container.
966
1068
  *
967
1069
  * @param request - CreateServiceInstanceTokenRequest
968
1070
  * @param headers - map
@@ -996,7 +1098,7 @@ class Client extends openapi_core_1.default {
996
1098
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateServiceInstanceTokenResponse({}));
997
1099
  }
998
1100
  /**
999
- * 创建连接服务的token
1101
+ * Call this operation to obtain a token and a WebSocket URL for logging on to a container.
1000
1102
  *
1001
1103
  * @param request - CreateServiceInstanceTokenRequest
1002
1104
  * @returns CreateServiceInstanceTokenResponse
@@ -1052,16 +1154,16 @@ class Client extends openapi_core_1.default {
1052
1154
  return await this.createServiceMirrorWithOptions(ClusterId, ServiceName, request, headers, runtime);
1053
1155
  }
1054
1156
  /**
1055
- * 创建服务更新计划
1157
+ * Creates a service rollout.
1056
1158
  *
1057
1159
  * @remarks
1058
- * ## 请求说明
1059
- * - **策略互斥**:`Partition`(分区发布)和`Batch`(批量发布)两种策略只能选择其中一种,不能同时使用。
1060
- * - **请求速率限制**:每秒最多100次请求。
1061
- * - **授权信息**:需要具备`eas:CreateServiceRollout`权限才能调用此接口。
1062
- * - **资源ARN**:`acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}`。
1063
- * - **暂停发布**:通过设置`Paused`参数为`true`可以暂停发布流程,之后可通过`UpdateServiceRollout`接口恢复或取消发布。
1064
- * - **监控与回滚**:在发布过程中建议持续监控服务指标,以便及时发现并处理问题;如需回滚,可以通过调整`Partition`值或删除发布策略来实现。
1160
+ * ## Usage notes
1161
+ * - **Mutually exclusive strategies**: You can use either the `Partition` or the `Batch` strategy, but not both.
1162
+ * - **Request rate limit**: Up to 100 requests per second.
1163
+ * - **Authorization**: This operation requires the `eas:CreateServiceRollout` permission.
1164
+ * - **ARN**: `acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}`.
1165
+ * - **Pause a rollout**: To pause the service rollout, set the `Paused` parameter to `true`. You can then resume or cancel the rollout by calling the `UpdateServiceRollout` operation.
1166
+ * - **Monitoring and rollback**: Monitor service metrics during the service rollout to promptly identify and resolve issues. To perform a rollback, you can adjust the `Partition` value or delete the rollout strategy.
1065
1167
  *
1066
1168
  * @param request - CreateServiceRolloutRequest
1067
1169
  * @param headers - map
@@ -1098,16 +1200,16 @@ class Client extends openapi_core_1.default {
1098
1200
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateServiceRolloutResponse({}));
1099
1201
  }
1100
1202
  /**
1101
- * 创建服务更新计划
1203
+ * Creates a service rollout.
1102
1204
  *
1103
1205
  * @remarks
1104
- * ## 请求说明
1105
- * - **策略互斥**:`Partition`(分区发布)和`Batch`(批量发布)两种策略只能选择其中一种,不能同时使用。
1106
- * - **请求速率限制**:每秒最多100次请求。
1107
- * - **授权信息**:需要具备`eas:CreateServiceRollout`权限才能调用此接口。
1108
- * - **资源ARN**:`acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}`。
1109
- * - **暂停发布**:通过设置`Paused`参数为`true`可以暂停发布流程,之后可通过`UpdateServiceRollout`接口恢复或取消发布。
1110
- * - **监控与回滚**:在发布过程中建议持续监控服务指标,以便及时发现并处理问题;如需回滚,可以通过调整`Partition`值或删除发布策略来实现。
1206
+ * ## Usage notes
1207
+ * - **Mutually exclusive strategies**: You can use either the `Partition` or the `Batch` strategy, but not both.
1208
+ * - **Request rate limit**: Up to 100 requests per second.
1209
+ * - **Authorization**: This operation requires the `eas:CreateServiceRollout` permission.
1210
+ * - **ARN**: `acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}`.
1211
+ * - **Pause a rollout**: To pause the service rollout, set the `Paused` parameter to `true`. You can then resume or cancel the rollout by calling the `UpdateServiceRollout` operation.
1212
+ * - **Monitoring and rollback**: Monitor service metrics during the service rollout to promptly identify and resolve issues. To perform a rollback, you can adjust the `Partition` value or delete the rollout strategy.
1111
1213
  *
1112
1214
  * @param request - CreateServiceRolloutRequest
1113
1215
  * @returns CreateServiceRolloutResponse
@@ -1253,7 +1355,11 @@ class Client extends openapi_core_1.default {
1253
1355
  return await this.deleteBenchmarkTaskWithOptions(ClusterId, TaskName, request, headers, runtime);
1254
1356
  }
1255
1357
  /**
1256
- * 删除单个配置项
1358
+ * Deletes a single dynamic parameter for a specified service.
1359
+ *
1360
+ * @remarks
1361
+ * ## Request
1362
+ * This API deletes a specific configuration by its region ID, configuration type, service name, and configuration key. Ensure all parameter values are accurate to avoid accidentally deleting critical configurations.
1257
1363
  *
1258
1364
  * @param request - DeleteConfigRequest
1259
1365
  * @param headers - map
@@ -1279,7 +1385,11 @@ class Client extends openapi_core_1.default {
1279
1385
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteConfigResponse({}));
1280
1386
  }
1281
1387
  /**
1282
- * 删除单个配置项
1388
+ * Deletes a single dynamic parameter for a specified service.
1389
+ *
1390
+ * @remarks
1391
+ * ## Request
1392
+ * This API deletes a specific configuration by its region ID, configuration type, service name, and configuration key. Ensure all parameter values are accurate to avoid accidentally deleting critical configurations.
1283
1393
  *
1284
1394
  * @param request - DeleteConfigRequest
1285
1395
  * @returns DeleteConfigResponse
@@ -1290,7 +1400,10 @@ class Client extends openapi_core_1.default {
1290
1400
  return await this.deleteConfigWithOptions(ClusterId, ConfigType, Name, ConfigKey, request, headers, runtime);
1291
1401
  }
1292
1402
  /**
1293
- * 删除故障注入任务
1403
+ * Deletes a fault injection task.
1404
+ *
1405
+ * @remarks
1406
+ * *Before you use this operation, make sure that you understand the billing methods and [pricing](https://help.aliyun.com/document_detail/144261.html) of Elastic Algorithm Service (EAS).**
1294
1407
  *
1295
1408
  * @param request - DeleteFaultInjectionRequest
1296
1409
  * @param headers - map
@@ -1316,7 +1429,10 @@ class Client extends openapi_core_1.default {
1316
1429
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteFaultInjectionResponse({}));
1317
1430
  }
1318
1431
  /**
1319
- * 删除故障注入任务
1432
+ * Deletes a fault injection task.
1433
+ *
1434
+ * @remarks
1435
+ * *Before you use this operation, make sure that you understand the billing methods and [pricing](https://help.aliyun.com/document_detail/144261.html) of Elastic Algorithm Service (EAS).**
1320
1436
  *
1321
1437
  * @param request - DeleteFaultInjectionRequest
1322
1438
  * @returns DeleteFaultInjectionResponse
@@ -1459,7 +1575,10 @@ class Client extends openapi_core_1.default {
1459
1575
  return await this.deleteGatewayIntranetLinkedVpcPeerWithOptions(ClusterId, GatewayId, request, headers, runtime);
1460
1576
  }
1461
1577
  /**
1462
- * 删除网关标签
1578
+ * Deletes gateway labels.
1579
+ *
1580
+ * @remarks
1581
+ * *Before you call this operation, ensure you understand the billing methods and [pricing](https://help.aliyun.com/document_detail/144261.html) for Elastic Algorithm Service (EAS).**
1463
1582
  *
1464
1583
  * @param tmpReq - DeleteGatewayLabelRequest
1465
1584
  * @param headers - map
@@ -1495,7 +1614,10 @@ class Client extends openapi_core_1.default {
1495
1614
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteGatewayLabelResponse({}));
1496
1615
  }
1497
1616
  /**
1498
- * 删除网关标签
1617
+ * Deletes gateway labels.
1618
+ *
1619
+ * @remarks
1620
+ * *Before you call this operation, ensure you understand the billing methods and [pricing](https://help.aliyun.com/document_detail/144261.html) for Elastic Algorithm Service (EAS).**
1499
1621
  *
1500
1622
  * @param request - DeleteGatewayLabelRequest
1501
1623
  * @returns DeleteGatewayLabelResponse
@@ -1505,6 +1627,48 @@ class Client extends openapi_core_1.default {
1505
1627
  let headers = {};
1506
1628
  return await this.deleteGatewayLabelWithOptions(ClusterId, GatewayId, request, headers, runtime);
1507
1629
  }
1630
+ /**
1631
+ * Deletes a service group.
1632
+ *
1633
+ * @param request - DeleteGroupRequest
1634
+ * @param headers - map
1635
+ * @param runtime - runtime options for this request RuntimeOptions
1636
+ * @returns DeleteGroupResponse
1637
+ */
1638
+ async deleteGroupWithOptions(ClusterId, GroupName, request, headers, runtime) {
1639
+ request.validate();
1640
+ let query = {};
1641
+ if (!$dara.isNull(request.cascadeDelete)) {
1642
+ query["CascadeDelete"] = request.cascadeDelete;
1643
+ }
1644
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
1645
+ headers: headers,
1646
+ query: openapi_core_2.OpenApiUtil.query(query),
1647
+ });
1648
+ let params = new openapi_core_2.$OpenApiUtil.Params({
1649
+ action: "DeleteGroup",
1650
+ version: "2021-07-01",
1651
+ protocol: "HTTPS",
1652
+ pathname: `/api/v2/groups/${$dara.URL.percentEncode(ClusterId)}/${$dara.URL.percentEncode(GroupName)}`,
1653
+ method: "DELETE",
1654
+ authType: "AK",
1655
+ style: "ROA",
1656
+ reqBodyType: "json",
1657
+ bodyType: "json",
1658
+ });
1659
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteGroupResponse({}));
1660
+ }
1661
+ /**
1662
+ * Deletes a service group.
1663
+ *
1664
+ * @param request - DeleteGroupRequest
1665
+ * @returns DeleteGroupResponse
1666
+ */
1667
+ async deleteGroup(ClusterId, GroupName, request) {
1668
+ let runtime = new $dara.RuntimeOptions({});
1669
+ let headers = {};
1670
+ return await this.deleteGroupWithOptions(ClusterId, GroupName, request, headers, runtime);
1671
+ }
1508
1672
  /**
1509
1673
  * Deletes a resource group that contains no resources or instances.
1510
1674
  *
@@ -1580,7 +1744,7 @@ class Client extends openapi_core_1.default {
1580
1744
  return await this.deleteResourceDLinkWithOptions(ClusterId, ResourceId, request, headers, runtime);
1581
1745
  }
1582
1746
  /**
1583
- * Deletes the tags of an instance in a resource group.
1747
+ * Deletes instance tags from a resource group.
1584
1748
  *
1585
1749
  * @param tmpReq - DeleteResourceInstanceLabelRequest
1586
1750
  * @param headers - map
@@ -1631,7 +1795,7 @@ class Client extends openapi_core_1.default {
1631
1795
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteResourceInstanceLabelResponse({}));
1632
1796
  }
1633
1797
  /**
1634
- * Deletes the tags of an instance in a resource group.
1798
+ * Deletes instance tags from a resource group.
1635
1799
  *
1636
1800
  * @param request - DeleteResourceInstanceLabelRequest
1637
1801
  * @returns DeleteResourceInstanceLabelResponse
@@ -1835,7 +1999,10 @@ class Client extends openapi_core_1.default {
1835
1999
  return await this.deleteServiceCronScalerWithOptions(ClusterId, ServiceName, request, headers, runtime);
1836
2000
  }
1837
2001
  /**
1838
- * Restarts the instances of a service.
2002
+ * Restarts specified instances of a service.
2003
+ *
2004
+ * @remarks
2005
+ * *Before you call this operation, make sure that you understand the billing methods and **[**pricing**](https://help.aliyun.com/document_detail/144261.html)** of Elastic Algorithm Service (EAS).**
1839
2006
  *
1840
2007
  * @param request - DeleteServiceInstancesRequest
1841
2008
  * @param headers - map
@@ -1875,7 +2042,10 @@ class Client extends openapi_core_1.default {
1875
2042
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteServiceInstancesResponse({}));
1876
2043
  }
1877
2044
  /**
1878
- * Restarts the instances of a service.
2045
+ * Restarts specified instances of a service.
2046
+ *
2047
+ * @remarks
2048
+ * *Before you call this operation, make sure that you understand the billing methods and **[**pricing**](https://help.aliyun.com/document_detail/144261.html)** of Elastic Algorithm Service (EAS).**
1879
2049
  *
1880
2050
  * @param request - DeleteServiceInstancesRequest
1881
2051
  * @returns DeleteServiceInstancesResponse
@@ -1886,7 +2056,7 @@ class Client extends openapi_core_1.default {
1886
2056
  return await this.deleteServiceInstancesWithOptions(ClusterId, ServiceName, request, headers, runtime);
1887
2057
  }
1888
2058
  /**
1889
- * Deletes existing service tags.
2059
+ * Deletes a service label.
1890
2060
  *
1891
2061
  * @param tmpReq - DeleteServiceLabelRequest
1892
2062
  * @param headers - map
@@ -1928,7 +2098,7 @@ class Client extends openapi_core_1.default {
1928
2098
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteServiceLabelResponse({}));
1929
2099
  }
1930
2100
  /**
1931
- * Deletes existing service tags.
2101
+ * Deletes a service label.
1932
2102
  *
1933
2103
  * @param request - DeleteServiceLabelRequest
1934
2104
  * @returns DeleteServiceLabelResponse
@@ -1976,7 +2146,7 @@ class Client extends openapi_core_1.default {
1976
2146
  return await this.deleteServiceMirrorWithOptions(ClusterId, ServiceName, request, headers, runtime);
1977
2147
  }
1978
2148
  /**
1979
- * 删除服务更新计划
2149
+ * Deletes a service rollout.
1980
2150
  *
1981
2151
  * @remarks
1982
2152
  * ## 请求说明
@@ -2012,7 +2182,7 @@ class Client extends openapi_core_1.default {
2012
2182
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteServiceRolloutResponse({}));
2013
2183
  }
2014
2184
  /**
2015
- * 删除服务更新计划
2185
+ * Deletes a service rollout.
2016
2186
  *
2017
2187
  * @remarks
2018
2188
  * ## 请求说明
@@ -2260,7 +2430,7 @@ class Client extends openapi_core_1.default {
2260
2430
  return await this.describeGroupEndpointsWithOptions(ClusterId, GroupName, request, headers, runtime);
2261
2431
  }
2262
2432
  /**
2263
- * Queries a list of instance types for an available instance in a shared resource group.
2433
+ * Returns a list of available machine specifications.
2264
2434
  *
2265
2435
  * @param tmpReq - DescribeMachineSpecRequest
2266
2436
  * @param headers - map
@@ -2302,7 +2472,7 @@ class Client extends openapi_core_1.default {
2302
2472
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeMachineSpecResponse({}));
2303
2473
  }
2304
2474
  /**
2305
- * Queries a list of instance types for an available instance in a shared resource group.
2475
+ * Returns a list of available machine specifications.
2306
2476
  *
2307
2477
  * @param request - DescribeMachineSpecRequest
2308
2478
  * @returns DescribeMachineSpecResponse
@@ -2346,7 +2516,7 @@ class Client extends openapi_core_1.default {
2346
2516
  return await this.describeRegionsWithOptions(headers, runtime);
2347
2517
  }
2348
2518
  /**
2349
- * Queries the information about a resource group.
2519
+ * Retrieves the details of a resource group.
2350
2520
  *
2351
2521
  * @param request - DescribeResourceRequest
2352
2522
  * @param headers - map
@@ -2372,7 +2542,7 @@ class Client extends openapi_core_1.default {
2372
2542
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeResourceResponse({}));
2373
2543
  }
2374
2544
  /**
2375
- * Queries the information about a resource group.
2545
+ * Retrieves the details of a resource group.
2376
2546
  *
2377
2547
  * @param request - DescribeResourceRequest
2378
2548
  * @returns DescribeResourceResponse
@@ -2605,7 +2775,7 @@ class Client extends openapi_core_1.default {
2605
2775
  return await this.describeServiceDiagnosisWithOptions(ClusterId, ServiceName, request, headers, runtime);
2606
2776
  }
2607
2777
  /**
2608
- * Obtains a list of service endpoints.
2778
+ * Retrieves a list of service endpoints.
2609
2779
  *
2610
2780
  * @param request - DescribeServiceEndpointsRequest
2611
2781
  * @param headers - map
@@ -2631,7 +2801,7 @@ class Client extends openapi_core_1.default {
2631
2801
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeServiceEndpointsResponse({}));
2632
2802
  }
2633
2803
  /**
2634
- * Obtains a list of service endpoints.
2804
+ * Retrieves a list of service endpoints.
2635
2805
  *
2636
2806
  * @param request - DescribeServiceEndpointsRequest
2637
2807
  * @returns DescribeServiceEndpointsResponse
@@ -2642,7 +2812,7 @@ class Client extends openapi_core_1.default {
2642
2812
  return await this.describeServiceEndpointsWithOptions(ClusterId, ServiceName, request, headers, runtime);
2643
2813
  }
2644
2814
  /**
2645
- * Queries information about recent service deployment events.
2815
+ * Queries recent deployment events for a specified service.
2646
2816
  *
2647
2817
  * @param request - DescribeServiceEventRequest
2648
2818
  * @param headers - map
@@ -2688,7 +2858,7 @@ class Client extends openapi_core_1.default {
2688
2858
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeServiceEventResponse({}));
2689
2859
  }
2690
2860
  /**
2691
- * Queries information about recent service deployment events.
2861
+ * Queries recent deployment events for a specified service.
2692
2862
  *
2693
2863
  * @param request - DescribeServiceEventRequest
2694
2864
  * @returns DescribeServiceEventResponse
@@ -2839,7 +3009,7 @@ class Client extends openapi_core_1.default {
2839
3009
  return await this.describeServiceMirrorWithOptions(ClusterId, ServiceName, request, headers, runtime);
2840
3010
  }
2841
3011
  /**
2842
- * 查看服务更新计划
3012
+ * Retrieves the details of a service rollout.
2843
3013
  *
2844
3014
  * @remarks
2845
3015
  * ## 请求说明
@@ -2874,7 +3044,7 @@ class Client extends openapi_core_1.default {
2874
3044
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeServiceRolloutResponse({}));
2875
3045
  }
2876
3046
  /**
2877
- * 查看服务更新计划
3047
+ * Retrieves the details of a service rollout.
2878
3048
  *
2879
3049
  * @remarks
2880
3050
  * ## 请求说明
@@ -2987,7 +3157,7 @@ class Client extends openapi_core_1.default {
2987
3157
  return await this.describeSpotDiscountHistoryWithOptions(request, headers, runtime);
2988
3158
  }
2989
3159
  /**
2990
- * Views the details of a virtual resource group.
3160
+ * Queries the details of a virtual resource group.
2991
3161
  *
2992
3162
  * @param request - DescribeVirtualResourceRequest
2993
3163
  * @param headers - map
@@ -3013,7 +3183,7 @@ class Client extends openapi_core_1.default {
3013
3183
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeVirtualResourceResponse({}));
3014
3184
  }
3015
3185
  /**
3016
- * Views the details of a virtual resource group.
3186
+ * Queries the details of a virtual resource group.
3017
3187
  *
3018
3188
  * @param request - DescribeVirtualResourceRequest
3019
3189
  * @returns DescribeVirtualResourceResponse
@@ -3155,7 +3325,7 @@ class Client extends openapi_core_1.default {
3155
3325
  return await this.listAclPolicyWithOptions(ClusterId, GatewayId, request, headers, runtime);
3156
3326
  }
3157
3327
  /**
3158
- * Queries a list of stress testing tasks that are created by the current user.
3328
+ * Lists all deployed stress testing tasks.
3159
3329
  *
3160
3330
  * @param request - ListBenchmarkTaskRequest
3161
3331
  * @param headers - map
@@ -3210,7 +3380,7 @@ class Client extends openapi_core_1.default {
3210
3380
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListBenchmarkTaskResponse({}));
3211
3381
  }
3212
3382
  /**
3213
- * Queries a list of stress testing tasks that are created by the current user.
3383
+ * Lists all deployed stress testing tasks.
3214
3384
  *
3215
3385
  * @param request - ListBenchmarkTaskRequest
3216
3386
  * @returns ListBenchmarkTaskResponse
@@ -3221,7 +3391,15 @@ class Client extends openapi_core_1.default {
3221
3391
  return await this.listBenchmarkTaskWithOptions(request, headers, runtime);
3222
3392
  }
3223
3393
  /**
3224
- * 查询服务的所有配置项(支持分页)
3394
+ * Retrieves a list of dynamic parameters for a specified service.
3395
+ *
3396
+ * @remarks
3397
+ * ## Description
3398
+ * - `ClusterId` specifies the service\\"s region.
3399
+ * - `ConfigType` specifies the configuration type. Only `service` is supported.
3400
+ * - `Name` specifies the service name.
3401
+ * - Use the `Page` and `PageSize` parameters to paginate the results.
3402
+ * - The response contains the details of the dynamic parameters and pagination information.
3225
3403
  *
3226
3404
  * @param request - ListConfigsRequest
3227
3405
  * @param headers - map
@@ -3255,7 +3433,15 @@ class Client extends openapi_core_1.default {
3255
3433
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListConfigsResponse({}));
3256
3434
  }
3257
3435
  /**
3258
- * 查询服务的所有配置项(支持分页)
3436
+ * Retrieves a list of dynamic parameters for a specified service.
3437
+ *
3438
+ * @remarks
3439
+ * ## Description
3440
+ * - `ClusterId` specifies the service\\"s region.
3441
+ * - `ConfigType` specifies the configuration type. Only `service` is supported.
3442
+ * - `Name` specifies the service name.
3443
+ * - Use the `Page` and `PageSize` parameters to paginate the results.
3444
+ * - The response contains the details of the dynamic parameters and pagination information.
3259
3445
  *
3260
3446
  * @param request - ListConfigsRequest
3261
3447
  * @returns ListConfigsResponse
@@ -3266,7 +3452,7 @@ class Client extends openapi_core_1.default {
3266
3452
  return await this.listConfigsWithOptions(ClusterId, ConfigType, Name, request, headers, runtime);
3267
3453
  }
3268
3454
  /**
3269
- * Queries a list of private gateways.
3455
+ * Lists private gateways.
3270
3456
  *
3271
3457
  * @param tmpReq - ListGatewayRequest
3272
3458
  * @param headers - map
@@ -3335,7 +3521,7 @@ class Client extends openapi_core_1.default {
3335
3521
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListGatewayResponse({}));
3336
3522
  }
3337
3523
  /**
3338
- * Queries a list of private gateways.
3524
+ * Lists private gateways.
3339
3525
  *
3340
3526
  * @param request - ListGatewayRequest
3341
3527
  * @returns ListGatewayResponse
@@ -3346,7 +3532,7 @@ class Client extends openapi_core_1.default {
3346
3532
  return await this.listGatewayWithOptions(request, headers, runtime);
3347
3533
  }
3348
3534
  /**
3349
- * Queries a list of custom domain names of a private gateway.
3535
+ * Lists the custom domain names for a private gateway.
3350
3536
  *
3351
3537
  * @param request - ListGatewayDomainsRequest
3352
3538
  * @param headers - map
@@ -3372,7 +3558,7 @@ class Client extends openapi_core_1.default {
3372
3558
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListGatewayDomainsResponse({}));
3373
3559
  }
3374
3560
  /**
3375
- * Queries a list of custom domain names of a private gateway.
3561
+ * Lists the custom domain names for a private gateway.
3376
3562
  *
3377
3563
  * @param request - ListGatewayDomainsRequest
3378
3564
  * @returns ListGatewayDomainsResponse
@@ -3383,7 +3569,10 @@ class Client extends openapi_core_1.default {
3383
3569
  return await this.listGatewayDomainsWithOptions(ClusterId, GatewayId, request, headers, runtime);
3384
3570
  }
3385
3571
  /**
3386
- * Queries a list of the internal endpoints of a private gateway.
3572
+ * Lists the internal access endpoints of a private gateway.
3573
+ *
3574
+ * @remarks
3575
+ * *Before you call this operation, make sure that you understand the billing methods and [pricing](https://help.aliyun.com/document_detail/144261.html) of Elastic Algorithm Service (EAS).**
3387
3576
  *
3388
3577
  * @param request - ListGatewayIntranetLinkedVpcRequest
3389
3578
  * @param headers - map
@@ -3409,7 +3598,10 @@ class Client extends openapi_core_1.default {
3409
3598
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListGatewayIntranetLinkedVpcResponse({}));
3410
3599
  }
3411
3600
  /**
3412
- * Queries a list of the internal endpoints of a private gateway.
3601
+ * Lists the internal access endpoints of a private gateway.
3602
+ *
3603
+ * @remarks
3604
+ * *Before you call this operation, make sure that you understand the billing methods and [pricing](https://help.aliyun.com/document_detail/144261.html) of Elastic Algorithm Service (EAS).**
3413
3605
  *
3414
3606
  * @param request - ListGatewayIntranetLinkedVpcRequest
3415
3607
  * @returns ListGatewayIntranetLinkedVpcResponse
@@ -3420,7 +3612,7 @@ class Client extends openapi_core_1.default {
3420
3612
  return await this.listGatewayIntranetLinkedVpcWithOptions(ClusterId, GatewayId, request, headers, runtime);
3421
3613
  }
3422
3614
  /**
3423
- * Obtains a list of all VPC peering connections on internal endpoint of a gateway.
3615
+ * Lists the VPC peering connections for a gateway\\"s private network endpoint.
3424
3616
  *
3425
3617
  * @param request - ListGatewayIntranetLinkedVpcPeerRequest
3426
3618
  * @param headers - map
@@ -3451,7 +3643,7 @@ class Client extends openapi_core_1.default {
3451
3643
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListGatewayIntranetLinkedVpcPeerResponse({}));
3452
3644
  }
3453
3645
  /**
3454
- * Obtains a list of all VPC peering connections on internal endpoint of a gateway.
3646
+ * Lists the VPC peering connections for a gateway\\"s private network endpoint.
3455
3647
  *
3456
3648
  * @param request - ListGatewayIntranetLinkedVpcPeerRequest
3457
3649
  * @returns ListGatewayIntranetLinkedVpcPeerResponse
@@ -3499,19 +3691,27 @@ class Client extends openapi_core_1.default {
3499
3691
  return await this.listGatewayIntranetSupportedZoneWithOptions(GatewayId, ClusterId, request, headers, runtime);
3500
3692
  }
3501
3693
  /**
3502
- * Queries created service groups.
3694
+ * Lists created service groups.
3503
3695
  *
3504
- * @param request - ListGroupsRequest
3696
+ * @param tmpReq - ListGroupsRequest
3505
3697
  * @param headers - map
3506
3698
  * @param runtime - runtime options for this request RuntimeOptions
3507
3699
  * @returns ListGroupsResponse
3508
3700
  */
3509
- async listGroupsWithOptions(request, headers, runtime) {
3510
- request.validate();
3701
+ async listGroupsWithOptions(tmpReq, headers, runtime) {
3702
+ tmpReq.validate();
3703
+ let request = new $_model.ListGroupsShrinkRequest({});
3704
+ openapi_core_2.OpenApiUtil.convert(tmpReq, request);
3705
+ if (!$dara.isNull(tmpReq.labels)) {
3706
+ request.labelsShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.labels, "Labels", "json");
3707
+ }
3511
3708
  let query = {};
3512
3709
  if (!$dara.isNull(request.filter)) {
3513
3710
  query["Filter"] = request.filter;
3514
3711
  }
3712
+ if (!$dara.isNull(request.labelsShrink)) {
3713
+ query["Labels"] = request.labelsShrink;
3714
+ }
3515
3715
  if (!$dara.isNull(request.order)) {
3516
3716
  query["Order"] = request.order;
3517
3717
  }
@@ -3548,7 +3748,7 @@ class Client extends openapi_core_1.default {
3548
3748
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListGroupsResponse({}));
3549
3749
  }
3550
3750
  /**
3551
- * Queries created service groups.
3751
+ * Lists created service groups.
3552
3752
  *
3553
3753
  * @param request - ListGroupsRequest
3554
3754
  * @returns ListGroupsResponse
@@ -3559,7 +3759,7 @@ class Client extends openapi_core_1.default {
3559
3759
  return await this.listGroupsWithOptions(request, headers, runtime);
3560
3760
  }
3561
3761
  /**
3562
- * Queries a list of workers in a resource group.
3762
+ * Lists the service workers of a resource instance.
3563
3763
  *
3564
3764
  * @param request - ListResourceInstanceWorkerRequest
3565
3765
  * @param headers - map
@@ -3611,7 +3811,7 @@ class Client extends openapi_core_1.default {
3611
3811
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListResourceInstanceWorkerResponse({}));
3612
3812
  }
3613
3813
  /**
3614
- * Queries a list of workers in a resource group.
3814
+ * Lists the service workers of a resource instance.
3615
3815
  *
3616
3816
  * @param request - ListResourceInstanceWorkerRequest
3617
3817
  * @returns ListResourceInstanceWorkerResponse
@@ -3622,7 +3822,7 @@ class Client extends openapi_core_1.default {
3622
3822
  return await this.listResourceInstanceWorkerWithOptions(ClusterId, ResourceId, InstanceName, request, headers, runtime);
3623
3823
  }
3624
3824
  /**
3625
- * Queries a list of instances in a dedicated resource group.
3825
+ * Lists the instances in a specified dedicated resource group.
3626
3826
  *
3627
3827
  * @param tmpReq - ListResourceInstancesRequest
3628
3828
  * @param headers - map
@@ -3691,7 +3891,7 @@ class Client extends openapi_core_1.default {
3691
3891
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListResourceInstancesResponse({}));
3692
3892
  }
3693
3893
  /**
3694
- * Queries a list of instances in a dedicated resource group.
3894
+ * Lists the instances in a specified dedicated resource group.
3695
3895
  *
3696
3896
  * @param request - ListResourceInstancesRequest
3697
3897
  * @returns ListResourceInstancesResponse
@@ -3752,7 +3952,7 @@ class Client extends openapi_core_1.default {
3752
3952
  return await this.listResourceServicesWithOptions(ClusterId, ResourceId, request, headers, runtime);
3753
3953
  }
3754
3954
  /**
3755
- * Queries a list of dedicated resource groups for the current user.
3955
+ * Lists the resource groups for the current user.
3756
3956
  *
3757
3957
  * @param request - ListResourcesRequest
3758
3958
  * @param headers - map
@@ -3807,7 +4007,7 @@ class Client extends openapi_core_1.default {
3807
4007
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListResourcesResponse({}));
3808
4008
  }
3809
4009
  /**
3810
- * Queries a list of dedicated resource groups for the current user.
4010
+ * Lists the resource groups for the current user.
3811
4011
  *
3812
4012
  * @param request - ListResourcesRequest
3813
4013
  * @returns ListResourcesResponse
@@ -3855,7 +4055,10 @@ class Client extends openapi_core_1.default {
3855
4055
  return await this.listServiceContainersWithOptions(ClusterId, ServiceName, InstanceName, request, headers, runtime);
3856
4056
  }
3857
4057
  /**
3858
- * 获取故障注入信息
4058
+ * Retrieves fault injection information.
4059
+ *
4060
+ * @remarks
4061
+ * *Before you call this operation, make sure that you understand the billing methods and [pricing](https://help.aliyun.com/document_detail/144261.html) of Elastic Algorithm Service (EAS).**
3859
4062
  *
3860
4063
  * @param request - ListServiceInstanceFaultInjectionInfoRequest
3861
4064
  * @param headers - map
@@ -3881,7 +4084,10 @@ class Client extends openapi_core_1.default {
3881
4084
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListServiceInstanceFaultInjectionInfoResponse({}));
3882
4085
  }
3883
4086
  /**
3884
- * 获取故障注入信息
4087
+ * Retrieves fault injection information.
4088
+ *
4089
+ * @remarks
4090
+ * *Before you call this operation, make sure that you understand the billing methods and [pricing](https://help.aliyun.com/document_detail/144261.html) of Elastic Algorithm Service (EAS).**
3885
4091
  *
3886
4092
  * @param request - ListServiceInstanceFaultInjectionInfoRequest
3887
4093
  * @returns ListServiceInstanceFaultInjectionInfoResponse
@@ -3892,7 +4098,10 @@ class Client extends openapi_core_1.default {
3892
4098
  return await this.listServiceInstanceFaultInjectionInfoWithOptions(ClusterId, ServiceName, InstanceName, request, headers, runtime);
3893
4099
  }
3894
4100
  /**
3895
- * Queries instances of a service.
4101
+ * Lists the instances of a specified service.
4102
+ *
4103
+ * @remarks
4104
+ * *Ensure that you understand the billing methods and [pricing](https://help.aliyun.com/document_detail/144261.html) of Elastic Algorithm Service (EAS) before you call this operation.**
3896
4105
  *
3897
4106
  * @param request - ListServiceInstancesRequest
3898
4107
  * @param headers - map
@@ -3974,7 +4183,10 @@ class Client extends openapi_core_1.default {
3974
4183
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListServiceInstancesResponse({}));
3975
4184
  }
3976
4185
  /**
3977
- * Queries instances of a service.
4186
+ * Lists the instances of a specified service.
4187
+ *
4188
+ * @remarks
4189
+ * *Ensure that you understand the billing methods and [pricing](https://help.aliyun.com/document_detail/144261.html) of Elastic Algorithm Service (EAS) before you call this operation.**
3978
4190
  *
3979
4191
  * @param request - ListServiceInstancesRequest
3980
4192
  * @returns ListServiceInstancesResponse
@@ -4188,7 +4400,7 @@ class Client extends openapi_core_1.default {
4188
4400
  return await this.listTenantAddonsWithOptions(headers, runtime);
4189
4401
  }
4190
4402
  /**
4191
- * Queries a list of virtual resource groups for the current user.
4403
+ * Queries the virtual resource groups for the current user.
4192
4404
  *
4193
4405
  * @param request - ListVirtualResourceRequest
4194
4406
  * @param headers - map
@@ -4234,7 +4446,7 @@ class Client extends openapi_core_1.default {
4234
4446
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListVirtualResourceResponse({}));
4235
4447
  }
4236
4448
  /**
4237
- * Queries a list of virtual resource groups for the current user.
4449
+ * Queries the virtual resource groups for the current user.
4238
4450
  *
4239
4451
  * @param request - ListVirtualResourceRequest
4240
4452
  * @returns ListVirtualResourceResponse
@@ -4245,7 +4457,7 @@ class Client extends openapi_core_1.default {
4245
4457
  return await this.listVirtualResourceWithOptions(request, headers, runtime);
4246
4458
  }
4247
4459
  /**
4248
- * Migrates resource group instances.
4460
+ * Migrates instances to a specified resource group.
4249
4461
  *
4250
4462
  * @param request - MigrateResourceInstanceRequest
4251
4463
  * @param headers - map
@@ -4282,7 +4494,7 @@ class Client extends openapi_core_1.default {
4282
4494
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.MigrateResourceInstanceResponse({}));
4283
4495
  }
4284
4496
  /**
4285
- * Migrates resource group instances.
4497
+ * Migrates instances to a specified resource group.
4286
4498
  *
4287
4499
  * @param request - MigrateResourceInstanceRequest
4288
4500
  * @returns MigrateResourceInstanceResponse
@@ -4412,7 +4624,7 @@ class Client extends openapi_core_1.default {
4412
4624
  return await this.restartServiceWithOptions(ClusterId, ServiceName, request, headers, runtime);
4413
4625
  }
4414
4626
  /**
4415
- * 伸缩服务
4627
+ * Scales a service.
4416
4628
  *
4417
4629
  * @param request - ScaleServiceRequest
4418
4630
  * @param headers - map
@@ -4446,7 +4658,7 @@ class Client extends openapi_core_1.default {
4446
4658
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ScaleServiceResponse({}));
4447
4659
  }
4448
4660
  /**
4449
- * 伸缩服务
4661
+ * Scales a service.
4450
4662
  *
4451
4663
  * @param request - ScaleServiceRequest
4452
4664
  * @returns ScaleServiceResponse
@@ -4705,7 +4917,11 @@ class Client extends openapi_core_1.default {
4705
4917
  return await this.updateBenchmarkTaskWithOptions(ClusterId, TaskName, request, headers, runtime);
4706
4918
  }
4707
4919
  /**
4708
- * 更新单个配置项
4920
+ * Updates a dynamic parameter for a specific cluster and service.
4921
+ *
4922
+ * @remarks
4923
+ * ## Request
4924
+ * Use this API to update a dynamic parameter by providing its `ClusterId`, `ConfigType`, `Name`, and `ConfigKey`. The request body must contain the new parameter value in the `Value` field. Ensure you provide the correct path parameters to avoid errors.
4709
4925
  *
4710
4926
  * @param request - UpdateConfigRequest
4711
4927
  * @param headers - map
@@ -4736,7 +4952,11 @@ class Client extends openapi_core_1.default {
4736
4952
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateConfigResponse({}));
4737
4953
  }
4738
4954
  /**
4739
- * 更新单个配置项
4955
+ * Updates a dynamic parameter for a specific cluster and service.
4956
+ *
4957
+ * @remarks
4958
+ * ## Request
4959
+ * Use this API to update a dynamic parameter by providing its `ClusterId`, `ConfigType`, `Name`, and `ConfigKey`. The request body must contain the new parameter value in the `Value` field. Ensure you provide the correct path parameters to avoid errors.
4740
4960
  *
4741
4961
  * @param request - UpdateConfigRequest
4742
4962
  * @returns UpdateConfigResponse
@@ -4747,7 +4967,7 @@ class Client extends openapi_core_1.default {
4747
4967
  return await this.updateConfigWithOptions(ClusterId, ConfigType, Name, ConfigKey, request, headers, runtime);
4748
4968
  }
4749
4969
  /**
4750
- * Update a private gateway.
4970
+ * Updates a private gateway.
4751
4971
  *
4752
4972
  * @param request - UpdateGatewayRequest
4753
4973
  * @param headers - map
@@ -4802,7 +5022,7 @@ class Client extends openapi_core_1.default {
4802
5022
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateGatewayResponse({}));
4803
5023
  }
4804
5024
  /**
4805
- * Update a private gateway.
5025
+ * Updates a private gateway.
4806
5026
  *
4807
5027
  * @param request - UpdateGatewayRequest
4808
5028
  * @returns UpdateGatewayResponse
@@ -4813,7 +5033,10 @@ class Client extends openapi_core_1.default {
4813
5033
  return await this.updateGatewayWithOptions(GatewayId, ClusterId, request, headers, runtime);
4814
5034
  }
4815
5035
  /**
4816
- * 修改网关标签
5036
+ * Adds a gateway label or updates an existing one.
5037
+ *
5038
+ * @remarks
5039
+ * *Before you call this operation, make sure that you understand the billing methods and [pricing](https://help.aliyun.com/document_detail/144261.html) of Elastic Algorithm Service (EAS).**
4817
5040
  *
4818
5041
  * @param request - UpdateGatewayLabelRequest
4819
5042
  * @param headers - map
@@ -4844,7 +5067,10 @@ class Client extends openapi_core_1.default {
4844
5067
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateGatewayLabelResponse({}));
4845
5068
  }
4846
5069
  /**
4847
- * 修改网关标签
5070
+ * Adds a gateway label or updates an existing one.
5071
+ *
5072
+ * @remarks
5073
+ * *Before you call this operation, make sure that you understand the billing methods and [pricing](https://help.aliyun.com/document_detail/144261.html) of Elastic Algorithm Service (EAS).**
4848
5074
  *
4849
5075
  * @param request - UpdateGatewayLabelRequest
4850
5076
  * @returns UpdateGatewayLabelResponse
@@ -4855,7 +5081,7 @@ class Client extends openapi_core_1.default {
4855
5081
  return await this.updateGatewayLabelWithOptions(ClusterId, GatewayId, request, headers, runtime);
4856
5082
  }
4857
5083
  /**
4858
- * Updates the specific fields of a service group.
5084
+ * Updates specific fields of a service group.
4859
5085
  *
4860
5086
  * @param request - UpdateGroupRequest
4861
5087
  * @param headers - map
@@ -4865,6 +5091,12 @@ class Client extends openapi_core_1.default {
4865
5091
  async updateGroupWithOptions(ClusterId, GroupName, request, headers, runtime) {
4866
5092
  request.validate();
4867
5093
  let body = {};
5094
+ if (!$dara.isNull(request.labels)) {
5095
+ body["Labels"] = request.labels;
5096
+ }
5097
+ if (!$dara.isNull(request.network)) {
5098
+ body["Network"] = request.network;
5099
+ }
4868
5100
  if (!$dara.isNull(request.trafficMode)) {
4869
5101
  body["TrafficMode"] = request.trafficMode;
4870
5102
  }
@@ -4886,7 +5118,7 @@ class Client extends openapi_core_1.default {
4886
5118
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateGroupResponse({}));
4887
5119
  }
4888
5120
  /**
4889
- * Updates the specific fields of a service group.
5121
+ * Updates specific fields of a service group.
4890
5122
  *
4891
5123
  * @param request - UpdateGroupRequest
4892
5124
  * @returns UpdateGroupResponse
@@ -4993,7 +5225,7 @@ class Client extends openapi_core_1.default {
4993
5225
  return await this.updateResourceDLinkWithOptions(ClusterId, ResourceId, request, headers, runtime);
4994
5226
  }
4995
5227
  /**
4996
- * Updates the service scheduling status of an instance in a dedicated resource group.
5228
+ * Updates the scheduling status of an instance in a dedicated resource group.
4997
5229
  *
4998
5230
  * @param request - UpdateResourceInstanceRequest
4999
5231
  * @param headers - map
@@ -5030,7 +5262,7 @@ class Client extends openapi_core_1.default {
5030
5262
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateResourceInstanceResponse({}));
5031
5263
  }
5032
5264
  /**
5033
- * Updates the service scheduling status of an instance in a dedicated resource group.
5265
+ * Updates the scheduling status of an instance in a dedicated resource group.
5034
5266
  *
5035
5267
  * @param request - UpdateResourceInstanceRequest
5036
5268
  * @returns UpdateResourceInstanceResponse
@@ -5193,7 +5425,7 @@ class Client extends openapi_core_1.default {
5193
5425
  return await this.updateServiceAutoScalerWithOptions(ClusterId, ServiceName, request, headers, runtime);
5194
5426
  }
5195
5427
  /**
5196
- * Updates the Cron Horizontal Pod Autoscaler (CronHPA) settings of a service.
5428
+ * Updates the scheduled auto scaling configuration for a service.
5197
5429
  *
5198
5430
  * @param request - UpdateServiceCronScalerRequest
5199
5431
  * @param headers - map
@@ -5227,7 +5459,7 @@ class Client extends openapi_core_1.default {
5227
5459
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateServiceCronScalerResponse({}));
5228
5460
  }
5229
5461
  /**
5230
- * Updates the Cron Horizontal Pod Autoscaler (CronHPA) settings of a service.
5462
+ * Updates the scheduled auto scaling configuration for a service.
5231
5463
  *
5232
5464
  * @param request - UpdateServiceCronScalerRequest
5233
5465
  * @returns UpdateServiceCronScalerResponse
@@ -5238,7 +5470,10 @@ class Client extends openapi_core_1.default {
5238
5470
  return await this.updateServiceCronScalerWithOptions(ClusterId, ServiceName, request, headers, runtime);
5239
5471
  }
5240
5472
  /**
5241
- * Updates attributes of service instances. Only isolation can be performed for service instances.
5473
+ * Updates the properties of a service instance. This operation applies only to fencing service instances.
5474
+ *
5475
+ * @remarks
5476
+ * *Before you call this operation, make sure that you understand the billing methods and [pricing](https://help.aliyun.com/document_detail/144261.html) of Elastic Algorithm Service (EAS).**
5242
5477
  *
5243
5478
  * @param request - UpdateServiceInstanceRequest
5244
5479
  * @param headers - map
@@ -5280,7 +5515,10 @@ class Client extends openapi_core_1.default {
5280
5515
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateServiceInstanceResponse({}));
5281
5516
  }
5282
5517
  /**
5283
- * Updates attributes of service instances. Only isolation can be performed for service instances.
5518
+ * Updates the properties of a service instance. This operation applies only to fencing service instances.
5519
+ *
5520
+ * @remarks
5521
+ * *Before you call this operation, make sure that you understand the billing methods and [pricing](https://help.aliyun.com/document_detail/144261.html) of Elastic Algorithm Service (EAS).**
5284
5522
  *
5285
5523
  * @param request - UpdateServiceInstanceRequest
5286
5524
  * @returns UpdateServiceInstanceResponse
@@ -5378,15 +5616,15 @@ class Client extends openapi_core_1.default {
5378
5616
  return await this.updateServiceMirrorWithOptions(ClusterId, ServiceName, request, headers, runtime);
5379
5617
  }
5380
5618
  /**
5381
- * 更新服务发布计划
5619
+ * Updates a service rollout.
5382
5620
  *
5383
5621
  * @remarks
5384
- * ## 请求说明
5385
- * - **至少提供一个参数**:必须在请求中指定`Partition`、`Batch`或`Paused`中的至少一个参数。
5386
- * - **互斥策略**:不能同时提供`Partition`和`Batch`配置。
5387
- * - **实时生效**:更新将立即生效,影响正在进行的服务发布过程。
5388
- * - **回退操作**:通过增加`Partition`值可以实现版本回退,但不会自动触发,需要手动更新服务镜像。
5389
- * - **暂停不影响参数**:暂停发布不会改变已设置的`Partition`或`Batch`参数,仅暂停执行当前策略。
5622
+ * ## Usage notes
5623
+ * - **Provide at least one parameter**: Specify at least one of the `Partition`, `Batch`, or `Paused` parameters.
5624
+ * - **Mutually exclusive strategies**: You cannot specify both the `Partition` and `Batch` parameters in the same request.
5625
+ * - **Immediate effect**: Updates take effect immediately and affect ongoing service rollouts.
5626
+ * - **Rollback**: You can perform a rollback by increasing the `Partition` value. However, this is not an automatic process, and you must manually update the service image.
5627
+ * - **Pause does not affect parameters**: Pausing a rollout does not change the configured `Partition` or `Batch` parameters. It only suspends the current rollout strategy.
5390
5628
  *
5391
5629
  * @param request - UpdateServiceRolloutRequest
5392
5630
  * @param headers - map
@@ -5423,15 +5661,15 @@ class Client extends openapi_core_1.default {
5423
5661
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateServiceRolloutResponse({}));
5424
5662
  }
5425
5663
  /**
5426
- * 更新服务发布计划
5664
+ * Updates a service rollout.
5427
5665
  *
5428
5666
  * @remarks
5429
- * ## 请求说明
5430
- * - **至少提供一个参数**:必须在请求中指定`Partition`、`Batch`或`Paused`中的至少一个参数。
5431
- * - **互斥策略**:不能同时提供`Partition`和`Batch`配置。
5432
- * - **实时生效**:更新将立即生效,影响正在进行的服务发布过程。
5433
- * - **回退操作**:通过增加`Partition`值可以实现版本回退,但不会自动触发,需要手动更新服务镜像。
5434
- * - **暂停不影响参数**:暂停发布不会改变已设置的`Partition`或`Batch`参数,仅暂停执行当前策略。
5667
+ * ## Usage notes
5668
+ * - **Provide at least one parameter**: Specify at least one of the `Partition`, `Batch`, or `Paused` parameters.
5669
+ * - **Mutually exclusive strategies**: You cannot specify both the `Partition` and `Batch` parameters in the same request.
5670
+ * - **Immediate effect**: Updates take effect immediately and affect ongoing service rollouts.
5671
+ * - **Rollback**: You can perform a rollback by increasing the `Partition` value. However, this is not an automatic process, and you must manually update the service image.
5672
+ * - **Pause does not affect parameters**: Pausing a rollout does not change the configured `Partition` or `Batch` parameters. It only suspends the current rollout strategy.
5435
5673
  *
5436
5674
  * @param request - UpdateServiceRolloutRequest
5437
5675
  * @returns UpdateServiceRolloutResponse