@alicloud/appstream-center20210901 5.6.0 → 5.6.2

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 (419) 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 +48 -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 +4 -16
  183. package/dist/models/ListTagCloudResourcesResponseBody.js.map +1 -1
  184. package/dist/models/ListTenantConfigResponseBody.d.ts +10 -6
  185. package/dist/models/ListTenantConfigResponseBody.js +7 -0
  186. package/dist/models/ListTenantConfigResponseBody.js.map +1 -1
  187. package/dist/models/ListWuyingServerRequest.d.ts +11 -5
  188. package/dist/models/ListWuyingServerRequest.js.map +1 -1
  189. package/dist/models/ListWuyingServerResponseBody.d.ts +37 -27
  190. package/dist/models/ListWuyingServerResponseBody.js.map +1 -1
  191. package/dist/models/LogOffAllSessionsInAppInstanceGroupRequest.d.ts +1 -5
  192. package/dist/models/LogOffAllSessionsInAppInstanceGroupRequest.js.map +1 -1
  193. package/dist/models/LogOffAllSessionsInAppInstanceGroupResponseBody.d.ts +2 -2
  194. package/dist/models/ModifyAppInstanceGroupAttributeRequest.d.ts +22 -60
  195. package/dist/models/ModifyAppInstanceGroupAttributeRequest.js.map +1 -1
  196. package/dist/models/ModifyAppInstanceGroupAttributeResponseBody.d.ts +2 -2
  197. package/dist/models/ModifyAppInstanceGroupAttributeShrinkRequest.d.ts +12 -24
  198. package/dist/models/ModifyAppInstanceGroupAttributeShrinkRequest.js.map +1 -1
  199. package/dist/models/ModifyAppPolicyRequest.d.ts +14 -28
  200. package/dist/models/ModifyAppPolicyRequest.js.map +1 -1
  201. package/dist/models/ModifyAppPolicyShrinkRequest.d.ts +1 -5
  202. package/dist/models/ModifyAppPolicyShrinkRequest.js.map +1 -1
  203. package/dist/models/ModifyBrowserInstanceGroupRequest.d.ts +32 -81
  204. package/dist/models/ModifyBrowserInstanceGroupRequest.js.map +1 -1
  205. package/dist/models/ModifyBrowserInstanceGroupShrinkRequest.d.ts +4 -4
  206. package/dist/models/ModifyNodePoolAmountRequest.d.ts +5 -13
  207. package/dist/models/ModifyNodePoolAmountRequest.js.map +1 -1
  208. package/dist/models/ModifyNodePoolAmountResponseBody.d.ts +1 -1
  209. package/dist/models/ModifyNodePoolAmountShrinkRequest.d.ts +2 -6
  210. package/dist/models/ModifyNodePoolAmountShrinkRequest.js.map +1 -1
  211. package/dist/models/ModifyNodePoolAttributeRequest.d.ts +42 -51
  212. package/dist/models/ModifyNodePoolAttributeRequest.js.map +1 -1
  213. package/dist/models/ModifyNodePoolAttributeResponseBody.d.ts +9 -0
  214. package/dist/models/ModifyNodePoolAttributeResponseBody.js.map +1 -1
  215. package/dist/models/ModifyNodePoolAttributeShrinkRequest.d.ts +14 -11
  216. package/dist/models/ModifyNodePoolAttributeShrinkRequest.js.map +1 -1
  217. package/dist/models/ModifyTenantConfigRequest.d.ts +1 -6
  218. package/dist/models/ModifyTenantConfigRequest.js.map +1 -1
  219. package/dist/models/ModifyWuyingServerAttributeRequest.d.ts +3 -3
  220. package/dist/models/PageListAppInstanceGroupUserRequest.d.ts +3 -7
  221. package/dist/models/PageListAppInstanceGroupUserRequest.js.map +1 -1
  222. package/dist/models/PageListAppInstanceGroupUserResponseBody.d.ts +1 -1
  223. package/dist/models/RemoveResourceGroupModelTemplateRequest.d.ts +4 -0
  224. package/dist/models/RemoveResourceGroupModelTemplateRequest.js.map +1 -1
  225. package/dist/models/RemoveResourceGroupModelTemplateResponseBody.d.ts +22 -0
  226. package/dist/models/RemoveResourceGroupModelTemplateResponseBody.js.map +1 -1
  227. package/dist/models/RemoveRuntimeChannelRequest.d.ts +11 -0
  228. package/dist/models/RemoveRuntimeChannelRequest.js.map +1 -1
  229. package/dist/models/RemoveRuntimeChannelResponseBody.d.ts +3 -0
  230. package/dist/models/RemoveRuntimeChannelResponseBody.js.map +1 -1
  231. package/dist/models/RemoveRuntimeModelTemplateRequest.d.ts +6 -0
  232. package/dist/models/RemoveRuntimeModelTemplateRequest.js.map +1 -1
  233. package/dist/models/RemoveRuntimeModelTemplateResponseBody.d.ts +29 -0
  234. package/dist/models/RemoveRuntimeModelTemplateResponseBody.js.map +1 -1
  235. package/dist/models/RenewAppInstanceGroupRequest.d.ts +12 -21
  236. package/dist/models/RenewAppInstanceGroupRequest.js.map +1 -1
  237. package/dist/models/RenewAppInstanceGroupResponseBody.d.ts +2 -2
  238. package/dist/models/RenewAppInstanceGroupShrinkRequest.d.ts +12 -21
  239. package/dist/models/RenewAppInstanceGroupShrinkRequest.js.map +1 -1
  240. package/dist/models/RenewWuyingServerRequest.d.ts +3 -8
  241. package/dist/models/RenewWuyingServerRequest.js.map +1 -1
  242. package/dist/models/StartTaskForDistributeImageRequest.d.ts +3 -9
  243. package/dist/models/StartTaskForDistributeImageRequest.js.map +1 -1
  244. package/dist/models/StartTaskForDistributeImageResponseBody.d.ts +5 -5
  245. package/dist/models/StopWuyingServerRequest.d.ts +3 -5
  246. package/dist/models/StopWuyingServerRequest.js.map +1 -1
  247. package/dist/models/TagCloudResourcesRequest.d.ts +10 -19
  248. package/dist/models/TagCloudResourcesRequest.js.map +1 -1
  249. package/dist/models/TagCloudResourcesResponseBody.d.ts +27 -10
  250. package/dist/models/TagCloudResourcesResponseBody.js.map +1 -1
  251. package/dist/models/UnassignWuyingServerPrivateAddressesResponseBody.d.ts +0 -3
  252. package/dist/models/UnassignWuyingServerPrivateAddressesResponseBody.js.map +1 -1
  253. package/dist/models/UnbindRequest.d.ts +3 -7
  254. package/dist/models/UnbindRequest.js.map +1 -1
  255. package/dist/models/UntagCloudResourcesRequest.d.ts +6 -14
  256. package/dist/models/UntagCloudResourcesRequest.js.map +1 -1
  257. package/dist/models/UntagCloudResourcesResponseBody.d.ts +4 -16
  258. package/dist/models/UntagCloudResourcesResponseBody.js.map +1 -1
  259. package/dist/models/UpdateAppInstanceGroupImageRequest.d.ts +3 -12
  260. package/dist/models/UpdateAppInstanceGroupImageRequest.js.map +1 -1
  261. package/dist/models/UpdateAppInstanceGroupImageResponseBody.d.ts +2 -2
  262. package/dist/models/UpdateModelProviderTemplateRequest.d.ts +32 -0
  263. package/dist/models/UpdateModelProviderTemplateRequest.js.map +1 -1
  264. package/dist/models/UpdateModelProviderTemplateResponseBody.d.ts +3 -0
  265. package/dist/models/UpdateModelProviderTemplateResponseBody.js.map +1 -1
  266. package/dist/models/UpdateModelProviderTemplateShrinkRequest.d.ts +23 -0
  267. package/dist/models/UpdateModelProviderTemplateShrinkRequest.js.map +1 -1
  268. package/dist/models/UpdateModelTemplateRequest.d.ts +15 -0
  269. package/dist/models/UpdateModelTemplateRequest.js.map +1 -1
  270. package/dist/models/UpdateModelTemplateResponseBody.d.ts +3 -0
  271. package/dist/models/UpdateModelTemplateResponseBody.js.map +1 -1
  272. package/dist/models/UpdateWuyingServerImageRequest.d.ts +1 -1
  273. package/dist/models/UpdateWuyingServerImageResponseBody.d.ts +1 -1
  274. package/package.json +1 -1
  275. package/src/client.ts +377 -199
  276. package/src/models/ApproveOtaTaskRequest.ts +6 -12
  277. package/src/models/ApproveOtaTaskResponseBody.ts +2 -2
  278. package/src/models/AuthorizeInstanceGroupRequest.ts +18 -8
  279. package/src/models/AuthorizeInstanceGroupResponseBody.ts +3 -0
  280. package/src/models/AuthorizeInstanceGroupShrinkRequest.ts +18 -3
  281. package/src/models/BatchCreateLlmTemplatesRequest.ts +28 -0
  282. package/src/models/BatchCreateLlmTemplatesResponseBody.ts +27 -0
  283. package/src/models/ConfigResourceGroupModelTemplateRequest.ts +4 -0
  284. package/src/models/ConfigResourceGroupModelTemplateResponseBody.ts +3 -0
  285. package/src/models/ConfigRuntimeChannelRequest.ts +21 -0
  286. package/src/models/ConfigRuntimeChannelResponseBody.ts +3 -0
  287. package/src/models/ConfigRuntimeModelTemplateRequest.ts +6 -0
  288. package/src/models/ConfigRuntimeModelTemplateResponseBody.ts +31 -0
  289. package/src/models/CreateAppInstanceGroupRequest.ts +109 -209
  290. package/src/models/CreateAppInstanceGroupResponseBody.ts +2 -2
  291. package/src/models/CreateAppInstanceGroupShrinkRequest.ts +37 -67
  292. package/src/models/CreateImageByInstanceRequest.ts +6 -21
  293. package/src/models/CreateImageByInstanceResponseBody.ts +7 -7
  294. package/src/models/CreateImageFromAppInstanceGroupRequest.ts +2 -6
  295. package/src/models/CreateModelProviderTemplateRequest.ts +36 -0
  296. package/src/models/CreateModelProviderTemplateResponseBody.ts +10 -0
  297. package/src/models/CreateModelTemplateRequest.ts +16 -0
  298. package/src/models/CreateModelTemplateResponseBody.ts +10 -0
  299. package/src/models/CreateWuyingServerRequest.ts +54 -41
  300. package/src/models/DeleteAppInstanceGroupRequest.ts +1 -5
  301. package/src/models/DeleteAppInstancesRequest.ts +2 -6
  302. package/src/models/DeleteAppInstancesResponseBody.ts +5 -10
  303. package/src/models/DeleteImageRequest.ts +1 -1
  304. package/src/models/DeleteImageResponseBody.ts +6 -11
  305. package/src/models/DeleteLlmTemplateRequest.ts +2 -0
  306. package/src/models/DeleteLlmTemplateResponseBody.ts +3 -0
  307. package/src/models/DeleteModelProviderTemplateRequest.ts +2 -0
  308. package/src/models/DeleteModelProviderTemplateResponseBody.ts +3 -0
  309. package/src/models/DeleteModelTemplateRequest.ts +2 -0
  310. package/src/models/DeleteModelTemplateResponseBody.ts +3 -0
  311. package/src/models/DeleteWuyingServerRequest.ts +1 -1
  312. package/src/models/DeliverToUserSlsRequest.ts +18 -0
  313. package/src/models/DeliverToUserSlsResponseBody.ts +3 -0
  314. package/src/models/DescribeWuyingServerEipInfoRequest.ts +5 -6
  315. package/src/models/DescribeWuyingServerEipInfoResponseBody.ts +2 -2
  316. package/src/models/DescribeWuyingServerResponseBody.ts +0 -3
  317. package/src/models/GetAppInstanceGroupRequest.ts +1 -5
  318. package/src/models/GetAppInstanceGroupResponseBody.ts +78 -98
  319. package/src/models/GetConnectionTicketRequest.ts +19 -18
  320. package/src/models/GetConnectionTicketResponseBody.ts +7 -18
  321. package/src/models/GetDebugAppInstanceRequest.ts +1 -5
  322. package/src/models/GetDebugAppInstanceResponseBody.ts +4 -4
  323. package/src/models/GetModelProviderTemplateRequest.ts +2 -0
  324. package/src/models/GetModelProviderTemplateResponseBody.ts +33 -0
  325. package/src/models/GetOtaTaskByTaskIdRequest.ts +1 -1
  326. package/src/models/GetOtaTaskByTaskIdResponseBody.ts +7 -4
  327. package/src/models/GetResourcePriceRequest.ts +17 -39
  328. package/src/models/GetResourcePriceResponseBody.ts +37 -34
  329. package/src/models/GetResourceRenewPriceRequest.ts +12 -16
  330. package/src/models/GetResourceRenewPriceResponseBody.ts +18 -14
  331. package/src/models/GetRuntimeChannelRequest.ts +16 -0
  332. package/src/models/GetRuntimeChannelResponseBody.ts +48 -0
  333. package/src/models/GetRuntimeModelConfigRequest.ts +18 -0
  334. package/src/models/GetRuntimeModelConfigResponseBody.ts +86 -0
  335. package/src/models/ListAppInstanceGroupRequest.ts +32 -18
  336. package/src/models/ListAppInstanceGroupResponseBody.ts +112 -119
  337. package/src/models/ListAppInstancesRequest.ts +8 -13
  338. package/src/models/ListAppInstancesResponseBody.ts +20 -28
  339. package/src/models/ListAuthorizedUserGroupsRequest.ts +8 -9
  340. package/src/models/ListAuthorizedUserGroupsResponseBody.ts +9 -12
  341. package/src/models/ListBindInfoRequest.ts +12 -12
  342. package/src/models/ListBindInfoResponseBody.ts +9 -20
  343. package/src/models/ListDesktopAgentRuntimeRequest.ts +95 -1
  344. package/src/models/ListDesktopAgentRuntimeResponseBody.ts +151 -0
  345. package/src/models/ListImageRequest.ts +18 -75
  346. package/src/models/ListImageResponseBody.ts +43 -60
  347. package/src/models/ListLlmTemplatesRequest.ts +19 -0
  348. package/src/models/ListLlmTemplatesResponseBody.ts +41 -0
  349. package/src/models/ListLlmTemplatesShrinkRequest.ts +19 -0
  350. package/src/models/ListModelProviderTemplatesRequest.ts +23 -0
  351. package/src/models/ListModelProviderTemplatesResponseBody.ts +45 -0
  352. package/src/models/ListModelProviderTemplatesShrinkRequest.ts +23 -0
  353. package/src/models/ListModelTemplateResourceGroupRequest.ts +12 -0
  354. package/src/models/ListModelTemplateResourceGroupResponseBody.ts +19 -0
  355. package/src/models/ListModelTemplatesRequest.ts +20 -0
  356. package/src/models/ListModelTemplatesResponseBody.ts +38 -0
  357. package/src/models/ListModelTemplatesShrinkRequest.ts +20 -0
  358. package/src/models/ListNodeInstanceTypeRequest.ts +55 -24
  359. package/src/models/ListNodeInstanceTypeResponseBody.ts +26 -20
  360. package/src/models/ListNodesRequest.ts +3 -7
  361. package/src/models/ListNodesResponseBody.ts +8 -14
  362. package/src/models/ListOtaTaskRequest.ts +4 -8
  363. package/src/models/ListOtaTaskResponseBody.ts +5 -14
  364. package/src/models/ListPersistentAppInstancesRequest.ts +4 -10
  365. package/src/models/ListPersistentAppInstancesResponseBody.ts +12 -36
  366. package/src/models/ListRegionsRequest.ts +1 -5
  367. package/src/models/ListRegionsResponseBody.ts +1 -1
  368. package/src/models/ListTagCloudResourcesRequest.ts +5 -17
  369. package/src/models/ListTagCloudResourcesResponseBody.ts +4 -16
  370. package/src/models/ListTenantConfigResponseBody.ts +17 -6
  371. package/src/models/ListWuyingServerRequest.ts +11 -5
  372. package/src/models/ListWuyingServerResponseBody.ts +37 -27
  373. package/src/models/LogOffAllSessionsInAppInstanceGroupRequest.ts +1 -5
  374. package/src/models/LogOffAllSessionsInAppInstanceGroupResponseBody.ts +2 -2
  375. package/src/models/ModifyAppInstanceGroupAttributeRequest.ts +22 -60
  376. package/src/models/ModifyAppInstanceGroupAttributeResponseBody.ts +2 -2
  377. package/src/models/ModifyAppInstanceGroupAttributeShrinkRequest.ts +12 -24
  378. package/src/models/ModifyAppPolicyRequest.ts +14 -28
  379. package/src/models/ModifyAppPolicyShrinkRequest.ts +1 -5
  380. package/src/models/ModifyBrowserInstanceGroupRequest.ts +32 -81
  381. package/src/models/ModifyBrowserInstanceGroupShrinkRequest.ts +4 -4
  382. package/src/models/ModifyNodePoolAmountRequest.ts +5 -13
  383. package/src/models/ModifyNodePoolAmountResponseBody.ts +1 -1
  384. package/src/models/ModifyNodePoolAmountShrinkRequest.ts +2 -6
  385. package/src/models/ModifyNodePoolAttributeRequest.ts +42 -51
  386. package/src/models/ModifyNodePoolAttributeResponseBody.ts +9 -0
  387. package/src/models/ModifyNodePoolAttributeShrinkRequest.ts +14 -11
  388. package/src/models/ModifyTenantConfigRequest.ts +1 -6
  389. package/src/models/ModifyWuyingServerAttributeRequest.ts +3 -3
  390. package/src/models/PageListAppInstanceGroupUserRequest.ts +3 -7
  391. package/src/models/PageListAppInstanceGroupUserResponseBody.ts +1 -1
  392. package/src/models/RemoveResourceGroupModelTemplateRequest.ts +4 -0
  393. package/src/models/RemoveResourceGroupModelTemplateResponseBody.ts +22 -0
  394. package/src/models/RemoveRuntimeChannelRequest.ts +11 -0
  395. package/src/models/RemoveRuntimeChannelResponseBody.ts +3 -0
  396. package/src/models/RemoveRuntimeModelTemplateRequest.ts +6 -0
  397. package/src/models/RemoveRuntimeModelTemplateResponseBody.ts +29 -0
  398. package/src/models/RenewAppInstanceGroupRequest.ts +12 -21
  399. package/src/models/RenewAppInstanceGroupResponseBody.ts +2 -2
  400. package/src/models/RenewAppInstanceGroupShrinkRequest.ts +12 -21
  401. package/src/models/RenewWuyingServerRequest.ts +3 -8
  402. package/src/models/StartTaskForDistributeImageRequest.ts +3 -9
  403. package/src/models/StartTaskForDistributeImageResponseBody.ts +5 -5
  404. package/src/models/StopWuyingServerRequest.ts +3 -5
  405. package/src/models/TagCloudResourcesRequest.ts +10 -19
  406. package/src/models/TagCloudResourcesResponseBody.ts +27 -10
  407. package/src/models/UnassignWuyingServerPrivateAddressesResponseBody.ts +0 -3
  408. package/src/models/UnbindRequest.ts +3 -7
  409. package/src/models/UntagCloudResourcesRequest.ts +6 -14
  410. package/src/models/UntagCloudResourcesResponseBody.ts +4 -16
  411. package/src/models/UpdateAppInstanceGroupImageRequest.ts +3 -12
  412. package/src/models/UpdateAppInstanceGroupImageResponseBody.ts +2 -2
  413. package/src/models/UpdateModelProviderTemplateRequest.ts +32 -0
  414. package/src/models/UpdateModelProviderTemplateResponseBody.ts +3 -0
  415. package/src/models/UpdateModelProviderTemplateShrinkRequest.ts +23 -0
  416. package/src/models/UpdateModelTemplateRequest.ts +15 -0
  417. package/src/models/UpdateModelTemplateResponseBody.ts +3 -0
  418. package/src/models/UpdateWuyingServerImageRequest.ts +1 -1
  419. package/src/models/UpdateWuyingServerImageResponseBody.ts +1 -1
package/src/client.ts CHANGED
@@ -11,7 +11,11 @@ export default class Client extends OpenApi {
11
11
 
12
12
  constructor(config: $OpenApiUtil.Config) {
13
13
  super(config);
14
- this._endpointRule = "";
14
+ this._endpointRule = "regional";
15
+ this._endpointMap = {
16
+ 'cn-shanghai': "appstream-center.cn-shanghai.aliyuncs.com",
17
+ 'ap-southeast-1': "appstream-center.ap-southeast-1.aliyuncs.com",
18
+ };
15
19
  this.checkConfig(config);
16
20
  this._endpoint = this.getEndpoint("appstream-center", this._regionId, this._endpointRule, this._network, this._suffix, this._endpointMap, this._endpoint);
17
21
  }
@@ -30,7 +34,7 @@ export default class Client extends OpenApi {
30
34
  }
31
35
 
32
36
  /**
33
- * Sets the execution time of an over-the-air (OTA) update task.
37
+ * Sets the execution time for an over-the-air update.
34
38
  *
35
39
  * @param request - ApproveOtaTaskRequest
36
40
  * @param runtime - runtime options for this request RuntimeOptions
@@ -77,7 +81,7 @@ export default class Client extends OpenApi {
77
81
  }
78
82
 
79
83
  /**
80
- * Sets the execution time of an over-the-air (OTA) update task.
84
+ * Sets the execution time for an over-the-air update.
81
85
  *
82
86
  * @param request - ApproveOtaTaskRequest
83
87
  * @returns ApproveOtaTaskResponse
@@ -134,7 +138,10 @@ export default class Client extends OpenApi {
134
138
  }
135
139
 
136
140
  /**
137
- * Adds assigned users to or removes assigned users from a delivery group. Only users added to the assigned user list can access App Streaming.
141
+ * Add or remove assigned users for a delivery group. Only users added as assigned users can access cloud applications.
142
+ *
143
+ * @remarks
144
+ * > 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.
138
145
  *
139
146
  * @param tmpReq - AuthorizeInstanceGroupRequest
140
147
  * @param runtime - runtime options for this request RuntimeOptions
@@ -208,7 +215,10 @@ export default class Client extends OpenApi {
208
215
  }
209
216
 
210
217
  /**
211
- * Adds assigned users to or removes assigned users from a delivery group. Only users added to the assigned user list can access App Streaming.
218
+ * Add or remove assigned users for a delivery group. Only users added as assigned users can access cloud applications.
219
+ *
220
+ * @remarks
221
+ * > 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.
212
222
  *
213
223
  * @param request - AuthorizeInstanceGroupRequest
214
224
  * @returns AuthorizeInstanceGroupResponse
@@ -219,7 +229,11 @@ export default class Client extends OpenApi {
219
229
  }
220
230
 
221
231
  /**
222
- * 批量创建LLM模板
232
+ * Creates LLM templates in batches.
233
+ *
234
+ * @remarks
235
+ * 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.
236
+ * Before you call this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
223
237
  *
224
238
  * @param request - BatchCreateLlmTemplatesRequest
225
239
  * @param runtime - runtime options for this request RuntimeOptions
@@ -258,7 +272,11 @@ export default class Client extends OpenApi {
258
272
  }
259
273
 
260
274
  /**
261
- * 批量创建LLM模板
275
+ * Creates LLM templates in batches.
276
+ *
277
+ * @remarks
278
+ * 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.
279
+ * Before you call this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
262
280
  *
263
281
  * @param request - BatchCreateLlmTemplatesRequest
264
282
  * @returns BatchCreateLlmTemplatesResponse
@@ -269,7 +287,12 @@ export default class Client extends OpenApi {
269
287
  }
270
288
 
271
289
  /**
272
- * 配置资源组模型模板
290
+ * Configures the model group for a resource group.
291
+ *
292
+ * @remarks
293
+ * You can assign a model group to the 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.
294
+ * 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 has a higher priority than the agent runtime setting.
295
+ * Before calling this operation, make sure that you are familiar with the operations and usage of the WUYING Agent Management Center.
273
296
  *
274
297
  * @param request - ConfigResourceGroupModelTemplateRequest
275
298
  * @param runtime - runtime options for this request RuntimeOptions
@@ -304,7 +327,12 @@ export default class Client extends OpenApi {
304
327
  }
305
328
 
306
329
  /**
307
- * 配置资源组模型模板
330
+ * Configures the model group for a resource group.
331
+ *
332
+ * @remarks
333
+ * You can assign a model group to the 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.
334
+ * 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 has a higher priority than the agent runtime setting.
335
+ * Before calling this operation, make sure that you are familiar with the operations and usage of the WUYING Agent Management Center.
308
336
  *
309
337
  * @param request - ConfigResourceGroupModelTemplateRequest
310
338
  * @returns ConfigResourceGroupModelTemplateResponse
@@ -315,7 +343,11 @@ export default class Client extends OpenApi {
315
343
  }
316
344
 
317
345
  /**
318
- * 配置Runtime通道
346
+ * Configures a third-party channel for Agent runtime.
347
+ *
348
+ * @remarks
349
+ * 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.
350
+ * Before using this operation, make sure you are familiar with the operations and usage of the Wuying Agent Management Center.
319
351
  *
320
352
  * @param request - ConfigRuntimeChannelRequest
321
353
  * @param runtime - runtime options for this request RuntimeOptions
@@ -374,7 +406,11 @@ export default class Client extends OpenApi {
374
406
  }
375
407
 
376
408
  /**
377
- * 配置Runtime通道
409
+ * Configures a third-party channel for Agent runtime.
410
+ *
411
+ * @remarks
412
+ * 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.
413
+ * Before using this operation, make sure you are familiar with the operations and usage of the Wuying Agent Management Center.
378
414
  *
379
415
  * @param request - ConfigRuntimeChannelRequest
380
416
  * @returns ConfigRuntimeChannelResponse
@@ -385,7 +421,11 @@ export default class Client extends OpenApi {
385
421
  }
386
422
 
387
423
  /**
388
- * 通过RuntimeIds配置模型模板
424
+ * Configures model groups for Agent runtime resources.
425
+ *
426
+ * @remarks
427
+ * 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.
428
+ * Before calling this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
389
429
  *
390
430
  * @param request - ConfigRuntimeModelTemplateRequest
391
431
  * @param runtime - runtime options for this request RuntimeOptions
@@ -424,7 +464,11 @@ export default class Client extends OpenApi {
424
464
  }
425
465
 
426
466
  /**
427
- * 通过RuntimeIds配置模型模板
467
+ * Configures model groups for Agent runtime resources.
468
+ *
469
+ * @remarks
470
+ * 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.
471
+ * Before calling this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
428
472
  *
429
473
  * @param request - ConfigRuntimeModelTemplateRequest
430
474
  * @returns ConfigRuntimeModelTemplateResponse
@@ -438,8 +482,8 @@ export default class Client extends OpenApi {
438
482
  * Creates a delivery group.
439
483
  *
440
484
  * @remarks
441
- * 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.
442
- * 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).
485
+ * 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.
486
+ * 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).
443
487
  *
444
488
  * @param tmpReq - CreateAppInstanceGroupRequest
445
489
  * @param runtime - runtime options for this request RuntimeOptions
@@ -617,8 +661,8 @@ export default class Client extends OpenApi {
617
661
  * Creates a delivery group.
618
662
  *
619
663
  * @remarks
620
- * 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.
621
- * 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).
664
+ * 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.
665
+ * 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).
622
666
  *
623
667
  * @param request - CreateAppInstanceGroupRequest
624
668
  * @returns CreateAppInstanceGroupResponse
@@ -629,7 +673,7 @@ export default class Client extends OpenApi {
629
673
  }
630
674
 
631
675
  /**
632
- * 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.
676
+ * 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.
633
677
  *
634
678
  * @param request - CreateImageByInstanceRequest
635
679
  * @param runtime - runtime options for this request RuntimeOptions
@@ -698,7 +742,7 @@ export default class Client extends OpenApi {
698
742
  }
699
743
 
700
744
  /**
701
- * 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.
745
+ * 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.
702
746
  *
703
747
  * @param request - CreateImageByInstanceRequest
704
748
  * @returns CreateImageByInstanceResponse
@@ -709,7 +753,7 @@ export default class Client extends OpenApi {
709
753
  }
710
754
 
711
755
  /**
712
- * Creates a new image by debugging the delivery group.
756
+ * Creates a new image from a debug delivery group.
713
757
  *
714
758
  * @param request - CreateImageFromAppInstanceGroupRequest
715
759
  * @param runtime - runtime options for this request RuntimeOptions
@@ -748,7 +792,7 @@ export default class Client extends OpenApi {
748
792
  }
749
793
 
750
794
  /**
751
- * Creates a new image by debugging the delivery group.
795
+ * Creates a new image from a debug delivery group.
752
796
  *
753
797
  * @param request - CreateImageFromAppInstanceGroupRequest
754
798
  * @returns CreateImageFromAppInstanceGroupResponse
@@ -759,7 +803,11 @@ export default class Client extends OpenApi {
759
803
  }
760
804
 
761
805
  /**
762
- * 创建模型提供商模板
806
+ * Create Model Provider Template
807
+ *
808
+ * @remarks
809
+ * 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.
810
+ * Make sure you are fully familiar with the operations and usage of the Wuying Agent Management Center before calling this API.
763
811
  *
764
812
  * @param request - CreateModelProviderTemplateRequest
765
813
  * @param runtime - runtime options for this request RuntimeOptions
@@ -826,7 +874,11 @@ export default class Client extends OpenApi {
826
874
  }
827
875
 
828
876
  /**
829
- * 创建模型提供商模板
877
+ * Create Model Provider Template
878
+ *
879
+ * @remarks
880
+ * 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.
881
+ * Make sure you are fully familiar with the operations and usage of the Wuying Agent Management Center before calling this API.
830
882
  *
831
883
  * @param request - CreateModelProviderTemplateRequest
832
884
  * @returns CreateModelProviderTemplateResponse
@@ -837,7 +889,11 @@ export default class Client extends OpenApi {
837
889
  }
838
890
 
839
891
  /**
840
- * 创建模型模板
892
+ * Creates a model creation template.
893
+ *
894
+ * @remarks
895
+ * 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.
896
+ * Make sure that you are familiar with the operations and usage of the WUYING Agent Management Center before calling this operation.
841
897
  *
842
898
  * @param request - CreateModelTemplateRequest
843
899
  * @param runtime - runtime options for this request RuntimeOptions
@@ -884,7 +940,11 @@ export default class Client extends OpenApi {
884
940
  }
885
941
 
886
942
  /**
887
- * 创建模型模板
943
+ * Creates a model creation template.
944
+ *
945
+ * @remarks
946
+ * 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.
947
+ * Make sure that you are familiar with the operations and usage of the WUYING Agent Management Center before calling this operation.
888
948
  *
889
949
  * @param request - CreateModelTemplateRequest
890
950
  * @returns CreateModelTemplateResponse
@@ -895,15 +955,12 @@ export default class Client extends OpenApi {
895
955
  }
896
956
 
897
957
  /**
898
- * Create one or more workstations.
958
+ * Creates one or more workstations.
899
959
  *
900
960
  * @remarks
901
- * 1. Project is equivalent to the Resource Configuration module of the Cloud Flow console
902
- * 2. If there are multiple versions behind the input parameter ContentId:
903
- * **
904
- * **Note** The default version is used.
905
- * Bind simultaneously
906
- * 3. You can call the current interface only if the default version of Content is available.
961
+ * 1. A project corresponds to the resource configuration module in the CloudFlow console.
962
+ * 2. If the ContentId specified in the request parameters has multiple versions, this API operation <notice>uses the default version</notice> for binding.
963
+ * 3. This operation succeeds only when the default version of the content is in an available state.
907
964
  *
908
965
  * @param request - CreateWuyingServerRequest
909
966
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1043,15 +1100,12 @@ export default class Client extends OpenApi {
1043
1100
  }
1044
1101
 
1045
1102
  /**
1046
- * Create one or more workstations.
1103
+ * Creates one or more workstations.
1047
1104
  *
1048
1105
  * @remarks
1049
- * 1. Project is equivalent to the Resource Configuration module of the Cloud Flow console
1050
- * 2. If there are multiple versions behind the input parameter ContentId:
1051
- * **
1052
- * **Note** The default version is used.
1053
- * Bind simultaneously
1054
- * 3. You can call the current interface only if the default version of Content is available.
1106
+ * 1. A project corresponds to the resource configuration module in the CloudFlow console.
1107
+ * 2. If the ContentId specified in the request parameters has multiple versions, this API operation <notice>uses the default version</notice> for binding.
1108
+ * 3. This operation succeeds only when the default version of the content is in an available state.
1055
1109
  *
1056
1110
  * @param request - CreateWuyingServerRequest
1057
1111
  * @returns CreateWuyingServerResponse
@@ -1062,10 +1116,10 @@ export default class Client extends OpenApi {
1062
1116
  }
1063
1117
 
1064
1118
  /**
1065
- * Deletes a delivery group that uses the By Resource - Pay-as-you-go billing method.
1119
+ * Deletes a pay-as-you-go resource-based delivery group.
1066
1120
  *
1067
1121
  * @remarks
1068
- * > You cannot call this operation to delete a subscription delivery group.
1122
+ * > This operation does not support deleting delivery groups that use subscription resources.
1069
1123
  *
1070
1124
  * @param request - DeleteAppInstanceGroupRequest
1071
1125
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1100,10 +1154,10 @@ export default class Client extends OpenApi {
1100
1154
  }
1101
1155
 
1102
1156
  /**
1103
- * Deletes a delivery group that uses the By Resource - Pay-as-you-go billing method.
1157
+ * Deletes a pay-as-you-go resource-based delivery group.
1104
1158
  *
1105
1159
  * @remarks
1106
- * > You cannot call this operation to delete a subscription delivery group.
1160
+ * > This operation does not support deleting delivery groups that use subscription resources.
1107
1161
  *
1108
1162
  * @param request - DeleteAppInstanceGroupRequest
1109
1163
  * @returns DeleteAppInstanceGroupResponse
@@ -1114,10 +1168,10 @@ export default class Client extends OpenApi {
1114
1168
  }
1115
1169
 
1116
1170
  /**
1117
- * Deletes an application instance.
1171
+ * Deletes a specified application instance.
1118
1172
  *
1119
1173
  * @remarks
1120
- * Only application instances that are in the Initializing or Idle state can be deleted. The operation can be called only by specific customers.
1174
+ * Only instances in the init or idle state can be deleted. This operation is available only to specific customers.
1121
1175
  *
1122
1176
  * @param request - DeleteAppInstancesRequest
1123
1177
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1156,10 +1210,10 @@ export default class Client extends OpenApi {
1156
1210
  }
1157
1211
 
1158
1212
  /**
1159
- * Deletes an application instance.
1213
+ * Deletes a specified application instance.
1160
1214
  *
1161
1215
  * @remarks
1162
- * Only application instances that are in the Initializing or Idle state can be deleted. The operation can be called only by specific customers.
1216
+ * Only instances in the init or idle state can be deleted. This operation is available only to specific customers.
1163
1217
  *
1164
1218
  * @param request - DeleteAppInstancesRequest
1165
1219
  * @returns DeleteAppInstancesResponse
@@ -1170,13 +1224,13 @@ export default class Client extends OpenApi {
1170
1224
  }
1171
1225
 
1172
1226
  /**
1173
- * Delete a custom RDS image
1227
+ * Deletes a custom AppStream image.
1174
1228
  *
1175
1229
  * @remarks
1176
- * You can only delete custom images to which a user belongs.
1177
- * * 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.
1178
- * * The RDS CloudDesktop template references an image. When you delete an image, the template is also deleted.
1179
- * * If the image contains multiple regions, the images in all regions are deleted when the image is deleted.
1230
+ * - You can delete only custom images that belong to you.
1231
+ * - 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.
1232
+ * - If an AppStream Cloud Desktop template references an image, the template is also deleted when the image is deleted.
1233
+ * - If an image is available in multiple regions, deleting the image removes it from all regions.
1180
1234
  *
1181
1235
  * @param request - DeleteImageRequest
1182
1236
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1207,13 +1261,13 @@ export default class Client extends OpenApi {
1207
1261
  }
1208
1262
 
1209
1263
  /**
1210
- * Delete a custom RDS image
1264
+ * Deletes a custom AppStream image.
1211
1265
  *
1212
1266
  * @remarks
1213
- * You can only delete custom images to which a user belongs.
1214
- * * 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.
1215
- * * The RDS CloudDesktop template references an image. When you delete an image, the template is also deleted.
1216
- * * If the image contains multiple regions, the images in all regions are deleted when the image is deleted.
1267
+ * - You can delete only custom images that belong to you.
1268
+ * - 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.
1269
+ * - If an AppStream Cloud Desktop template references an image, the template is also deleted when the image is deleted.
1270
+ * - If an image is available in multiple regions, deleting the image removes it from all regions.
1217
1271
  *
1218
1272
  * @param request - DeleteImageRequest
1219
1273
  * @returns DeleteImageResponse
@@ -1224,7 +1278,11 @@ export default class Client extends OpenApi {
1224
1278
  }
1225
1279
 
1226
1280
  /**
1227
- * 删除LLM模板
1281
+ * Deletes an LLM template.
1282
+ *
1283
+ * @remarks
1284
+ * 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.
1285
+ * Before using this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
1228
1286
  *
1229
1287
  * @param request - DeleteLlmTemplateRequest
1230
1288
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1255,7 +1313,11 @@ export default class Client extends OpenApi {
1255
1313
  }
1256
1314
 
1257
1315
  /**
1258
- * 删除LLM模板
1316
+ * Deletes an LLM template.
1317
+ *
1318
+ * @remarks
1319
+ * 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.
1320
+ * Before using this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
1259
1321
  *
1260
1322
  * @param request - DeleteLlmTemplateRequest
1261
1323
  * @returns DeleteLlmTemplateResponse
@@ -1266,7 +1328,11 @@ export default class Client extends OpenApi {
1266
1328
  }
1267
1329
 
1268
1330
  /**
1269
- * 删除模型提供商模板
1331
+ * Deletes a model provider template.
1332
+ *
1333
+ * @remarks
1334
+ * 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.
1335
+ * Before using this operation, make sure that you are familiar with the operations and usage of the WUYING Agent Management Center.
1270
1336
  *
1271
1337
  * @param request - DeleteModelProviderTemplateRequest
1272
1338
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1297,7 +1363,11 @@ export default class Client extends OpenApi {
1297
1363
  }
1298
1364
 
1299
1365
  /**
1300
- * 删除模型提供商模板
1366
+ * Deletes a model provider template.
1367
+ *
1368
+ * @remarks
1369
+ * 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.
1370
+ * Before using this operation, make sure that you are familiar with the operations and usage of the WUYING Agent Management Center.
1301
1371
  *
1302
1372
  * @param request - DeleteModelProviderTemplateRequest
1303
1373
  * @returns DeleteModelProviderTemplateResponse
@@ -1308,7 +1378,11 @@ export default class Client extends OpenApi {
1308
1378
  }
1309
1379
 
1310
1380
  /**
1311
- * 删除模型模板
1381
+ * Deletes a model template.
1382
+ *
1383
+ * @remarks
1384
+ * 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.
1385
+ * Before using this operation, make sure that you are familiar with the operations and usage of the WUYING Agent Management Center.
1312
1386
  *
1313
1387
  * @param request - DeleteModelTemplateRequest
1314
1388
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1339,7 +1413,11 @@ export default class Client extends OpenApi {
1339
1413
  }
1340
1414
 
1341
1415
  /**
1342
- * 删除模型模板
1416
+ * Deletes a model template.
1417
+ *
1418
+ * @remarks
1419
+ * 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.
1420
+ * Before using this operation, make sure that you are familiar with the operations and usage of the WUYING Agent Management Center.
1343
1421
  *
1344
1422
  * @param request - DeleteModelTemplateRequest
1345
1423
  * @returns DeleteModelTemplateResponse
@@ -1350,10 +1428,10 @@ export default class Client extends OpenApi {
1350
1428
  }
1351
1429
 
1352
1430
  /**
1353
- * 删除工作站
1431
+ * Deletes a cloud graphics workstation.
1354
1432
  *
1355
1433
  * @remarks
1356
- * Deletes a workstation.
1434
+ * Deletes a cloud graphics workstation.
1357
1435
  *
1358
1436
  * @param request - DeleteWuyingServerRequest
1359
1437
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1384,10 +1462,10 @@ export default class Client extends OpenApi {
1384
1462
  }
1385
1463
 
1386
1464
  /**
1387
- * 删除工作站
1465
+ * Deletes a cloud graphics workstation.
1388
1466
  *
1389
1467
  * @remarks
1390
- * Deletes a workstation.
1468
+ * Deletes a cloud graphics workstation.
1391
1469
  *
1392
1470
  * @param request - DeleteWuyingServerRequest
1393
1471
  * @returns DeleteWuyingServerResponse
@@ -1398,7 +1476,7 @@ export default class Client extends OpenApi {
1398
1476
  }
1399
1477
 
1400
1478
  /**
1401
- * 配置SLS日志投递
1479
+ * Configure LogShipper for Simple Log Service
1402
1480
  *
1403
1481
  * @param request - DeliverToUserSlsRequest
1404
1482
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1454,7 +1532,7 @@ export default class Client extends OpenApi {
1454
1532
  }
1455
1533
 
1456
1534
  /**
1457
- * 配置SLS日志投递
1535
+ * Configure LogShipper for Simple Log Service
1458
1536
  *
1459
1537
  * @param request - DeliverToUserSlsRequest
1460
1538
  * @returns DeliverToUserSlsResponse
@@ -1507,7 +1585,7 @@ export default class Client extends OpenApi {
1507
1585
  }
1508
1586
 
1509
1587
  /**
1510
- * Queries the Elastic IP Addresses (EIPs) of workstations.
1588
+ * Queries the Elastic IP Address (EIP) information of a Wuying workspace.
1511
1589
  *
1512
1590
  * @param request - DescribeWuyingServerEipInfoRequest
1513
1591
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1542,7 +1620,7 @@ export default class Client extends OpenApi {
1542
1620
  }
1543
1621
 
1544
1622
  /**
1545
- * Queries the Elastic IP Addresses (EIPs) of workstations.
1623
+ * Queries the Elastic IP Address (EIP) information of a Wuying workspace.
1546
1624
  *
1547
1625
  * @param request - DescribeWuyingServerEipInfoRequest
1548
1626
  * @returns DescribeWuyingServerEipInfoResponse
@@ -1553,7 +1631,7 @@ export default class Client extends OpenApi {
1553
1631
  }
1554
1632
 
1555
1633
  /**
1556
- * Queries the details of a delivery group.
1634
+ * Queries the details of a specified delivery group.
1557
1635
  *
1558
1636
  * @param request - GetAppInstanceGroupRequest
1559
1637
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1588,7 +1666,7 @@ export default class Client extends OpenApi {
1588
1666
  }
1589
1667
 
1590
1668
  /**
1591
- * Queries the details of a delivery group.
1669
+ * Queries the details of a specified delivery group.
1592
1670
  *
1593
1671
  * @param request - GetAppInstanceGroupRequest
1594
1672
  * @returns GetAppInstanceGroupResponse
@@ -1599,12 +1677,12 @@ export default class Client extends OpenApi {
1599
1677
  }
1600
1678
 
1601
1679
  /**
1602
- * Queries the credential that is used to connect to App Streaming.
1680
+ * Retrieves connection credentials for a cloud application.
1603
1681
  *
1604
1682
  * @remarks
1605
- * You must call this operation at least twice to obtain a connection credential.
1606
- * 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.
1607
- * 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.
1683
+ * This operation requires multiple invokes (at least two) to obtain the connection credentials.
1684
+ * 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.
1685
+ * 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.
1608
1686
  *
1609
1687
  * @param request - GetConnectionTicketRequest
1610
1688
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1683,12 +1761,12 @@ export default class Client extends OpenApi {
1683
1761
  }
1684
1762
 
1685
1763
  /**
1686
- * Queries the credential that is used to connect to App Streaming.
1764
+ * Retrieves connection credentials for a cloud application.
1687
1765
  *
1688
1766
  * @remarks
1689
- * You must call this operation at least twice to obtain a connection credential.
1690
- * 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.
1691
- * 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.
1767
+ * This operation requires multiple invokes (at least two) to obtain the connection credentials.
1768
+ * 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.
1769
+ * 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.
1692
1770
  *
1693
1771
  * @param request - GetConnectionTicketRequest
1694
1772
  * @returns GetConnectionTicketResponse
@@ -1699,7 +1777,7 @@ export default class Client extends OpenApi {
1699
1777
  }
1700
1778
 
1701
1779
  /**
1702
- * Queries information that is used to debug an application instance.
1780
+ * Retrieves the information about a debug application instance.
1703
1781
  *
1704
1782
  * @param request - GetDebugAppInstanceRequest
1705
1783
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1734,7 +1812,7 @@ export default class Client extends OpenApi {
1734
1812
  }
1735
1813
 
1736
1814
  /**
1737
- * Queries information that is used to debug an application instance.
1815
+ * Retrieves the information about a debug application instance.
1738
1816
  *
1739
1817
  * @param request - GetDebugAppInstanceRequest
1740
1818
  * @returns GetDebugAppInstanceResponse
@@ -1745,7 +1823,11 @@ export default class Client extends OpenApi {
1745
1823
  }
1746
1824
 
1747
1825
  /**
1748
- * 查询模型提供商模板详情
1826
+ * Queries the details of a model provider template.
1827
+ *
1828
+ * @remarks
1829
+ * 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.
1830
+ * Before you call this operation, make sure that you are familiar with the operations and usage of the WUYING Agent Management Center.
1749
1831
  *
1750
1832
  * @param request - GetModelProviderTemplateRequest
1751
1833
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1776,7 +1858,11 @@ export default class Client extends OpenApi {
1776
1858
  }
1777
1859
 
1778
1860
  /**
1779
- * 查询模型提供商模板详情
1861
+ * Queries the details of a model provider template.
1862
+ *
1863
+ * @remarks
1864
+ * 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.
1865
+ * Before you call this operation, make sure that you are familiar with the operations and usage of the WUYING Agent Management Center.
1780
1866
  *
1781
1867
  * @param request - GetModelProviderTemplateRequest
1782
1868
  * @returns GetModelProviderTemplateResponse
@@ -1787,7 +1873,7 @@ export default class Client extends OpenApi {
1787
1873
  }
1788
1874
 
1789
1875
  /**
1790
- * Queries the details of an over-the-air (OTA) update task, including the available versions and version description.
1876
+ * Queries the details of an over-the-air update task, including the available version and version description.
1791
1877
  *
1792
1878
  * @param request - GetOtaTaskByTaskIdRequest
1793
1879
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1818,7 +1904,7 @@ export default class Client extends OpenApi {
1818
1904
  }
1819
1905
 
1820
1906
  /**
1821
- * Queries the details of an over-the-air (OTA) update task, including the available versions and version description.
1907
+ * Queries the details of an over-the-air update task, including the available version and version description.
1822
1908
  *
1823
1909
  * @param request - GetOtaTaskByTaskIdRequest
1824
1910
  * @returns GetOtaTaskByTaskIdResponse
@@ -1829,7 +1915,7 @@ export default class Client extends OpenApi {
1829
1915
  }
1830
1916
 
1831
1917
  /**
1832
- * Queries resource prices.
1918
+ * Queries the price information of a resource.
1833
1919
  *
1834
1920
  * @param request - GetResourcePriceRequest
1835
1921
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1888,7 +1974,7 @@ export default class Client extends OpenApi {
1888
1974
  }
1889
1975
 
1890
1976
  /**
1891
- * Queries resource prices.
1977
+ * Queries the price information of a resource.
1892
1978
  *
1893
1979
  * @param request - GetResourcePriceRequest
1894
1980
  * @returns GetResourcePriceResponse
@@ -1899,7 +1985,7 @@ export default class Client extends OpenApi {
1899
1985
  }
1900
1986
 
1901
1987
  /**
1902
- * Queries the renewal prices of App Streaming resources.
1988
+ * Queries the renewal price of WUYING Cloud Application resources.
1903
1989
  *
1904
1990
  * @param request - GetResourceRenewPriceRequest
1905
1991
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1942,7 +2028,7 @@ export default class Client extends OpenApi {
1942
2028
  }
1943
2029
 
1944
2030
  /**
1945
- * Queries the renewal prices of App Streaming resources.
2031
+ * Queries the renewal price of WUYING Cloud Application resources.
1946
2032
  *
1947
2033
  * @param request - GetResourceRenewPriceRequest
1948
2034
  * @returns GetResourceRenewPriceResponse
@@ -1953,7 +2039,11 @@ export default class Client extends OpenApi {
1953
2039
  }
1954
2040
 
1955
2041
  /**
1956
- * 查询Runtime通道配置
2042
+ * Queries the third-party channel configurations of an Agent runtime.
2043
+ *
2044
+ * @remarks
2045
+ * 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.
2046
+ * Before using this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
1957
2047
  *
1958
2048
  * @param request - GetRuntimeChannelRequest
1959
2049
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2000,7 +2090,11 @@ export default class Client extends OpenApi {
2000
2090
  }
2001
2091
 
2002
2092
  /**
2003
- * 查询Runtime通道配置
2093
+ * Queries the third-party channel configurations of an Agent runtime.
2094
+ *
2095
+ * @remarks
2096
+ * 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.
2097
+ * Before using this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
2004
2098
  *
2005
2099
  * @param request - GetRuntimeChannelRequest
2006
2100
  * @returns GetRuntimeChannelResponse
@@ -2011,7 +2105,10 @@ export default class Client extends OpenApi {
2011
2105
  }
2012
2106
 
2013
2107
  /**
2014
- * 查询云电脑模型配置详情
2108
+ * Queries the model configuration details of a cloud computer.
2109
+ *
2110
+ * @remarks
2111
+ * 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.
2015
2112
  *
2016
2113
  * @param request - GetRuntimeModelConfigRequest
2017
2114
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2058,7 +2155,10 @@ export default class Client extends OpenApi {
2058
2155
  }
2059
2156
 
2060
2157
  /**
2061
- * 查询云电脑模型配置详情
2158
+ * Queries the model configuration details of a cloud computer.
2159
+ *
2160
+ * @remarks
2161
+ * 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.
2062
2162
  *
2063
2163
  * @param request - GetRuntimeModelConfigRequest
2064
2164
  * @returns GetRuntimeModelConfigResponse
@@ -2069,7 +2169,7 @@ export default class Client extends OpenApi {
2069
2169
  }
2070
2170
 
2071
2171
  /**
2072
- * Queries the details of multiple delivery groups that meet the query conditions.
2172
+ * 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.
2073
2173
  *
2074
2174
  * @param request - ListAppInstanceGroupRequest
2075
2175
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2154,7 +2254,7 @@ export default class Client extends OpenApi {
2154
2254
  }
2155
2255
 
2156
2256
  /**
2157
- * Queries the details of multiple delivery groups that meet the query conditions.
2257
+ * 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.
2158
2258
  *
2159
2259
  * @param request - ListAppInstanceGroupRequest
2160
2260
  * @returns ListAppInstanceGroupResponse
@@ -2165,7 +2265,7 @@ export default class Client extends OpenApi {
2165
2265
  }
2166
2266
 
2167
2267
  /**
2168
- * 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.
2268
+ * Queries the details of session instances in a delivery group, including instance ID, instance status, creation time, update time, session status, and public IP address of the primary network interface.
2169
2269
  *
2170
2270
  * @param request - ListAppInstancesRequest
2171
2271
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2226,7 +2326,7 @@ export default class Client extends OpenApi {
2226
2326
  }
2227
2327
 
2228
2328
  /**
2229
- * 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.
2329
+ * Queries the details of session instances in a delivery group, including instance ID, instance status, creation time, update time, session status, and public IP address of the primary network interface.
2230
2330
  *
2231
2331
  * @param request - ListAppInstancesRequest
2232
2332
  * @returns ListAppInstancesResponse
@@ -2237,7 +2337,7 @@ export default class Client extends OpenApi {
2237
2337
  }
2238
2338
 
2239
2339
  /**
2240
- * Queries the user groups authorized by a delivery group.
2340
+ * Queries the list of user groups authorized by a specified delivery group.
2241
2341
  *
2242
2342
  * @param request - ListAuthorizedUserGroupsRequest
2243
2343
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2288,7 +2388,7 @@ export default class Client extends OpenApi {
2288
2388
  }
2289
2389
 
2290
2390
  /**
2291
- * Queries the user groups authorized by a delivery group.
2391
+ * Queries the list of user groups authorized by a specified delivery group.
2292
2392
  *
2293
2393
  * @param request - ListAuthorizedUserGroupsRequest
2294
2394
  * @returns ListAuthorizedUserGroupsResponse
@@ -2299,7 +2399,7 @@ export default class Client extends OpenApi {
2299
2399
  }
2300
2400
 
2301
2401
  /**
2302
- * Queries the bindings between users and resources.
2402
+ * Queries the binding information between users and resources.
2303
2403
  *
2304
2404
  * @param request - ListBindInfoRequest
2305
2405
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2354,7 +2454,7 @@ export default class Client extends OpenApi {
2354
2454
  }
2355
2455
 
2356
2456
  /**
2357
- * Queries the bindings between users and resources.
2457
+ * Queries the binding information between users and resources.
2358
2458
  *
2359
2459
  * @param request - ListBindInfoRequest
2360
2460
  * @returns ListBindInfoResponse
@@ -2365,7 +2465,7 @@ export default class Client extends OpenApi {
2365
2465
  }
2366
2466
 
2367
2467
  /**
2368
- * 查询桌面Agent运行时列表
2468
+ * Queries the list of desktop agent runtimes.
2369
2469
  *
2370
2470
  * @param request - ListDesktopAgentRuntimeRequest
2371
2471
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2430,6 +2530,10 @@ export default class Client extends OpenApi {
2430
2530
  query["IncludeRiskInfo"] = request.includeRiskInfo;
2431
2531
  }
2432
2532
 
2533
+ if (!$dara.isNull(request.managementStatus)) {
2534
+ query["ManagementStatus"] = request.managementStatus;
2535
+ }
2536
+
2433
2537
  if (!$dara.isNull(request.modelConfigure)) {
2434
2538
  query["ModelConfigure"] = request.modelConfigure;
2435
2539
  }
@@ -2472,7 +2576,7 @@ export default class Client extends OpenApi {
2472
2576
  }
2473
2577
 
2474
2578
  /**
2475
- * 查询桌面Agent运行时列表
2579
+ * Queries the list of desktop agent runtimes.
2476
2580
  *
2477
2581
  * @param request - ListDesktopAgentRuntimeRequest
2478
2582
  * @returns ListDesktopAgentRuntimeResponse
@@ -2483,7 +2587,7 @@ export default class Client extends OpenApi {
2483
2587
  }
2484
2588
 
2485
2589
  /**
2486
- * Queries the image information about an ECS instance.
2590
+ * Queries image information.
2487
2591
  *
2488
2592
  * @param request - ListImageRequest
2489
2593
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2600,7 +2704,7 @@ export default class Client extends OpenApi {
2600
2704
  }
2601
2705
 
2602
2706
  /**
2603
- * Queries the image information about an ECS instance.
2707
+ * Queries image information.
2604
2708
  *
2605
2709
  * @param request - ListImageRequest
2606
2710
  * @returns ListImageResponse
@@ -2611,7 +2715,11 @@ export default class Client extends OpenApi {
2611
2715
  }
2612
2716
 
2613
2717
  /**
2614
- * 查询LLM模板列表
2718
+ * Queries a list of LLM templates.
2719
+ *
2720
+ * @remarks
2721
+ * 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.
2722
+ * Before you call this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
2615
2723
  *
2616
2724
  * @param tmpReq - ListLlmTemplatesRequest
2617
2725
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2668,7 +2776,11 @@ export default class Client extends OpenApi {
2668
2776
  }
2669
2777
 
2670
2778
  /**
2671
- * 查询LLM模板列表
2779
+ * Queries a list of LLM templates.
2780
+ *
2781
+ * @remarks
2782
+ * 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.
2783
+ * Before you call this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
2672
2784
  *
2673
2785
  * @param request - ListLlmTemplatesRequest
2674
2786
  * @returns ListLlmTemplatesResponse
@@ -2733,7 +2845,11 @@ export default class Client extends OpenApi {
2733
2845
  }
2734
2846
 
2735
2847
  /**
2736
- * 查询模型提供商模板列表
2848
+ * Queries the list of model provider templates.
2849
+ *
2850
+ * @remarks
2851
+ * 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.
2852
+ * Before calling this operation, make sure that you are familiar with the operations and usage of the WUYING Agent Management Center.
2737
2853
  *
2738
2854
  * @param tmpReq - ListModelProviderTemplatesRequest
2739
2855
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2798,7 +2914,11 @@ export default class Client extends OpenApi {
2798
2914
  }
2799
2915
 
2800
2916
  /**
2801
- * 查询模型提供商模板列表
2917
+ * Queries the list of model provider templates.
2918
+ *
2919
+ * @remarks
2920
+ * 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.
2921
+ * Before calling this operation, make sure that you are familiar with the operations and usage of the WUYING Agent Management Center.
2802
2922
  *
2803
2923
  * @param request - ListModelProviderTemplatesRequest
2804
2924
  * @returns ListModelProviderTemplatesResponse
@@ -2809,7 +2929,11 @@ export default class Client extends OpenApi {
2809
2929
  }
2810
2930
 
2811
2931
  /**
2812
- * 查询模型分组绑定的资源组列表
2932
+ * Queries the list of resource groups associated with a model group.
2933
+ *
2934
+ * @remarks
2935
+ * You can call this operation to query the list of resource groups authorized by a model group in the Wuying Agent Management Center.
2936
+ * Before you call this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
2813
2937
  *
2814
2938
  * @param request - ListModelTemplateResourceGroupRequest
2815
2939
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2852,7 +2976,11 @@ export default class Client extends OpenApi {
2852
2976
  }
2853
2977
 
2854
2978
  /**
2855
- * 查询模型分组绑定的资源组列表
2979
+ * Queries the list of resource groups associated with a model group.
2980
+ *
2981
+ * @remarks
2982
+ * You can call this operation to query the list of resource groups authorized by a model group in the Wuying Agent Management Center.
2983
+ * Before you call this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
2856
2984
  *
2857
2985
  * @param request - ListModelTemplateResourceGroupRequest
2858
2986
  * @returns ListModelTemplateResourceGroupResponse
@@ -2863,7 +2991,11 @@ export default class Client extends OpenApi {
2863
2991
  }
2864
2992
 
2865
2993
  /**
2866
- * 查询模型模板列表
2994
+ * Queries a list of model templates.
2995
+ *
2996
+ * @remarks
2997
+ * 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.
2998
+ * Before calling this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
2867
2999
  *
2868
3000
  * @param tmpReq - ListModelTemplatesRequest
2869
3001
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2924,7 +3056,11 @@ export default class Client extends OpenApi {
2924
3056
  }
2925
3057
 
2926
3058
  /**
2927
- * 查询模型模板列表
3059
+ * Queries a list of model templates.
3060
+ *
3061
+ * @remarks
3062
+ * 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.
3063
+ * Before calling this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
2928
3064
  *
2929
3065
  * @param request - ListModelTemplatesRequest
2930
3066
  * @returns ListModelTemplatesResponse
@@ -2935,7 +3071,7 @@ export default class Client extends OpenApi {
2935
3071
  }
2936
3072
 
2937
3073
  /**
2938
- * Queries the resource types that are available for purchase when you create a delivery group.
3074
+ * Queries the resource specifications available for selection when creating a delivery group.
2939
3075
  *
2940
3076
  * @param request - ListNodeInstanceTypeRequest
2941
3077
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3026,7 +3162,7 @@ export default class Client extends OpenApi {
3026
3162
  }
3027
3163
 
3028
3164
  /**
3029
- * Queries the resource types that are available for purchase when you create a delivery group.
3165
+ * Queries the resource specifications available for selection when creating a delivery group.
3030
3166
  *
3031
3167
  * @param request - ListNodeInstanceTypeRequest
3032
3168
  * @returns ListNodeInstanceTypeResponse
@@ -3037,7 +3173,7 @@ export default class Client extends OpenApi {
3037
3173
  }
3038
3174
 
3039
3175
  /**
3040
- * Queries resource nodes.
3176
+ * Queries the list of resource nodes.
3041
3177
  *
3042
3178
  * @param request - ListNodesRequest
3043
3179
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3080,7 +3216,7 @@ export default class Client extends OpenApi {
3080
3216
  }
3081
3217
 
3082
3218
  /**
3083
- * Queries resource nodes.
3219
+ * Queries the list of resource nodes.
3084
3220
  *
3085
3221
  * @param request - ListNodesRequest
3086
3222
  * @returns ListNodesResponse
@@ -3091,7 +3227,7 @@ export default class Client extends OpenApi {
3091
3227
  }
3092
3228
 
3093
3229
  /**
3094
- * Queries the information about over-the-air (OTA) update tasks.
3230
+ * Queries the history of over-the-air updates.
3095
3231
  *
3096
3232
  * @param request - ListOtaTaskRequest
3097
3233
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3134,7 +3270,7 @@ export default class Client extends OpenApi {
3134
3270
  }
3135
3271
 
3136
3272
  /**
3137
- * Queries the information about over-the-air (OTA) update tasks.
3273
+ * Queries the history of over-the-air updates.
3138
3274
  *
3139
3275
  * @param request - ListOtaTaskRequest
3140
3276
  * @returns ListOtaTaskResponse
@@ -3145,7 +3281,7 @@ export default class Client extends OpenApi {
3145
3281
  }
3146
3282
 
3147
3283
  /**
3148
- * Queries app instances of the persistent session type in a delivery group.
3284
+ * Queries the list of persistent session application instances in a delivery group.
3149
3285
  *
3150
3286
  * @param request - ListPersistentAppInstancesRequest
3151
3287
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3192,7 +3328,7 @@ export default class Client extends OpenApi {
3192
3328
  }
3193
3329
 
3194
3330
  /**
3195
- * Queries app instances of the persistent session type in a delivery group.
3331
+ * Queries the list of persistent session application instances in a delivery group.
3196
3332
  *
3197
3333
  * @param request - ListPersistentAppInstancesRequest
3198
3334
  * @returns ListPersistentAppInstancesResponse
@@ -3203,10 +3339,10 @@ export default class Client extends OpenApi {
3203
3339
  }
3204
3340
 
3205
3341
  /**
3206
- * Queries the regions that are supported by App Streaming.
3342
+ * Queries the regions supported by WUYING Cloud Application.
3207
3343
  *
3208
3344
  * @remarks
3209
- * > 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).
3345
+ * > 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).
3210
3346
  *
3211
3347
  * @param request - ListRegionsRequest
3212
3348
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3241,10 +3377,10 @@ export default class Client extends OpenApi {
3241
3377
  }
3242
3378
 
3243
3379
  /**
3244
- * Queries the regions that are supported by App Streaming.
3380
+ * Queries the regions supported by WUYING Cloud Application.
3245
3381
  *
3246
3382
  * @remarks
3247
- * > 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).
3383
+ * > 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).
3248
3384
  *
3249
3385
  * @param request - ListRegionsRequest
3250
3386
  * @returns ListRegionsResponse
@@ -3255,7 +3391,7 @@ export default class Client extends OpenApi {
3255
3391
  }
3256
3392
 
3257
3393
  /**
3258
- * Queries the tags added to one or more cloud resources.
3394
+ * Queries the tag list of one or more specified cloud resources.
3259
3395
  *
3260
3396
  * @param request - ListTagCloudResourcesRequest
3261
3397
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3302,7 +3438,7 @@ export default class Client extends OpenApi {
3302
3438
  }
3303
3439
 
3304
3440
  /**
3305
- * Queries the tags added to one or more cloud resources.
3441
+ * Queries the tag list of one or more specified cloud resources.
3306
3442
  *
3307
3443
  * @param request - ListTagCloudResourcesRequest
3308
3444
  * @returns ListTagCloudResourcesResponse
@@ -3313,7 +3449,7 @@ export default class Client extends OpenApi {
3313
3449
  }
3314
3450
 
3315
3451
  /**
3316
- * Queries the configurations of the administrator account, such as whether the resource expiration reminder feature is enabled.
3452
+ * Queries the configuration information of an administrator account, such as whether resource expiration reminders are enabled.
3317
3453
  *
3318
3454
  * @param runtime - runtime options for this request RuntimeOptions
3319
3455
  * @returns ListTenantConfigResponse
@@ -3335,7 +3471,7 @@ export default class Client extends OpenApi {
3335
3471
  }
3336
3472
 
3337
3473
  /**
3338
- * Queries the configurations of the administrator account, such as whether the resource expiration reminder feature is enabled.
3474
+ * Queries the configuration information of an administrator account, such as whether resource expiration reminders are enabled.
3339
3475
  * @returns ListTenantConfigResponse
3340
3476
  */
3341
3477
  async listTenantConfig(): Promise<$_model.ListTenantConfigResponse> {
@@ -3447,10 +3583,10 @@ export default class Client extends OpenApi {
3447
3583
  }
3448
3584
 
3449
3585
  /**
3450
- * Closes all sessions in a pay-as-you-go delivery group for which a scheduled scaling policy is used.
3586
+ * Logs off all sessions in a pay-as-you-go delivery group that has scheduled auto scaling policies enabled.
3451
3587
  *
3452
3588
  * @remarks
3453
- * > 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.
3589
+ * > 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.
3454
3590
  *
3455
3591
  * @param request - LogOffAllSessionsInAppInstanceGroupRequest
3456
3592
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3485,10 +3621,10 @@ export default class Client extends OpenApi {
3485
3621
  }
3486
3622
 
3487
3623
  /**
3488
- * Closes all sessions in a pay-as-you-go delivery group for which a scheduled scaling policy is used.
3624
+ * Logs off all sessions in a pay-as-you-go delivery group that has scheduled auto scaling policies enabled.
3489
3625
  *
3490
3626
  * @remarks
3491
- * > 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.
3627
+ * > 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.
3492
3628
  *
3493
3629
  * @param request - LogOffAllSessionsInAppInstanceGroupRequest
3494
3630
  * @returns LogOffAllSessionsInAppInstanceGroupResponse
@@ -3499,7 +3635,7 @@ export default class Client extends OpenApi {
3499
3635
  }
3500
3636
 
3501
3637
  /**
3502
- * Modifies the general policies of a delivery group, including the number of concurrent sessions and the retention period of disconnected sessions.
3638
+ * Modifies the General Policy of a delivery group, including the number of concurrent sessions and the session retention duration after disconnection.
3503
3639
  *
3504
3640
  * @param tmpReq - ModifyAppInstanceGroupAttributeRequest
3505
3641
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3590,7 +3726,7 @@ export default class Client extends OpenApi {
3590
3726
  }
3591
3727
 
3592
3728
  /**
3593
- * Modifies the general policies of a delivery group, including the number of concurrent sessions and the retention period of disconnected sessions.
3729
+ * Modifies the General Policy of a delivery group, including the number of concurrent sessions and the session retention duration after disconnection.
3594
3730
  *
3595
3731
  * @param request - ModifyAppInstanceGroupAttributeRequest
3596
3732
  * @returns ModifyAppInstanceGroupAttributeResponse
@@ -3601,7 +3737,7 @@ export default class Client extends OpenApi {
3601
3737
  }
3602
3738
 
3603
3739
  /**
3604
- * Modify the delivery group display policy, including settings such as frame rate, resolution, and protocol type.
3740
+ * Modifies the display policy of a delivery group, including settings such as frame rate, resolution, and protocol type.
3605
3741
  *
3606
3742
  * @param tmpReq - ModifyAppPolicyRequest
3607
3743
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3646,7 +3782,7 @@ export default class Client extends OpenApi {
3646
3782
  }
3647
3783
 
3648
3784
  /**
3649
- * Modify the delivery group display policy, including settings such as frame rate, resolution, and protocol type.
3785
+ * Modifies the display policy of a delivery group, including settings such as frame rate, resolution, and protocol type.
3650
3786
  *
3651
3787
  * @param request - ModifyAppPolicyRequest
3652
3788
  * @returns ModifyAppPolicyResponse
@@ -3657,10 +3793,10 @@ export default class Client extends OpenApi {
3657
3793
  }
3658
3794
 
3659
3795
  /**
3660
- * Modifies the properties of the cloud browser.
3796
+ * Modifies the attributes of a Wuying Cloud Browser.
3661
3797
  *
3662
3798
  * @remarks
3663
- * Modifies the properties of the cloud browser.
3799
+ * Modifies the attributes of a Wuying Cloud Browser.
3664
3800
  *
3665
3801
  * @param tmpReq - ModifyBrowserInstanceGroupRequest
3666
3802
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3743,10 +3879,10 @@ export default class Client extends OpenApi {
3743
3879
  }
3744
3880
 
3745
3881
  /**
3746
- * Modifies the properties of the cloud browser.
3882
+ * Modifies the attributes of a Wuying Cloud Browser.
3747
3883
  *
3748
3884
  * @remarks
3749
- * Modifies the properties of the cloud browser.
3885
+ * Modifies the attributes of a Wuying Cloud Browser.
3750
3886
  *
3751
3887
  * @param request - ModifyBrowserInstanceGroupRequest
3752
3888
  * @returns ModifyBrowserInstanceGroupResponse
@@ -3757,7 +3893,7 @@ export default class Client extends OpenApi {
3757
3893
  }
3758
3894
 
3759
3895
  /**
3760
- * Changes the number of nodes in a subscription delivery group.
3896
+ * Upgrades the number of nodes in a subscription delivery group.
3761
3897
  *
3762
3898
  * @param tmpReq - ModifyNodePoolAmountRequest
3763
3899
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3802,7 +3938,7 @@ export default class Client extends OpenApi {
3802
3938
  }
3803
3939
 
3804
3940
  /**
3805
- * Changes the number of nodes in a subscription delivery group.
3941
+ * Upgrades the number of nodes in a subscription delivery group.
3806
3942
  *
3807
3943
  * @param request - ModifyNodePoolAmountRequest
3808
3944
  * @returns ModifyNodePoolAmountResponse
@@ -3813,14 +3949,14 @@ export default class Client extends OpenApi {
3813
3949
  }
3814
3950
 
3815
3951
  /**
3816
- * Changes the scaling policy of a delivery group. The following scaling policies are supported: fixed resource number, scheduled scaling, and auto scaling.
3952
+ * Modifies the scaling mode of a delivery group, including fixed quantity (no elastic scaling), scheduled scaling, and automatic scaling.
3817
3953
  *
3818
3954
  * @remarks
3819
- * You can select one of the following scaling policies for cloud app resources:
3820
- * * No scaling: Resources are not scaled.
3821
- * * Auto scaling: Resources are automatically scaled based on the number of connected sessions and the duration during which no session is connected.
3822
- * * Scheduled scaling: Resources are scaled during specific periods of time on specific dates.
3823
- * 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.
3955
+ * You can configure the scaling pattern for WUYING Cloud Application resources in Settings:
3956
+ * - Fixed quantity: Elastic scaling is not used.
3957
+ * - Automatic scaling: Automatically scales resources based on the number of connected sessions and the idle duration without session connections.
3958
+ * - Scheduled scaling: Executes resource scaling during specified time periods on specified dates.
3959
+ * 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.
3824
3960
  *
3825
3961
  * @param tmpReq - ModifyNodePoolAttributeRequest
3826
3962
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3873,14 +4009,14 @@ export default class Client extends OpenApi {
3873
4009
  }
3874
4010
 
3875
4011
  /**
3876
- * Changes the scaling policy of a delivery group. The following scaling policies are supported: fixed resource number, scheduled scaling, and auto scaling.
4012
+ * Modifies the scaling mode of a delivery group, including fixed quantity (no elastic scaling), scheduled scaling, and automatic scaling.
3877
4013
  *
3878
4014
  * @remarks
3879
- * You can select one of the following scaling policies for cloud app resources:
3880
- * * No scaling: Resources are not scaled.
3881
- * * Auto scaling: Resources are automatically scaled based on the number of connected sessions and the duration during which no session is connected.
3882
- * * Scheduled scaling: Resources are scaled during specific periods of time on specific dates.
3883
- * 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.
4015
+ * You can configure the scaling pattern for WUYING Cloud Application resources in Settings:
4016
+ * - Fixed quantity: Elastic scaling is not used.
4017
+ * - Automatic scaling: Automatically scales resources based on the number of connected sessions and the idle duration without session connections.
4018
+ * - Scheduled scaling: Executes resource scaling during specified time periods on specified dates.
4019
+ * 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.
3884
4020
  *
3885
4021
  * @param request - ModifyNodePoolAttributeRequest
3886
4022
  * @returns ModifyNodePoolAttributeResponse
@@ -3891,7 +4027,7 @@ export default class Client extends OpenApi {
3891
4027
  }
3892
4028
 
3893
4029
  /**
3894
- * Modifies the configurations of the administrator account, such as whether to enable the resource expiration reminder feature.
4030
+ * Modifies the configuration of an administrator account, such as whether to enable resource expiration reminders.
3895
4031
  *
3896
4032
  * @param request - ModifyTenantConfigRequest
3897
4033
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3922,7 +4058,7 @@ export default class Client extends OpenApi {
3922
4058
  }
3923
4059
 
3924
4060
  /**
3925
- * Modifies the configurations of the administrator account, such as whether to enable the resource expiration reminder feature.
4061
+ * Modifies the configuration of an administrator account, such as whether to enable resource expiration reminders.
3926
4062
  *
3927
4063
  * @param request - ModifyTenantConfigRequest
3928
4064
  * @returns ModifyTenantConfigResponse
@@ -3933,7 +4069,7 @@ export default class Client extends OpenApi {
3933
4069
  }
3934
4070
 
3935
4071
  /**
3936
- * Modify workstation properties.
4072
+ * Modifies the properties of a cloud graphics workstation.
3937
4073
  *
3938
4074
  * @param request - ModifyWuyingServerAttributeRequest
3939
4075
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3976,7 +4112,7 @@ export default class Client extends OpenApi {
3976
4112
  }
3977
4113
 
3978
4114
  /**
3979
- * Modify workstation properties.
4115
+ * Modifies the properties of a cloud graphics workstation.
3980
4116
  *
3981
4117
  * @param request - ModifyWuyingServerAttributeRequest
3982
4118
  * @returns ModifyWuyingServerAttributeResponse
@@ -3987,7 +4123,7 @@ export default class Client extends OpenApi {
3987
4123
  }
3988
4124
 
3989
4125
  /**
3990
- * Queries the assigned users that are added to a delivery group by page.
4126
+ * Performs a paged query on allocated users added to a delivery group.
3991
4127
  *
3992
4128
  * @param request - PageListAppInstanceGroupUserRequest
3993
4129
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4030,7 +4166,7 @@ export default class Client extends OpenApi {
4030
4166
  }
4031
4167
 
4032
4168
  /**
4033
- * Queries the assigned users that are added to a delivery group by page.
4169
+ * Performs a paged query on allocated users added to a delivery group.
4034
4170
  *
4035
4171
  * @param request - PageListAppInstanceGroupUserRequest
4036
4172
  * @returns PageListAppInstanceGroupUserResponse
@@ -4041,7 +4177,13 @@ export default class Client extends OpenApi {
4041
4177
  }
4042
4178
 
4043
4179
  /**
4044
- * 移除资源组模型模板配置
4180
+ * Removes model groups from a resource group.
4181
+ *
4182
+ * @remarks
4183
+ * 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.
4184
+ * 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.
4185
+ * 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.
4186
+ * Before calling this operation, make sure that you are familiar with the operations and usage of the WUYING Agent Management Center.
4045
4187
  *
4046
4188
  * @param request - RemoveResourceGroupModelTemplateRequest
4047
4189
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4076,7 +4218,13 @@ export default class Client extends OpenApi {
4076
4218
  }
4077
4219
 
4078
4220
  /**
4079
- * 移除资源组模型模板配置
4221
+ * Removes model groups from a resource group.
4222
+ *
4223
+ * @remarks
4224
+ * 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.
4225
+ * 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.
4226
+ * 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.
4227
+ * Before calling this operation, make sure that you are familiar with the operations and usage of the WUYING Agent Management Center.
4080
4228
  *
4081
4229
  * @param request - RemoveResourceGroupModelTemplateRequest
4082
4230
  * @returns RemoveResourceGroupModelTemplateResponse
@@ -4087,7 +4235,11 @@ export default class Client extends OpenApi {
4087
4235
  }
4088
4236
 
4089
4237
  /**
4090
- * 移除Runtime通道
4238
+ * Removes a third-party channel configuration from an agent runtime.
4239
+ *
4240
+ * @remarks
4241
+ * You can call this operation to remove a specific third-party channel configuration from an agent runtime such as JVS Computer, OpenClaw, or 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.
4242
+ * Before calling this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
4091
4243
  *
4092
4244
  * @param request - RemoveRuntimeChannelRequest
4093
4245
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4134,7 +4286,11 @@ export default class Client extends OpenApi {
4134
4286
  }
4135
4287
 
4136
4288
  /**
4137
- * 移除Runtime通道
4289
+ * Removes a third-party channel configuration from an agent runtime.
4290
+ *
4291
+ * @remarks
4292
+ * You can call this operation to remove a specific third-party channel configuration from an agent runtime such as JVS Computer, OpenClaw, or 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.
4293
+ * Before calling this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
4138
4294
  *
4139
4295
  * @param request - RemoveRuntimeChannelRequest
4140
4296
  * @returns RemoveRuntimeChannelResponse
@@ -4145,7 +4301,11 @@ export default class Client extends OpenApi {
4145
4301
  }
4146
4302
 
4147
4303
  /**
4148
- * 通过RuntimeIds移除模型模板配置
4304
+ * Removes model groups from Agent runtime resources.
4305
+ *
4306
+ * @remarks
4307
+ * 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.
4308
+ * Make sure that you are familiar with the operations and usage of the Wuying Agent Management Center before calling this operation.
4149
4309
  *
4150
4310
  * @param request - RemoveRuntimeModelTemplateRequest
4151
4311
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4184,7 +4344,11 @@ export default class Client extends OpenApi {
4184
4344
  }
4185
4345
 
4186
4346
  /**
4187
- * 通过RuntimeIds移除模型模板配置
4347
+ * Removes model groups from Agent runtime resources.
4348
+ *
4349
+ * @remarks
4350
+ * 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.
4351
+ * Make sure that you are familiar with the operations and usage of the Wuying Agent Management Center before calling this operation.
4188
4352
  *
4189
4353
  * @param request - RemoveRuntimeModelTemplateRequest
4190
4354
  * @returns RemoveRuntimeModelTemplateResponse
@@ -4198,7 +4362,7 @@ export default class Client extends OpenApi {
4198
4362
  * Renews a delivery group.
4199
4363
  *
4200
4364
  * @remarks
4201
- * 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.
4365
+ * 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.
4202
4366
  *
4203
4367
  * @param tmpReq - RenewAppInstanceGroupRequest
4204
4368
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4270,7 +4434,7 @@ export default class Client extends OpenApi {
4270
4434
  * Renews a delivery group.
4271
4435
  *
4272
4436
  * @remarks
4273
- * 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.
4437
+ * 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.
4274
4438
  *
4275
4439
  * @param request - RenewAppInstanceGroupRequest
4276
4440
  * @returns RenewAppInstanceGroupResponse
@@ -4281,7 +4445,7 @@ export default class Client extends OpenApi {
4281
4445
  }
4282
4446
 
4283
4447
  /**
4284
- * Renew one workstation.
4448
+ * Renews a workstation.
4285
4449
  *
4286
4450
  * @param request - RenewWuyingServerRequest
4287
4451
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4328,7 +4492,7 @@ export default class Client extends OpenApi {
4328
4492
  }
4329
4493
 
4330
4494
  /**
4331
- * Renew one workstation.
4495
+ * Renews a workstation.
4332
4496
  *
4333
4497
  * @param request - RenewWuyingServerRequest
4334
4498
  * @returns RenewWuyingServerResponse
@@ -4339,7 +4503,7 @@ export default class Client extends OpenApi {
4339
4503
  }
4340
4504
 
4341
4505
  /**
4342
- * Restarts the workstation.
4506
+ * Restarts a workstation.
4343
4507
  *
4344
4508
  * @param request - RestartWuyingServerRequest
4345
4509
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4379,7 +4543,7 @@ export default class Client extends OpenApi {
4379
4543
  }
4380
4544
 
4381
4545
  /**
4382
- * Restarts the workstation.
4546
+ * Restarts a workstation.
4383
4547
  *
4384
4548
  * @param request - RestartWuyingServerRequest
4385
4549
  * @returns RestartWuyingServerResponse
@@ -4390,7 +4554,7 @@ export default class Client extends OpenApi {
4390
4554
  }
4391
4555
 
4392
4556
  /**
4393
- * Initiates a task to replicate an image to another region.
4557
+ * Initiates a task to copy an image to other regions.
4394
4558
  *
4395
4559
  * @param request - StartTaskForDistributeImageRequest
4396
4560
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4441,7 +4605,7 @@ export default class Client extends OpenApi {
4441
4605
  }
4442
4606
 
4443
4607
  /**
4444
- * Initiates a task to replicate an image to another region.
4608
+ * Initiates a task to copy an image to other regions.
4445
4609
  *
4446
4610
  * @param request - StartTaskForDistributeImageRequest
4447
4611
  * @returns StartTaskForDistributeImageResponse
@@ -4452,7 +4616,7 @@ export default class Client extends OpenApi {
4452
4616
  }
4453
4617
 
4454
4618
  /**
4455
- * Start the workstation.
4619
+ * Starts a workstation.
4456
4620
  *
4457
4621
  * @param request - StartWuyingServerRequest
4458
4622
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4492,7 +4656,7 @@ export default class Client extends OpenApi {
4492
4656
  }
4493
4657
 
4494
4658
  /**
4495
- * Start the workstation.
4659
+ * Starts a workstation.
4496
4660
  *
4497
4661
  * @param request - StartWuyingServerRequest
4498
4662
  * @returns StartWuyingServerResponse
@@ -4503,7 +4667,7 @@ export default class Client extends OpenApi {
4503
4667
  }
4504
4668
 
4505
4669
  /**
4506
- * Stops the workstation.
4670
+ * Stops a workstation.
4507
4671
  *
4508
4672
  * @param request - StopWuyingServerRequest
4509
4673
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4547,7 +4711,7 @@ export default class Client extends OpenApi {
4547
4711
  }
4548
4712
 
4549
4713
  /**
4550
- * Stops the workstation.
4714
+ * Stops a workstation.
4551
4715
  *
4552
4716
  * @param request - StopWuyingServerRequest
4553
4717
  * @returns StopWuyingServerResponse
@@ -4558,7 +4722,7 @@ export default class Client extends OpenApi {
4558
4722
  }
4559
4723
 
4560
4724
  /**
4561
- * Creates and adds tags to cloud resources and updates the values of existing cloud resource tags.
4725
+ * Creates and attaches tags to cloud resources. If a tag already exists on a resource, the tag value is updated.
4562
4726
  *
4563
4727
  * @param request - TagCloudResourcesRequest
4564
4728
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4597,7 +4761,7 @@ export default class Client extends OpenApi {
4597
4761
  }
4598
4762
 
4599
4763
  /**
4600
- * Creates and adds tags to cloud resources and updates the values of existing cloud resource tags.
4764
+ * Creates and attaches tags to cloud resources. If a tag already exists on a resource, the tag value is updated.
4601
4765
  *
4602
4766
  * @param request - TagCloudResourcesRequest
4603
4767
  * @returns TagCloudResourcesResponse
@@ -4654,7 +4818,7 @@ export default class Client extends OpenApi {
4654
4818
  }
4655
4819
 
4656
4820
  /**
4657
- * Unbinds a user and a session.
4821
+ * Unbinds a user from a session.
4658
4822
  *
4659
4823
  * @param request - UnbindRequest
4660
4824
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4701,7 +4865,7 @@ export default class Client extends OpenApi {
4701
4865
  }
4702
4866
 
4703
4867
  /**
4704
- * Unbinds a user and a session.
4868
+ * Unbinds a user from a session.
4705
4869
  *
4706
4870
  * @param request - UnbindRequest
4707
4871
  * @returns UnbindResponse
@@ -4712,7 +4876,7 @@ export default class Client extends OpenApi {
4712
4876
  }
4713
4877
 
4714
4878
  /**
4715
- * Removes tags from cloud resources.
4879
+ * Unbinds tags from cloud resources in a unified manner.
4716
4880
  *
4717
4881
  * @param request - UntagCloudResourcesRequest
4718
4882
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4751,7 +4915,7 @@ export default class Client extends OpenApi {
4751
4915
  }
4752
4916
 
4753
4917
  /**
4754
- * Removes tags from cloud resources.
4918
+ * Unbinds tags from cloud resources in a unified manner.
4755
4919
  *
4756
4920
  * @param request - UntagCloudResourcesRequest
4757
4921
  * @returns UntagCloudResourcesResponse
@@ -4765,9 +4929,8 @@ export default class Client extends OpenApi {
4765
4929
  * Updates the image of a delivery group.
4766
4930
  *
4767
4931
  * @remarks
4768
- * *
4769
- * **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.
4770
- * > After the image of the delivery group is updated, the change takes effect on the terminal in approximately 2 minutes.
4932
+ * >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.
4933
+ * > After the update is published, changes typically take about 2 minutes to take effect on the end user side.
4771
4934
  *
4772
4935
  * @param request - UpdateAppInstanceGroupImageRequest
4773
4936
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4813,9 +4976,8 @@ export default class Client extends OpenApi {
4813
4976
  * Updates the image of a delivery group.
4814
4977
  *
4815
4978
  * @remarks
4816
- * *
4817
- * **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.
4818
- * > After the image of the delivery group is updated, the change takes effect on the terminal in approximately 2 minutes.
4979
+ * >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.
4980
+ * > After the update is published, changes typically take about 2 minutes to take effect on the end user side.
4819
4981
  *
4820
4982
  * @param request - UpdateAppInstanceGroupImageRequest
4821
4983
  * @returns UpdateAppInstanceGroupImageResponse
@@ -4826,7 +4988,11 @@ export default class Client extends OpenApi {
4826
4988
  }
4827
4989
 
4828
4990
  /**
4829
- * 更新模型提供商模板
4991
+ * Updates a model provider template.
4992
+ *
4993
+ * @remarks
4994
+ * 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.
4995
+ * Before you call this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
4830
4996
  *
4831
4997
  * @param tmpReq - UpdateModelProviderTemplateRequest
4832
4998
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4881,7 +5047,11 @@ export default class Client extends OpenApi {
4881
5047
  }
4882
5048
 
4883
5049
  /**
4884
- * 更新模型提供商模板
5050
+ * Updates a model provider template.
5051
+ *
5052
+ * @remarks
5053
+ * 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.
5054
+ * Before you call this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
4885
5055
  *
4886
5056
  * @param request - UpdateModelProviderTemplateRequest
4887
5057
  * @returns UpdateModelProviderTemplateResponse
@@ -4892,7 +5062,11 @@ export default class Client extends OpenApi {
4892
5062
  }
4893
5063
 
4894
5064
  /**
4895
- * 更新模型模板
5065
+ * Updates a model template.
5066
+ *
5067
+ * @remarks
5068
+ * 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.
5069
+ * Before using this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
4896
5070
  *
4897
5071
  * @param request - UpdateModelTemplateRequest
4898
5072
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4935,7 +5109,11 @@ export default class Client extends OpenApi {
4935
5109
  }
4936
5110
 
4937
5111
  /**
4938
- * 更新模型模板
5112
+ * Updates a model template.
5113
+ *
5114
+ * @remarks
5115
+ * 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.
5116
+ * Before using this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
4939
5117
  *
4940
5118
  * @param request - UpdateModelTemplateRequest
4941
5119
  * @returns UpdateModelTemplateResponse
@@ -4946,7 +5124,7 @@ export default class Client extends OpenApi {
4946
5124
  }
4947
5125
 
4948
5126
  /**
4949
- * Updates the workstation image.
5127
+ * Updates a workstation image.
4950
5128
  *
4951
5129
  * @param request - UpdateWuyingServerImageRequest
4952
5130
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4985,7 +5163,7 @@ export default class Client extends OpenApi {
4985
5163
  }
4986
5164
 
4987
5165
  /**
4988
- * Updates the workstation image.
5166
+ * Updates a workstation image.
4989
5167
  *
4990
5168
  * @param request - UpdateWuyingServerImageRequest
4991
5169
  * @returns UpdateWuyingServerImageResponse