@alicloud/appstream-center20210901 5.6.0 → 5.6.1

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 (418) hide show
  1. package/dist/client.d.ts +368 -198
  2. package/dist/client.js +376 -199
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/ApproveOtaTaskRequest.d.ts +6 -12
  5. package/dist/models/ApproveOtaTaskRequest.js.map +1 -1
  6. package/dist/models/ApproveOtaTaskResponseBody.d.ts +2 -2
  7. package/dist/models/AuthorizeInstanceGroupRequest.d.ts +18 -8
  8. package/dist/models/AuthorizeInstanceGroupRequest.js.map +1 -1
  9. package/dist/models/AuthorizeInstanceGroupResponseBody.d.ts +3 -0
  10. package/dist/models/AuthorizeInstanceGroupResponseBody.js.map +1 -1
  11. package/dist/models/AuthorizeInstanceGroupShrinkRequest.d.ts +18 -3
  12. package/dist/models/AuthorizeInstanceGroupShrinkRequest.js.map +1 -1
  13. package/dist/models/BatchCreateLlmTemplatesRequest.d.ts +28 -0
  14. package/dist/models/BatchCreateLlmTemplatesRequest.js.map +1 -1
  15. package/dist/models/BatchCreateLlmTemplatesResponseBody.d.ts +27 -0
  16. package/dist/models/BatchCreateLlmTemplatesResponseBody.js.map +1 -1
  17. package/dist/models/ConfigResourceGroupModelTemplateRequest.d.ts +4 -0
  18. package/dist/models/ConfigResourceGroupModelTemplateRequest.js.map +1 -1
  19. package/dist/models/ConfigResourceGroupModelTemplateResponseBody.d.ts +3 -0
  20. package/dist/models/ConfigResourceGroupModelTemplateResponseBody.js.map +1 -1
  21. package/dist/models/ConfigRuntimeChannelRequest.d.ts +21 -0
  22. package/dist/models/ConfigRuntimeChannelRequest.js.map +1 -1
  23. package/dist/models/ConfigRuntimeChannelResponseBody.d.ts +3 -0
  24. package/dist/models/ConfigRuntimeChannelResponseBody.js.map +1 -1
  25. package/dist/models/ConfigRuntimeModelTemplateRequest.d.ts +6 -0
  26. package/dist/models/ConfigRuntimeModelTemplateRequest.js.map +1 -1
  27. package/dist/models/ConfigRuntimeModelTemplateResponseBody.d.ts +31 -0
  28. package/dist/models/ConfigRuntimeModelTemplateResponseBody.js.map +1 -1
  29. package/dist/models/CreateAppInstanceGroupRequest.d.ts +109 -209
  30. package/dist/models/CreateAppInstanceGroupRequest.js.map +1 -1
  31. package/dist/models/CreateAppInstanceGroupResponseBody.d.ts +2 -2
  32. package/dist/models/CreateAppInstanceGroupShrinkRequest.d.ts +37 -67
  33. package/dist/models/CreateAppInstanceGroupShrinkRequest.js.map +1 -1
  34. package/dist/models/CreateImageByInstanceRequest.d.ts +6 -21
  35. package/dist/models/CreateImageByInstanceRequest.js.map +1 -1
  36. package/dist/models/CreateImageByInstanceResponseBody.d.ts +7 -7
  37. package/dist/models/CreateImageFromAppInstanceGroupRequest.d.ts +2 -6
  38. package/dist/models/CreateImageFromAppInstanceGroupRequest.js.map +1 -1
  39. package/dist/models/CreateModelProviderTemplateRequest.d.ts +36 -0
  40. package/dist/models/CreateModelProviderTemplateRequest.js.map +1 -1
  41. package/dist/models/CreateModelProviderTemplateResponseBody.d.ts +10 -0
  42. package/dist/models/CreateModelProviderTemplateResponseBody.js.map +1 -1
  43. package/dist/models/CreateModelTemplateRequest.d.ts +16 -0
  44. package/dist/models/CreateModelTemplateRequest.js.map +1 -1
  45. package/dist/models/CreateModelTemplateResponseBody.d.ts +10 -0
  46. package/dist/models/CreateModelTemplateResponseBody.js.map +1 -1
  47. package/dist/models/CreateWuyingServerRequest.d.ts +54 -41
  48. package/dist/models/CreateWuyingServerRequest.js.map +1 -1
  49. package/dist/models/DeleteAppInstanceGroupRequest.d.ts +1 -5
  50. package/dist/models/DeleteAppInstanceGroupRequest.js.map +1 -1
  51. package/dist/models/DeleteAppInstancesRequest.d.ts +2 -6
  52. package/dist/models/DeleteAppInstancesRequest.js.map +1 -1
  53. package/dist/models/DeleteAppInstancesResponseBody.d.ts +5 -10
  54. package/dist/models/DeleteAppInstancesResponseBody.js.map +1 -1
  55. package/dist/models/DeleteImageRequest.d.ts +1 -1
  56. package/dist/models/DeleteImageResponseBody.d.ts +6 -11
  57. package/dist/models/DeleteImageResponseBody.js.map +1 -1
  58. package/dist/models/DeleteLlmTemplateRequest.d.ts +2 -0
  59. package/dist/models/DeleteLlmTemplateRequest.js.map +1 -1
  60. package/dist/models/DeleteLlmTemplateResponseBody.d.ts +3 -0
  61. package/dist/models/DeleteLlmTemplateResponseBody.js.map +1 -1
  62. package/dist/models/DeleteModelProviderTemplateRequest.d.ts +2 -0
  63. package/dist/models/DeleteModelProviderTemplateRequest.js.map +1 -1
  64. package/dist/models/DeleteModelProviderTemplateResponseBody.d.ts +3 -0
  65. package/dist/models/DeleteModelProviderTemplateResponseBody.js.map +1 -1
  66. package/dist/models/DeleteModelTemplateRequest.d.ts +2 -0
  67. package/dist/models/DeleteModelTemplateRequest.js.map +1 -1
  68. package/dist/models/DeleteModelTemplateResponseBody.d.ts +3 -0
  69. package/dist/models/DeleteModelTemplateResponseBody.js.map +1 -1
  70. package/dist/models/DeleteWuyingServerRequest.d.ts +1 -1
  71. package/dist/models/DeliverToUserSlsRequest.d.ts +18 -0
  72. package/dist/models/DeliverToUserSlsRequest.js.map +1 -1
  73. package/dist/models/DeliverToUserSlsResponseBody.d.ts +3 -0
  74. package/dist/models/DeliverToUserSlsResponseBody.js.map +1 -1
  75. package/dist/models/DescribeWuyingServerEipInfoRequest.d.ts +5 -6
  76. package/dist/models/DescribeWuyingServerEipInfoRequest.js.map +1 -1
  77. package/dist/models/DescribeWuyingServerEipInfoResponseBody.d.ts +2 -2
  78. package/dist/models/DescribeWuyingServerResponseBody.d.ts +0 -3
  79. package/dist/models/DescribeWuyingServerResponseBody.js.map +1 -1
  80. package/dist/models/GetAppInstanceGroupRequest.d.ts +1 -5
  81. package/dist/models/GetAppInstanceGroupRequest.js.map +1 -1
  82. package/dist/models/GetAppInstanceGroupResponseBody.d.ts +78 -98
  83. package/dist/models/GetAppInstanceGroupResponseBody.js.map +1 -1
  84. package/dist/models/GetConnectionTicketRequest.d.ts +19 -18
  85. package/dist/models/GetConnectionTicketRequest.js.map +1 -1
  86. package/dist/models/GetConnectionTicketResponseBody.d.ts +7 -18
  87. package/dist/models/GetConnectionTicketResponseBody.js.map +1 -1
  88. package/dist/models/GetDebugAppInstanceRequest.d.ts +1 -5
  89. package/dist/models/GetDebugAppInstanceRequest.js.map +1 -1
  90. package/dist/models/GetDebugAppInstanceResponseBody.d.ts +4 -4
  91. package/dist/models/GetModelProviderTemplateRequest.d.ts +2 -0
  92. package/dist/models/GetModelProviderTemplateRequest.js.map +1 -1
  93. package/dist/models/GetModelProviderTemplateResponseBody.d.ts +33 -0
  94. package/dist/models/GetModelProviderTemplateResponseBody.js.map +1 -1
  95. package/dist/models/GetOtaTaskByTaskIdRequest.d.ts +1 -1
  96. package/dist/models/GetOtaTaskByTaskIdResponseBody.d.ts +7 -4
  97. package/dist/models/GetOtaTaskByTaskIdResponseBody.js.map +1 -1
  98. package/dist/models/GetResourcePriceRequest.d.ts +17 -39
  99. package/dist/models/GetResourcePriceRequest.js.map +1 -1
  100. package/dist/models/GetResourcePriceResponseBody.d.ts +37 -34
  101. package/dist/models/GetResourcePriceResponseBody.js.map +1 -1
  102. package/dist/models/GetResourceRenewPriceRequest.d.ts +12 -16
  103. package/dist/models/GetResourceRenewPriceRequest.js.map +1 -1
  104. package/dist/models/GetResourceRenewPriceResponseBody.d.ts +18 -14
  105. package/dist/models/GetResourceRenewPriceResponseBody.js.map +1 -1
  106. package/dist/models/GetRuntimeChannelRequest.d.ts +16 -0
  107. package/dist/models/GetRuntimeChannelRequest.js.map +1 -1
  108. package/dist/models/GetRuntimeChannelResponseBody.d.ts +44 -0
  109. package/dist/models/GetRuntimeChannelResponseBody.js.map +1 -1
  110. package/dist/models/GetRuntimeModelConfigRequest.d.ts +18 -0
  111. package/dist/models/GetRuntimeModelConfigRequest.js.map +1 -1
  112. package/dist/models/GetRuntimeModelConfigResponseBody.d.ts +86 -0
  113. package/dist/models/GetRuntimeModelConfigResponseBody.js.map +1 -1
  114. package/dist/models/ListAppInstanceGroupRequest.d.ts +32 -18
  115. package/dist/models/ListAppInstanceGroupRequest.js.map +1 -1
  116. package/dist/models/ListAppInstanceGroupResponseBody.d.ts +112 -119
  117. package/dist/models/ListAppInstanceGroupResponseBody.js.map +1 -1
  118. package/dist/models/ListAppInstancesRequest.d.ts +8 -13
  119. package/dist/models/ListAppInstancesRequest.js.map +1 -1
  120. package/dist/models/ListAppInstancesResponseBody.d.ts +20 -28
  121. package/dist/models/ListAppInstancesResponseBody.js.map +1 -1
  122. package/dist/models/ListAuthorizedUserGroupsRequest.d.ts +8 -9
  123. package/dist/models/ListAuthorizedUserGroupsRequest.js.map +1 -1
  124. package/dist/models/ListAuthorizedUserGroupsResponseBody.d.ts +9 -12
  125. package/dist/models/ListAuthorizedUserGroupsResponseBody.js.map +1 -1
  126. package/dist/models/ListBindInfoRequest.d.ts +12 -12
  127. package/dist/models/ListBindInfoResponseBody.d.ts +9 -20
  128. package/dist/models/ListBindInfoResponseBody.js.map +1 -1
  129. package/dist/models/ListDesktopAgentRuntimeRequest.d.ts +93 -1
  130. package/dist/models/ListDesktopAgentRuntimeRequest.js +2 -0
  131. package/dist/models/ListDesktopAgentRuntimeRequest.js.map +1 -1
  132. package/dist/models/ListDesktopAgentRuntimeResponseBody.d.ts +142 -0
  133. package/dist/models/ListDesktopAgentRuntimeResponseBody.js +9 -0
  134. package/dist/models/ListDesktopAgentRuntimeResponseBody.js.map +1 -1
  135. package/dist/models/ListImageRequest.d.ts +18 -75
  136. package/dist/models/ListImageRequest.js.map +1 -1
  137. package/dist/models/ListImageResponseBody.d.ts +43 -60
  138. package/dist/models/ListImageResponseBody.js.map +1 -1
  139. package/dist/models/ListLlmTemplatesRequest.d.ts +19 -0
  140. package/dist/models/ListLlmTemplatesRequest.js.map +1 -1
  141. package/dist/models/ListLlmTemplatesResponseBody.d.ts +41 -0
  142. package/dist/models/ListLlmTemplatesResponseBody.js.map +1 -1
  143. package/dist/models/ListLlmTemplatesShrinkRequest.d.ts +19 -0
  144. package/dist/models/ListLlmTemplatesShrinkRequest.js.map +1 -1
  145. package/dist/models/ListModelProviderTemplatesRequest.d.ts +23 -0
  146. package/dist/models/ListModelProviderTemplatesRequest.js.map +1 -1
  147. package/dist/models/ListModelProviderTemplatesResponseBody.d.ts +45 -0
  148. package/dist/models/ListModelProviderTemplatesResponseBody.js.map +1 -1
  149. package/dist/models/ListModelProviderTemplatesShrinkRequest.d.ts +23 -0
  150. package/dist/models/ListModelProviderTemplatesShrinkRequest.js.map +1 -1
  151. package/dist/models/ListModelTemplateResourceGroupRequest.d.ts +12 -0
  152. package/dist/models/ListModelTemplateResourceGroupRequest.js.map +1 -1
  153. package/dist/models/ListModelTemplateResourceGroupResponseBody.d.ts +19 -0
  154. package/dist/models/ListModelTemplateResourceGroupResponseBody.js.map +1 -1
  155. package/dist/models/ListModelTemplatesRequest.d.ts +20 -0
  156. package/dist/models/ListModelTemplatesRequest.js.map +1 -1
  157. package/dist/models/ListModelTemplatesResponseBody.d.ts +38 -0
  158. package/dist/models/ListModelTemplatesResponseBody.js.map +1 -1
  159. package/dist/models/ListModelTemplatesShrinkRequest.d.ts +20 -0
  160. package/dist/models/ListModelTemplatesShrinkRequest.js.map +1 -1
  161. package/dist/models/ListNodeInstanceTypeRequest.d.ts +55 -24
  162. package/dist/models/ListNodeInstanceTypeRequest.js.map +1 -1
  163. package/dist/models/ListNodeInstanceTypeResponseBody.d.ts +26 -20
  164. package/dist/models/ListNodeInstanceTypeResponseBody.js.map +1 -1
  165. package/dist/models/ListNodesRequest.d.ts +3 -7
  166. package/dist/models/ListNodesRequest.js.map +1 -1
  167. package/dist/models/ListNodesResponseBody.d.ts +8 -14
  168. package/dist/models/ListNodesResponseBody.js.map +1 -1
  169. package/dist/models/ListOtaTaskRequest.d.ts +4 -8
  170. package/dist/models/ListOtaTaskRequest.js.map +1 -1
  171. package/dist/models/ListOtaTaskResponseBody.d.ts +5 -14
  172. package/dist/models/ListOtaTaskResponseBody.js.map +1 -1
  173. package/dist/models/ListPersistentAppInstancesRequest.d.ts +4 -10
  174. package/dist/models/ListPersistentAppInstancesRequest.js.map +1 -1
  175. package/dist/models/ListPersistentAppInstancesResponseBody.d.ts +12 -36
  176. package/dist/models/ListPersistentAppInstancesResponseBody.js.map +1 -1
  177. package/dist/models/ListRegionsRequest.d.ts +1 -5
  178. package/dist/models/ListRegionsRequest.js.map +1 -1
  179. package/dist/models/ListRegionsResponseBody.d.ts +1 -1
  180. package/dist/models/ListTagCloudResourcesRequest.d.ts +5 -17
  181. package/dist/models/ListTagCloudResourcesRequest.js.map +1 -1
  182. package/dist/models/ListTagCloudResourcesResponseBody.d.ts +5 -17
  183. package/dist/models/ListTagCloudResourcesResponseBody.js.map +1 -1
  184. package/dist/models/ListTenantConfigResponseBody.d.ts +2 -7
  185. package/dist/models/ListTenantConfigResponseBody.js.map +1 -1
  186. package/dist/models/ListWuyingServerRequest.d.ts +11 -5
  187. package/dist/models/ListWuyingServerRequest.js.map +1 -1
  188. package/dist/models/ListWuyingServerResponseBody.d.ts +37 -27
  189. package/dist/models/ListWuyingServerResponseBody.js.map +1 -1
  190. package/dist/models/LogOffAllSessionsInAppInstanceGroupRequest.d.ts +1 -5
  191. package/dist/models/LogOffAllSessionsInAppInstanceGroupRequest.js.map +1 -1
  192. package/dist/models/LogOffAllSessionsInAppInstanceGroupResponseBody.d.ts +2 -2
  193. package/dist/models/ModifyAppInstanceGroupAttributeRequest.d.ts +22 -60
  194. package/dist/models/ModifyAppInstanceGroupAttributeRequest.js.map +1 -1
  195. package/dist/models/ModifyAppInstanceGroupAttributeResponseBody.d.ts +2 -2
  196. package/dist/models/ModifyAppInstanceGroupAttributeShrinkRequest.d.ts +12 -24
  197. package/dist/models/ModifyAppInstanceGroupAttributeShrinkRequest.js.map +1 -1
  198. package/dist/models/ModifyAppPolicyRequest.d.ts +14 -28
  199. package/dist/models/ModifyAppPolicyRequest.js.map +1 -1
  200. package/dist/models/ModifyAppPolicyShrinkRequest.d.ts +1 -5
  201. package/dist/models/ModifyAppPolicyShrinkRequest.js.map +1 -1
  202. package/dist/models/ModifyBrowserInstanceGroupRequest.d.ts +32 -81
  203. package/dist/models/ModifyBrowserInstanceGroupRequest.js.map +1 -1
  204. package/dist/models/ModifyBrowserInstanceGroupShrinkRequest.d.ts +4 -4
  205. package/dist/models/ModifyNodePoolAmountRequest.d.ts +5 -13
  206. package/dist/models/ModifyNodePoolAmountRequest.js.map +1 -1
  207. package/dist/models/ModifyNodePoolAmountResponseBody.d.ts +1 -1
  208. package/dist/models/ModifyNodePoolAmountShrinkRequest.d.ts +2 -6
  209. package/dist/models/ModifyNodePoolAmountShrinkRequest.js.map +1 -1
  210. package/dist/models/ModifyNodePoolAttributeRequest.d.ts +42 -51
  211. package/dist/models/ModifyNodePoolAttributeRequest.js.map +1 -1
  212. package/dist/models/ModifyNodePoolAttributeResponseBody.d.ts +9 -0
  213. package/dist/models/ModifyNodePoolAttributeResponseBody.js.map +1 -1
  214. package/dist/models/ModifyNodePoolAttributeShrinkRequest.d.ts +14 -11
  215. package/dist/models/ModifyNodePoolAttributeShrinkRequest.js.map +1 -1
  216. package/dist/models/ModifyTenantConfigRequest.d.ts +1 -6
  217. package/dist/models/ModifyTenantConfigRequest.js.map +1 -1
  218. package/dist/models/ModifyWuyingServerAttributeRequest.d.ts +3 -3
  219. package/dist/models/PageListAppInstanceGroupUserRequest.d.ts +3 -7
  220. package/dist/models/PageListAppInstanceGroupUserRequest.js.map +1 -1
  221. package/dist/models/PageListAppInstanceGroupUserResponseBody.d.ts +1 -1
  222. package/dist/models/RemoveResourceGroupModelTemplateRequest.d.ts +4 -0
  223. package/dist/models/RemoveResourceGroupModelTemplateRequest.js.map +1 -1
  224. package/dist/models/RemoveResourceGroupModelTemplateResponseBody.d.ts +22 -0
  225. package/dist/models/RemoveResourceGroupModelTemplateResponseBody.js.map +1 -1
  226. package/dist/models/RemoveRuntimeChannelRequest.d.ts +11 -0
  227. package/dist/models/RemoveRuntimeChannelRequest.js.map +1 -1
  228. package/dist/models/RemoveRuntimeChannelResponseBody.d.ts +3 -0
  229. package/dist/models/RemoveRuntimeChannelResponseBody.js.map +1 -1
  230. package/dist/models/RemoveRuntimeModelTemplateRequest.d.ts +6 -0
  231. package/dist/models/RemoveRuntimeModelTemplateRequest.js.map +1 -1
  232. package/dist/models/RemoveRuntimeModelTemplateResponseBody.d.ts +29 -0
  233. package/dist/models/RemoveRuntimeModelTemplateResponseBody.js.map +1 -1
  234. package/dist/models/RenewAppInstanceGroupRequest.d.ts +12 -21
  235. package/dist/models/RenewAppInstanceGroupRequest.js.map +1 -1
  236. package/dist/models/RenewAppInstanceGroupResponseBody.d.ts +2 -2
  237. package/dist/models/RenewAppInstanceGroupShrinkRequest.d.ts +12 -21
  238. package/dist/models/RenewAppInstanceGroupShrinkRequest.js.map +1 -1
  239. package/dist/models/RenewWuyingServerRequest.d.ts +3 -8
  240. package/dist/models/RenewWuyingServerRequest.js.map +1 -1
  241. package/dist/models/StartTaskForDistributeImageRequest.d.ts +3 -9
  242. package/dist/models/StartTaskForDistributeImageRequest.js.map +1 -1
  243. package/dist/models/StartTaskForDistributeImageResponseBody.d.ts +5 -5
  244. package/dist/models/StopWuyingServerRequest.d.ts +3 -5
  245. package/dist/models/StopWuyingServerRequest.js.map +1 -1
  246. package/dist/models/TagCloudResourcesRequest.d.ts +10 -19
  247. package/dist/models/TagCloudResourcesRequest.js.map +1 -1
  248. package/dist/models/TagCloudResourcesResponseBody.d.ts +27 -10
  249. package/dist/models/TagCloudResourcesResponseBody.js.map +1 -1
  250. package/dist/models/UnassignWuyingServerPrivateAddressesResponseBody.d.ts +0 -3
  251. package/dist/models/UnassignWuyingServerPrivateAddressesResponseBody.js.map +1 -1
  252. package/dist/models/UnbindRequest.d.ts +3 -7
  253. package/dist/models/UnbindRequest.js.map +1 -1
  254. package/dist/models/UntagCloudResourcesRequest.d.ts +6 -14
  255. package/dist/models/UntagCloudResourcesRequest.js.map +1 -1
  256. package/dist/models/UntagCloudResourcesResponseBody.d.ts +4 -16
  257. package/dist/models/UntagCloudResourcesResponseBody.js.map +1 -1
  258. package/dist/models/UpdateAppInstanceGroupImageRequest.d.ts +3 -12
  259. package/dist/models/UpdateAppInstanceGroupImageRequest.js.map +1 -1
  260. package/dist/models/UpdateAppInstanceGroupImageResponseBody.d.ts +2 -2
  261. package/dist/models/UpdateModelProviderTemplateRequest.d.ts +32 -0
  262. package/dist/models/UpdateModelProviderTemplateRequest.js.map +1 -1
  263. package/dist/models/UpdateModelProviderTemplateResponseBody.d.ts +3 -0
  264. package/dist/models/UpdateModelProviderTemplateResponseBody.js.map +1 -1
  265. package/dist/models/UpdateModelProviderTemplateShrinkRequest.d.ts +23 -0
  266. package/dist/models/UpdateModelProviderTemplateShrinkRequest.js.map +1 -1
  267. package/dist/models/UpdateModelTemplateRequest.d.ts +15 -0
  268. package/dist/models/UpdateModelTemplateRequest.js.map +1 -1
  269. package/dist/models/UpdateModelTemplateResponseBody.d.ts +3 -0
  270. package/dist/models/UpdateModelTemplateResponseBody.js.map +1 -1
  271. package/dist/models/UpdateWuyingServerImageRequest.d.ts +1 -1
  272. package/dist/models/UpdateWuyingServerImageResponseBody.d.ts +1 -1
  273. package/package.json +1 -1
  274. package/src/client.ts +377 -199
  275. package/src/models/ApproveOtaTaskRequest.ts +6 -12
  276. package/src/models/ApproveOtaTaskResponseBody.ts +2 -2
  277. package/src/models/AuthorizeInstanceGroupRequest.ts +18 -8
  278. package/src/models/AuthorizeInstanceGroupResponseBody.ts +3 -0
  279. package/src/models/AuthorizeInstanceGroupShrinkRequest.ts +18 -3
  280. package/src/models/BatchCreateLlmTemplatesRequest.ts +28 -0
  281. package/src/models/BatchCreateLlmTemplatesResponseBody.ts +27 -0
  282. package/src/models/ConfigResourceGroupModelTemplateRequest.ts +4 -0
  283. package/src/models/ConfigResourceGroupModelTemplateResponseBody.ts +3 -0
  284. package/src/models/ConfigRuntimeChannelRequest.ts +21 -0
  285. package/src/models/ConfigRuntimeChannelResponseBody.ts +3 -0
  286. package/src/models/ConfigRuntimeModelTemplateRequest.ts +6 -0
  287. package/src/models/ConfigRuntimeModelTemplateResponseBody.ts +31 -0
  288. package/src/models/CreateAppInstanceGroupRequest.ts +109 -209
  289. package/src/models/CreateAppInstanceGroupResponseBody.ts +2 -2
  290. package/src/models/CreateAppInstanceGroupShrinkRequest.ts +37 -67
  291. package/src/models/CreateImageByInstanceRequest.ts +6 -21
  292. package/src/models/CreateImageByInstanceResponseBody.ts +7 -7
  293. package/src/models/CreateImageFromAppInstanceGroupRequest.ts +2 -6
  294. package/src/models/CreateModelProviderTemplateRequest.ts +36 -0
  295. package/src/models/CreateModelProviderTemplateResponseBody.ts +10 -0
  296. package/src/models/CreateModelTemplateRequest.ts +16 -0
  297. package/src/models/CreateModelTemplateResponseBody.ts +10 -0
  298. package/src/models/CreateWuyingServerRequest.ts +54 -41
  299. package/src/models/DeleteAppInstanceGroupRequest.ts +1 -5
  300. package/src/models/DeleteAppInstancesRequest.ts +2 -6
  301. package/src/models/DeleteAppInstancesResponseBody.ts +5 -10
  302. package/src/models/DeleteImageRequest.ts +1 -1
  303. package/src/models/DeleteImageResponseBody.ts +6 -11
  304. package/src/models/DeleteLlmTemplateRequest.ts +2 -0
  305. package/src/models/DeleteLlmTemplateResponseBody.ts +3 -0
  306. package/src/models/DeleteModelProviderTemplateRequest.ts +2 -0
  307. package/src/models/DeleteModelProviderTemplateResponseBody.ts +3 -0
  308. package/src/models/DeleteModelTemplateRequest.ts +2 -0
  309. package/src/models/DeleteModelTemplateResponseBody.ts +3 -0
  310. package/src/models/DeleteWuyingServerRequest.ts +1 -1
  311. package/src/models/DeliverToUserSlsRequest.ts +18 -0
  312. package/src/models/DeliverToUserSlsResponseBody.ts +3 -0
  313. package/src/models/DescribeWuyingServerEipInfoRequest.ts +5 -6
  314. package/src/models/DescribeWuyingServerEipInfoResponseBody.ts +2 -2
  315. package/src/models/DescribeWuyingServerResponseBody.ts +0 -3
  316. package/src/models/GetAppInstanceGroupRequest.ts +1 -5
  317. package/src/models/GetAppInstanceGroupResponseBody.ts +78 -98
  318. package/src/models/GetConnectionTicketRequest.ts +19 -18
  319. package/src/models/GetConnectionTicketResponseBody.ts +7 -18
  320. package/src/models/GetDebugAppInstanceRequest.ts +1 -5
  321. package/src/models/GetDebugAppInstanceResponseBody.ts +4 -4
  322. package/src/models/GetModelProviderTemplateRequest.ts +2 -0
  323. package/src/models/GetModelProviderTemplateResponseBody.ts +33 -0
  324. package/src/models/GetOtaTaskByTaskIdRequest.ts +1 -1
  325. package/src/models/GetOtaTaskByTaskIdResponseBody.ts +7 -4
  326. package/src/models/GetResourcePriceRequest.ts +17 -39
  327. package/src/models/GetResourcePriceResponseBody.ts +37 -34
  328. package/src/models/GetResourceRenewPriceRequest.ts +12 -16
  329. package/src/models/GetResourceRenewPriceResponseBody.ts +18 -14
  330. package/src/models/GetRuntimeChannelRequest.ts +16 -0
  331. package/src/models/GetRuntimeChannelResponseBody.ts +44 -0
  332. package/src/models/GetRuntimeModelConfigRequest.ts +18 -0
  333. package/src/models/GetRuntimeModelConfigResponseBody.ts +86 -0
  334. package/src/models/ListAppInstanceGroupRequest.ts +32 -18
  335. package/src/models/ListAppInstanceGroupResponseBody.ts +112 -119
  336. package/src/models/ListAppInstancesRequest.ts +8 -13
  337. package/src/models/ListAppInstancesResponseBody.ts +20 -28
  338. package/src/models/ListAuthorizedUserGroupsRequest.ts +8 -9
  339. package/src/models/ListAuthorizedUserGroupsResponseBody.ts +9 -12
  340. package/src/models/ListBindInfoRequest.ts +12 -12
  341. package/src/models/ListBindInfoResponseBody.ts +9 -20
  342. package/src/models/ListDesktopAgentRuntimeRequest.ts +95 -1
  343. package/src/models/ListDesktopAgentRuntimeResponseBody.ts +151 -0
  344. package/src/models/ListImageRequest.ts +18 -75
  345. package/src/models/ListImageResponseBody.ts +43 -60
  346. package/src/models/ListLlmTemplatesRequest.ts +19 -0
  347. package/src/models/ListLlmTemplatesResponseBody.ts +41 -0
  348. package/src/models/ListLlmTemplatesShrinkRequest.ts +19 -0
  349. package/src/models/ListModelProviderTemplatesRequest.ts +23 -0
  350. package/src/models/ListModelProviderTemplatesResponseBody.ts +45 -0
  351. package/src/models/ListModelProviderTemplatesShrinkRequest.ts +23 -0
  352. package/src/models/ListModelTemplateResourceGroupRequest.ts +12 -0
  353. package/src/models/ListModelTemplateResourceGroupResponseBody.ts +19 -0
  354. package/src/models/ListModelTemplatesRequest.ts +20 -0
  355. package/src/models/ListModelTemplatesResponseBody.ts +38 -0
  356. package/src/models/ListModelTemplatesShrinkRequest.ts +20 -0
  357. package/src/models/ListNodeInstanceTypeRequest.ts +55 -24
  358. package/src/models/ListNodeInstanceTypeResponseBody.ts +26 -20
  359. package/src/models/ListNodesRequest.ts +3 -7
  360. package/src/models/ListNodesResponseBody.ts +8 -14
  361. package/src/models/ListOtaTaskRequest.ts +4 -8
  362. package/src/models/ListOtaTaskResponseBody.ts +5 -14
  363. package/src/models/ListPersistentAppInstancesRequest.ts +4 -10
  364. package/src/models/ListPersistentAppInstancesResponseBody.ts +12 -36
  365. package/src/models/ListRegionsRequest.ts +1 -5
  366. package/src/models/ListRegionsResponseBody.ts +1 -1
  367. package/src/models/ListTagCloudResourcesRequest.ts +5 -17
  368. package/src/models/ListTagCloudResourcesResponseBody.ts +5 -17
  369. package/src/models/ListTenantConfigResponseBody.ts +2 -7
  370. package/src/models/ListWuyingServerRequest.ts +11 -5
  371. package/src/models/ListWuyingServerResponseBody.ts +37 -27
  372. package/src/models/LogOffAllSessionsInAppInstanceGroupRequest.ts +1 -5
  373. package/src/models/LogOffAllSessionsInAppInstanceGroupResponseBody.ts +2 -2
  374. package/src/models/ModifyAppInstanceGroupAttributeRequest.ts +22 -60
  375. package/src/models/ModifyAppInstanceGroupAttributeResponseBody.ts +2 -2
  376. package/src/models/ModifyAppInstanceGroupAttributeShrinkRequest.ts +12 -24
  377. package/src/models/ModifyAppPolicyRequest.ts +14 -28
  378. package/src/models/ModifyAppPolicyShrinkRequest.ts +1 -5
  379. package/src/models/ModifyBrowserInstanceGroupRequest.ts +32 -81
  380. package/src/models/ModifyBrowserInstanceGroupShrinkRequest.ts +4 -4
  381. package/src/models/ModifyNodePoolAmountRequest.ts +5 -13
  382. package/src/models/ModifyNodePoolAmountResponseBody.ts +1 -1
  383. package/src/models/ModifyNodePoolAmountShrinkRequest.ts +2 -6
  384. package/src/models/ModifyNodePoolAttributeRequest.ts +42 -51
  385. package/src/models/ModifyNodePoolAttributeResponseBody.ts +9 -0
  386. package/src/models/ModifyNodePoolAttributeShrinkRequest.ts +14 -11
  387. package/src/models/ModifyTenantConfigRequest.ts +1 -6
  388. package/src/models/ModifyWuyingServerAttributeRequest.ts +3 -3
  389. package/src/models/PageListAppInstanceGroupUserRequest.ts +3 -7
  390. package/src/models/PageListAppInstanceGroupUserResponseBody.ts +1 -1
  391. package/src/models/RemoveResourceGroupModelTemplateRequest.ts +4 -0
  392. package/src/models/RemoveResourceGroupModelTemplateResponseBody.ts +22 -0
  393. package/src/models/RemoveRuntimeChannelRequest.ts +11 -0
  394. package/src/models/RemoveRuntimeChannelResponseBody.ts +3 -0
  395. package/src/models/RemoveRuntimeModelTemplateRequest.ts +6 -0
  396. package/src/models/RemoveRuntimeModelTemplateResponseBody.ts +29 -0
  397. package/src/models/RenewAppInstanceGroupRequest.ts +12 -21
  398. package/src/models/RenewAppInstanceGroupResponseBody.ts +2 -2
  399. package/src/models/RenewAppInstanceGroupShrinkRequest.ts +12 -21
  400. package/src/models/RenewWuyingServerRequest.ts +3 -8
  401. package/src/models/StartTaskForDistributeImageRequest.ts +3 -9
  402. package/src/models/StartTaskForDistributeImageResponseBody.ts +5 -5
  403. package/src/models/StopWuyingServerRequest.ts +3 -5
  404. package/src/models/TagCloudResourcesRequest.ts +10 -19
  405. package/src/models/TagCloudResourcesResponseBody.ts +27 -10
  406. package/src/models/UnassignWuyingServerPrivateAddressesResponseBody.ts +0 -3
  407. package/src/models/UnbindRequest.ts +3 -7
  408. package/src/models/UntagCloudResourcesRequest.ts +6 -14
  409. package/src/models/UntagCloudResourcesResponseBody.ts +4 -16
  410. package/src/models/UpdateAppInstanceGroupImageRequest.ts +3 -12
  411. package/src/models/UpdateAppInstanceGroupImageResponseBody.ts +2 -2
  412. package/src/models/UpdateModelProviderTemplateRequest.ts +32 -0
  413. package/src/models/UpdateModelProviderTemplateResponseBody.ts +3 -0
  414. package/src/models/UpdateModelProviderTemplateShrinkRequest.ts +23 -0
  415. package/src/models/UpdateModelTemplateRequest.ts +15 -0
  416. package/src/models/UpdateModelTemplateResponseBody.ts +3 -0
  417. package/src/models/UpdateWuyingServerImageRequest.ts +1 -1
  418. package/src/models/UpdateWuyingServerImageResponseBody.ts +1 -1
package/dist/client.js CHANGED
@@ -48,7 +48,11 @@ __exportStar(require("./models/model"), exports);
48
48
  class Client extends openapi_core_1.default {
49
49
  constructor(config) {
50
50
  super(config);
51
- this._endpointRule = "";
51
+ this._endpointRule = "regional";
52
+ this._endpointMap = {
53
+ 'cn-shanghai': "appstream-center.cn-shanghai.aliyuncs.com",
54
+ 'ap-southeast-1': "appstream-center.ap-southeast-1.aliyuncs.com",
55
+ };
52
56
  this.checkConfig(config);
53
57
  this._endpoint = this.getEndpoint("appstream-center", this._regionId, this._endpointRule, this._network, this._suffix, this._endpointMap, this._endpoint);
54
58
  }
@@ -62,7 +66,7 @@ class Client extends openapi_core_1.default {
62
66
  return openapi_core_2.OpenApiUtil.getEndpointRules(productId, regionId, endpointRule, network, suffix);
63
67
  }
64
68
  /**
65
- * Sets the execution time of an over-the-air (OTA) update task.
69
+ * Sets the execution time for an over-the-air update.
66
70
  *
67
71
  * @param request - ApproveOtaTaskRequest
68
72
  * @param runtime - runtime options for this request RuntimeOptions
@@ -103,7 +107,7 @@ class Client extends openapi_core_1.default {
103
107
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ApproveOtaTaskResponse({}));
104
108
  }
105
109
  /**
106
- * Sets the execution time of an over-the-air (OTA) update task.
110
+ * Sets the execution time for an over-the-air update.
107
111
  *
108
112
  * @param request - ApproveOtaTaskRequest
109
113
  * @returns ApproveOtaTaskResponse
@@ -155,7 +159,10 @@ class Client extends openapi_core_1.default {
155
159
  return await this.assignWuyingServerPrivateAddressesWithOptions(request, runtime);
156
160
  }
157
161
  /**
158
- * Adds assigned users to or removes assigned users from a delivery group. Only users added to the assigned user list can access App Streaming.
162
+ * Add or remove assigned users for a delivery group. Only users added as assigned users can access cloud applications.
163
+ *
164
+ * @remarks
165
+ * > After changing the assigned users, the selected users will receive corresponding notification emails. Generally, it takes about 2 minutes for the changes to take effect on the client.
159
166
  *
160
167
  * @param tmpReq - AuthorizeInstanceGroupRequest
161
168
  * @param runtime - runtime options for this request RuntimeOptions
@@ -215,7 +222,10 @@ class Client extends openapi_core_1.default {
215
222
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.AuthorizeInstanceGroupResponse({}));
216
223
  }
217
224
  /**
218
- * Adds assigned users to or removes assigned users from a delivery group. Only users added to the assigned user list can access App Streaming.
225
+ * Add or remove assigned users for a delivery group. Only users added as assigned users can access cloud applications.
226
+ *
227
+ * @remarks
228
+ * > After changing the assigned users, the selected users will receive corresponding notification emails. Generally, it takes about 2 minutes for the changes to take effect on the client.
219
229
  *
220
230
  * @param request - AuthorizeInstanceGroupRequest
221
231
  * @returns AuthorizeInstanceGroupResponse
@@ -225,7 +235,11 @@ class Client extends openapi_core_1.default {
225
235
  return await this.authorizeInstanceGroupWithOptions(request, runtime);
226
236
  }
227
237
  /**
228
- * 批量创建LLM模板
238
+ * Creates LLM templates in batches.
239
+ *
240
+ * @remarks
241
+ * You can create model templates in batches under a model provider template in the Wuying Agent Management Center. You can add multiple models at a time and specify one of them as the default model. Existing models are automatically skipped and are not created again.
242
+ * Before you call this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
229
243
  *
230
244
  * @param request - BatchCreateLlmTemplatesRequest
231
245
  * @param runtime - runtime options for this request RuntimeOptions
@@ -260,7 +274,11 @@ class Client extends openapi_core_1.default {
260
274
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.BatchCreateLlmTemplatesResponse({}));
261
275
  }
262
276
  /**
263
- * 批量创建LLM模板
277
+ * Creates LLM templates in batches.
278
+ *
279
+ * @remarks
280
+ * You can create model templates in batches under a model provider template in the Wuying Agent Management Center. You can add multiple models at a time and specify one of them as the default model. Existing models are automatically skipped and are not created again.
281
+ * Before you call this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
264
282
  *
265
283
  * @param request - BatchCreateLlmTemplatesRequest
266
284
  * @returns BatchCreateLlmTemplatesResponse
@@ -270,7 +288,12 @@ class Client extends openapi_core_1.default {
270
288
  return await this.batchCreateLlmTemplatesWithOptions(request, runtime);
271
289
  }
272
290
  /**
273
- * 配置资源组模型模板
291
+ * Configures the model group for a resource group.
292
+ *
293
+ * @remarks
294
+ * You can assign a model group to resources associated with agent runtimes such as JVS Computer, OpenClaw, and Hermes Agent in the WUYING Agent Management Center. The model group serves as the inference engine for tasks executed by agents within the resource group.
295
+ * When both an agent runtime and its resource group have model groups configured, the model group bound to the resource group takes effect. The resource group setting takes priority over the agent runtime setting.
296
+ * Before calling this operation, make sure that you are familiar with the operations and usage of the WUYING Agent Management Center.
274
297
  *
275
298
  * @param request - ConfigResourceGroupModelTemplateRequest
276
299
  * @param runtime - runtime options for this request RuntimeOptions
@@ -302,7 +325,12 @@ class Client extends openapi_core_1.default {
302
325
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ConfigResourceGroupModelTemplateResponse({}));
303
326
  }
304
327
  /**
305
- * 配置资源组模型模板
328
+ * Configures the model group for a resource group.
329
+ *
330
+ * @remarks
331
+ * You can assign a model group to resources associated with agent runtimes such as JVS Computer, OpenClaw, and Hermes Agent in the WUYING Agent Management Center. The model group serves as the inference engine for tasks executed by agents within the resource group.
332
+ * When both an agent runtime and its resource group have model groups configured, the model group bound to the resource group takes effect. The resource group setting takes priority over the agent runtime setting.
333
+ * Before calling this operation, make sure that you are familiar with the operations and usage of the WUYING Agent Management Center.
306
334
  *
307
335
  * @param request - ConfigResourceGroupModelTemplateRequest
308
336
  * @returns ConfigResourceGroupModelTemplateResponse
@@ -312,7 +340,11 @@ class Client extends openapi_core_1.default {
312
340
  return await this.configResourceGroupModelTemplateWithOptions(request, runtime);
313
341
  }
314
342
  /**
315
- * 配置Runtime通道
343
+ * Configures a third-party channel for Agent runtime.
344
+ *
345
+ * @remarks
346
+ * You can configure third-party channels for Agent runtime resources such as JVS Computer, OpenClaw, and Hermes Agent in the Wuying Agent Management Center. These channels serve as extended Agent communication methods beyond the AgentIM channel.
347
+ * Before using this operation, make sure you are familiar with the operations and usage of the Wuying Agent Management Center.
316
348
  *
317
349
  * @param request - ConfigRuntimeChannelRequest
318
350
  * @param runtime - runtime options for this request RuntimeOptions
@@ -362,7 +394,11 @@ class Client extends openapi_core_1.default {
362
394
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ConfigRuntimeChannelResponse({}));
363
395
  }
364
396
  /**
365
- * 配置Runtime通道
397
+ * Configures a third-party channel for Agent runtime.
398
+ *
399
+ * @remarks
400
+ * You can configure third-party channels for Agent runtime resources such as JVS Computer, OpenClaw, and Hermes Agent in the Wuying Agent Management Center. These channels serve as extended Agent communication methods beyond the AgentIM channel.
401
+ * Before using this operation, make sure you are familiar with the operations and usage of the Wuying Agent Management Center.
366
402
  *
367
403
  * @param request - ConfigRuntimeChannelRequest
368
404
  * @returns ConfigRuntimeChannelResponse
@@ -372,7 +408,11 @@ class Client extends openapi_core_1.default {
372
408
  return await this.configRuntimeChannelWithOptions(request, runtime);
373
409
  }
374
410
  /**
375
- * 通过RuntimeIds配置模型模板
411
+ * Configures model groups for Agent runtime resources.
412
+ *
413
+ * @remarks
414
+ * You can authorize model groups for Agent runtime resources such as JVS Computer, OpenClaw, and Hermes Agent in the Wuying Agent Management Center. The model groups serve as inference engines for Agent task execution.
415
+ * Make sure that you are familiar with the operations and usage of the Wuying Agent Management Center before calling this operation.
376
416
  *
377
417
  * @param request - ConfigRuntimeModelTemplateRequest
378
418
  * @param runtime - runtime options for this request RuntimeOptions
@@ -407,7 +447,11 @@ class Client extends openapi_core_1.default {
407
447
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ConfigRuntimeModelTemplateResponse({}));
408
448
  }
409
449
  /**
410
- * 通过RuntimeIds配置模型模板
450
+ * Configures model groups for Agent runtime resources.
451
+ *
452
+ * @remarks
453
+ * You can authorize model groups for Agent runtime resources such as JVS Computer, OpenClaw, and Hermes Agent in the Wuying Agent Management Center. The model groups serve as inference engines for Agent task execution.
454
+ * Make sure that you are familiar with the operations and usage of the Wuying Agent Management Center before calling this operation.
411
455
  *
412
456
  * @param request - ConfigRuntimeModelTemplateRequest
413
457
  * @returns ConfigRuntimeModelTemplateResponse
@@ -420,8 +464,8 @@ class Client extends openapi_core_1.default {
420
464
  * Creates a delivery group.
421
465
  *
422
466
  * @remarks
423
- * Before you call this operation, make sure that you fully understand the [billing methods and prices](https://help.aliyun.com/document_detail/426039.html) of App Streaming.
424
- * A delivery group is a logical group that is used to deliver cloud applications to end users, including the images, resource management policies, and user groups on which the cloud applications rely. For more information, see [Publish delivery groups](https://help.aliyun.com/document_detail/426046.html).
467
+ * Make sure that you are familiar with the [billing and pricing](https://help.aliyun.com/document_detail/426039.html) of WUYING Cloud Application before you call this operation.
468
+ * A delivery group is a logical grouping for delivering cloud applications to end users. It includes the underlying cloud application resources, images that contain cloud applications, resource management policies, and user assignment settings. For details, see [Publish a delivery group](https://help.aliyun.com/document_detail/426046.html).
425
469
  *
426
470
  * @param tmpReq - CreateAppInstanceGroupRequest
427
471
  * @param runtime - runtime options for this request RuntimeOptions
@@ -562,8 +606,8 @@ class Client extends openapi_core_1.default {
562
606
  * Creates a delivery group.
563
607
  *
564
608
  * @remarks
565
- * Before you call this operation, make sure that you fully understand the [billing methods and prices](https://help.aliyun.com/document_detail/426039.html) of App Streaming.
566
- * A delivery group is a logical group that is used to deliver cloud applications to end users, including the images, resource management policies, and user groups on which the cloud applications rely. For more information, see [Publish delivery groups](https://help.aliyun.com/document_detail/426046.html).
609
+ * Make sure that you are familiar with the [billing and pricing](https://help.aliyun.com/document_detail/426039.html) of WUYING Cloud Application before you call this operation.
610
+ * A delivery group is a logical grouping for delivering cloud applications to end users. It includes the underlying cloud application resources, images that contain cloud applications, resource management policies, and user assignment settings. For details, see [Publish a delivery group](https://help.aliyun.com/document_detail/426046.html).
567
611
  *
568
612
  * @param request - CreateAppInstanceGroupRequest
569
613
  * @returns CreateAppInstanceGroupResponse
@@ -573,7 +617,7 @@ class Client extends openapi_core_1.default {
573
617
  return await this.createAppInstanceGroupWithOptions(request, runtime);
574
618
  }
575
619
  /**
576
- * Create a custom image from a deployed instance. This allows you to quickly create more instances with the same configurations and avoid repeatedly configuring the instance environment each time you create the instance.
620
+ * Creates a custom image from a deployed WUYING instance. You can use the custom image to quickly create more WUYING instances with the same configurations, without having to repeatedly configure the instance environment each time.
577
621
  *
578
622
  * @param request - CreateImageByInstanceRequest
579
623
  * @param runtime - runtime options for this request RuntimeOptions
@@ -631,7 +675,7 @@ class Client extends openapi_core_1.default {
631
675
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateImageByInstanceResponse({}));
632
676
  }
633
677
  /**
634
- * Create a custom image from a deployed instance. This allows you to quickly create more instances with the same configurations and avoid repeatedly configuring the instance environment each time you create the instance.
678
+ * Creates a custom image from a deployed WUYING instance. You can use the custom image to quickly create more WUYING instances with the same configurations, without having to repeatedly configure the instance environment each time.
635
679
  *
636
680
  * @param request - CreateImageByInstanceRequest
637
681
  * @returns CreateImageByInstanceResponse
@@ -641,7 +685,7 @@ class Client extends openapi_core_1.default {
641
685
  return await this.createImageByInstanceWithOptions(request, runtime);
642
686
  }
643
687
  /**
644
- * Creates a new image by debugging the delivery group.
688
+ * Creates a new image from a debug delivery group.
645
689
  *
646
690
  * @param request - CreateImageFromAppInstanceGroupRequest
647
691
  * @param runtime - runtime options for this request RuntimeOptions
@@ -676,7 +720,7 @@ class Client extends openapi_core_1.default {
676
720
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateImageFromAppInstanceGroupResponse({}));
677
721
  }
678
722
  /**
679
- * Creates a new image by debugging the delivery group.
723
+ * Creates a new image from a debug delivery group.
680
724
  *
681
725
  * @param request - CreateImageFromAppInstanceGroupRequest
682
726
  * @returns CreateImageFromAppInstanceGroupResponse
@@ -686,7 +730,11 @@ class Client extends openapi_core_1.default {
686
730
  return await this.createImageFromAppInstanceGroupWithOptions(request, runtime);
687
731
  }
688
732
  /**
689
- * 创建模型提供商模板
733
+ * Create Model Provider Template
734
+ *
735
+ * @remarks
736
+ * You can create a model provider template under a model template in the Wuying Agent Management Center. This template is used to configure the connection information and keys for model services (such as Alibaba Cloud Bailian, Token Plan, and Moonshot) that Agents can call. After creation, the model provider template is automatically associated with the specified model template.
737
+ * Make sure you are fully familiar with the operations and usage of the Wuying Agent Management Center before calling this API.
690
738
  *
691
739
  * @param request - CreateModelProviderTemplateRequest
692
740
  * @param runtime - runtime options for this request RuntimeOptions
@@ -742,7 +790,11 @@ class Client extends openapi_core_1.default {
742
790
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateModelProviderTemplateResponse({}));
743
791
  }
744
792
  /**
745
- * 创建模型提供商模板
793
+ * Create Model Provider Template
794
+ *
795
+ * @remarks
796
+ * You can create a model provider template under a model template in the Wuying Agent Management Center. This template is used to configure the connection information and keys for model services (such as Alibaba Cloud Bailian, Token Plan, and Moonshot) that Agents can call. After creation, the model provider template is automatically associated with the specified model template.
797
+ * Make sure you are fully familiar with the operations and usage of the Wuying Agent Management Center before calling this API.
746
798
  *
747
799
  * @param request - CreateModelProviderTemplateRequest
748
800
  * @returns CreateModelProviderTemplateResponse
@@ -752,7 +804,11 @@ class Client extends openapi_core_1.default {
752
804
  return await this.createModelProviderTemplateWithOptions(request, runtime);
753
805
  }
754
806
  /**
755
- * 创建模型模板
807
+ * Creates a model creation template.
808
+ *
809
+ * @remarks
810
+ * You can create a model group in the WUYING Agent Management Center to manage the model providers and model scope that an Agent can invoke. After creation, you can attach the model group to a cloud computer as the inference engine configuration for Agent task execution.
811
+ * Make sure that you are familiar with the operations and usage of the WUYING Agent Management Center before calling this operation.
756
812
  *
757
813
  * @param request - CreateModelTemplateRequest
758
814
  * @param runtime - runtime options for this request RuntimeOptions
@@ -793,7 +849,11 @@ class Client extends openapi_core_1.default {
793
849
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateModelTemplateResponse({}));
794
850
  }
795
851
  /**
796
- * 创建模型模板
852
+ * Creates a model creation template.
853
+ *
854
+ * @remarks
855
+ * You can create a model group in the WUYING Agent Management Center to manage the model providers and model scope that an Agent can invoke. After creation, you can attach the model group to a cloud computer as the inference engine configuration for Agent task execution.
856
+ * Make sure that you are familiar with the operations and usage of the WUYING Agent Management Center before calling this operation.
797
857
  *
798
858
  * @param request - CreateModelTemplateRequest
799
859
  * @returns CreateModelTemplateResponse
@@ -803,15 +863,12 @@ class Client extends openapi_core_1.default {
803
863
  return await this.createModelTemplateWithOptions(request, runtime);
804
864
  }
805
865
  /**
806
- * Create one or more workstations.
866
+ * Creates one or more workstations.
807
867
  *
808
868
  * @remarks
809
- * 1. Project is equivalent to the Resource Configuration module of the Cloud Flow console
810
- * 2. If there are multiple versions behind the input parameter ContentId:
811
- * **
812
- * **Note** The default version is used.
813
- * Bind simultaneously
814
- * 3. You can call the current interface only if the default version of Content is available.
869
+ * 1. A project corresponds to the resource configuration module in the CloudFlow console.
870
+ * 2. If the ContentId specified in the request parameters has multiple versions, this API operation <notice>uses the default version</notice> for binding.
871
+ * 3. This operation succeeds only when the default version of the content is in an available state.
815
872
  *
816
873
  * @param request - CreateWuyingServerRequest
817
874
  * @param runtime - runtime options for this request RuntimeOptions
@@ -920,15 +977,12 @@ class Client extends openapi_core_1.default {
920
977
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateWuyingServerResponse({}));
921
978
  }
922
979
  /**
923
- * Create one or more workstations.
980
+ * Creates one or more workstations.
924
981
  *
925
982
  * @remarks
926
- * 1. Project is equivalent to the Resource Configuration module of the Cloud Flow console
927
- * 2. If there are multiple versions behind the input parameter ContentId:
928
- * **
929
- * **Note** The default version is used.
930
- * Bind simultaneously
931
- * 3. You can call the current interface only if the default version of Content is available.
983
+ * 1. A project corresponds to the resource configuration module in the CloudFlow console.
984
+ * 2. If the ContentId specified in the request parameters has multiple versions, this API operation <notice>uses the default version</notice> for binding.
985
+ * 3. This operation succeeds only when the default version of the content is in an available state.
932
986
  *
933
987
  * @param request - CreateWuyingServerRequest
934
988
  * @returns CreateWuyingServerResponse
@@ -938,10 +992,10 @@ class Client extends openapi_core_1.default {
938
992
  return await this.createWuyingServerWithOptions(request, runtime);
939
993
  }
940
994
  /**
941
- * Deletes a delivery group that uses the By Resource - Pay-as-you-go billing method.
995
+ * Deletes a pay-as-you-go resource-based delivery group.
942
996
  *
943
997
  * @remarks
944
- * > You cannot call this operation to delete a subscription delivery group.
998
+ * > This operation does not support deleting delivery groups that use subscription resources.
945
999
  *
946
1000
  * @param request - DeleteAppInstanceGroupRequest
947
1001
  * @param runtime - runtime options for this request RuntimeOptions
@@ -973,10 +1027,10 @@ class Client extends openapi_core_1.default {
973
1027
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteAppInstanceGroupResponse({}));
974
1028
  }
975
1029
  /**
976
- * Deletes a delivery group that uses the By Resource - Pay-as-you-go billing method.
1030
+ * Deletes a pay-as-you-go resource-based delivery group.
977
1031
  *
978
1032
  * @remarks
979
- * > You cannot call this operation to delete a subscription delivery group.
1033
+ * > This operation does not support deleting delivery groups that use subscription resources.
980
1034
  *
981
1035
  * @param request - DeleteAppInstanceGroupRequest
982
1036
  * @returns DeleteAppInstanceGroupResponse
@@ -986,10 +1040,10 @@ class Client extends openapi_core_1.default {
986
1040
  return await this.deleteAppInstanceGroupWithOptions(request, runtime);
987
1041
  }
988
1042
  /**
989
- * Deletes an application instance.
1043
+ * Deletes a specified application instance.
990
1044
  *
991
1045
  * @remarks
992
- * Only application instances that are in the Initializing or Idle state can be deleted. The operation can be called only by specific customers.
1046
+ * Only instances in the init or idle state can be deleted. This operation is available only to specific customers.
993
1047
  *
994
1048
  * @param request - DeleteAppInstancesRequest
995
1049
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1024,10 +1078,10 @@ class Client extends openapi_core_1.default {
1024
1078
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteAppInstancesResponse({}));
1025
1079
  }
1026
1080
  /**
1027
- * Deletes an application instance.
1081
+ * Deletes a specified application instance.
1028
1082
  *
1029
1083
  * @remarks
1030
- * Only application instances that are in the Initializing or Idle state can be deleted. The operation can be called only by specific customers.
1084
+ * Only instances in the init or idle state can be deleted. This operation is available only to specific customers.
1031
1085
  *
1032
1086
  * @param request - DeleteAppInstancesRequest
1033
1087
  * @returns DeleteAppInstancesResponse
@@ -1037,13 +1091,13 @@ class Client extends openapi_core_1.default {
1037
1091
  return await this.deleteAppInstancesWithOptions(request, runtime);
1038
1092
  }
1039
1093
  /**
1040
- * Delete a custom RDS image
1094
+ * Deletes a custom AppStream image.
1041
1095
  *
1042
1096
  * @remarks
1043
- * You can only delete custom images to which a user belongs.
1044
- * * If the product line is an image of the RDS cloud computer pool, RDS cloud application, and RDS workstation, make sure that no RDS instances use the image before you delete it.
1045
- * * The RDS CloudDesktop template references an image. When you delete an image, the template is also deleted.
1046
- * * If the image contains multiple regions, the images in all regions are deleted when the image is deleted.
1097
+ * - You can delete only custom images that belong to you.
1098
+ * - For images associated with the AppStream Cloud Computer Pool, AppStream Cloud Application, or AppStream Workstation product lines, you must ensure that no AppStream instances are using the image before you can delete it.
1099
+ * - If an AppStream Cloud Desktop template references an image, the template is also deleted when the image is deleted.
1100
+ * - If an image is available in multiple regions, deleting the image removes it from all regions.
1047
1101
  *
1048
1102
  * @param request - DeleteImageRequest
1049
1103
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1072,13 +1126,13 @@ class Client extends openapi_core_1.default {
1072
1126
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteImageResponse({}));
1073
1127
  }
1074
1128
  /**
1075
- * Delete a custom RDS image
1129
+ * Deletes a custom AppStream image.
1076
1130
  *
1077
1131
  * @remarks
1078
- * You can only delete custom images to which a user belongs.
1079
- * * If the product line is an image of the RDS cloud computer pool, RDS cloud application, and RDS workstation, make sure that no RDS instances use the image before you delete it.
1080
- * * The RDS CloudDesktop template references an image. When you delete an image, the template is also deleted.
1081
- * * If the image contains multiple regions, the images in all regions are deleted when the image is deleted.
1132
+ * - You can delete only custom images that belong to you.
1133
+ * - For images associated with the AppStream Cloud Computer Pool, AppStream Cloud Application, or AppStream Workstation product lines, you must ensure that no AppStream instances are using the image before you can delete it.
1134
+ * - If an AppStream Cloud Desktop template references an image, the template is also deleted when the image is deleted.
1135
+ * - If an image is available in multiple regions, deleting the image removes it from all regions.
1082
1136
  *
1083
1137
  * @param request - DeleteImageRequest
1084
1138
  * @returns DeleteImageResponse
@@ -1088,7 +1142,11 @@ class Client extends openapi_core_1.default {
1088
1142
  return await this.deleteImageWithOptions(request, runtime);
1089
1143
  }
1090
1144
  /**
1091
- * 删除LLM模板
1145
+ * Deletes an LLM template.
1146
+ *
1147
+ * @remarks
1148
+ * You can delete a model template that has been created under a model provider template in the Wuying Agent Management Center. Before deletion, ensure that the model is not the default model of an associated model group. Otherwise, the deletion fails. After deletion, the model configurations of associated cloud computers are automatically refreshed.
1149
+ * Before using this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
1092
1150
  *
1093
1151
  * @param request - DeleteLlmTemplateRequest
1094
1152
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1117,7 +1175,11 @@ class Client extends openapi_core_1.default {
1117
1175
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteLlmTemplateResponse({}));
1118
1176
  }
1119
1177
  /**
1120
- * 删除LLM模板
1178
+ * Deletes an LLM template.
1179
+ *
1180
+ * @remarks
1181
+ * You can delete a model template that has been created under a model provider template in the Wuying Agent Management Center. Before deletion, ensure that the model is not the default model of an associated model group. Otherwise, the deletion fails. After deletion, the model configurations of associated cloud computers are automatically refreshed.
1182
+ * Before using this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
1121
1183
  *
1122
1184
  * @param request - DeleteLlmTemplateRequest
1123
1185
  * @returns DeleteLlmTemplateResponse
@@ -1127,7 +1189,11 @@ class Client extends openapi_core_1.default {
1127
1189
  return await this.deleteLlmTemplateWithOptions(request, runtime);
1128
1190
  }
1129
1191
  /**
1130
- * 删除模型提供商模板
1192
+ * Deletes a model provider template.
1193
+ *
1194
+ * @remarks
1195
+ * You can delete a model provider template that has been created under model templates in the WUYING Agent Management Center. Before deletion, make sure that the model provider is not the provider of the default model and is not a system preset type provider (such as WUYING credits package). After deletion, the associated models and key configurations are also removed.
1196
+ * Before using this operation, make sure that you are familiar with the operations and usage of the WUYING Agent Management Center.
1131
1197
  *
1132
1198
  * @param request - DeleteModelProviderTemplateRequest
1133
1199
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1156,7 +1222,11 @@ class Client extends openapi_core_1.default {
1156
1222
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteModelProviderTemplateResponse({}));
1157
1223
  }
1158
1224
  /**
1159
- * 删除模型提供商模板
1225
+ * Deletes a model provider template.
1226
+ *
1227
+ * @remarks
1228
+ * You can delete a model provider template that has been created under model templates in the WUYING Agent Management Center. Before deletion, make sure that the model provider is not the provider of the default model and is not a system preset type provider (such as WUYING credits package). After deletion, the associated models and key configurations are also removed.
1229
+ * Before using this operation, make sure that you are familiar with the operations and usage of the WUYING Agent Management Center.
1160
1230
  *
1161
1231
  * @param request - DeleteModelProviderTemplateRequest
1162
1232
  * @returns DeleteModelProviderTemplateResponse
@@ -1166,7 +1236,11 @@ class Client extends openapi_core_1.default {
1166
1236
  return await this.deleteModelProviderTemplateWithOptions(request, runtime);
1167
1237
  }
1168
1238
  /**
1169
- * 删除模型模板
1239
+ * Deletes a model template.
1240
+ *
1241
+ * @remarks
1242
+ * You can delete a model group that has been created in the WUYING Agent Management Center. Before deletion, ensure that the template has not been authorized to any resource. Otherwise, the deletion fails. After deletion, the model providers and models under the model group are also removed.
1243
+ * Before using this operation, make sure that you are familiar with the operations and usage of the WUYING Agent Management Center.
1170
1244
  *
1171
1245
  * @param request - DeleteModelTemplateRequest
1172
1246
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1195,7 +1269,11 @@ class Client extends openapi_core_1.default {
1195
1269
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteModelTemplateResponse({}));
1196
1270
  }
1197
1271
  /**
1198
- * 删除模型模板
1272
+ * Deletes a model template.
1273
+ *
1274
+ * @remarks
1275
+ * You can delete a model group that has been created in the WUYING Agent Management Center. Before deletion, ensure that the template has not been authorized to any resource. Otherwise, the deletion fails. After deletion, the model providers and models under the model group are also removed.
1276
+ * Before using this operation, make sure that you are familiar with the operations and usage of the WUYING Agent Management Center.
1199
1277
  *
1200
1278
  * @param request - DeleteModelTemplateRequest
1201
1279
  * @returns DeleteModelTemplateResponse
@@ -1205,10 +1283,10 @@ class Client extends openapi_core_1.default {
1205
1283
  return await this.deleteModelTemplateWithOptions(request, runtime);
1206
1284
  }
1207
1285
  /**
1208
- * 删除工作站
1286
+ * Deletes a cloud graphics workstation.
1209
1287
  *
1210
1288
  * @remarks
1211
- * Deletes a workstation.
1289
+ * Deletes a cloud graphics workstation.
1212
1290
  *
1213
1291
  * @param request - DeleteWuyingServerRequest
1214
1292
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1237,10 +1315,10 @@ class Client extends openapi_core_1.default {
1237
1315
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteWuyingServerResponse({}));
1238
1316
  }
1239
1317
  /**
1240
- * 删除工作站
1318
+ * Deletes a cloud graphics workstation.
1241
1319
  *
1242
1320
  * @remarks
1243
- * Deletes a workstation.
1321
+ * Deletes a cloud graphics workstation.
1244
1322
  *
1245
1323
  * @param request - DeleteWuyingServerRequest
1246
1324
  * @returns DeleteWuyingServerResponse
@@ -1250,7 +1328,7 @@ class Client extends openapi_core_1.default {
1250
1328
  return await this.deleteWuyingServerWithOptions(request, runtime);
1251
1329
  }
1252
1330
  /**
1253
- * 配置SLS日志投递
1331
+ * Configure LogShipper for Simple Log Service
1254
1332
  *
1255
1333
  * @param request - DeliverToUserSlsRequest
1256
1334
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1296,7 +1374,7 @@ class Client extends openapi_core_1.default {
1296
1374
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeliverToUserSlsResponse({}));
1297
1375
  }
1298
1376
  /**
1299
- * 配置SLS日志投递
1377
+ * Configure LogShipper for Simple Log Service
1300
1378
  *
1301
1379
  * @param request - DeliverToUserSlsRequest
1302
1380
  * @returns DeliverToUserSlsResponse
@@ -1345,7 +1423,7 @@ class Client extends openapi_core_1.default {
1345
1423
  return await this.describeWuyingServerWithOptions(request, runtime);
1346
1424
  }
1347
1425
  /**
1348
- * Queries the Elastic IP Addresses (EIPs) of workstations.
1426
+ * Queries the Elastic IP Address (EIP) information of a Wuying workspace.
1349
1427
  *
1350
1428
  * @param request - DescribeWuyingServerEipInfoRequest
1351
1429
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1377,7 +1455,7 @@ class Client extends openapi_core_1.default {
1377
1455
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeWuyingServerEipInfoResponse({}));
1378
1456
  }
1379
1457
  /**
1380
- * Queries the Elastic IP Addresses (EIPs) of workstations.
1458
+ * Queries the Elastic IP Address (EIP) information of a Wuying workspace.
1381
1459
  *
1382
1460
  * @param request - DescribeWuyingServerEipInfoRequest
1383
1461
  * @returns DescribeWuyingServerEipInfoResponse
@@ -1387,7 +1465,7 @@ class Client extends openapi_core_1.default {
1387
1465
  return await this.describeWuyingServerEipInfoWithOptions(request, runtime);
1388
1466
  }
1389
1467
  /**
1390
- * Queries the details of a delivery group.
1468
+ * Queries the details of a specified delivery group.
1391
1469
  *
1392
1470
  * @param request - GetAppInstanceGroupRequest
1393
1471
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1419,7 +1497,7 @@ class Client extends openapi_core_1.default {
1419
1497
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetAppInstanceGroupResponse({}));
1420
1498
  }
1421
1499
  /**
1422
- * Queries the details of a delivery group.
1500
+ * Queries the details of a specified delivery group.
1423
1501
  *
1424
1502
  * @param request - GetAppInstanceGroupRequest
1425
1503
  * @returns GetAppInstanceGroupResponse
@@ -1429,12 +1507,12 @@ class Client extends openapi_core_1.default {
1429
1507
  return await this.getAppInstanceGroupWithOptions(request, runtime);
1430
1508
  }
1431
1509
  /**
1432
- * Queries the credential that is used to connect to App Streaming.
1510
+ * Retrieves connection credentials for a cloud application.
1433
1511
  *
1434
1512
  * @remarks
1435
- * You must call this operation at least twice to obtain a connection credential.
1436
- * The first time you call this operation, the system assigns an application instance to the specified convenience account and then starts the application. In this case, the ID of the started task, which is indicated by `TaskID`, is returned.
1437
- * In subsequent calls, you must configure `TaskID` to query whether the task is completed. If the value of `TaskStatus` in the response is `Finished`, the connection credential, which is indicated by `Ticket`, is returned.
1513
+ * This operation requires multiple invokes (at least two) to obtain the connection credentials.
1514
+ * On the first invoke, an application instance is allocated to the specified convenience account and the application is started. A startup task ID (`TaskID`) is returned.
1515
+ * On subsequent invokes, pass the `TaskID` request parameter to query whether the task is complete. When the returned task status (`TaskStatus`) is completed (`Finished`), the connection credentials (`Ticket`) are also returned.
1438
1516
  *
1439
1517
  * @param request - GetConnectionTicketRequest
1440
1518
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1499,12 +1577,12 @@ class Client extends openapi_core_1.default {
1499
1577
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetConnectionTicketResponse({}));
1500
1578
  }
1501
1579
  /**
1502
- * Queries the credential that is used to connect to App Streaming.
1580
+ * Retrieves connection credentials for a cloud application.
1503
1581
  *
1504
1582
  * @remarks
1505
- * You must call this operation at least twice to obtain a connection credential.
1506
- * The first time you call this operation, the system assigns an application instance to the specified convenience account and then starts the application. In this case, the ID of the started task, which is indicated by `TaskID`, is returned.
1507
- * In subsequent calls, you must configure `TaskID` to query whether the task is completed. If the value of `TaskStatus` in the response is `Finished`, the connection credential, which is indicated by `Ticket`, is returned.
1583
+ * This operation requires multiple invokes (at least two) to obtain the connection credentials.
1584
+ * On the first invoke, an application instance is allocated to the specified convenience account and the application is started. A startup task ID (`TaskID`) is returned.
1585
+ * On subsequent invokes, pass the `TaskID` request parameter to query whether the task is complete. When the returned task status (`TaskStatus`) is completed (`Finished`), the connection credentials (`Ticket`) are also returned.
1508
1586
  *
1509
1587
  * @param request - GetConnectionTicketRequest
1510
1588
  * @returns GetConnectionTicketResponse
@@ -1514,7 +1592,7 @@ class Client extends openapi_core_1.default {
1514
1592
  return await this.getConnectionTicketWithOptions(request, runtime);
1515
1593
  }
1516
1594
  /**
1517
- * Queries information that is used to debug an application instance.
1595
+ * Retrieves the information about a debug application instance.
1518
1596
  *
1519
1597
  * @param request - GetDebugAppInstanceRequest
1520
1598
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1546,7 +1624,7 @@ class Client extends openapi_core_1.default {
1546
1624
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetDebugAppInstanceResponse({}));
1547
1625
  }
1548
1626
  /**
1549
- * Queries information that is used to debug an application instance.
1627
+ * Retrieves the information about a debug application instance.
1550
1628
  *
1551
1629
  * @param request - GetDebugAppInstanceRequest
1552
1630
  * @returns GetDebugAppInstanceResponse
@@ -1556,7 +1634,11 @@ class Client extends openapi_core_1.default {
1556
1634
  return await this.getDebugAppInstanceWithOptions(request, runtime);
1557
1635
  }
1558
1636
  /**
1559
- * 查询模型提供商模板详情
1637
+ * Queries the details of a model provider template.
1638
+ *
1639
+ * @remarks
1640
+ * You can query the details of a specified model provider template in the WUYING Agent Management Center, including the provider name, description, and connection configuration list.
1641
+ * Before you call this operation, make sure that you are familiar with the operations and usage of the WUYING Agent Management Center.
1560
1642
  *
1561
1643
  * @param request - GetModelProviderTemplateRequest
1562
1644
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1585,7 +1667,11 @@ class Client extends openapi_core_1.default {
1585
1667
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetModelProviderTemplateResponse({}));
1586
1668
  }
1587
1669
  /**
1588
- * 查询模型提供商模板详情
1670
+ * Queries the details of a model provider template.
1671
+ *
1672
+ * @remarks
1673
+ * You can query the details of a specified model provider template in the WUYING Agent Management Center, including the provider name, description, and connection configuration list.
1674
+ * Before you call this operation, make sure that you are familiar with the operations and usage of the WUYING Agent Management Center.
1589
1675
  *
1590
1676
  * @param request - GetModelProviderTemplateRequest
1591
1677
  * @returns GetModelProviderTemplateResponse
@@ -1595,7 +1681,7 @@ class Client extends openapi_core_1.default {
1595
1681
  return await this.getModelProviderTemplateWithOptions(request, runtime);
1596
1682
  }
1597
1683
  /**
1598
- * Queries the details of an over-the-air (OTA) update task, including the available versions and version description.
1684
+ * Queries the details of an over-the-air update task, including the available version and version description.
1599
1685
  *
1600
1686
  * @param request - GetOtaTaskByTaskIdRequest
1601
1687
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1624,7 +1710,7 @@ class Client extends openapi_core_1.default {
1624
1710
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetOtaTaskByTaskIdResponse({}));
1625
1711
  }
1626
1712
  /**
1627
- * Queries the details of an over-the-air (OTA) update task, including the available versions and version description.
1713
+ * Queries the details of an over-the-air update task, including the available version and version description.
1628
1714
  *
1629
1715
  * @param request - GetOtaTaskByTaskIdRequest
1630
1716
  * @returns GetOtaTaskByTaskIdResponse
@@ -1634,7 +1720,7 @@ class Client extends openapi_core_1.default {
1634
1720
  return await this.getOtaTaskByTaskIdWithOptions(request, runtime);
1635
1721
  }
1636
1722
  /**
1637
- * Queries resource prices.
1723
+ * Queries the price information of a resource.
1638
1724
  *
1639
1725
  * @param request - GetResourcePriceRequest
1640
1726
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1684,7 +1770,7 @@ class Client extends openapi_core_1.default {
1684
1770
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetResourcePriceResponse({}));
1685
1771
  }
1686
1772
  /**
1687
- * Queries resource prices.
1773
+ * Queries the price information of a resource.
1688
1774
  *
1689
1775
  * @param request - GetResourcePriceRequest
1690
1776
  * @returns GetResourcePriceResponse
@@ -1694,7 +1780,7 @@ class Client extends openapi_core_1.default {
1694
1780
  return await this.getResourcePriceWithOptions(request, runtime);
1695
1781
  }
1696
1782
  /**
1697
- * Queries the renewal prices of App Streaming resources.
1783
+ * Queries the renewal price of WUYING Cloud Application resources.
1698
1784
  *
1699
1785
  * @param request - GetResourceRenewPriceRequest
1700
1786
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1732,7 +1818,7 @@ class Client extends openapi_core_1.default {
1732
1818
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetResourceRenewPriceResponse({}));
1733
1819
  }
1734
1820
  /**
1735
- * Queries the renewal prices of App Streaming resources.
1821
+ * Queries the renewal price of WUYING Cloud Application resources.
1736
1822
  *
1737
1823
  * @param request - GetResourceRenewPriceRequest
1738
1824
  * @returns GetResourceRenewPriceResponse
@@ -1742,7 +1828,11 @@ class Client extends openapi_core_1.default {
1742
1828
  return await this.getResourceRenewPriceWithOptions(request, runtime);
1743
1829
  }
1744
1830
  /**
1745
- * 查询Runtime通道配置
1831
+ * Queries the third-party channel configurations of an Agent runtime.
1832
+ *
1833
+ * @remarks
1834
+ * You can query the third-party channel configuration status of Agent runtimes such as JVS Computer, OpenClaw, and Hermes Agent in the Wuying Agent Management Center.
1835
+ * Before using this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
1746
1836
  *
1747
1837
  * @param request - GetRuntimeChannelRequest
1748
1838
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1783,7 +1873,11 @@ class Client extends openapi_core_1.default {
1783
1873
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetRuntimeChannelResponse({}));
1784
1874
  }
1785
1875
  /**
1786
- * 查询Runtime通道配置
1876
+ * Queries the third-party channel configurations of an Agent runtime.
1877
+ *
1878
+ * @remarks
1879
+ * You can query the third-party channel configuration status of Agent runtimes such as JVS Computer, OpenClaw, and Hermes Agent in the Wuying Agent Management Center.
1880
+ * Before using this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
1787
1881
  *
1788
1882
  * @param request - GetRuntimeChannelRequest
1789
1883
  * @returns GetRuntimeChannelResponse
@@ -1793,7 +1887,10 @@ class Client extends openapi_core_1.default {
1793
1887
  return await this.getRuntimeChannelWithOptions(request, runtime);
1794
1888
  }
1795
1889
  /**
1796
- * 查询云电脑模型配置详情
1890
+ * Queries the model configuration details of a cloud computer.
1891
+ *
1892
+ * @remarks
1893
+ * You can query the model configuration details currently bound to a specified cloud computer in the Wuying Agent Management Center, including model groups, model provider lists, and associated model information. After you enable the risk information mode, you can also identify differences between the end user\\"s actual configuration and the configuration delivered by the administrator.
1797
1894
  *
1798
1895
  * @param request - GetRuntimeModelConfigRequest
1799
1896
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1834,7 +1931,10 @@ class Client extends openapi_core_1.default {
1834
1931
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetRuntimeModelConfigResponse({}));
1835
1932
  }
1836
1933
  /**
1837
- * 查询云电脑模型配置详情
1934
+ * Queries the model configuration details of a cloud computer.
1935
+ *
1936
+ * @remarks
1937
+ * You can query the model configuration details currently bound to a specified cloud computer in the Wuying Agent Management Center, including model groups, model provider lists, and associated model information. After you enable the risk information mode, you can also identify differences between the end user\\"s actual configuration and the configuration delivered by the administrator.
1838
1938
  *
1839
1939
  * @param request - GetRuntimeModelConfigRequest
1840
1940
  * @returns GetRuntimeModelConfigResponse
@@ -1844,7 +1944,7 @@ class Client extends openapi_core_1.default {
1844
1944
  return await this.getRuntimeModelConfigWithOptions(request, runtime);
1845
1945
  }
1846
1946
  /**
1847
- * Queries the details of multiple delivery groups that meet the query conditions.
1947
+ * Queries the details of multiple delivery groups. This operation does not specify a particular delivery group but queries the details of all delivery groups that meet the specified conditions.
1848
1948
  *
1849
1949
  * @param request - ListAppInstanceGroupRequest
1850
1950
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1914,7 +2014,7 @@ class Client extends openapi_core_1.default {
1914
2014
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAppInstanceGroupResponse({}));
1915
2015
  }
1916
2016
  /**
1917
- * Queries the details of multiple delivery groups that meet the query conditions.
2017
+ * Queries the details of multiple delivery groups. This operation does not specify a particular delivery group but queries the details of all delivery groups that meet the specified conditions.
1918
2018
  *
1919
2019
  * @param request - ListAppInstanceGroupRequest
1920
2020
  * @returns ListAppInstanceGroupResponse
@@ -1924,7 +2024,7 @@ class Client extends openapi_core_1.default {
1924
2024
  return await this.listAppInstanceGroupWithOptions(request, runtime);
1925
2025
  }
1926
2026
  /**
1927
- * Queries the details of application instances in a delivery group, including the IDs, status, creation time, update time, session status, and public IP addresses associated with the primary NICs of the instances.
2027
+ * Queries the details of session instances in a delivery group, including instance IDs, instance statuses, creation time, update time, session statuses, and public IP addresses of primary network interfaces.
1928
2028
  *
1929
2029
  * @param request - ListAppInstancesRequest
1930
2030
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1976,7 +2076,7 @@ class Client extends openapi_core_1.default {
1976
2076
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAppInstancesResponse({}));
1977
2077
  }
1978
2078
  /**
1979
- * Queries the details of application instances in a delivery group, including the IDs, status, creation time, update time, session status, and public IP addresses associated with the primary NICs of the instances.
2079
+ * Queries the details of session instances in a delivery group, including instance IDs, instance statuses, creation time, update time, session statuses, and public IP addresses of primary network interfaces.
1980
2080
  *
1981
2081
  * @param request - ListAppInstancesRequest
1982
2082
  * @returns ListAppInstancesResponse
@@ -1986,7 +2086,7 @@ class Client extends openapi_core_1.default {
1986
2086
  return await this.listAppInstancesWithOptions(request, runtime);
1987
2087
  }
1988
2088
  /**
1989
- * Queries the user groups authorized by a delivery group.
2089
+ * Queries the list of user groups authorized by a specified delivery group.
1990
2090
  *
1991
2091
  * @param request - ListAuthorizedUserGroupsRequest
1992
2092
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2030,7 +2130,7 @@ class Client extends openapi_core_1.default {
2030
2130
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAuthorizedUserGroupsResponse({}));
2031
2131
  }
2032
2132
  /**
2033
- * Queries the user groups authorized by a delivery group.
2133
+ * Queries the list of user groups authorized by a specified delivery group.
2034
2134
  *
2035
2135
  * @param request - ListAuthorizedUserGroupsRequest
2036
2136
  * @returns ListAuthorizedUserGroupsResponse
@@ -2040,7 +2140,7 @@ class Client extends openapi_core_1.default {
2040
2140
  return await this.listAuthorizedUserGroupsWithOptions(request, runtime);
2041
2141
  }
2042
2142
  /**
2043
- * Queries the bindings between users and resources.
2143
+ * Queries the binding information between users and resources.
2044
2144
  *
2045
2145
  * @param request - ListBindInfoRequest
2046
2146
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2087,7 +2187,7 @@ class Client extends openapi_core_1.default {
2087
2187
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListBindInfoResponse({}));
2088
2188
  }
2089
2189
  /**
2090
- * Queries the bindings between users and resources.
2190
+ * Queries the binding information between users and resources.
2091
2191
  *
2092
2192
  * @param request - ListBindInfoRequest
2093
2193
  * @returns ListBindInfoResponse
@@ -2097,7 +2197,7 @@ class Client extends openapi_core_1.default {
2097
2197
  return await this.listBindInfoWithOptions(request, runtime);
2098
2198
  }
2099
2199
  /**
2100
- * 查询桌面Agent运行时列表
2200
+ * Queries the list of desktop agent runtimes.
2101
2201
  *
2102
2202
  * @param request - ListDesktopAgentRuntimeRequest
2103
2203
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2148,6 +2248,9 @@ class Client extends openapi_core_1.default {
2148
2248
  if (!$dara.isNull(request.includeRiskInfo)) {
2149
2249
  query["IncludeRiskInfo"] = request.includeRiskInfo;
2150
2250
  }
2251
+ if (!$dara.isNull(request.managementStatus)) {
2252
+ query["ManagementStatus"] = request.managementStatus;
2253
+ }
2151
2254
  if (!$dara.isNull(request.modelConfigure)) {
2152
2255
  query["ModelConfigure"] = request.modelConfigure;
2153
2256
  }
@@ -2183,7 +2286,7 @@ class Client extends openapi_core_1.default {
2183
2286
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListDesktopAgentRuntimeResponse({}));
2184
2287
  }
2185
2288
  /**
2186
- * 查询桌面Agent运行时列表
2289
+ * Queries the list of desktop agent runtimes.
2187
2290
  *
2188
2291
  * @param request - ListDesktopAgentRuntimeRequest
2189
2292
  * @returns ListDesktopAgentRuntimeResponse
@@ -2193,7 +2296,7 @@ class Client extends openapi_core_1.default {
2193
2296
  return await this.listDesktopAgentRuntimeWithOptions(request, runtime);
2194
2297
  }
2195
2298
  /**
2196
- * Queries the image information about an ECS instance.
2299
+ * Queries image information.
2197
2300
  *
2198
2301
  * @param request - ListImageRequest
2199
2302
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2287,7 +2390,7 @@ class Client extends openapi_core_1.default {
2287
2390
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListImageResponse({}));
2288
2391
  }
2289
2392
  /**
2290
- * Queries the image information about an ECS instance.
2393
+ * Queries image information.
2291
2394
  *
2292
2395
  * @param request - ListImageRequest
2293
2396
  * @returns ListImageResponse
@@ -2297,7 +2400,11 @@ class Client extends openapi_core_1.default {
2297
2400
  return await this.listImageWithOptions(request, runtime);
2298
2401
  }
2299
2402
  /**
2300
- * 查询LLM模板列表
2403
+ * Queries a list of LLM templates.
2404
+ *
2405
+ * @remarks
2406
+ * You can use paging to retrieve the list of model templates under a model provider template in the Wuying Agent Management Center. You can filter results by model group ID, model provider template ID, model template ID, and model encoding. When you query by model group dimension, the default model is automatically pinned to the top.
2407
+ * Before you call this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
2301
2408
  *
2302
2409
  * @param tmpReq - ListLlmTemplatesRequest
2303
2410
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2346,7 +2453,11 @@ class Client extends openapi_core_1.default {
2346
2453
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListLlmTemplatesResponse({}));
2347
2454
  }
2348
2455
  /**
2349
- * 查询LLM模板列表
2456
+ * Queries a list of LLM templates.
2457
+ *
2458
+ * @remarks
2459
+ * You can use paging to retrieve the list of model templates under a model provider template in the Wuying Agent Management Center. You can filter results by model group ID, model provider template ID, model template ID, and model encoding. When you query by model group dimension, the default model is automatically pinned to the top.
2460
+ * Before you call this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
2350
2461
  *
2351
2462
  * @param request - ListLlmTemplatesRequest
2352
2463
  * @returns ListLlmTemplatesResponse
@@ -2404,7 +2515,11 @@ class Client extends openapi_core_1.default {
2404
2515
  return await this.listModelProviderEndpointsWithOptions(request, runtime);
2405
2516
  }
2406
2517
  /**
2407
- * 查询模型提供商模板列表
2518
+ * Queries the list of model provider templates.
2519
+ *
2520
+ * @remarks
2521
+ * You can perform a paged query to retrieve the list of model provider templates under a specified model group in the WUYING Agent Management Center. You can filter results by provider name, model group ID, and provider template ID. Paging is supported.
2522
+ * Before calling this operation, make sure that you are familiar with the operations and usage of the WUYING Agent Management Center.
2408
2523
  *
2409
2524
  * @param tmpReq - ListModelProviderTemplatesRequest
2410
2525
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2459,7 +2574,11 @@ class Client extends openapi_core_1.default {
2459
2574
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListModelProviderTemplatesResponse({}));
2460
2575
  }
2461
2576
  /**
2462
- * 查询模型提供商模板列表
2577
+ * Queries the list of model provider templates.
2578
+ *
2579
+ * @remarks
2580
+ * You can perform a paged query to retrieve the list of model provider templates under a specified model group in the WUYING Agent Management Center. You can filter results by provider name, model group ID, and provider template ID. Paging is supported.
2581
+ * Before calling this operation, make sure that you are familiar with the operations and usage of the WUYING Agent Management Center.
2463
2582
  *
2464
2583
  * @param request - ListModelProviderTemplatesRequest
2465
2584
  * @returns ListModelProviderTemplatesResponse
@@ -2469,7 +2588,11 @@ class Client extends openapi_core_1.default {
2469
2588
  return await this.listModelProviderTemplatesWithOptions(request, runtime);
2470
2589
  }
2471
2590
  /**
2472
- * 查询模型分组绑定的资源组列表
2591
+ * Queries the list of resource groups associated with a model group.
2592
+ *
2593
+ * @remarks
2594
+ * You can call this operation to query the list of resource groups authorized by a model group in the Wuying Agent Management Center.
2595
+ * Before you call this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
2473
2596
  *
2474
2597
  * @param request - ListModelTemplateResourceGroupRequest
2475
2598
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2507,7 +2630,11 @@ class Client extends openapi_core_1.default {
2507
2630
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListModelTemplateResourceGroupResponse({}));
2508
2631
  }
2509
2632
  /**
2510
- * 查询模型分组绑定的资源组列表
2633
+ * Queries the list of resource groups associated with a model group.
2634
+ *
2635
+ * @remarks
2636
+ * You can call this operation to query the list of resource groups authorized by a model group in the Wuying Agent Management Center.
2637
+ * Before you call this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
2511
2638
  *
2512
2639
  * @param request - ListModelTemplateResourceGroupRequest
2513
2640
  * @returns ListModelTemplateResourceGroupResponse
@@ -2517,7 +2644,11 @@ class Client extends openapi_core_1.default {
2517
2644
  return await this.listModelTemplateResourceGroupWithOptions(request, runtime);
2518
2645
  }
2519
2646
  /**
2520
- * 查询模型模板列表
2647
+ * Queries a list of model templates.
2648
+ *
2649
+ * @remarks
2650
+ * You can use paged query to retrieve model groups that have been created in the Wuying Agent Management Center, with paging support. You can filter results by Agent provider, Agent platform, template group ID, and whether models have been configured.
2651
+ * Before calling this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
2521
2652
  *
2522
2653
  * @param tmpReq - ListModelTemplatesRequest
2523
2654
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2569,7 +2700,11 @@ class Client extends openapi_core_1.default {
2569
2700
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListModelTemplatesResponse({}));
2570
2701
  }
2571
2702
  /**
2572
- * 查询模型模板列表
2703
+ * Queries a list of model templates.
2704
+ *
2705
+ * @remarks
2706
+ * You can use paged query to retrieve model groups that have been created in the Wuying Agent Management Center, with paging support. You can filter results by Agent provider, Agent platform, template group ID, and whether models have been configured.
2707
+ * Before calling this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
2573
2708
  *
2574
2709
  * @param request - ListModelTemplatesRequest
2575
2710
  * @returns ListModelTemplatesResponse
@@ -2579,7 +2714,7 @@ class Client extends openapi_core_1.default {
2579
2714
  return await this.listModelTemplatesWithOptions(request, runtime);
2580
2715
  }
2581
2716
  /**
2582
- * Queries the resource types that are available for purchase when you create a delivery group.
2717
+ * Queries the resource specifications available for selection when creating a delivery group.
2583
2718
  *
2584
2719
  * @param request - ListNodeInstanceTypeRequest
2585
2720
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2653,7 +2788,7 @@ class Client extends openapi_core_1.default {
2653
2788
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListNodeInstanceTypeResponse({}));
2654
2789
  }
2655
2790
  /**
2656
- * Queries the resource types that are available for purchase when you create a delivery group.
2791
+ * Queries the resource specifications available for selection when creating a delivery group.
2657
2792
  *
2658
2793
  * @param request - ListNodeInstanceTypeRequest
2659
2794
  * @returns ListNodeInstanceTypeResponse
@@ -2663,7 +2798,7 @@ class Client extends openapi_core_1.default {
2663
2798
  return await this.listNodeInstanceTypeWithOptions(request, runtime);
2664
2799
  }
2665
2800
  /**
2666
- * Queries resource nodes.
2801
+ * Queries the list of resource nodes.
2667
2802
  *
2668
2803
  * @param request - ListNodesRequest
2669
2804
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2701,7 +2836,7 @@ class Client extends openapi_core_1.default {
2701
2836
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListNodesResponse({}));
2702
2837
  }
2703
2838
  /**
2704
- * Queries resource nodes.
2839
+ * Queries the list of resource nodes.
2705
2840
  *
2706
2841
  * @param request - ListNodesRequest
2707
2842
  * @returns ListNodesResponse
@@ -2711,7 +2846,7 @@ class Client extends openapi_core_1.default {
2711
2846
  return await this.listNodesWithOptions(request, runtime);
2712
2847
  }
2713
2848
  /**
2714
- * Queries the information about over-the-air (OTA) update tasks.
2849
+ * Queries the history of over-the-air updates.
2715
2850
  *
2716
2851
  * @param request - ListOtaTaskRequest
2717
2852
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2749,7 +2884,7 @@ class Client extends openapi_core_1.default {
2749
2884
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListOtaTaskResponse({}));
2750
2885
  }
2751
2886
  /**
2752
- * Queries the information about over-the-air (OTA) update tasks.
2887
+ * Queries the history of over-the-air updates.
2753
2888
  *
2754
2889
  * @param request - ListOtaTaskRequest
2755
2890
  * @returns ListOtaTaskResponse
@@ -2759,7 +2894,7 @@ class Client extends openapi_core_1.default {
2759
2894
  return await this.listOtaTaskWithOptions(request, runtime);
2760
2895
  }
2761
2896
  /**
2762
- * Queries app instances of the persistent session type in a delivery group.
2897
+ * Queries the list of persistent session application instances in a delivery group.
2763
2898
  *
2764
2899
  * @param request - ListPersistentAppInstancesRequest
2765
2900
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2800,7 +2935,7 @@ class Client extends openapi_core_1.default {
2800
2935
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListPersistentAppInstancesResponse({}));
2801
2936
  }
2802
2937
  /**
2803
- * Queries app instances of the persistent session type in a delivery group.
2938
+ * Queries the list of persistent session application instances in a delivery group.
2804
2939
  *
2805
2940
  * @param request - ListPersistentAppInstancesRequest
2806
2941
  * @returns ListPersistentAppInstancesResponse
@@ -2810,10 +2945,10 @@ class Client extends openapi_core_1.default {
2810
2945
  return await this.listPersistentAppInstancesWithOptions(request, runtime);
2811
2946
  }
2812
2947
  /**
2813
- * Queries the regions that are supported by App Streaming.
2948
+ * Queries the regions supported by WUYING Cloud Application.
2814
2949
  *
2815
2950
  * @remarks
2816
- * > All supported regions instead of available regions are returned by this operation. For more information, see [Supported regions](https://help.aliyun.com/document_detail/426036.html).
2951
+ * > The regions returned by this operation are not necessarily all available regions. For information about available regions, see [Supported regions](https://help.aliyun.com/document_detail/426036.html).
2817
2952
  *
2818
2953
  * @param request - ListRegionsRequest
2819
2954
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2845,10 +2980,10 @@ class Client extends openapi_core_1.default {
2845
2980
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListRegionsResponse({}));
2846
2981
  }
2847
2982
  /**
2848
- * Queries the regions that are supported by App Streaming.
2983
+ * Queries the regions supported by WUYING Cloud Application.
2849
2984
  *
2850
2985
  * @remarks
2851
- * > All supported regions instead of available regions are returned by this operation. For more information, see [Supported regions](https://help.aliyun.com/document_detail/426036.html).
2986
+ * > The regions returned by this operation are not necessarily all available regions. For information about available regions, see [Supported regions](https://help.aliyun.com/document_detail/426036.html).
2852
2987
  *
2853
2988
  * @param request - ListRegionsRequest
2854
2989
  * @returns ListRegionsResponse
@@ -2858,7 +2993,7 @@ class Client extends openapi_core_1.default {
2858
2993
  return await this.listRegionsWithOptions(request, runtime);
2859
2994
  }
2860
2995
  /**
2861
- * Queries the tags added to one or more cloud resources.
2996
+ * Queries the tag list of one or more specified cloud resources.
2862
2997
  *
2863
2998
  * @param request - ListTagCloudResourcesRequest
2864
2999
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2899,7 +3034,7 @@ class Client extends openapi_core_1.default {
2899
3034
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListTagCloudResourcesResponse({}));
2900
3035
  }
2901
3036
  /**
2902
- * Queries the tags added to one or more cloud resources.
3037
+ * Queries the tag list of one or more specified cloud resources.
2903
3038
  *
2904
3039
  * @param request - ListTagCloudResourcesRequest
2905
3040
  * @returns ListTagCloudResourcesResponse
@@ -2909,7 +3044,7 @@ class Client extends openapi_core_1.default {
2909
3044
  return await this.listTagCloudResourcesWithOptions(request, runtime);
2910
3045
  }
2911
3046
  /**
2912
- * Queries the configurations of the administrator account, such as whether the resource expiration reminder feature is enabled.
3047
+ * Queries the configuration information of an administrator account, such as whether resource expiration reminders are enabled.
2913
3048
  *
2914
3049
  * @param runtime - runtime options for this request RuntimeOptions
2915
3050
  * @returns ListTenantConfigResponse
@@ -2930,7 +3065,7 @@ class Client extends openapi_core_1.default {
2930
3065
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListTenantConfigResponse({}));
2931
3066
  }
2932
3067
  /**
2933
- * Queries the configurations of the administrator account, such as whether the resource expiration reminder feature is enabled.
3068
+ * Queries the configuration information of an administrator account, such as whether resource expiration reminders are enabled.
2934
3069
  * @returns ListTenantConfigResponse
2935
3070
  */
2936
3071
  async listTenantConfig() {
@@ -3021,10 +3156,10 @@ class Client extends openapi_core_1.default {
3021
3156
  return await this.listWuyingServerWithOptions(request, runtime);
3022
3157
  }
3023
3158
  /**
3024
- * Closes all sessions in a pay-as-you-go delivery group for which a scheduled scaling policy is used.
3159
+ * Logs off all sessions in a pay-as-you-go delivery group that has scheduled auto scaling policies enabled.
3025
3160
  *
3026
3161
  * @remarks
3027
- * > This operation can be called only if you use a pay-as-you-go delivery group for which a scheduled scaling policy is used and if you call the operation at a time other than the scheduled time.
3162
+ * > This operation is applicable only to pay-as-you-go resource delivery groups that have scheduled auto scaling policies enabled, and can be called successfully only outside the scaling time periods configured in the scheduled auto scaling policies.
3028
3163
  *
3029
3164
  * @param request - LogOffAllSessionsInAppInstanceGroupRequest
3030
3165
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3056,10 +3191,10 @@ class Client extends openapi_core_1.default {
3056
3191
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.LogOffAllSessionsInAppInstanceGroupResponse({}));
3057
3192
  }
3058
3193
  /**
3059
- * Closes all sessions in a pay-as-you-go delivery group for which a scheduled scaling policy is used.
3194
+ * Logs off all sessions in a pay-as-you-go delivery group that has scheduled auto scaling policies enabled.
3060
3195
  *
3061
3196
  * @remarks
3062
- * > This operation can be called only if you use a pay-as-you-go delivery group for which a scheduled scaling policy is used and if you call the operation at a time other than the scheduled time.
3197
+ * > This operation is applicable only to pay-as-you-go resource delivery groups that have scheduled auto scaling policies enabled, and can be called successfully only outside the scaling time periods configured in the scheduled auto scaling policies.
3063
3198
  *
3064
3199
  * @param request - LogOffAllSessionsInAppInstanceGroupRequest
3065
3200
  * @returns LogOffAllSessionsInAppInstanceGroupResponse
@@ -3069,7 +3204,7 @@ class Client extends openapi_core_1.default {
3069
3204
  return await this.logOffAllSessionsInAppInstanceGroupWithOptions(request, runtime);
3070
3205
  }
3071
3206
  /**
3072
- * Modifies the general policies of a delivery group, including the number of concurrent sessions and the retention period of disconnected sessions.
3207
+ * Modifies the General Policy of a delivery group, including the number of concurrent sessions and the session retention duration after disconnection.
3073
3208
  *
3074
3209
  * @param tmpReq - ModifyAppInstanceGroupAttributeRequest
3075
3210
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3144,7 +3279,7 @@ class Client extends openapi_core_1.default {
3144
3279
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyAppInstanceGroupAttributeResponse({}));
3145
3280
  }
3146
3281
  /**
3147
- * Modifies the general policies of a delivery group, including the number of concurrent sessions and the retention period of disconnected sessions.
3282
+ * Modifies the General Policy of a delivery group, including the number of concurrent sessions and the session retention duration after disconnection.
3148
3283
  *
3149
3284
  * @param request - ModifyAppInstanceGroupAttributeRequest
3150
3285
  * @returns ModifyAppInstanceGroupAttributeResponse
@@ -3154,7 +3289,7 @@ class Client extends openapi_core_1.default {
3154
3289
  return await this.modifyAppInstanceGroupAttributeWithOptions(request, runtime);
3155
3290
  }
3156
3291
  /**
3157
- * Modify the delivery group display policy, including settings such as frame rate, resolution, and protocol type.
3292
+ * Modifies the display policy of a delivery group, including settings such as frame rate, resolution, and protocol type.
3158
3293
  *
3159
3294
  * @param tmpReq - ModifyAppPolicyRequest
3160
3295
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3194,7 +3329,7 @@ class Client extends openapi_core_1.default {
3194
3329
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyAppPolicyResponse({}));
3195
3330
  }
3196
3331
  /**
3197
- * Modify the delivery group display policy, including settings such as frame rate, resolution, and protocol type.
3332
+ * Modifies the display policy of a delivery group, including settings such as frame rate, resolution, and protocol type.
3198
3333
  *
3199
3334
  * @param request - ModifyAppPolicyRequest
3200
3335
  * @returns ModifyAppPolicyResponse
@@ -3204,10 +3339,10 @@ class Client extends openapi_core_1.default {
3204
3339
  return await this.modifyAppPolicyWithOptions(request, runtime);
3205
3340
  }
3206
3341
  /**
3207
- * Modifies the properties of the cloud browser.
3342
+ * Modifies the attributes of a Wuying Cloud Browser.
3208
3343
  *
3209
3344
  * @remarks
3210
- * Modifies the properties of the cloud browser.
3345
+ * Modifies the attributes of a Wuying Cloud Browser.
3211
3346
  *
3212
3347
  * @param tmpReq - ModifyBrowserInstanceGroupRequest
3213
3348
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3276,10 +3411,10 @@ class Client extends openapi_core_1.default {
3276
3411
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyBrowserInstanceGroupResponse({}));
3277
3412
  }
3278
3413
  /**
3279
- * Modifies the properties of the cloud browser.
3414
+ * Modifies the attributes of a Wuying Cloud Browser.
3280
3415
  *
3281
3416
  * @remarks
3282
- * Modifies the properties of the cloud browser.
3417
+ * Modifies the attributes of a Wuying Cloud Browser.
3283
3418
  *
3284
3419
  * @param request - ModifyBrowserInstanceGroupRequest
3285
3420
  * @returns ModifyBrowserInstanceGroupResponse
@@ -3289,7 +3424,7 @@ class Client extends openapi_core_1.default {
3289
3424
  return await this.modifyBrowserInstanceGroupWithOptions(request, runtime);
3290
3425
  }
3291
3426
  /**
3292
- * Changes the number of nodes in a subscription delivery group.
3427
+ * Upgrades the number of nodes in a subscription delivery group.
3293
3428
  *
3294
3429
  * @param tmpReq - ModifyNodePoolAmountRequest
3295
3430
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3329,7 +3464,7 @@ class Client extends openapi_core_1.default {
3329
3464
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyNodePoolAmountResponse({}));
3330
3465
  }
3331
3466
  /**
3332
- * Changes the number of nodes in a subscription delivery group.
3467
+ * Upgrades the number of nodes in a subscription delivery group.
3333
3468
  *
3334
3469
  * @param request - ModifyNodePoolAmountRequest
3335
3470
  * @returns ModifyNodePoolAmountResponse
@@ -3339,14 +3474,14 @@ class Client extends openapi_core_1.default {
3339
3474
  return await this.modifyNodePoolAmountWithOptions(request, runtime);
3340
3475
  }
3341
3476
  /**
3342
- * Changes the scaling policy of a delivery group. The following scaling policies are supported: fixed resource number, scheduled scaling, and auto scaling.
3477
+ * Modifies the scaling mode of a delivery group, including fixed quantity (no elastic scaling), scheduled scaling, and automatic scaling.
3343
3478
  *
3344
3479
  * @remarks
3345
- * You can select one of the following scaling policies for cloud app resources:
3346
- * * No scaling: Resources are not scaled.
3347
- * * Auto scaling: Resources are automatically scaled based on the number of connected sessions and the duration during which no session is connected.
3348
- * * Scheduled scaling: Resources are scaled during specific periods of time on specific dates.
3349
- * Before you call this operation, make sure that you fully understand the [billing methods and prices](https://help.aliyun.com/document_detail/426039.html) of App Streaming.
3480
+ * You can configure the scaling pattern for WUYING Cloud Application resources in Settings:
3481
+ * - Fixed quantity: Elastic scaling is not used.
3482
+ * - Automatic scaling: Automatically scales resources based on the number of connected sessions and the idle duration without session connections.
3483
+ * - Scheduled scaling: Executes resource scaling during specified time periods on specified dates.
3484
+ * Before using this operation, make sure that you fully understand the [billing method and pricing](https://help.aliyun.com/document_detail/426039.html) of WUYING Cloud Application.
3350
3485
  *
3351
3486
  * @param tmpReq - ModifyNodePoolAttributeRequest
3352
3487
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3392,14 +3527,14 @@ class Client extends openapi_core_1.default {
3392
3527
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyNodePoolAttributeResponse({}));
3393
3528
  }
3394
3529
  /**
3395
- * Changes the scaling policy of a delivery group. The following scaling policies are supported: fixed resource number, scheduled scaling, and auto scaling.
3530
+ * Modifies the scaling mode of a delivery group, including fixed quantity (no elastic scaling), scheduled scaling, and automatic scaling.
3396
3531
  *
3397
3532
  * @remarks
3398
- * You can select one of the following scaling policies for cloud app resources:
3399
- * * No scaling: Resources are not scaled.
3400
- * * Auto scaling: Resources are automatically scaled based on the number of connected sessions and the duration during which no session is connected.
3401
- * * Scheduled scaling: Resources are scaled during specific periods of time on specific dates.
3402
- * Before you call this operation, make sure that you fully understand the [billing methods and prices](https://help.aliyun.com/document_detail/426039.html) of App Streaming.
3533
+ * You can configure the scaling pattern for WUYING Cloud Application resources in Settings:
3534
+ * - Fixed quantity: Elastic scaling is not used.
3535
+ * - Automatic scaling: Automatically scales resources based on the number of connected sessions and the idle duration without session connections.
3536
+ * - Scheduled scaling: Executes resource scaling during specified time periods on specified dates.
3537
+ * Before using this operation, make sure that you fully understand the [billing method and pricing](https://help.aliyun.com/document_detail/426039.html) of WUYING Cloud Application.
3403
3538
  *
3404
3539
  * @param request - ModifyNodePoolAttributeRequest
3405
3540
  * @returns ModifyNodePoolAttributeResponse
@@ -3409,7 +3544,7 @@ class Client extends openapi_core_1.default {
3409
3544
  return await this.modifyNodePoolAttributeWithOptions(request, runtime);
3410
3545
  }
3411
3546
  /**
3412
- * Modifies the configurations of the administrator account, such as whether to enable the resource expiration reminder feature.
3547
+ * Modifies the configuration of an administrator account, such as whether to enable resource expiration reminders.
3413
3548
  *
3414
3549
  * @param request - ModifyTenantConfigRequest
3415
3550
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3438,7 +3573,7 @@ class Client extends openapi_core_1.default {
3438
3573
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyTenantConfigResponse({}));
3439
3574
  }
3440
3575
  /**
3441
- * Modifies the configurations of the administrator account, such as whether to enable the resource expiration reminder feature.
3576
+ * Modifies the configuration of an administrator account, such as whether to enable resource expiration reminders.
3442
3577
  *
3443
3578
  * @param request - ModifyTenantConfigRequest
3444
3579
  * @returns ModifyTenantConfigResponse
@@ -3448,7 +3583,7 @@ class Client extends openapi_core_1.default {
3448
3583
  return await this.modifyTenantConfigWithOptions(request, runtime);
3449
3584
  }
3450
3585
  /**
3451
- * Modify workstation properties.
3586
+ * Modifies the properties of a cloud graphics workstation.
3452
3587
  *
3453
3588
  * @param request - ModifyWuyingServerAttributeRequest
3454
3589
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3486,7 +3621,7 @@ class Client extends openapi_core_1.default {
3486
3621
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyWuyingServerAttributeResponse({}));
3487
3622
  }
3488
3623
  /**
3489
- * Modify workstation properties.
3624
+ * Modifies the properties of a cloud graphics workstation.
3490
3625
  *
3491
3626
  * @param request - ModifyWuyingServerAttributeRequest
3492
3627
  * @returns ModifyWuyingServerAttributeResponse
@@ -3496,7 +3631,7 @@ class Client extends openapi_core_1.default {
3496
3631
  return await this.modifyWuyingServerAttributeWithOptions(request, runtime);
3497
3632
  }
3498
3633
  /**
3499
- * Queries the assigned users that are added to a delivery group by page.
3634
+ * Performs a paged query on allocated users added to a delivery group.
3500
3635
  *
3501
3636
  * @param request - PageListAppInstanceGroupUserRequest
3502
3637
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3534,7 +3669,7 @@ class Client extends openapi_core_1.default {
3534
3669
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.PageListAppInstanceGroupUserResponse({}));
3535
3670
  }
3536
3671
  /**
3537
- * Queries the assigned users that are added to a delivery group by page.
3672
+ * Performs a paged query on allocated users added to a delivery group.
3538
3673
  *
3539
3674
  * @param request - PageListAppInstanceGroupUserRequest
3540
3675
  * @returns PageListAppInstanceGroupUserResponse
@@ -3544,7 +3679,13 @@ class Client extends openapi_core_1.default {
3544
3679
  return await this.pageListAppInstanceGroupUserWithOptions(request, runtime);
3545
3680
  }
3546
3681
  /**
3547
- * 移除资源组模型模板配置
3682
+ * Removes model groups from a resource group.
3683
+ *
3684
+ * @remarks
3685
+ * You can authorize model groups for resources that belong to Agent runtimes such as JVS Computer, OpenClaw, and Hermes Agent in the WUYING Agent Management Center. The model groups serve as inference engines for Agents to execute tasks within the resource group.
3686
+ * When an Agent runtime has its own model group configured and the resource group it belongs to also has a model group configured, the model group bound to the resource group takes effect. The resource group setting takes priority over the Agent runtime setting.
3687
+ * When you remove the model group from the resource group to which an Agent runtime belongs, the model group configured on the Agent runtime itself automatically takes effect.
3688
+ * Before calling this operation, make sure that you are familiar with the operations and usage of the WUYING Agent Management Center.
3548
3689
  *
3549
3690
  * @param request - RemoveResourceGroupModelTemplateRequest
3550
3691
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3576,7 +3717,13 @@ class Client extends openapi_core_1.default {
3576
3717
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RemoveResourceGroupModelTemplateResponse({}));
3577
3718
  }
3578
3719
  /**
3579
- * 移除资源组模型模板配置
3720
+ * Removes model groups from a resource group.
3721
+ *
3722
+ * @remarks
3723
+ * You can authorize model groups for resources that belong to Agent runtimes such as JVS Computer, OpenClaw, and Hermes Agent in the WUYING Agent Management Center. The model groups serve as inference engines for Agents to execute tasks within the resource group.
3724
+ * When an Agent runtime has its own model group configured and the resource group it belongs to also has a model group configured, the model group bound to the resource group takes effect. The resource group setting takes priority over the Agent runtime setting.
3725
+ * When you remove the model group from the resource group to which an Agent runtime belongs, the model group configured on the Agent runtime itself automatically takes effect.
3726
+ * Before calling this operation, make sure that you are familiar with the operations and usage of the WUYING Agent Management Center.
3580
3727
  *
3581
3728
  * @param request - RemoveResourceGroupModelTemplateRequest
3582
3729
  * @returns RemoveResourceGroupModelTemplateResponse
@@ -3586,7 +3733,11 @@ class Client extends openapi_core_1.default {
3586
3733
  return await this.removeResourceGroupModelTemplateWithOptions(request, runtime);
3587
3734
  }
3588
3735
  /**
3589
- * 移除Runtime通道
3736
+ * Removes a third-party channel configuration from an agent runtime.
3737
+ *
3738
+ * @remarks
3739
+ * You can call this operation to remove a specific third-party channel configuration from agent runtimes such as JVS Computer, OpenClaw, and Hermes Agent in the Wuying Agent Management Center. After the configuration is removed, the agent can no longer use the third-party channel for conversations.
3740
+ * Before calling this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
3590
3741
  *
3591
3742
  * @param request - RemoveRuntimeChannelRequest
3592
3743
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3627,7 +3778,11 @@ class Client extends openapi_core_1.default {
3627
3778
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RemoveRuntimeChannelResponse({}));
3628
3779
  }
3629
3780
  /**
3630
- * 移除Runtime通道
3781
+ * Removes a third-party channel configuration from an agent runtime.
3782
+ *
3783
+ * @remarks
3784
+ * You can call this operation to remove a specific third-party channel configuration from agent runtimes such as JVS Computer, OpenClaw, and Hermes Agent in the Wuying Agent Management Center. After the configuration is removed, the agent can no longer use the third-party channel for conversations.
3785
+ * Before calling this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
3631
3786
  *
3632
3787
  * @param request - RemoveRuntimeChannelRequest
3633
3788
  * @returns RemoveRuntimeChannelResponse
@@ -3637,7 +3792,11 @@ class Client extends openapi_core_1.default {
3637
3792
  return await this.removeRuntimeChannelWithOptions(request, runtime);
3638
3793
  }
3639
3794
  /**
3640
- * 通过RuntimeIds移除模型模板配置
3795
+ * Removes a model group from an Agent runtime resource.
3796
+ *
3797
+ * @remarks
3798
+ * You can remove model groups from Agent runtime resources such as JVS Computer, OpenClaw, and Hermes Agent in the Wuying Agent Management Center. When an Agent runtime resource needs to switch to a different model group, call this operation first to remove the authorization relationship between the Agent runtime resource and the existing model group.
3799
+ * Make sure that you are familiar with the operations and usage of the Wuying Agent Management Center before calling this operation.
3641
3800
  *
3642
3801
  * @param request - RemoveRuntimeModelTemplateRequest
3643
3802
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3672,7 +3831,11 @@ class Client extends openapi_core_1.default {
3672
3831
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RemoveRuntimeModelTemplateResponse({}));
3673
3832
  }
3674
3833
  /**
3675
- * 通过RuntimeIds移除模型模板配置
3834
+ * Removes a model group from an Agent runtime resource.
3835
+ *
3836
+ * @remarks
3837
+ * You can remove model groups from Agent runtime resources such as JVS Computer, OpenClaw, and Hermes Agent in the Wuying Agent Management Center. When an Agent runtime resource needs to switch to a different model group, call this operation first to remove the authorization relationship between the Agent runtime resource and the existing model group.
3838
+ * Make sure that you are familiar with the operations and usage of the Wuying Agent Management Center before calling this operation.
3676
3839
  *
3677
3840
  * @param request - RemoveRuntimeModelTemplateRequest
3678
3841
  * @returns RemoveRuntimeModelTemplateResponse
@@ -3685,7 +3848,7 @@ class Client extends openapi_core_1.default {
3685
3848
  * Renews a delivery group.
3686
3849
  *
3687
3850
  * @remarks
3688
- * Before you call this operation, make sure that you fully understand the [billing methods and prices](https://help.aliyun.com/document_detail/426039.html) of App Streaming.
3851
+ * Before you call this operation, make sure that you are familiar with the [Billable methods and pricing](https://help.aliyun.com/document_detail/426039.html) of WUYING Workspace.
3689
3852
  *
3690
3853
  * @param tmpReq - RenewAppInstanceGroupRequest
3691
3854
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3746,7 +3909,7 @@ class Client extends openapi_core_1.default {
3746
3909
  * Renews a delivery group.
3747
3910
  *
3748
3911
  * @remarks
3749
- * Before you call this operation, make sure that you fully understand the [billing methods and prices](https://help.aliyun.com/document_detail/426039.html) of App Streaming.
3912
+ * Before you call this operation, make sure that you are familiar with the [Billable methods and pricing](https://help.aliyun.com/document_detail/426039.html) of WUYING Workspace.
3750
3913
  *
3751
3914
  * @param request - RenewAppInstanceGroupRequest
3752
3915
  * @returns RenewAppInstanceGroupResponse
@@ -3756,7 +3919,7 @@ class Client extends openapi_core_1.default {
3756
3919
  return await this.renewAppInstanceGroupWithOptions(request, runtime);
3757
3920
  }
3758
3921
  /**
3759
- * Renew one workstation.
3922
+ * Renews a workstation.
3760
3923
  *
3761
3924
  * @param request - RenewWuyingServerRequest
3762
3925
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3797,7 +3960,7 @@ class Client extends openapi_core_1.default {
3797
3960
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RenewWuyingServerResponse({}));
3798
3961
  }
3799
3962
  /**
3800
- * Renew one workstation.
3963
+ * Renews a workstation.
3801
3964
  *
3802
3965
  * @param request - RenewWuyingServerRequest
3803
3966
  * @returns RenewWuyingServerResponse
@@ -3807,7 +3970,7 @@ class Client extends openapi_core_1.default {
3807
3970
  return await this.renewWuyingServerWithOptions(request, runtime);
3808
3971
  }
3809
3972
  /**
3810
- * Restarts the workstation.
3973
+ * Restarts a workstation.
3811
3974
  *
3812
3975
  * @param request - RestartWuyingServerRequest
3813
3976
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3841,7 +4004,7 @@ class Client extends openapi_core_1.default {
3841
4004
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RestartWuyingServerResponse({}));
3842
4005
  }
3843
4006
  /**
3844
- * Restarts the workstation.
4007
+ * Restarts a workstation.
3845
4008
  *
3846
4009
  * @param request - RestartWuyingServerRequest
3847
4010
  * @returns RestartWuyingServerResponse
@@ -3851,7 +4014,7 @@ class Client extends openapi_core_1.default {
3851
4014
  return await this.restartWuyingServerWithOptions(request, runtime);
3852
4015
  }
3853
4016
  /**
3854
- * Initiates a task to replicate an image to another region.
4017
+ * Initiates a task to copy an image to other regions.
3855
4018
  *
3856
4019
  * @param request - StartTaskForDistributeImageRequest
3857
4020
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3895,7 +4058,7 @@ class Client extends openapi_core_1.default {
3895
4058
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.StartTaskForDistributeImageResponse({}));
3896
4059
  }
3897
4060
  /**
3898
- * Initiates a task to replicate an image to another region.
4061
+ * Initiates a task to copy an image to other regions.
3899
4062
  *
3900
4063
  * @param request - StartTaskForDistributeImageRequest
3901
4064
  * @returns StartTaskForDistributeImageResponse
@@ -3905,7 +4068,7 @@ class Client extends openapi_core_1.default {
3905
4068
  return await this.startTaskForDistributeImageWithOptions(request, runtime);
3906
4069
  }
3907
4070
  /**
3908
- * Start the workstation.
4071
+ * Starts a workstation.
3909
4072
  *
3910
4073
  * @param request - StartWuyingServerRequest
3911
4074
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3939,7 +4102,7 @@ class Client extends openapi_core_1.default {
3939
4102
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.StartWuyingServerResponse({}));
3940
4103
  }
3941
4104
  /**
3942
- * Start the workstation.
4105
+ * Starts a workstation.
3943
4106
  *
3944
4107
  * @param request - StartWuyingServerRequest
3945
4108
  * @returns StartWuyingServerResponse
@@ -3949,7 +4112,7 @@ class Client extends openapi_core_1.default {
3949
4112
  return await this.startWuyingServerWithOptions(request, runtime);
3950
4113
  }
3951
4114
  /**
3952
- * Stops the workstation.
4115
+ * Stops a workstation.
3953
4116
  *
3954
4117
  * @param request - StopWuyingServerRequest
3955
4118
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3986,7 +4149,7 @@ class Client extends openapi_core_1.default {
3986
4149
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.StopWuyingServerResponse({}));
3987
4150
  }
3988
4151
  /**
3989
- * Stops the workstation.
4152
+ * Stops a workstation.
3990
4153
  *
3991
4154
  * @param request - StopWuyingServerRequest
3992
4155
  * @returns StopWuyingServerResponse
@@ -3996,7 +4159,7 @@ class Client extends openapi_core_1.default {
3996
4159
  return await this.stopWuyingServerWithOptions(request, runtime);
3997
4160
  }
3998
4161
  /**
3999
- * Creates and adds tags to cloud resources and updates the values of existing cloud resource tags.
4162
+ * Creates and attaches tags to cloud resources. If a tag already exists on a resource, the tag value is updated.
4000
4163
  *
4001
4164
  * @param request - TagCloudResourcesRequest
4002
4165
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4031,7 +4194,7 @@ class Client extends openapi_core_1.default {
4031
4194
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.TagCloudResourcesResponse({}));
4032
4195
  }
4033
4196
  /**
4034
- * Creates and adds tags to cloud resources and updates the values of existing cloud resource tags.
4197
+ * Creates and attaches tags to cloud resources. If a tag already exists on a resource, the tag value is updated.
4035
4198
  *
4036
4199
  * @param request - TagCloudResourcesRequest
4037
4200
  * @returns TagCloudResourcesResponse
@@ -4083,7 +4246,7 @@ class Client extends openapi_core_1.default {
4083
4246
  return await this.unassignWuyingServerPrivateAddressesWithOptions(request, runtime);
4084
4247
  }
4085
4248
  /**
4086
- * Unbinds a user and a session.
4249
+ * Unbinds a user from a session.
4087
4250
  *
4088
4251
  * @param request - UnbindRequest
4089
4252
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4124,7 +4287,7 @@ class Client extends openapi_core_1.default {
4124
4287
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UnbindResponse({}));
4125
4288
  }
4126
4289
  /**
4127
- * Unbinds a user and a session.
4290
+ * Unbinds a user from a session.
4128
4291
  *
4129
4292
  * @param request - UnbindRequest
4130
4293
  * @returns UnbindResponse
@@ -4134,7 +4297,7 @@ class Client extends openapi_core_1.default {
4134
4297
  return await this.unbindWithOptions(request, runtime);
4135
4298
  }
4136
4299
  /**
4137
- * Removes tags from cloud resources.
4300
+ * Unbinds tags from cloud resources in a unified manner.
4138
4301
  *
4139
4302
  * @param request - UntagCloudResourcesRequest
4140
4303
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4169,7 +4332,7 @@ class Client extends openapi_core_1.default {
4169
4332
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UntagCloudResourcesResponse({}));
4170
4333
  }
4171
4334
  /**
4172
- * Removes tags from cloud resources.
4335
+ * Unbinds tags from cloud resources in a unified manner.
4173
4336
  *
4174
4337
  * @param request - UntagCloudResourcesRequest
4175
4338
  * @returns UntagCloudResourcesResponse
@@ -4182,9 +4345,8 @@ class Client extends openapi_core_1.default {
4182
4345
  * Updates the image of a delivery group.
4183
4346
  *
4184
4347
  * @remarks
4185
- * *
4186
- * **Warning** After the image is updated, the end user session accessing the cloud application will be disconnected. Exercise caution to avoid end user data loss.
4187
- * > After the image of the delivery group is updated, the change takes effect on the terminal in approximately 2 minutes.
4348
+ * >Warning: After the image update starts, sessions of end users who are accessing cloud applications will be disconnected. Proceed with caution to avoid data loss for end users.
4349
+ * > After the update is published, changes typically take about 2 minutes to take effect on the end user side.
4188
4350
  *
4189
4351
  * @param request - UpdateAppInstanceGroupImageRequest
4190
4352
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4225,9 +4387,8 @@ class Client extends openapi_core_1.default {
4225
4387
  * Updates the image of a delivery group.
4226
4388
  *
4227
4389
  * @remarks
4228
- * *
4229
- * **Warning** After the image is updated, the end user session accessing the cloud application will be disconnected. Exercise caution to avoid end user data loss.
4230
- * > After the image of the delivery group is updated, the change takes effect on the terminal in approximately 2 minutes.
4390
+ * >Warning: After the image update starts, sessions of end users who are accessing cloud applications will be disconnected. Proceed with caution to avoid data loss for end users.
4391
+ * > After the update is published, changes typically take about 2 minutes to take effect on the end user side.
4231
4392
  *
4232
4393
  * @param request - UpdateAppInstanceGroupImageRequest
4233
4394
  * @returns UpdateAppInstanceGroupImageResponse
@@ -4237,7 +4398,11 @@ class Client extends openapi_core_1.default {
4237
4398
  return await this.updateAppInstanceGroupImageWithOptions(request, runtime);
4238
4399
  }
4239
4400
  /**
4240
- * 更新模型提供商模板
4401
+ * Updates a model provider template.
4402
+ *
4403
+ * @remarks
4404
+ * You can update a model provider template that has been created in the Wuying Agent Management Center, including the template name, description, model service connection configuration, and Wuying security proxy switch. Partial field updates are supported. You only need to pass in the fields that you want to modify.
4405
+ * Before you call this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
4241
4406
  *
4242
4407
  * @param tmpReq - UpdateModelProviderTemplateRequest
4243
4408
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4285,7 +4450,11 @@ class Client extends openapi_core_1.default {
4285
4450
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateModelProviderTemplateResponse({}));
4286
4451
  }
4287
4452
  /**
4288
- * 更新模型提供商模板
4453
+ * Updates a model provider template.
4454
+ *
4455
+ * @remarks
4456
+ * You can update a model provider template that has been created in the Wuying Agent Management Center, including the template name, description, model service connection configuration, and Wuying security proxy switch. Partial field updates are supported. You only need to pass in the fields that you want to modify.
4457
+ * Before you call this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
4289
4458
  *
4290
4459
  * @param request - UpdateModelProviderTemplateRequest
4291
4460
  * @returns UpdateModelProviderTemplateResponse
@@ -4295,7 +4464,11 @@ class Client extends openapi_core_1.default {
4295
4464
  return await this.updateModelProviderTemplateWithOptions(request, runtime);
4296
4465
  }
4297
4466
  /**
4298
- * 更新模型模板
4467
+ * Updates a model template.
4468
+ *
4469
+ * @remarks
4470
+ * You can update a model group that has been created in the Wuying Agent Management Center, including the group name, description, and model configuration information. The updated configuration automatically takes effect on associated cloud desktops.
4471
+ * Before using this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
4299
4472
  *
4300
4473
  * @param request - UpdateModelTemplateRequest
4301
4474
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4333,7 +4506,11 @@ class Client extends openapi_core_1.default {
4333
4506
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateModelTemplateResponse({}));
4334
4507
  }
4335
4508
  /**
4336
- * 更新模型模板
4509
+ * Updates a model template.
4510
+ *
4511
+ * @remarks
4512
+ * You can update a model group that has been created in the Wuying Agent Management Center, including the group name, description, and model configuration information. The updated configuration automatically takes effect on associated cloud desktops.
4513
+ * Before using this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
4337
4514
  *
4338
4515
  * @param request - UpdateModelTemplateRequest
4339
4516
  * @returns UpdateModelTemplateResponse
@@ -4343,7 +4520,7 @@ class Client extends openapi_core_1.default {
4343
4520
  return await this.updateModelTemplateWithOptions(request, runtime);
4344
4521
  }
4345
4522
  /**
4346
- * Updates the workstation image.
4523
+ * Updates a workstation image.
4347
4524
  *
4348
4525
  * @param request - UpdateWuyingServerImageRequest
4349
4526
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4378,7 +4555,7 @@ class Client extends openapi_core_1.default {
4378
4555
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateWuyingServerImageResponse({}));
4379
4556
  }
4380
4557
  /**
4381
- * Updates the workstation image.
4558
+ * Updates a workstation image.
4382
4559
  *
4383
4560
  * @param request - UpdateWuyingServerImageRequest
4384
4561
  * @returns UpdateWuyingServerImageResponse