@alicloud/appstream-center20210901 5.5.1 → 5.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (436) hide show
  1. package/dist/client.d.ts +383 -198
  2. package/dist/client.js +424 -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 +45 -0
  109. package/dist/models/GetRuntimeChannelResponseBody.js +2 -0
  110. package/dist/models/GetRuntimeChannelResponseBody.js.map +1 -1
  111. package/dist/models/GetRuntimeModelConfigRequest.d.ts +18 -0
  112. package/dist/models/GetRuntimeModelConfigRequest.js.map +1 -1
  113. package/dist/models/GetRuntimeModelConfigResponseBody.d.ts +88 -0
  114. package/dist/models/GetRuntimeModelConfigResponseBody.js +4 -0
  115. package/dist/models/GetRuntimeModelConfigResponseBody.js.map +1 -1
  116. package/dist/models/ListAppInstanceGroupRequest.d.ts +32 -18
  117. package/dist/models/ListAppInstanceGroupRequest.js.map +1 -1
  118. package/dist/models/ListAppInstanceGroupResponseBody.d.ts +112 -119
  119. package/dist/models/ListAppInstanceGroupResponseBody.js.map +1 -1
  120. package/dist/models/ListAppInstancesRequest.d.ts +8 -13
  121. package/dist/models/ListAppInstancesRequest.js.map +1 -1
  122. package/dist/models/ListAppInstancesResponseBody.d.ts +20 -28
  123. package/dist/models/ListAppInstancesResponseBody.js.map +1 -1
  124. package/dist/models/ListAuthorizedUserGroupsRequest.d.ts +8 -9
  125. package/dist/models/ListAuthorizedUserGroupsRequest.js.map +1 -1
  126. package/dist/models/ListAuthorizedUserGroupsResponseBody.d.ts +9 -12
  127. package/dist/models/ListAuthorizedUserGroupsResponseBody.js.map +1 -1
  128. package/dist/models/ListBindInfoRequest.d.ts +12 -12
  129. package/dist/models/ListBindInfoResponseBody.d.ts +9 -20
  130. package/dist/models/ListBindInfoResponseBody.js.map +1 -1
  131. package/dist/models/ListDesktopAgentRuntimeRequest.d.ts +93 -1
  132. package/dist/models/ListDesktopAgentRuntimeRequest.js +2 -0
  133. package/dist/models/ListDesktopAgentRuntimeRequest.js.map +1 -1
  134. package/dist/models/ListDesktopAgentRuntimeResponseBody.d.ts +145 -0
  135. package/dist/models/ListDesktopAgentRuntimeResponseBody.js +15 -0
  136. package/dist/models/ListDesktopAgentRuntimeResponseBody.js.map +1 -1
  137. package/dist/models/ListImageRequest.d.ts +18 -75
  138. package/dist/models/ListImageRequest.js.map +1 -1
  139. package/dist/models/ListImageResponseBody.d.ts +43 -60
  140. package/dist/models/ListImageResponseBody.js.map +1 -1
  141. package/dist/models/ListLlmTemplatesRequest.d.ts +19 -0
  142. package/dist/models/ListLlmTemplatesRequest.js.map +1 -1
  143. package/dist/models/ListLlmTemplatesResponseBody.d.ts +41 -0
  144. package/dist/models/ListLlmTemplatesResponseBody.js.map +1 -1
  145. package/dist/models/ListLlmTemplatesShrinkRequest.d.ts +19 -0
  146. package/dist/models/ListLlmTemplatesShrinkRequest.js.map +1 -1
  147. package/dist/models/ListModelProviderEndpointsRequest.d.ts +17 -0
  148. package/dist/models/ListModelProviderEndpointsRequest.js +64 -0
  149. package/dist/models/ListModelProviderEndpointsRequest.js.map +1 -0
  150. package/dist/models/ListModelProviderEndpointsResponse.d.ts +19 -0
  151. package/dist/models/ListModelProviderEndpointsResponse.js +69 -0
  152. package/dist/models/ListModelProviderEndpointsResponse.js.map +1 -0
  153. package/dist/models/ListModelProviderEndpointsResponseBody.d.ts +53 -0
  154. package/dist/models/ListModelProviderEndpointsResponseBody.js +123 -0
  155. package/dist/models/ListModelProviderEndpointsResponseBody.js.map +1 -0
  156. package/dist/models/ListModelProviderTemplatesRequest.d.ts +23 -0
  157. package/dist/models/ListModelProviderTemplatesRequest.js.map +1 -1
  158. package/dist/models/ListModelProviderTemplatesResponseBody.d.ts +45 -0
  159. package/dist/models/ListModelProviderTemplatesResponseBody.js.map +1 -1
  160. package/dist/models/ListModelProviderTemplatesShrinkRequest.d.ts +23 -0
  161. package/dist/models/ListModelProviderTemplatesShrinkRequest.js.map +1 -1
  162. package/dist/models/ListModelTemplateResourceGroupRequest.d.ts +12 -0
  163. package/dist/models/ListModelTemplateResourceGroupRequest.js.map +1 -1
  164. package/dist/models/ListModelTemplateResourceGroupResponseBody.d.ts +19 -0
  165. package/dist/models/ListModelTemplateResourceGroupResponseBody.js.map +1 -1
  166. package/dist/models/ListModelTemplatesRequest.d.ts +20 -0
  167. package/dist/models/ListModelTemplatesRequest.js.map +1 -1
  168. package/dist/models/ListModelTemplatesResponseBody.d.ts +38 -0
  169. package/dist/models/ListModelTemplatesResponseBody.js.map +1 -1
  170. package/dist/models/ListModelTemplatesShrinkRequest.d.ts +20 -0
  171. package/dist/models/ListModelTemplatesShrinkRequest.js.map +1 -1
  172. package/dist/models/ListNodeInstanceTypeRequest.d.ts +55 -24
  173. package/dist/models/ListNodeInstanceTypeRequest.js.map +1 -1
  174. package/dist/models/ListNodeInstanceTypeResponseBody.d.ts +26 -20
  175. package/dist/models/ListNodeInstanceTypeResponseBody.js.map +1 -1
  176. package/dist/models/ListNodesRequest.d.ts +3 -7
  177. package/dist/models/ListNodesRequest.js.map +1 -1
  178. package/dist/models/ListNodesResponseBody.d.ts +8 -14
  179. package/dist/models/ListNodesResponseBody.js.map +1 -1
  180. package/dist/models/ListOtaTaskRequest.d.ts +4 -8
  181. package/dist/models/ListOtaTaskRequest.js.map +1 -1
  182. package/dist/models/ListOtaTaskResponseBody.d.ts +5 -14
  183. package/dist/models/ListOtaTaskResponseBody.js.map +1 -1
  184. package/dist/models/ListPersistentAppInstancesRequest.d.ts +4 -10
  185. package/dist/models/ListPersistentAppInstancesRequest.js.map +1 -1
  186. package/dist/models/ListPersistentAppInstancesResponseBody.d.ts +12 -36
  187. package/dist/models/ListPersistentAppInstancesResponseBody.js.map +1 -1
  188. package/dist/models/ListRegionsRequest.d.ts +1 -5
  189. package/dist/models/ListRegionsRequest.js.map +1 -1
  190. package/dist/models/ListRegionsResponseBody.d.ts +1 -1
  191. package/dist/models/ListTagCloudResourcesRequest.d.ts +5 -17
  192. package/dist/models/ListTagCloudResourcesRequest.js.map +1 -1
  193. package/dist/models/ListTagCloudResourcesResponseBody.d.ts +5 -17
  194. package/dist/models/ListTagCloudResourcesResponseBody.js.map +1 -1
  195. package/dist/models/ListTenantConfigResponseBody.d.ts +2 -7
  196. package/dist/models/ListTenantConfigResponseBody.js.map +1 -1
  197. package/dist/models/ListWuyingServerRequest.d.ts +11 -5
  198. package/dist/models/ListWuyingServerRequest.js.map +1 -1
  199. package/dist/models/ListWuyingServerResponseBody.d.ts +37 -27
  200. package/dist/models/ListWuyingServerResponseBody.js.map +1 -1
  201. package/dist/models/LogOffAllSessionsInAppInstanceGroupRequest.d.ts +1 -5
  202. package/dist/models/LogOffAllSessionsInAppInstanceGroupRequest.js.map +1 -1
  203. package/dist/models/LogOffAllSessionsInAppInstanceGroupResponseBody.d.ts +2 -2
  204. package/dist/models/ModifyAppInstanceGroupAttributeRequest.d.ts +22 -60
  205. package/dist/models/ModifyAppInstanceGroupAttributeRequest.js.map +1 -1
  206. package/dist/models/ModifyAppInstanceGroupAttributeResponseBody.d.ts +2 -2
  207. package/dist/models/ModifyAppInstanceGroupAttributeShrinkRequest.d.ts +12 -24
  208. package/dist/models/ModifyAppInstanceGroupAttributeShrinkRequest.js.map +1 -1
  209. package/dist/models/ModifyAppPolicyRequest.d.ts +14 -28
  210. package/dist/models/ModifyAppPolicyRequest.js.map +1 -1
  211. package/dist/models/ModifyAppPolicyShrinkRequest.d.ts +1 -5
  212. package/dist/models/ModifyAppPolicyShrinkRequest.js.map +1 -1
  213. package/dist/models/ModifyBrowserInstanceGroupRequest.d.ts +32 -81
  214. package/dist/models/ModifyBrowserInstanceGroupRequest.js.map +1 -1
  215. package/dist/models/ModifyBrowserInstanceGroupShrinkRequest.d.ts +4 -4
  216. package/dist/models/ModifyNodePoolAmountRequest.d.ts +5 -13
  217. package/dist/models/ModifyNodePoolAmountRequest.js.map +1 -1
  218. package/dist/models/ModifyNodePoolAmountResponseBody.d.ts +1 -1
  219. package/dist/models/ModifyNodePoolAmountShrinkRequest.d.ts +2 -6
  220. package/dist/models/ModifyNodePoolAmountShrinkRequest.js.map +1 -1
  221. package/dist/models/ModifyNodePoolAttributeRequest.d.ts +42 -51
  222. package/dist/models/ModifyNodePoolAttributeRequest.js.map +1 -1
  223. package/dist/models/ModifyNodePoolAttributeResponseBody.d.ts +9 -0
  224. package/dist/models/ModifyNodePoolAttributeResponseBody.js.map +1 -1
  225. package/dist/models/ModifyNodePoolAttributeShrinkRequest.d.ts +14 -11
  226. package/dist/models/ModifyNodePoolAttributeShrinkRequest.js.map +1 -1
  227. package/dist/models/ModifyTenantConfigRequest.d.ts +1 -6
  228. package/dist/models/ModifyTenantConfigRequest.js.map +1 -1
  229. package/dist/models/ModifyWuyingServerAttributeRequest.d.ts +3 -3
  230. package/dist/models/PageListAppInstanceGroupUserRequest.d.ts +3 -7
  231. package/dist/models/PageListAppInstanceGroupUserRequest.js.map +1 -1
  232. package/dist/models/PageListAppInstanceGroupUserResponseBody.d.ts +1 -1
  233. package/dist/models/RemoveResourceGroupModelTemplateRequest.d.ts +4 -0
  234. package/dist/models/RemoveResourceGroupModelTemplateRequest.js.map +1 -1
  235. package/dist/models/RemoveResourceGroupModelTemplateResponseBody.d.ts +22 -0
  236. package/dist/models/RemoveResourceGroupModelTemplateResponseBody.js.map +1 -1
  237. package/dist/models/RemoveRuntimeChannelRequest.d.ts +11 -0
  238. package/dist/models/RemoveRuntimeChannelRequest.js.map +1 -1
  239. package/dist/models/RemoveRuntimeChannelResponseBody.d.ts +3 -0
  240. package/dist/models/RemoveRuntimeChannelResponseBody.js.map +1 -1
  241. package/dist/models/RemoveRuntimeModelTemplateRequest.d.ts +6 -0
  242. package/dist/models/RemoveRuntimeModelTemplateRequest.js.map +1 -1
  243. package/dist/models/RemoveRuntimeModelTemplateResponseBody.d.ts +29 -0
  244. package/dist/models/RemoveRuntimeModelTemplateResponseBody.js.map +1 -1
  245. package/dist/models/RenewAppInstanceGroupRequest.d.ts +12 -21
  246. package/dist/models/RenewAppInstanceGroupRequest.js.map +1 -1
  247. package/dist/models/RenewAppInstanceGroupResponseBody.d.ts +2 -2
  248. package/dist/models/RenewAppInstanceGroupShrinkRequest.d.ts +12 -21
  249. package/dist/models/RenewAppInstanceGroupShrinkRequest.js.map +1 -1
  250. package/dist/models/RenewWuyingServerRequest.d.ts +3 -8
  251. package/dist/models/RenewWuyingServerRequest.js.map +1 -1
  252. package/dist/models/StartTaskForDistributeImageRequest.d.ts +3 -9
  253. package/dist/models/StartTaskForDistributeImageRequest.js.map +1 -1
  254. package/dist/models/StartTaskForDistributeImageResponseBody.d.ts +5 -5
  255. package/dist/models/StopWuyingServerRequest.d.ts +3 -5
  256. package/dist/models/StopWuyingServerRequest.js.map +1 -1
  257. package/dist/models/TagCloudResourcesRequest.d.ts +10 -19
  258. package/dist/models/TagCloudResourcesRequest.js.map +1 -1
  259. package/dist/models/TagCloudResourcesResponseBody.d.ts +27 -10
  260. package/dist/models/TagCloudResourcesResponseBody.js.map +1 -1
  261. package/dist/models/UnassignWuyingServerPrivateAddressesResponseBody.d.ts +0 -3
  262. package/dist/models/UnassignWuyingServerPrivateAddressesResponseBody.js.map +1 -1
  263. package/dist/models/UnbindRequest.d.ts +3 -7
  264. package/dist/models/UnbindRequest.js.map +1 -1
  265. package/dist/models/UntagCloudResourcesRequest.d.ts +6 -14
  266. package/dist/models/UntagCloudResourcesRequest.js.map +1 -1
  267. package/dist/models/UntagCloudResourcesResponseBody.d.ts +4 -16
  268. package/dist/models/UntagCloudResourcesResponseBody.js.map +1 -1
  269. package/dist/models/UpdateAppInstanceGroupImageRequest.d.ts +3 -12
  270. package/dist/models/UpdateAppInstanceGroupImageRequest.js.map +1 -1
  271. package/dist/models/UpdateAppInstanceGroupImageResponseBody.d.ts +2 -2
  272. package/dist/models/UpdateModelProviderTemplateRequest.d.ts +32 -0
  273. package/dist/models/UpdateModelProviderTemplateRequest.js.map +1 -1
  274. package/dist/models/UpdateModelProviderTemplateResponseBody.d.ts +3 -0
  275. package/dist/models/UpdateModelProviderTemplateResponseBody.js.map +1 -1
  276. package/dist/models/UpdateModelProviderTemplateShrinkRequest.d.ts +23 -0
  277. package/dist/models/UpdateModelProviderTemplateShrinkRequest.js.map +1 -1
  278. package/dist/models/UpdateModelTemplateRequest.d.ts +15 -0
  279. package/dist/models/UpdateModelTemplateRequest.js.map +1 -1
  280. package/dist/models/UpdateModelTemplateResponseBody.d.ts +3 -0
  281. package/dist/models/UpdateModelTemplateResponseBody.js.map +1 -1
  282. package/dist/models/UpdateWuyingServerImageRequest.d.ts +1 -1
  283. package/dist/models/UpdateWuyingServerImageResponseBody.d.ts +1 -1
  284. package/dist/models/model.d.ts +5 -0
  285. package/dist/models/model.js +17 -7
  286. package/dist/models/model.js.map +1 -1
  287. package/package.json +1 -1
  288. package/src/client.ts +431 -199
  289. package/src/models/ApproveOtaTaskRequest.ts +6 -12
  290. package/src/models/ApproveOtaTaskResponseBody.ts +2 -2
  291. package/src/models/AuthorizeInstanceGroupRequest.ts +18 -8
  292. package/src/models/AuthorizeInstanceGroupResponseBody.ts +3 -0
  293. package/src/models/AuthorizeInstanceGroupShrinkRequest.ts +18 -3
  294. package/src/models/BatchCreateLlmTemplatesRequest.ts +28 -0
  295. package/src/models/BatchCreateLlmTemplatesResponseBody.ts +27 -0
  296. package/src/models/ConfigResourceGroupModelTemplateRequest.ts +4 -0
  297. package/src/models/ConfigResourceGroupModelTemplateResponseBody.ts +3 -0
  298. package/src/models/ConfigRuntimeChannelRequest.ts +21 -0
  299. package/src/models/ConfigRuntimeChannelResponseBody.ts +3 -0
  300. package/src/models/ConfigRuntimeModelTemplateRequest.ts +6 -0
  301. package/src/models/ConfigRuntimeModelTemplateResponseBody.ts +31 -0
  302. package/src/models/CreateAppInstanceGroupRequest.ts +109 -209
  303. package/src/models/CreateAppInstanceGroupResponseBody.ts +2 -2
  304. package/src/models/CreateAppInstanceGroupShrinkRequest.ts +37 -67
  305. package/src/models/CreateImageByInstanceRequest.ts +6 -21
  306. package/src/models/CreateImageByInstanceResponseBody.ts +7 -7
  307. package/src/models/CreateImageFromAppInstanceGroupRequest.ts +2 -6
  308. package/src/models/CreateModelProviderTemplateRequest.ts +36 -0
  309. package/src/models/CreateModelProviderTemplateResponseBody.ts +10 -0
  310. package/src/models/CreateModelTemplateRequest.ts +16 -0
  311. package/src/models/CreateModelTemplateResponseBody.ts +10 -0
  312. package/src/models/CreateWuyingServerRequest.ts +54 -41
  313. package/src/models/DeleteAppInstanceGroupRequest.ts +1 -5
  314. package/src/models/DeleteAppInstancesRequest.ts +2 -6
  315. package/src/models/DeleteAppInstancesResponseBody.ts +5 -10
  316. package/src/models/DeleteImageRequest.ts +1 -1
  317. package/src/models/DeleteImageResponseBody.ts +6 -11
  318. package/src/models/DeleteLlmTemplateRequest.ts +2 -0
  319. package/src/models/DeleteLlmTemplateResponseBody.ts +3 -0
  320. package/src/models/DeleteModelProviderTemplateRequest.ts +2 -0
  321. package/src/models/DeleteModelProviderTemplateResponseBody.ts +3 -0
  322. package/src/models/DeleteModelTemplateRequest.ts +2 -0
  323. package/src/models/DeleteModelTemplateResponseBody.ts +3 -0
  324. package/src/models/DeleteWuyingServerRequest.ts +1 -1
  325. package/src/models/DeliverToUserSlsRequest.ts +18 -0
  326. package/src/models/DeliverToUserSlsResponseBody.ts +3 -0
  327. package/src/models/DescribeWuyingServerEipInfoRequest.ts +5 -6
  328. package/src/models/DescribeWuyingServerEipInfoResponseBody.ts +2 -2
  329. package/src/models/DescribeWuyingServerResponseBody.ts +0 -3
  330. package/src/models/GetAppInstanceGroupRequest.ts +1 -5
  331. package/src/models/GetAppInstanceGroupResponseBody.ts +78 -98
  332. package/src/models/GetConnectionTicketRequest.ts +19 -18
  333. package/src/models/GetConnectionTicketResponseBody.ts +7 -18
  334. package/src/models/GetDebugAppInstanceRequest.ts +1 -5
  335. package/src/models/GetDebugAppInstanceResponseBody.ts +4 -4
  336. package/src/models/GetModelProviderTemplateRequest.ts +2 -0
  337. package/src/models/GetModelProviderTemplateResponseBody.ts +33 -0
  338. package/src/models/GetOtaTaskByTaskIdRequest.ts +1 -1
  339. package/src/models/GetOtaTaskByTaskIdResponseBody.ts +7 -4
  340. package/src/models/GetResourcePriceRequest.ts +17 -39
  341. package/src/models/GetResourcePriceResponseBody.ts +37 -34
  342. package/src/models/GetResourceRenewPriceRequest.ts +12 -16
  343. package/src/models/GetResourceRenewPriceResponseBody.ts +18 -14
  344. package/src/models/GetRuntimeChannelRequest.ts +16 -0
  345. package/src/models/GetRuntimeChannelResponseBody.ts +47 -0
  346. package/src/models/GetRuntimeModelConfigRequest.ts +18 -0
  347. package/src/models/GetRuntimeModelConfigResponseBody.ts +92 -0
  348. package/src/models/ListAppInstanceGroupRequest.ts +32 -18
  349. package/src/models/ListAppInstanceGroupResponseBody.ts +112 -119
  350. package/src/models/ListAppInstancesRequest.ts +8 -13
  351. package/src/models/ListAppInstancesResponseBody.ts +20 -28
  352. package/src/models/ListAuthorizedUserGroupsRequest.ts +8 -9
  353. package/src/models/ListAuthorizedUserGroupsResponseBody.ts +9 -12
  354. package/src/models/ListBindInfoRequest.ts +12 -12
  355. package/src/models/ListBindInfoResponseBody.ts +9 -20
  356. package/src/models/ListDesktopAgentRuntimeRequest.ts +95 -1
  357. package/src/models/ListDesktopAgentRuntimeResponseBody.ts +160 -0
  358. package/src/models/ListImageRequest.ts +18 -75
  359. package/src/models/ListImageResponseBody.ts +43 -60
  360. package/src/models/ListLlmTemplatesRequest.ts +19 -0
  361. package/src/models/ListLlmTemplatesResponseBody.ts +41 -0
  362. package/src/models/ListLlmTemplatesShrinkRequest.ts +19 -0
  363. package/src/models/ListModelProviderEndpointsRequest.ts +36 -0
  364. package/src/models/ListModelProviderEndpointsResponse.ts +40 -0
  365. package/src/models/ListModelProviderEndpointsResponseBody.ts +113 -0
  366. package/src/models/ListModelProviderTemplatesRequest.ts +23 -0
  367. package/src/models/ListModelProviderTemplatesResponseBody.ts +45 -0
  368. package/src/models/ListModelProviderTemplatesShrinkRequest.ts +23 -0
  369. package/src/models/ListModelTemplateResourceGroupRequest.ts +12 -0
  370. package/src/models/ListModelTemplateResourceGroupResponseBody.ts +19 -0
  371. package/src/models/ListModelTemplatesRequest.ts +20 -0
  372. package/src/models/ListModelTemplatesResponseBody.ts +38 -0
  373. package/src/models/ListModelTemplatesShrinkRequest.ts +20 -0
  374. package/src/models/ListNodeInstanceTypeRequest.ts +55 -24
  375. package/src/models/ListNodeInstanceTypeResponseBody.ts +26 -20
  376. package/src/models/ListNodesRequest.ts +3 -7
  377. package/src/models/ListNodesResponseBody.ts +8 -14
  378. package/src/models/ListOtaTaskRequest.ts +4 -8
  379. package/src/models/ListOtaTaskResponseBody.ts +5 -14
  380. package/src/models/ListPersistentAppInstancesRequest.ts +4 -10
  381. package/src/models/ListPersistentAppInstancesResponseBody.ts +12 -36
  382. package/src/models/ListRegionsRequest.ts +1 -5
  383. package/src/models/ListRegionsResponseBody.ts +1 -1
  384. package/src/models/ListTagCloudResourcesRequest.ts +5 -17
  385. package/src/models/ListTagCloudResourcesResponseBody.ts +5 -17
  386. package/src/models/ListTenantConfigResponseBody.ts +2 -7
  387. package/src/models/ListWuyingServerRequest.ts +11 -5
  388. package/src/models/ListWuyingServerResponseBody.ts +37 -27
  389. package/src/models/LogOffAllSessionsInAppInstanceGroupRequest.ts +1 -5
  390. package/src/models/LogOffAllSessionsInAppInstanceGroupResponseBody.ts +2 -2
  391. package/src/models/ModifyAppInstanceGroupAttributeRequest.ts +22 -60
  392. package/src/models/ModifyAppInstanceGroupAttributeResponseBody.ts +2 -2
  393. package/src/models/ModifyAppInstanceGroupAttributeShrinkRequest.ts +12 -24
  394. package/src/models/ModifyAppPolicyRequest.ts +14 -28
  395. package/src/models/ModifyAppPolicyShrinkRequest.ts +1 -5
  396. package/src/models/ModifyBrowserInstanceGroupRequest.ts +32 -81
  397. package/src/models/ModifyBrowserInstanceGroupShrinkRequest.ts +4 -4
  398. package/src/models/ModifyNodePoolAmountRequest.ts +5 -13
  399. package/src/models/ModifyNodePoolAmountResponseBody.ts +1 -1
  400. package/src/models/ModifyNodePoolAmountShrinkRequest.ts +2 -6
  401. package/src/models/ModifyNodePoolAttributeRequest.ts +42 -51
  402. package/src/models/ModifyNodePoolAttributeResponseBody.ts +9 -0
  403. package/src/models/ModifyNodePoolAttributeShrinkRequest.ts +14 -11
  404. package/src/models/ModifyTenantConfigRequest.ts +1 -6
  405. package/src/models/ModifyWuyingServerAttributeRequest.ts +3 -3
  406. package/src/models/PageListAppInstanceGroupUserRequest.ts +3 -7
  407. package/src/models/PageListAppInstanceGroupUserResponseBody.ts +1 -1
  408. package/src/models/RemoveResourceGroupModelTemplateRequest.ts +4 -0
  409. package/src/models/RemoveResourceGroupModelTemplateResponseBody.ts +22 -0
  410. package/src/models/RemoveRuntimeChannelRequest.ts +11 -0
  411. package/src/models/RemoveRuntimeChannelResponseBody.ts +3 -0
  412. package/src/models/RemoveRuntimeModelTemplateRequest.ts +6 -0
  413. package/src/models/RemoveRuntimeModelTemplateResponseBody.ts +29 -0
  414. package/src/models/RenewAppInstanceGroupRequest.ts +12 -21
  415. package/src/models/RenewAppInstanceGroupResponseBody.ts +2 -2
  416. package/src/models/RenewAppInstanceGroupShrinkRequest.ts +12 -21
  417. package/src/models/RenewWuyingServerRequest.ts +3 -8
  418. package/src/models/StartTaskForDistributeImageRequest.ts +3 -9
  419. package/src/models/StartTaskForDistributeImageResponseBody.ts +5 -5
  420. package/src/models/StopWuyingServerRequest.ts +3 -5
  421. package/src/models/TagCloudResourcesRequest.ts +10 -19
  422. package/src/models/TagCloudResourcesResponseBody.ts +27 -10
  423. package/src/models/UnassignWuyingServerPrivateAddressesResponseBody.ts +0 -3
  424. package/src/models/UnbindRequest.ts +3 -7
  425. package/src/models/UntagCloudResourcesRequest.ts +6 -14
  426. package/src/models/UntagCloudResourcesResponseBody.ts +4 -16
  427. package/src/models/UpdateAppInstanceGroupImageRequest.ts +3 -12
  428. package/src/models/UpdateAppInstanceGroupImageResponseBody.ts +2 -2
  429. package/src/models/UpdateModelProviderTemplateRequest.ts +32 -0
  430. package/src/models/UpdateModelProviderTemplateResponseBody.ts +3 -0
  431. package/src/models/UpdateModelProviderTemplateShrinkRequest.ts +23 -0
  432. package/src/models/UpdateModelTemplateRequest.ts +15 -0
  433. package/src/models/UpdateModelTemplateResponseBody.ts +3 -0
  434. package/src/models/UpdateWuyingServerImageRequest.ts +1 -1
  435. package/src/models/UpdateWuyingServerImageResponseBody.ts +1 -1
  436. package/src/models/model.ts +5 -0
package/dist/client.d.ts CHANGED
@@ -9,7 +9,7 @@ export default class Client extends OpenApi {
9
9
  [key: string]: string;
10
10
  }, endpoint: string): string;
11
11
  /**
12
- * Sets the execution time of an over-the-air (OTA) update task.
12
+ * Sets the execution time for an over-the-air update.
13
13
  *
14
14
  * @param request - ApproveOtaTaskRequest
15
15
  * @param runtime - runtime options for this request RuntimeOptions
@@ -17,7 +17,7 @@ export default class Client extends OpenApi {
17
17
  */
18
18
  approveOtaTaskWithOptions(request: $_model.ApproveOtaTaskRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ApproveOtaTaskResponse>;
19
19
  /**
20
- * Sets the execution time of an over-the-air (OTA) update task.
20
+ * Sets the execution time for an over-the-air update.
21
21
  *
22
22
  * @param request - ApproveOtaTaskRequest
23
23
  * @returns ApproveOtaTaskResponse
@@ -39,7 +39,10 @@ export default class Client extends OpenApi {
39
39
  */
40
40
  assignWuyingServerPrivateAddresses(request: $_model.AssignWuyingServerPrivateAddressesRequest): Promise<$_model.AssignWuyingServerPrivateAddressesResponse>;
41
41
  /**
42
- * Adds assigned users to or removes assigned users from a delivery group. Only users added to the assigned user list can access App Streaming.
42
+ * Add or remove assigned users for a delivery group. Only users added as assigned users can access cloud applications.
43
+ *
44
+ * @remarks
45
+ * > 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.
43
46
  *
44
47
  * @param tmpReq - AuthorizeInstanceGroupRequest
45
48
  * @param runtime - runtime options for this request RuntimeOptions
@@ -47,14 +50,21 @@ export default class Client extends OpenApi {
47
50
  */
48
51
  authorizeInstanceGroupWithOptions(tmpReq: $_model.AuthorizeInstanceGroupRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AuthorizeInstanceGroupResponse>;
49
52
  /**
50
- * Adds assigned users to or removes assigned users from a delivery group. Only users added to the assigned user list can access App Streaming.
53
+ * Add or remove assigned users for a delivery group. Only users added as assigned users can access cloud applications.
54
+ *
55
+ * @remarks
56
+ * > 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.
51
57
  *
52
58
  * @param request - AuthorizeInstanceGroupRequest
53
59
  * @returns AuthorizeInstanceGroupResponse
54
60
  */
55
61
  authorizeInstanceGroup(request: $_model.AuthorizeInstanceGroupRequest): Promise<$_model.AuthorizeInstanceGroupResponse>;
56
62
  /**
57
- * 批量创建LLM模板
63
+ * Creates LLM templates in batches.
64
+ *
65
+ * @remarks
66
+ * 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.
67
+ * Before you call this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
58
68
  *
59
69
  * @param request - BatchCreateLlmTemplatesRequest
60
70
  * @param runtime - runtime options for this request RuntimeOptions
@@ -62,14 +72,23 @@ export default class Client extends OpenApi {
62
72
  */
63
73
  batchCreateLlmTemplatesWithOptions(request: $_model.BatchCreateLlmTemplatesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.BatchCreateLlmTemplatesResponse>;
64
74
  /**
65
- * 批量创建LLM模板
75
+ * Creates LLM templates in batches.
76
+ *
77
+ * @remarks
78
+ * 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.
79
+ * Before you call this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
66
80
  *
67
81
  * @param request - BatchCreateLlmTemplatesRequest
68
82
  * @returns BatchCreateLlmTemplatesResponse
69
83
  */
70
84
  batchCreateLlmTemplates(request: $_model.BatchCreateLlmTemplatesRequest): Promise<$_model.BatchCreateLlmTemplatesResponse>;
71
85
  /**
72
- * 配置资源组模型模板
86
+ * Configures the model group for a resource group.
87
+ *
88
+ * @remarks
89
+ * You can assign a model group to resources associated with agent runtimes such as JVS Computer, OpenClaw, and Hermes Agent in the WUYING Agent Management Center. The model group serves as the inference engine for tasks executed by agents within the resource group.
90
+ * When both an agent runtime and its resource group have model groups configured, the model group bound to the resource group takes effect. The resource group setting takes priority over the agent runtime setting.
91
+ * Before calling this operation, make sure that you are familiar with the operations and usage of the WUYING Agent Management Center.
73
92
  *
74
93
  * @param request - ConfigResourceGroupModelTemplateRequest
75
94
  * @param runtime - runtime options for this request RuntimeOptions
@@ -77,14 +96,23 @@ export default class Client extends OpenApi {
77
96
  */
78
97
  configResourceGroupModelTemplateWithOptions(request: $_model.ConfigResourceGroupModelTemplateRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ConfigResourceGroupModelTemplateResponse>;
79
98
  /**
80
- * 配置资源组模型模板
99
+ * Configures the model group for a resource group.
100
+ *
101
+ * @remarks
102
+ * You can assign a model group to resources associated with agent runtimes such as JVS Computer, OpenClaw, and Hermes Agent in the WUYING Agent Management Center. The model group serves as the inference engine for tasks executed by agents within the resource group.
103
+ * When both an agent runtime and its resource group have model groups configured, the model group bound to the resource group takes effect. The resource group setting takes priority over the agent runtime setting.
104
+ * Before calling this operation, make sure that you are familiar with the operations and usage of the WUYING Agent Management Center.
81
105
  *
82
106
  * @param request - ConfigResourceGroupModelTemplateRequest
83
107
  * @returns ConfigResourceGroupModelTemplateResponse
84
108
  */
85
109
  configResourceGroupModelTemplate(request: $_model.ConfigResourceGroupModelTemplateRequest): Promise<$_model.ConfigResourceGroupModelTemplateResponse>;
86
110
  /**
87
- * 配置Runtime通道
111
+ * Configures a third-party channel for Agent runtime.
112
+ *
113
+ * @remarks
114
+ * 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.
115
+ * Before using this operation, make sure you are familiar with the operations and usage of the Wuying Agent Management Center.
88
116
  *
89
117
  * @param request - ConfigRuntimeChannelRequest
90
118
  * @param runtime - runtime options for this request RuntimeOptions
@@ -92,14 +120,22 @@ export default class Client extends OpenApi {
92
120
  */
93
121
  configRuntimeChannelWithOptions(request: $_model.ConfigRuntimeChannelRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ConfigRuntimeChannelResponse>;
94
122
  /**
95
- * 配置Runtime通道
123
+ * Configures a third-party channel for Agent runtime.
124
+ *
125
+ * @remarks
126
+ * 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.
127
+ * Before using this operation, make sure you are familiar with the operations and usage of the Wuying Agent Management Center.
96
128
  *
97
129
  * @param request - ConfigRuntimeChannelRequest
98
130
  * @returns ConfigRuntimeChannelResponse
99
131
  */
100
132
  configRuntimeChannel(request: $_model.ConfigRuntimeChannelRequest): Promise<$_model.ConfigRuntimeChannelResponse>;
101
133
  /**
102
- * 通过RuntimeIds配置模型模板
134
+ * Configures model groups for Agent runtime resources.
135
+ *
136
+ * @remarks
137
+ * 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.
138
+ * Make sure that you are familiar with the operations and usage of the Wuying Agent Management Center before calling this operation.
103
139
  *
104
140
  * @param request - ConfigRuntimeModelTemplateRequest
105
141
  * @param runtime - runtime options for this request RuntimeOptions
@@ -107,7 +143,11 @@ export default class Client extends OpenApi {
107
143
  */
108
144
  configRuntimeModelTemplateWithOptions(request: $_model.ConfigRuntimeModelTemplateRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ConfigRuntimeModelTemplateResponse>;
109
145
  /**
110
- * 通过RuntimeIds配置模型模板
146
+ * Configures model groups for Agent runtime resources.
147
+ *
148
+ * @remarks
149
+ * 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.
150
+ * Make sure that you are familiar with the operations and usage of the Wuying Agent Management Center before calling this operation.
111
151
  *
112
152
  * @param request - ConfigRuntimeModelTemplateRequest
113
153
  * @returns ConfigRuntimeModelTemplateResponse
@@ -117,8 +157,8 @@ export default class Client extends OpenApi {
117
157
  * Creates a delivery group.
118
158
  *
119
159
  * @remarks
120
- * 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.
121
- * 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).
160
+ * 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.
161
+ * 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).
122
162
  *
123
163
  * @param tmpReq - CreateAppInstanceGroupRequest
124
164
  * @param runtime - runtime options for this request RuntimeOptions
@@ -129,15 +169,15 @@ export default class Client extends OpenApi {
129
169
  * Creates a delivery group.
130
170
  *
131
171
  * @remarks
132
- * 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.
133
- * 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).
172
+ * 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.
173
+ * 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).
134
174
  *
135
175
  * @param request - CreateAppInstanceGroupRequest
136
176
  * @returns CreateAppInstanceGroupResponse
137
177
  */
138
178
  createAppInstanceGroup(request: $_model.CreateAppInstanceGroupRequest): Promise<$_model.CreateAppInstanceGroupResponse>;
139
179
  /**
140
- * 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.
180
+ * 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.
141
181
  *
142
182
  * @param request - CreateImageByInstanceRequest
143
183
  * @param runtime - runtime options for this request RuntimeOptions
@@ -145,14 +185,14 @@ export default class Client extends OpenApi {
145
185
  */
146
186
  createImageByInstanceWithOptions(request: $_model.CreateImageByInstanceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateImageByInstanceResponse>;
147
187
  /**
148
- * 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.
188
+ * 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.
149
189
  *
150
190
  * @param request - CreateImageByInstanceRequest
151
191
  * @returns CreateImageByInstanceResponse
152
192
  */
153
193
  createImageByInstance(request: $_model.CreateImageByInstanceRequest): Promise<$_model.CreateImageByInstanceResponse>;
154
194
  /**
155
- * Creates a new image by debugging the delivery group.
195
+ * Creates a new image from a debug delivery group.
156
196
  *
157
197
  * @param request - CreateImageFromAppInstanceGroupRequest
158
198
  * @param runtime - runtime options for this request RuntimeOptions
@@ -160,14 +200,18 @@ export default class Client extends OpenApi {
160
200
  */
161
201
  createImageFromAppInstanceGroupWithOptions(request: $_model.CreateImageFromAppInstanceGroupRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateImageFromAppInstanceGroupResponse>;
162
202
  /**
163
- * Creates a new image by debugging the delivery group.
203
+ * Creates a new image from a debug delivery group.
164
204
  *
165
205
  * @param request - CreateImageFromAppInstanceGroupRequest
166
206
  * @returns CreateImageFromAppInstanceGroupResponse
167
207
  */
168
208
  createImageFromAppInstanceGroup(request: $_model.CreateImageFromAppInstanceGroupRequest): Promise<$_model.CreateImageFromAppInstanceGroupResponse>;
169
209
  /**
170
- * 创建模型提供商模板
210
+ * Create Model Provider Template
211
+ *
212
+ * @remarks
213
+ * 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.
214
+ * Make sure you are fully familiar with the operations and usage of the Wuying Agent Management Center before calling this API.
171
215
  *
172
216
  * @param request - CreateModelProviderTemplateRequest
173
217
  * @param runtime - runtime options for this request RuntimeOptions
@@ -175,14 +219,22 @@ export default class Client extends OpenApi {
175
219
  */
176
220
  createModelProviderTemplateWithOptions(request: $_model.CreateModelProviderTemplateRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateModelProviderTemplateResponse>;
177
221
  /**
178
- * 创建模型提供商模板
222
+ * Create Model Provider Template
223
+ *
224
+ * @remarks
225
+ * 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.
226
+ * Make sure you are fully familiar with the operations and usage of the Wuying Agent Management Center before calling this API.
179
227
  *
180
228
  * @param request - CreateModelProviderTemplateRequest
181
229
  * @returns CreateModelProviderTemplateResponse
182
230
  */
183
231
  createModelProviderTemplate(request: $_model.CreateModelProviderTemplateRequest): Promise<$_model.CreateModelProviderTemplateResponse>;
184
232
  /**
185
- * 创建模型模板
233
+ * Creates a model creation template.
234
+ *
235
+ * @remarks
236
+ * 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.
237
+ * Make sure that you are familiar with the operations and usage of the WUYING Agent Management Center before calling this operation.
186
238
  *
187
239
  * @param request - CreateModelTemplateRequest
188
240
  * @param runtime - runtime options for this request RuntimeOptions
@@ -190,22 +242,23 @@ export default class Client extends OpenApi {
190
242
  */
191
243
  createModelTemplateWithOptions(request: $_model.CreateModelTemplateRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateModelTemplateResponse>;
192
244
  /**
193
- * 创建模型模板
245
+ * Creates a model creation template.
246
+ *
247
+ * @remarks
248
+ * 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.
249
+ * Make sure that you are familiar with the operations and usage of the WUYING Agent Management Center before calling this operation.
194
250
  *
195
251
  * @param request - CreateModelTemplateRequest
196
252
  * @returns CreateModelTemplateResponse
197
253
  */
198
254
  createModelTemplate(request: $_model.CreateModelTemplateRequest): Promise<$_model.CreateModelTemplateResponse>;
199
255
  /**
200
- * Create one or more workstations.
256
+ * Creates one or more workstations.
201
257
  *
202
258
  * @remarks
203
- * 1. Project is equivalent to the Resource Configuration module of the Cloud Flow console
204
- * 2. If there are multiple versions behind the input parameter ContentId:
205
- * **
206
- * **Note** The default version is used.
207
- * Bind simultaneously
208
- * 3. You can call the current interface only if the default version of Content is available.
259
+ * 1. A project corresponds to the resource configuration module in the CloudFlow console.
260
+ * 2. If the ContentId specified in the request parameters has multiple versions, this API operation <notice>uses the default version</notice> for binding.
261
+ * 3. This operation succeeds only when the default version of the content is in an available state.
209
262
  *
210
263
  * @param request - CreateWuyingServerRequest
211
264
  * @param runtime - runtime options for this request RuntimeOptions
@@ -213,25 +266,22 @@ export default class Client extends OpenApi {
213
266
  */
214
267
  createWuyingServerWithOptions(request: $_model.CreateWuyingServerRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateWuyingServerResponse>;
215
268
  /**
216
- * Create one or more workstations.
269
+ * Creates one or more workstations.
217
270
  *
218
271
  * @remarks
219
- * 1. Project is equivalent to the Resource Configuration module of the Cloud Flow console
220
- * 2. If there are multiple versions behind the input parameter ContentId:
221
- * **
222
- * **Note** The default version is used.
223
- * Bind simultaneously
224
- * 3. You can call the current interface only if the default version of Content is available.
272
+ * 1. A project corresponds to the resource configuration module in the CloudFlow console.
273
+ * 2. If the ContentId specified in the request parameters has multiple versions, this API operation <notice>uses the default version</notice> for binding.
274
+ * 3. This operation succeeds only when the default version of the content is in an available state.
225
275
  *
226
276
  * @param request - CreateWuyingServerRequest
227
277
  * @returns CreateWuyingServerResponse
228
278
  */
229
279
  createWuyingServer(request: $_model.CreateWuyingServerRequest): Promise<$_model.CreateWuyingServerResponse>;
230
280
  /**
231
- * Deletes a delivery group that uses the By Resource - Pay-as-you-go billing method.
281
+ * Deletes a pay-as-you-go resource-based delivery group.
232
282
  *
233
283
  * @remarks
234
- * > You cannot call this operation to delete a subscription delivery group.
284
+ * > This operation does not support deleting delivery groups that use subscription resources.
235
285
  *
236
286
  * @param request - DeleteAppInstanceGroupRequest
237
287
  * @param runtime - runtime options for this request RuntimeOptions
@@ -239,20 +289,20 @@ export default class Client extends OpenApi {
239
289
  */
240
290
  deleteAppInstanceGroupWithOptions(request: $_model.DeleteAppInstanceGroupRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteAppInstanceGroupResponse>;
241
291
  /**
242
- * Deletes a delivery group that uses the By Resource - Pay-as-you-go billing method.
292
+ * Deletes a pay-as-you-go resource-based delivery group.
243
293
  *
244
294
  * @remarks
245
- * > You cannot call this operation to delete a subscription delivery group.
295
+ * > This operation does not support deleting delivery groups that use subscription resources.
246
296
  *
247
297
  * @param request - DeleteAppInstanceGroupRequest
248
298
  * @returns DeleteAppInstanceGroupResponse
249
299
  */
250
300
  deleteAppInstanceGroup(request: $_model.DeleteAppInstanceGroupRequest): Promise<$_model.DeleteAppInstanceGroupResponse>;
251
301
  /**
252
- * Deletes an application instance.
302
+ * Deletes a specified application instance.
253
303
  *
254
304
  * @remarks
255
- * Only application instances that are in the Initializing or Idle state can be deleted. The operation can be called only by specific customers.
305
+ * Only instances in the init or idle state can be deleted. This operation is available only to specific customers.
256
306
  *
257
307
  * @param request - DeleteAppInstancesRequest
258
308
  * @param runtime - runtime options for this request RuntimeOptions
@@ -260,23 +310,23 @@ export default class Client extends OpenApi {
260
310
  */
261
311
  deleteAppInstancesWithOptions(request: $_model.DeleteAppInstancesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteAppInstancesResponse>;
262
312
  /**
263
- * Deletes an application instance.
313
+ * Deletes a specified application instance.
264
314
  *
265
315
  * @remarks
266
- * Only application instances that are in the Initializing or Idle state can be deleted. The operation can be called only by specific customers.
316
+ * Only instances in the init or idle state can be deleted. This operation is available only to specific customers.
267
317
  *
268
318
  * @param request - DeleteAppInstancesRequest
269
319
  * @returns DeleteAppInstancesResponse
270
320
  */
271
321
  deleteAppInstances(request: $_model.DeleteAppInstancesRequest): Promise<$_model.DeleteAppInstancesResponse>;
272
322
  /**
273
- * Delete a custom RDS image
323
+ * Deletes a custom AppStream image.
274
324
  *
275
325
  * @remarks
276
- * You can only delete custom images to which a user belongs.
277
- * * 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.
278
- * * The RDS CloudDesktop template references an image. When you delete an image, the template is also deleted.
279
- * * If the image contains multiple regions, the images in all regions are deleted when the image is deleted.
326
+ * - You can delete only custom images that belong to you.
327
+ * - 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.
328
+ * - If an AppStream Cloud Desktop template references an image, the template is also deleted when the image is deleted.
329
+ * - If an image is available in multiple regions, deleting the image removes it from all regions.
280
330
  *
281
331
  * @param request - DeleteImageRequest
282
332
  * @param runtime - runtime options for this request RuntimeOptions
@@ -284,20 +334,24 @@ export default class Client extends OpenApi {
284
334
  */
285
335
  deleteImageWithOptions(request: $_model.DeleteImageRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteImageResponse>;
286
336
  /**
287
- * Delete a custom RDS image
337
+ * Deletes a custom AppStream image.
288
338
  *
289
339
  * @remarks
290
- * You can only delete custom images to which a user belongs.
291
- * * 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.
292
- * * The RDS CloudDesktop template references an image. When you delete an image, the template is also deleted.
293
- * * If the image contains multiple regions, the images in all regions are deleted when the image is deleted.
340
+ * - You can delete only custom images that belong to you.
341
+ * - 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.
342
+ * - If an AppStream Cloud Desktop template references an image, the template is also deleted when the image is deleted.
343
+ * - If an image is available in multiple regions, deleting the image removes it from all regions.
294
344
  *
295
345
  * @param request - DeleteImageRequest
296
346
  * @returns DeleteImageResponse
297
347
  */
298
348
  deleteImage(request: $_model.DeleteImageRequest): Promise<$_model.DeleteImageResponse>;
299
349
  /**
300
- * 删除LLM模板
350
+ * Deletes an LLM template.
351
+ *
352
+ * @remarks
353
+ * 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.
354
+ * Before using this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
301
355
  *
302
356
  * @param request - DeleteLlmTemplateRequest
303
357
  * @param runtime - runtime options for this request RuntimeOptions
@@ -305,14 +359,22 @@ export default class Client extends OpenApi {
305
359
  */
306
360
  deleteLlmTemplateWithOptions(request: $_model.DeleteLlmTemplateRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteLlmTemplateResponse>;
307
361
  /**
308
- * 删除LLM模板
362
+ * Deletes an LLM template.
363
+ *
364
+ * @remarks
365
+ * 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.
366
+ * Before using this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
309
367
  *
310
368
  * @param request - DeleteLlmTemplateRequest
311
369
  * @returns DeleteLlmTemplateResponse
312
370
  */
313
371
  deleteLlmTemplate(request: $_model.DeleteLlmTemplateRequest): Promise<$_model.DeleteLlmTemplateResponse>;
314
372
  /**
315
- * 删除模型提供商模板
373
+ * Deletes a model provider template.
374
+ *
375
+ * @remarks
376
+ * 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.
377
+ * Before using this operation, make sure that you are familiar with the operations and usage of the WUYING Agent Management Center.
316
378
  *
317
379
  * @param request - DeleteModelProviderTemplateRequest
318
380
  * @param runtime - runtime options for this request RuntimeOptions
@@ -320,14 +382,22 @@ export default class Client extends OpenApi {
320
382
  */
321
383
  deleteModelProviderTemplateWithOptions(request: $_model.DeleteModelProviderTemplateRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteModelProviderTemplateResponse>;
322
384
  /**
323
- * 删除模型提供商模板
385
+ * Deletes a model provider template.
386
+ *
387
+ * @remarks
388
+ * 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.
389
+ * Before using this operation, make sure that you are familiar with the operations and usage of the WUYING Agent Management Center.
324
390
  *
325
391
  * @param request - DeleteModelProviderTemplateRequest
326
392
  * @returns DeleteModelProviderTemplateResponse
327
393
  */
328
394
  deleteModelProviderTemplate(request: $_model.DeleteModelProviderTemplateRequest): Promise<$_model.DeleteModelProviderTemplateResponse>;
329
395
  /**
330
- * 删除模型模板
396
+ * Deletes a model template.
397
+ *
398
+ * @remarks
399
+ * 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.
400
+ * Before using this operation, make sure that you are familiar with the operations and usage of the WUYING Agent Management Center.
331
401
  *
332
402
  * @param request - DeleteModelTemplateRequest
333
403
  * @param runtime - runtime options for this request RuntimeOptions
@@ -335,17 +405,21 @@ export default class Client extends OpenApi {
335
405
  */
336
406
  deleteModelTemplateWithOptions(request: $_model.DeleteModelTemplateRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteModelTemplateResponse>;
337
407
  /**
338
- * 删除模型模板
408
+ * Deletes a model template.
409
+ *
410
+ * @remarks
411
+ * 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.
412
+ * Before using this operation, make sure that you are familiar with the operations and usage of the WUYING Agent Management Center.
339
413
  *
340
414
  * @param request - DeleteModelTemplateRequest
341
415
  * @returns DeleteModelTemplateResponse
342
416
  */
343
417
  deleteModelTemplate(request: $_model.DeleteModelTemplateRequest): Promise<$_model.DeleteModelTemplateResponse>;
344
418
  /**
345
- * 删除工作站
419
+ * Deletes a cloud graphics workstation.
346
420
  *
347
421
  * @remarks
348
- * Deletes a workstation.
422
+ * Deletes a cloud graphics workstation.
349
423
  *
350
424
  * @param request - DeleteWuyingServerRequest
351
425
  * @param runtime - runtime options for this request RuntimeOptions
@@ -353,17 +427,17 @@ export default class Client extends OpenApi {
353
427
  */
354
428
  deleteWuyingServerWithOptions(request: $_model.DeleteWuyingServerRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteWuyingServerResponse>;
355
429
  /**
356
- * 删除工作站
430
+ * Deletes a cloud graphics workstation.
357
431
  *
358
432
  * @remarks
359
- * Deletes a workstation.
433
+ * Deletes a cloud graphics workstation.
360
434
  *
361
435
  * @param request - DeleteWuyingServerRequest
362
436
  * @returns DeleteWuyingServerResponse
363
437
  */
364
438
  deleteWuyingServer(request: $_model.DeleteWuyingServerRequest): Promise<$_model.DeleteWuyingServerResponse>;
365
439
  /**
366
- * 配置SLS日志投递
440
+ * Configure LogShipper for Simple Log Service
367
441
  *
368
442
  * @param request - DeliverToUserSlsRequest
369
443
  * @param runtime - runtime options for this request RuntimeOptions
@@ -371,7 +445,7 @@ export default class Client extends OpenApi {
371
445
  */
372
446
  deliverToUserSlsWithOptions(request: $_model.DeliverToUserSlsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeliverToUserSlsResponse>;
373
447
  /**
374
- * 配置SLS日志投递
448
+ * Configure LogShipper for Simple Log Service
375
449
  *
376
450
  * @param request - DeliverToUserSlsRequest
377
451
  * @returns DeliverToUserSlsResponse
@@ -393,7 +467,7 @@ export default class Client extends OpenApi {
393
467
  */
394
468
  describeWuyingServer(request: $_model.DescribeWuyingServerRequest): Promise<$_model.DescribeWuyingServerResponse>;
395
469
  /**
396
- * Queries the Elastic IP Addresses (EIPs) of workstations.
470
+ * Queries the Elastic IP Address (EIP) information of a Wuying workspace.
397
471
  *
398
472
  * @param request - DescribeWuyingServerEipInfoRequest
399
473
  * @param runtime - runtime options for this request RuntimeOptions
@@ -401,14 +475,14 @@ export default class Client extends OpenApi {
401
475
  */
402
476
  describeWuyingServerEipInfoWithOptions(request: $_model.DescribeWuyingServerEipInfoRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeWuyingServerEipInfoResponse>;
403
477
  /**
404
- * Queries the Elastic IP Addresses (EIPs) of workstations.
478
+ * Queries the Elastic IP Address (EIP) information of a Wuying workspace.
405
479
  *
406
480
  * @param request - DescribeWuyingServerEipInfoRequest
407
481
  * @returns DescribeWuyingServerEipInfoResponse
408
482
  */
409
483
  describeWuyingServerEipInfo(request: $_model.DescribeWuyingServerEipInfoRequest): Promise<$_model.DescribeWuyingServerEipInfoResponse>;
410
484
  /**
411
- * Queries the details of a delivery group.
485
+ * Queries the details of a specified delivery group.
412
486
  *
413
487
  * @param request - GetAppInstanceGroupRequest
414
488
  * @param runtime - runtime options for this request RuntimeOptions
@@ -416,19 +490,19 @@ export default class Client extends OpenApi {
416
490
  */
417
491
  getAppInstanceGroupWithOptions(request: $_model.GetAppInstanceGroupRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetAppInstanceGroupResponse>;
418
492
  /**
419
- * Queries the details of a delivery group.
493
+ * Queries the details of a specified delivery group.
420
494
  *
421
495
  * @param request - GetAppInstanceGroupRequest
422
496
  * @returns GetAppInstanceGroupResponse
423
497
  */
424
498
  getAppInstanceGroup(request: $_model.GetAppInstanceGroupRequest): Promise<$_model.GetAppInstanceGroupResponse>;
425
499
  /**
426
- * Queries the credential that is used to connect to App Streaming.
500
+ * Retrieves connection credentials for a cloud application.
427
501
  *
428
502
  * @remarks
429
- * You must call this operation at least twice to obtain a connection credential.
430
- * 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.
431
- * 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.
503
+ * This operation requires multiple invokes (at least two) to obtain the connection credentials.
504
+ * 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.
505
+ * 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.
432
506
  *
433
507
  * @param request - GetConnectionTicketRequest
434
508
  * @param runtime - runtime options for this request RuntimeOptions
@@ -436,19 +510,19 @@ export default class Client extends OpenApi {
436
510
  */
437
511
  getConnectionTicketWithOptions(request: $_model.GetConnectionTicketRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetConnectionTicketResponse>;
438
512
  /**
439
- * Queries the credential that is used to connect to App Streaming.
513
+ * Retrieves connection credentials for a cloud application.
440
514
  *
441
515
  * @remarks
442
- * You must call this operation at least twice to obtain a connection credential.
443
- * 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.
444
- * 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.
516
+ * This operation requires multiple invokes (at least two) to obtain the connection credentials.
517
+ * 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.
518
+ * 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.
445
519
  *
446
520
  * @param request - GetConnectionTicketRequest
447
521
  * @returns GetConnectionTicketResponse
448
522
  */
449
523
  getConnectionTicket(request: $_model.GetConnectionTicketRequest): Promise<$_model.GetConnectionTicketResponse>;
450
524
  /**
451
- * Queries information that is used to debug an application instance.
525
+ * Retrieves the information about a debug application instance.
452
526
  *
453
527
  * @param request - GetDebugAppInstanceRequest
454
528
  * @param runtime - runtime options for this request RuntimeOptions
@@ -456,14 +530,18 @@ export default class Client extends OpenApi {
456
530
  */
457
531
  getDebugAppInstanceWithOptions(request: $_model.GetDebugAppInstanceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetDebugAppInstanceResponse>;
458
532
  /**
459
- * Queries information that is used to debug an application instance.
533
+ * Retrieves the information about a debug application instance.
460
534
  *
461
535
  * @param request - GetDebugAppInstanceRequest
462
536
  * @returns GetDebugAppInstanceResponse
463
537
  */
464
538
  getDebugAppInstance(request: $_model.GetDebugAppInstanceRequest): Promise<$_model.GetDebugAppInstanceResponse>;
465
539
  /**
466
- * 查询模型提供商模板详情
540
+ * Queries the details of a model provider template.
541
+ *
542
+ * @remarks
543
+ * 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.
544
+ * Before you call this operation, make sure that you are familiar with the operations and usage of the WUYING Agent Management Center.
467
545
  *
468
546
  * @param request - GetModelProviderTemplateRequest
469
547
  * @param runtime - runtime options for this request RuntimeOptions
@@ -471,14 +549,18 @@ export default class Client extends OpenApi {
471
549
  */
472
550
  getModelProviderTemplateWithOptions(request: $_model.GetModelProviderTemplateRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetModelProviderTemplateResponse>;
473
551
  /**
474
- * 查询模型提供商模板详情
552
+ * Queries the details of a model provider template.
553
+ *
554
+ * @remarks
555
+ * 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.
556
+ * Before you call this operation, make sure that you are familiar with the operations and usage of the WUYING Agent Management Center.
475
557
  *
476
558
  * @param request - GetModelProviderTemplateRequest
477
559
  * @returns GetModelProviderTemplateResponse
478
560
  */
479
561
  getModelProviderTemplate(request: $_model.GetModelProviderTemplateRequest): Promise<$_model.GetModelProviderTemplateResponse>;
480
562
  /**
481
- * Queries the details of an over-the-air (OTA) update task, including the available versions and version description.
563
+ * Queries the details of an over-the-air update task, including the available version and version description.
482
564
  *
483
565
  * @param request - GetOtaTaskByTaskIdRequest
484
566
  * @param runtime - runtime options for this request RuntimeOptions
@@ -486,14 +568,14 @@ export default class Client extends OpenApi {
486
568
  */
487
569
  getOtaTaskByTaskIdWithOptions(request: $_model.GetOtaTaskByTaskIdRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetOtaTaskByTaskIdResponse>;
488
570
  /**
489
- * Queries the details of an over-the-air (OTA) update task, including the available versions and version description.
571
+ * Queries the details of an over-the-air update task, including the available version and version description.
490
572
  *
491
573
  * @param request - GetOtaTaskByTaskIdRequest
492
574
  * @returns GetOtaTaskByTaskIdResponse
493
575
  */
494
576
  getOtaTaskByTaskId(request: $_model.GetOtaTaskByTaskIdRequest): Promise<$_model.GetOtaTaskByTaskIdResponse>;
495
577
  /**
496
- * Queries resource prices.
578
+ * Queries the price information of a resource.
497
579
  *
498
580
  * @param request - GetResourcePriceRequest
499
581
  * @param runtime - runtime options for this request RuntimeOptions
@@ -501,14 +583,14 @@ export default class Client extends OpenApi {
501
583
  */
502
584
  getResourcePriceWithOptions(request: $_model.GetResourcePriceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetResourcePriceResponse>;
503
585
  /**
504
- * Queries resource prices.
586
+ * Queries the price information of a resource.
505
587
  *
506
588
  * @param request - GetResourcePriceRequest
507
589
  * @returns GetResourcePriceResponse
508
590
  */
509
591
  getResourcePrice(request: $_model.GetResourcePriceRequest): Promise<$_model.GetResourcePriceResponse>;
510
592
  /**
511
- * Queries the renewal prices of App Streaming resources.
593
+ * Queries the renewal price of WUYING Cloud Application resources.
512
594
  *
513
595
  * @param request - GetResourceRenewPriceRequest
514
596
  * @param runtime - runtime options for this request RuntimeOptions
@@ -516,14 +598,18 @@ export default class Client extends OpenApi {
516
598
  */
517
599
  getResourceRenewPriceWithOptions(request: $_model.GetResourceRenewPriceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetResourceRenewPriceResponse>;
518
600
  /**
519
- * Queries the renewal prices of App Streaming resources.
601
+ * Queries the renewal price of WUYING Cloud Application resources.
520
602
  *
521
603
  * @param request - GetResourceRenewPriceRequest
522
604
  * @returns GetResourceRenewPriceResponse
523
605
  */
524
606
  getResourceRenewPrice(request: $_model.GetResourceRenewPriceRequest): Promise<$_model.GetResourceRenewPriceResponse>;
525
607
  /**
526
- * 查询Runtime通道配置
608
+ * Queries the third-party channel configurations of an Agent runtime.
609
+ *
610
+ * @remarks
611
+ * 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.
612
+ * Before using this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
527
613
  *
528
614
  * @param request - GetRuntimeChannelRequest
529
615
  * @param runtime - runtime options for this request RuntimeOptions
@@ -531,14 +617,21 @@ export default class Client extends OpenApi {
531
617
  */
532
618
  getRuntimeChannelWithOptions(request: $_model.GetRuntimeChannelRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetRuntimeChannelResponse>;
533
619
  /**
534
- * 查询Runtime通道配置
620
+ * Queries the third-party channel configurations of an Agent runtime.
621
+ *
622
+ * @remarks
623
+ * 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.
624
+ * Before using this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
535
625
  *
536
626
  * @param request - GetRuntimeChannelRequest
537
627
  * @returns GetRuntimeChannelResponse
538
628
  */
539
629
  getRuntimeChannel(request: $_model.GetRuntimeChannelRequest): Promise<$_model.GetRuntimeChannelResponse>;
540
630
  /**
541
- * 查询云电脑模型配置详情
631
+ * Queries the model configuration details of a cloud computer.
632
+ *
633
+ * @remarks
634
+ * 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.
542
635
  *
543
636
  * @param request - GetRuntimeModelConfigRequest
544
637
  * @param runtime - runtime options for this request RuntimeOptions
@@ -546,14 +639,17 @@ export default class Client extends OpenApi {
546
639
  */
547
640
  getRuntimeModelConfigWithOptions(request: $_model.GetRuntimeModelConfigRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetRuntimeModelConfigResponse>;
548
641
  /**
549
- * 查询云电脑模型配置详情
642
+ * Queries the model configuration details of a cloud computer.
643
+ *
644
+ * @remarks
645
+ * 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.
550
646
  *
551
647
  * @param request - GetRuntimeModelConfigRequest
552
648
  * @returns GetRuntimeModelConfigResponse
553
649
  */
554
650
  getRuntimeModelConfig(request: $_model.GetRuntimeModelConfigRequest): Promise<$_model.GetRuntimeModelConfigResponse>;
555
651
  /**
556
- * Queries the details of multiple delivery groups that meet the query conditions.
652
+ * 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.
557
653
  *
558
654
  * @param request - ListAppInstanceGroupRequest
559
655
  * @param runtime - runtime options for this request RuntimeOptions
@@ -561,14 +657,14 @@ export default class Client extends OpenApi {
561
657
  */
562
658
  listAppInstanceGroupWithOptions(request: $_model.ListAppInstanceGroupRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListAppInstanceGroupResponse>;
563
659
  /**
564
- * Queries the details of multiple delivery groups that meet the query conditions.
660
+ * 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.
565
661
  *
566
662
  * @param request - ListAppInstanceGroupRequest
567
663
  * @returns ListAppInstanceGroupResponse
568
664
  */
569
665
  listAppInstanceGroup(request: $_model.ListAppInstanceGroupRequest): Promise<$_model.ListAppInstanceGroupResponse>;
570
666
  /**
571
- * 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.
667
+ * Queries the details of session instances in a delivery group, including instance IDs, instance statuses, creation time, update time, session statuses, and public IP addresses of primary network interfaces.
572
668
  *
573
669
  * @param request - ListAppInstancesRequest
574
670
  * @param runtime - runtime options for this request RuntimeOptions
@@ -576,14 +672,14 @@ export default class Client extends OpenApi {
576
672
  */
577
673
  listAppInstancesWithOptions(request: $_model.ListAppInstancesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListAppInstancesResponse>;
578
674
  /**
579
- * 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.
675
+ * Queries the details of session instances in a delivery group, including instance IDs, instance statuses, creation time, update time, session statuses, and public IP addresses of primary network interfaces.
580
676
  *
581
677
  * @param request - ListAppInstancesRequest
582
678
  * @returns ListAppInstancesResponse
583
679
  */
584
680
  listAppInstances(request: $_model.ListAppInstancesRequest): Promise<$_model.ListAppInstancesResponse>;
585
681
  /**
586
- * Queries the user groups authorized by a delivery group.
682
+ * Queries the list of user groups authorized by a specified delivery group.
587
683
  *
588
684
  * @param request - ListAuthorizedUserGroupsRequest
589
685
  * @param runtime - runtime options for this request RuntimeOptions
@@ -591,14 +687,14 @@ export default class Client extends OpenApi {
591
687
  */
592
688
  listAuthorizedUserGroupsWithOptions(request: $_model.ListAuthorizedUserGroupsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListAuthorizedUserGroupsResponse>;
593
689
  /**
594
- * Queries the user groups authorized by a delivery group.
690
+ * Queries the list of user groups authorized by a specified delivery group.
595
691
  *
596
692
  * @param request - ListAuthorizedUserGroupsRequest
597
693
  * @returns ListAuthorizedUserGroupsResponse
598
694
  */
599
695
  listAuthorizedUserGroups(request: $_model.ListAuthorizedUserGroupsRequest): Promise<$_model.ListAuthorizedUserGroupsResponse>;
600
696
  /**
601
- * Queries the bindings between users and resources.
697
+ * Queries the binding information between users and resources.
602
698
  *
603
699
  * @param request - ListBindInfoRequest
604
700
  * @param runtime - runtime options for this request RuntimeOptions
@@ -606,14 +702,14 @@ export default class Client extends OpenApi {
606
702
  */
607
703
  listBindInfoWithOptions(request: $_model.ListBindInfoRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListBindInfoResponse>;
608
704
  /**
609
- * Queries the bindings between users and resources.
705
+ * Queries the binding information between users and resources.
610
706
  *
611
707
  * @param request - ListBindInfoRequest
612
708
  * @returns ListBindInfoResponse
613
709
  */
614
710
  listBindInfo(request: $_model.ListBindInfoRequest): Promise<$_model.ListBindInfoResponse>;
615
711
  /**
616
- * 查询桌面Agent运行时列表
712
+ * Queries the list of desktop agent runtimes.
617
713
  *
618
714
  * @param request - ListDesktopAgentRuntimeRequest
619
715
  * @param runtime - runtime options for this request RuntimeOptions
@@ -621,14 +717,14 @@ export default class Client extends OpenApi {
621
717
  */
622
718
  listDesktopAgentRuntimeWithOptions(request: $_model.ListDesktopAgentRuntimeRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListDesktopAgentRuntimeResponse>;
623
719
  /**
624
- * 查询桌面Agent运行时列表
720
+ * Queries the list of desktop agent runtimes.
625
721
  *
626
722
  * @param request - ListDesktopAgentRuntimeRequest
627
723
  * @returns ListDesktopAgentRuntimeResponse
628
724
  */
629
725
  listDesktopAgentRuntime(request: $_model.ListDesktopAgentRuntimeRequest): Promise<$_model.ListDesktopAgentRuntimeResponse>;
630
726
  /**
631
- * Queries the image information about an ECS instance.
727
+ * Queries image information.
632
728
  *
633
729
  * @param request - ListImageRequest
634
730
  * @param runtime - runtime options for this request RuntimeOptions
@@ -636,14 +732,18 @@ export default class Client extends OpenApi {
636
732
  */
637
733
  listImageWithOptions(request: $_model.ListImageRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListImageResponse>;
638
734
  /**
639
- * Queries the image information about an ECS instance.
735
+ * Queries image information.
640
736
  *
641
737
  * @param request - ListImageRequest
642
738
  * @returns ListImageResponse
643
739
  */
644
740
  listImage(request: $_model.ListImageRequest): Promise<$_model.ListImageResponse>;
645
741
  /**
646
- * 查询LLM模板列表
742
+ * Queries a list of LLM templates.
743
+ *
744
+ * @remarks
745
+ * 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.
746
+ * Before you call this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
647
747
  *
648
748
  * @param tmpReq - ListLlmTemplatesRequest
649
749
  * @param runtime - runtime options for this request RuntimeOptions
@@ -651,14 +751,37 @@ export default class Client extends OpenApi {
651
751
  */
652
752
  listLlmTemplatesWithOptions(tmpReq: $_model.ListLlmTemplatesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListLlmTemplatesResponse>;
653
753
  /**
654
- * 查询LLM模板列表
754
+ * Queries a list of LLM templates.
755
+ *
756
+ * @remarks
757
+ * 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.
758
+ * Before you call this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
655
759
  *
656
760
  * @param request - ListLlmTemplatesRequest
657
761
  * @returns ListLlmTemplatesResponse
658
762
  */
659
763
  listLlmTemplates(request: $_model.ListLlmTemplatesRequest): Promise<$_model.ListLlmTemplatesResponse>;
660
764
  /**
661
- * 查询模型提供商模板列表
765
+ * 查询模型提供商 Endpoint 列表
766
+ *
767
+ * @param request - ListModelProviderEndpointsRequest
768
+ * @param runtime - runtime options for this request RuntimeOptions
769
+ * @returns ListModelProviderEndpointsResponse
770
+ */
771
+ listModelProviderEndpointsWithOptions(request: $_model.ListModelProviderEndpointsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListModelProviderEndpointsResponse>;
772
+ /**
773
+ * 查询模型提供商 Endpoint 列表
774
+ *
775
+ * @param request - ListModelProviderEndpointsRequest
776
+ * @returns ListModelProviderEndpointsResponse
777
+ */
778
+ listModelProviderEndpoints(request: $_model.ListModelProviderEndpointsRequest): Promise<$_model.ListModelProviderEndpointsResponse>;
779
+ /**
780
+ * Queries the list of model provider templates.
781
+ *
782
+ * @remarks
783
+ * 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.
784
+ * Before calling this operation, make sure that you are familiar with the operations and usage of the WUYING Agent Management Center.
662
785
  *
663
786
  * @param tmpReq - ListModelProviderTemplatesRequest
664
787
  * @param runtime - runtime options for this request RuntimeOptions
@@ -666,14 +789,22 @@ export default class Client extends OpenApi {
666
789
  */
667
790
  listModelProviderTemplatesWithOptions(tmpReq: $_model.ListModelProviderTemplatesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListModelProviderTemplatesResponse>;
668
791
  /**
669
- * 查询模型提供商模板列表
792
+ * Queries the list of model provider templates.
793
+ *
794
+ * @remarks
795
+ * 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.
796
+ * Before calling this operation, make sure that you are familiar with the operations and usage of the WUYING Agent Management Center.
670
797
  *
671
798
  * @param request - ListModelProviderTemplatesRequest
672
799
  * @returns ListModelProviderTemplatesResponse
673
800
  */
674
801
  listModelProviderTemplates(request: $_model.ListModelProviderTemplatesRequest): Promise<$_model.ListModelProviderTemplatesResponse>;
675
802
  /**
676
- * 查询模型分组绑定的资源组列表
803
+ * Queries the list of resource groups associated with a model group.
804
+ *
805
+ * @remarks
806
+ * You can call this operation to query the list of resource groups authorized by a model group in the Wuying Agent Management Center.
807
+ * Before you call this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
677
808
  *
678
809
  * @param request - ListModelTemplateResourceGroupRequest
679
810
  * @param runtime - runtime options for this request RuntimeOptions
@@ -681,14 +812,22 @@ export default class Client extends OpenApi {
681
812
  */
682
813
  listModelTemplateResourceGroupWithOptions(request: $_model.ListModelTemplateResourceGroupRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListModelTemplateResourceGroupResponse>;
683
814
  /**
684
- * 查询模型分组绑定的资源组列表
815
+ * Queries the list of resource groups associated with a model group.
816
+ *
817
+ * @remarks
818
+ * You can call this operation to query the list of resource groups authorized by a model group in the Wuying Agent Management Center.
819
+ * Before you call this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
685
820
  *
686
821
  * @param request - ListModelTemplateResourceGroupRequest
687
822
  * @returns ListModelTemplateResourceGroupResponse
688
823
  */
689
824
  listModelTemplateResourceGroup(request: $_model.ListModelTemplateResourceGroupRequest): Promise<$_model.ListModelTemplateResourceGroupResponse>;
690
825
  /**
691
- * 查询模型模板列表
826
+ * Queries a list of model templates.
827
+ *
828
+ * @remarks
829
+ * 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.
830
+ * Before calling this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
692
831
  *
693
832
  * @param tmpReq - ListModelTemplatesRequest
694
833
  * @param runtime - runtime options for this request RuntimeOptions
@@ -696,14 +835,18 @@ export default class Client extends OpenApi {
696
835
  */
697
836
  listModelTemplatesWithOptions(tmpReq: $_model.ListModelTemplatesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListModelTemplatesResponse>;
698
837
  /**
699
- * 查询模型模板列表
838
+ * Queries a list of model templates.
839
+ *
840
+ * @remarks
841
+ * 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.
842
+ * Before calling this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
700
843
  *
701
844
  * @param request - ListModelTemplatesRequest
702
845
  * @returns ListModelTemplatesResponse
703
846
  */
704
847
  listModelTemplates(request: $_model.ListModelTemplatesRequest): Promise<$_model.ListModelTemplatesResponse>;
705
848
  /**
706
- * Queries the resource types that are available for purchase when you create a delivery group.
849
+ * Queries the resource specifications available for selection when creating a delivery group.
707
850
  *
708
851
  * @param request - ListNodeInstanceTypeRequest
709
852
  * @param runtime - runtime options for this request RuntimeOptions
@@ -711,14 +854,14 @@ export default class Client extends OpenApi {
711
854
  */
712
855
  listNodeInstanceTypeWithOptions(request: $_model.ListNodeInstanceTypeRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListNodeInstanceTypeResponse>;
713
856
  /**
714
- * Queries the resource types that are available for purchase when you create a delivery group.
857
+ * Queries the resource specifications available for selection when creating a delivery group.
715
858
  *
716
859
  * @param request - ListNodeInstanceTypeRequest
717
860
  * @returns ListNodeInstanceTypeResponse
718
861
  */
719
862
  listNodeInstanceType(request: $_model.ListNodeInstanceTypeRequest): Promise<$_model.ListNodeInstanceTypeResponse>;
720
863
  /**
721
- * Queries resource nodes.
864
+ * Queries the list of resource nodes.
722
865
  *
723
866
  * @param request - ListNodesRequest
724
867
  * @param runtime - runtime options for this request RuntimeOptions
@@ -726,14 +869,14 @@ export default class Client extends OpenApi {
726
869
  */
727
870
  listNodesWithOptions(request: $_model.ListNodesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListNodesResponse>;
728
871
  /**
729
- * Queries resource nodes.
872
+ * Queries the list of resource nodes.
730
873
  *
731
874
  * @param request - ListNodesRequest
732
875
  * @returns ListNodesResponse
733
876
  */
734
877
  listNodes(request: $_model.ListNodesRequest): Promise<$_model.ListNodesResponse>;
735
878
  /**
736
- * Queries the information about over-the-air (OTA) update tasks.
879
+ * Queries the history of over-the-air updates.
737
880
  *
738
881
  * @param request - ListOtaTaskRequest
739
882
  * @param runtime - runtime options for this request RuntimeOptions
@@ -741,14 +884,14 @@ export default class Client extends OpenApi {
741
884
  */
742
885
  listOtaTaskWithOptions(request: $_model.ListOtaTaskRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListOtaTaskResponse>;
743
886
  /**
744
- * Queries the information about over-the-air (OTA) update tasks.
887
+ * Queries the history of over-the-air updates.
745
888
  *
746
889
  * @param request - ListOtaTaskRequest
747
890
  * @returns ListOtaTaskResponse
748
891
  */
749
892
  listOtaTask(request: $_model.ListOtaTaskRequest): Promise<$_model.ListOtaTaskResponse>;
750
893
  /**
751
- * Queries app instances of the persistent session type in a delivery group.
894
+ * Queries the list of persistent session application instances in a delivery group.
752
895
  *
753
896
  * @param request - ListPersistentAppInstancesRequest
754
897
  * @param runtime - runtime options for this request RuntimeOptions
@@ -756,17 +899,17 @@ export default class Client extends OpenApi {
756
899
  */
757
900
  listPersistentAppInstancesWithOptions(request: $_model.ListPersistentAppInstancesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListPersistentAppInstancesResponse>;
758
901
  /**
759
- * Queries app instances of the persistent session type in a delivery group.
902
+ * Queries the list of persistent session application instances in a delivery group.
760
903
  *
761
904
  * @param request - ListPersistentAppInstancesRequest
762
905
  * @returns ListPersistentAppInstancesResponse
763
906
  */
764
907
  listPersistentAppInstances(request: $_model.ListPersistentAppInstancesRequest): Promise<$_model.ListPersistentAppInstancesResponse>;
765
908
  /**
766
- * Queries the regions that are supported by App Streaming.
909
+ * Queries the regions supported by WUYING Cloud Application.
767
910
  *
768
911
  * @remarks
769
- * > 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).
912
+ * > 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).
770
913
  *
771
914
  * @param request - ListRegionsRequest
772
915
  * @param runtime - runtime options for this request RuntimeOptions
@@ -774,17 +917,17 @@ export default class Client extends OpenApi {
774
917
  */
775
918
  listRegionsWithOptions(request: $_model.ListRegionsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListRegionsResponse>;
776
919
  /**
777
- * Queries the regions that are supported by App Streaming.
920
+ * Queries the regions supported by WUYING Cloud Application.
778
921
  *
779
922
  * @remarks
780
- * > 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).
923
+ * > 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).
781
924
  *
782
925
  * @param request - ListRegionsRequest
783
926
  * @returns ListRegionsResponse
784
927
  */
785
928
  listRegions(request: $_model.ListRegionsRequest): Promise<$_model.ListRegionsResponse>;
786
929
  /**
787
- * Queries the tags added to one or more cloud resources.
930
+ * Queries the tag list of one or more specified cloud resources.
788
931
  *
789
932
  * @param request - ListTagCloudResourcesRequest
790
933
  * @param runtime - runtime options for this request RuntimeOptions
@@ -792,21 +935,21 @@ export default class Client extends OpenApi {
792
935
  */
793
936
  listTagCloudResourcesWithOptions(request: $_model.ListTagCloudResourcesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListTagCloudResourcesResponse>;
794
937
  /**
795
- * Queries the tags added to one or more cloud resources.
938
+ * Queries the tag list of one or more specified cloud resources.
796
939
  *
797
940
  * @param request - ListTagCloudResourcesRequest
798
941
  * @returns ListTagCloudResourcesResponse
799
942
  */
800
943
  listTagCloudResources(request: $_model.ListTagCloudResourcesRequest): Promise<$_model.ListTagCloudResourcesResponse>;
801
944
  /**
802
- * Queries the configurations of the administrator account, such as whether the resource expiration reminder feature is enabled.
945
+ * Queries the configuration information of an administrator account, such as whether resource expiration reminders are enabled.
803
946
  *
804
947
  * @param runtime - runtime options for this request RuntimeOptions
805
948
  * @returns ListTenantConfigResponse
806
949
  */
807
950
  listTenantConfigWithOptions(runtime: $dara.RuntimeOptions): Promise<$_model.ListTenantConfigResponse>;
808
951
  /**
809
- * Queries the configurations of the administrator account, such as whether the resource expiration reminder feature is enabled.
952
+ * Queries the configuration information of an administrator account, such as whether resource expiration reminders are enabled.
810
953
  * @returns ListTenantConfigResponse
811
954
  */
812
955
  listTenantConfig(): Promise<$_model.ListTenantConfigResponse>;
@@ -826,10 +969,10 @@ export default class Client extends OpenApi {
826
969
  */
827
970
  listWuyingServer(request: $_model.ListWuyingServerRequest): Promise<$_model.ListWuyingServerResponse>;
828
971
  /**
829
- * Closes all sessions in a pay-as-you-go delivery group for which a scheduled scaling policy is used.
972
+ * Logs off all sessions in a pay-as-you-go delivery group that has scheduled auto scaling policies enabled.
830
973
  *
831
974
  * @remarks
832
- * > 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.
975
+ * > 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.
833
976
  *
834
977
  * @param request - LogOffAllSessionsInAppInstanceGroupRequest
835
978
  * @param runtime - runtime options for this request RuntimeOptions
@@ -837,17 +980,17 @@ export default class Client extends OpenApi {
837
980
  */
838
981
  logOffAllSessionsInAppInstanceGroupWithOptions(request: $_model.LogOffAllSessionsInAppInstanceGroupRequest, runtime: $dara.RuntimeOptions): Promise<$_model.LogOffAllSessionsInAppInstanceGroupResponse>;
839
982
  /**
840
- * Closes all sessions in a pay-as-you-go delivery group for which a scheduled scaling policy is used.
983
+ * Logs off all sessions in a pay-as-you-go delivery group that has scheduled auto scaling policies enabled.
841
984
  *
842
985
  * @remarks
843
- * > 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.
986
+ * > 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.
844
987
  *
845
988
  * @param request - LogOffAllSessionsInAppInstanceGroupRequest
846
989
  * @returns LogOffAllSessionsInAppInstanceGroupResponse
847
990
  */
848
991
  logOffAllSessionsInAppInstanceGroup(request: $_model.LogOffAllSessionsInAppInstanceGroupRequest): Promise<$_model.LogOffAllSessionsInAppInstanceGroupResponse>;
849
992
  /**
850
- * Modifies the general policies of a delivery group, including the number of concurrent sessions and the retention period of disconnected sessions.
993
+ * Modifies the General Policy of a delivery group, including the number of concurrent sessions and the session retention duration after disconnection.
851
994
  *
852
995
  * @param tmpReq - ModifyAppInstanceGroupAttributeRequest
853
996
  * @param runtime - runtime options for this request RuntimeOptions
@@ -855,14 +998,14 @@ export default class Client extends OpenApi {
855
998
  */
856
999
  modifyAppInstanceGroupAttributeWithOptions(tmpReq: $_model.ModifyAppInstanceGroupAttributeRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyAppInstanceGroupAttributeResponse>;
857
1000
  /**
858
- * Modifies the general policies of a delivery group, including the number of concurrent sessions and the retention period of disconnected sessions.
1001
+ * Modifies the General Policy of a delivery group, including the number of concurrent sessions and the session retention duration after disconnection.
859
1002
  *
860
1003
  * @param request - ModifyAppInstanceGroupAttributeRequest
861
1004
  * @returns ModifyAppInstanceGroupAttributeResponse
862
1005
  */
863
1006
  modifyAppInstanceGroupAttribute(request: $_model.ModifyAppInstanceGroupAttributeRequest): Promise<$_model.ModifyAppInstanceGroupAttributeResponse>;
864
1007
  /**
865
- * Modify the delivery group display policy, including settings such as frame rate, resolution, and protocol type.
1008
+ * Modifies the display policy of a delivery group, including settings such as frame rate, resolution, and protocol type.
866
1009
  *
867
1010
  * @param tmpReq - ModifyAppPolicyRequest
868
1011
  * @param runtime - runtime options for this request RuntimeOptions
@@ -870,17 +1013,17 @@ export default class Client extends OpenApi {
870
1013
  */
871
1014
  modifyAppPolicyWithOptions(tmpReq: $_model.ModifyAppPolicyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyAppPolicyResponse>;
872
1015
  /**
873
- * Modify the delivery group display policy, including settings such as frame rate, resolution, and protocol type.
1016
+ * Modifies the display policy of a delivery group, including settings such as frame rate, resolution, and protocol type.
874
1017
  *
875
1018
  * @param request - ModifyAppPolicyRequest
876
1019
  * @returns ModifyAppPolicyResponse
877
1020
  */
878
1021
  modifyAppPolicy(request: $_model.ModifyAppPolicyRequest): Promise<$_model.ModifyAppPolicyResponse>;
879
1022
  /**
880
- * Modifies the properties of the cloud browser.
1023
+ * Modifies the attributes of a Wuying Cloud Browser.
881
1024
  *
882
1025
  * @remarks
883
- * Modifies the properties of the cloud browser.
1026
+ * Modifies the attributes of a Wuying Cloud Browser.
884
1027
  *
885
1028
  * @param tmpReq - ModifyBrowserInstanceGroupRequest
886
1029
  * @param runtime - runtime options for this request RuntimeOptions
@@ -888,17 +1031,17 @@ export default class Client extends OpenApi {
888
1031
  */
889
1032
  modifyBrowserInstanceGroupWithOptions(tmpReq: $_model.ModifyBrowserInstanceGroupRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyBrowserInstanceGroupResponse>;
890
1033
  /**
891
- * Modifies the properties of the cloud browser.
1034
+ * Modifies the attributes of a Wuying Cloud Browser.
892
1035
  *
893
1036
  * @remarks
894
- * Modifies the properties of the cloud browser.
1037
+ * Modifies the attributes of a Wuying Cloud Browser.
895
1038
  *
896
1039
  * @param request - ModifyBrowserInstanceGroupRequest
897
1040
  * @returns ModifyBrowserInstanceGroupResponse
898
1041
  */
899
1042
  modifyBrowserInstanceGroup(request: $_model.ModifyBrowserInstanceGroupRequest): Promise<$_model.ModifyBrowserInstanceGroupResponse>;
900
1043
  /**
901
- * Changes the number of nodes in a subscription delivery group.
1044
+ * Upgrades the number of nodes in a subscription delivery group.
902
1045
  *
903
1046
  * @param tmpReq - ModifyNodePoolAmountRequest
904
1047
  * @param runtime - runtime options for this request RuntimeOptions
@@ -906,21 +1049,21 @@ export default class Client extends OpenApi {
906
1049
  */
907
1050
  modifyNodePoolAmountWithOptions(tmpReq: $_model.ModifyNodePoolAmountRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyNodePoolAmountResponse>;
908
1051
  /**
909
- * Changes the number of nodes in a subscription delivery group.
1052
+ * Upgrades the number of nodes in a subscription delivery group.
910
1053
  *
911
1054
  * @param request - ModifyNodePoolAmountRequest
912
1055
  * @returns ModifyNodePoolAmountResponse
913
1056
  */
914
1057
  modifyNodePoolAmount(request: $_model.ModifyNodePoolAmountRequest): Promise<$_model.ModifyNodePoolAmountResponse>;
915
1058
  /**
916
- * Changes the scaling policy of a delivery group. The following scaling policies are supported: fixed resource number, scheduled scaling, and auto scaling.
1059
+ * Modifies the scaling mode of a delivery group, including fixed quantity (no elastic scaling), scheduled scaling, and automatic scaling.
917
1060
  *
918
1061
  * @remarks
919
- * You can select one of the following scaling policies for cloud app resources:
920
- * * No scaling: Resources are not scaled.
921
- * * Auto scaling: Resources are automatically scaled based on the number of connected sessions and the duration during which no session is connected.
922
- * * Scheduled scaling: Resources are scaled during specific periods of time on specific dates.
923
- * 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.
1062
+ * You can configure the scaling pattern for WUYING Cloud Application resources in Settings:
1063
+ * - Fixed quantity: Elastic scaling is not used.
1064
+ * - Automatic scaling: Automatically scales resources based on the number of connected sessions and the idle duration without session connections.
1065
+ * - Scheduled scaling: Executes resource scaling during specified time periods on specified dates.
1066
+ * 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.
924
1067
  *
925
1068
  * @param tmpReq - ModifyNodePoolAttributeRequest
926
1069
  * @param runtime - runtime options for this request RuntimeOptions
@@ -928,21 +1071,21 @@ export default class Client extends OpenApi {
928
1071
  */
929
1072
  modifyNodePoolAttributeWithOptions(tmpReq: $_model.ModifyNodePoolAttributeRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyNodePoolAttributeResponse>;
930
1073
  /**
931
- * Changes the scaling policy of a delivery group. The following scaling policies are supported: fixed resource number, scheduled scaling, and auto scaling.
1074
+ * Modifies the scaling mode of a delivery group, including fixed quantity (no elastic scaling), scheduled scaling, and automatic scaling.
932
1075
  *
933
1076
  * @remarks
934
- * You can select one of the following scaling policies for cloud app resources:
935
- * * No scaling: Resources are not scaled.
936
- * * Auto scaling: Resources are automatically scaled based on the number of connected sessions and the duration during which no session is connected.
937
- * * Scheduled scaling: Resources are scaled during specific periods of time on specific dates.
938
- * 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.
1077
+ * You can configure the scaling pattern for WUYING Cloud Application resources in Settings:
1078
+ * - Fixed quantity: Elastic scaling is not used.
1079
+ * - Automatic scaling: Automatically scales resources based on the number of connected sessions and the idle duration without session connections.
1080
+ * - Scheduled scaling: Executes resource scaling during specified time periods on specified dates.
1081
+ * 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.
939
1082
  *
940
1083
  * @param request - ModifyNodePoolAttributeRequest
941
1084
  * @returns ModifyNodePoolAttributeResponse
942
1085
  */
943
1086
  modifyNodePoolAttribute(request: $_model.ModifyNodePoolAttributeRequest): Promise<$_model.ModifyNodePoolAttributeResponse>;
944
1087
  /**
945
- * Modifies the configurations of the administrator account, such as whether to enable the resource expiration reminder feature.
1088
+ * Modifies the configuration of an administrator account, such as whether to enable resource expiration reminders.
946
1089
  *
947
1090
  * @param request - ModifyTenantConfigRequest
948
1091
  * @param runtime - runtime options for this request RuntimeOptions
@@ -950,14 +1093,14 @@ export default class Client extends OpenApi {
950
1093
  */
951
1094
  modifyTenantConfigWithOptions(request: $_model.ModifyTenantConfigRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyTenantConfigResponse>;
952
1095
  /**
953
- * Modifies the configurations of the administrator account, such as whether to enable the resource expiration reminder feature.
1096
+ * Modifies the configuration of an administrator account, such as whether to enable resource expiration reminders.
954
1097
  *
955
1098
  * @param request - ModifyTenantConfigRequest
956
1099
  * @returns ModifyTenantConfigResponse
957
1100
  */
958
1101
  modifyTenantConfig(request: $_model.ModifyTenantConfigRequest): Promise<$_model.ModifyTenantConfigResponse>;
959
1102
  /**
960
- * Modify workstation properties.
1103
+ * Modifies the properties of a cloud graphics workstation.
961
1104
  *
962
1105
  * @param request - ModifyWuyingServerAttributeRequest
963
1106
  * @param runtime - runtime options for this request RuntimeOptions
@@ -965,14 +1108,14 @@ export default class Client extends OpenApi {
965
1108
  */
966
1109
  modifyWuyingServerAttributeWithOptions(request: $_model.ModifyWuyingServerAttributeRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyWuyingServerAttributeResponse>;
967
1110
  /**
968
- * Modify workstation properties.
1111
+ * Modifies the properties of a cloud graphics workstation.
969
1112
  *
970
1113
  * @param request - ModifyWuyingServerAttributeRequest
971
1114
  * @returns ModifyWuyingServerAttributeResponse
972
1115
  */
973
1116
  modifyWuyingServerAttribute(request: $_model.ModifyWuyingServerAttributeRequest): Promise<$_model.ModifyWuyingServerAttributeResponse>;
974
1117
  /**
975
- * Queries the assigned users that are added to a delivery group by page.
1118
+ * Performs a paged query on allocated users added to a delivery group.
976
1119
  *
977
1120
  * @param request - PageListAppInstanceGroupUserRequest
978
1121
  * @param runtime - runtime options for this request RuntimeOptions
@@ -980,14 +1123,20 @@ export default class Client extends OpenApi {
980
1123
  */
981
1124
  pageListAppInstanceGroupUserWithOptions(request: $_model.PageListAppInstanceGroupUserRequest, runtime: $dara.RuntimeOptions): Promise<$_model.PageListAppInstanceGroupUserResponse>;
982
1125
  /**
983
- * Queries the assigned users that are added to a delivery group by page.
1126
+ * Performs a paged query on allocated users added to a delivery group.
984
1127
  *
985
1128
  * @param request - PageListAppInstanceGroupUserRequest
986
1129
  * @returns PageListAppInstanceGroupUserResponse
987
1130
  */
988
1131
  pageListAppInstanceGroupUser(request: $_model.PageListAppInstanceGroupUserRequest): Promise<$_model.PageListAppInstanceGroupUserResponse>;
989
1132
  /**
990
- * 移除资源组模型模板配置
1133
+ * Removes model groups from a resource group.
1134
+ *
1135
+ * @remarks
1136
+ * 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.
1137
+ * 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.
1138
+ * 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.
1139
+ * Before calling this operation, make sure that you are familiar with the operations and usage of the WUYING Agent Management Center.
991
1140
  *
992
1141
  * @param request - RemoveResourceGroupModelTemplateRequest
993
1142
  * @param runtime - runtime options for this request RuntimeOptions
@@ -995,14 +1144,24 @@ export default class Client extends OpenApi {
995
1144
  */
996
1145
  removeResourceGroupModelTemplateWithOptions(request: $_model.RemoveResourceGroupModelTemplateRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RemoveResourceGroupModelTemplateResponse>;
997
1146
  /**
998
- * 移除资源组模型模板配置
1147
+ * Removes model groups from a resource group.
1148
+ *
1149
+ * @remarks
1150
+ * 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.
1151
+ * 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.
1152
+ * 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.
1153
+ * Before calling this operation, make sure that you are familiar with the operations and usage of the WUYING Agent Management Center.
999
1154
  *
1000
1155
  * @param request - RemoveResourceGroupModelTemplateRequest
1001
1156
  * @returns RemoveResourceGroupModelTemplateResponse
1002
1157
  */
1003
1158
  removeResourceGroupModelTemplate(request: $_model.RemoveResourceGroupModelTemplateRequest): Promise<$_model.RemoveResourceGroupModelTemplateResponse>;
1004
1159
  /**
1005
- * 移除Runtime通道
1160
+ * Removes a third-party channel configuration from an agent runtime.
1161
+ *
1162
+ * @remarks
1163
+ * You can call this operation to remove a specific third-party channel configuration from agent runtimes such as JVS Computer, OpenClaw, and Hermes Agent in the Wuying Agent Management Center. After the configuration is removed, the agent can no longer use the third-party channel for conversations.
1164
+ * Before calling this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
1006
1165
  *
1007
1166
  * @param request - RemoveRuntimeChannelRequest
1008
1167
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1010,14 +1169,22 @@ export default class Client extends OpenApi {
1010
1169
  */
1011
1170
  removeRuntimeChannelWithOptions(request: $_model.RemoveRuntimeChannelRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RemoveRuntimeChannelResponse>;
1012
1171
  /**
1013
- * 移除Runtime通道
1172
+ * Removes a third-party channel configuration from an agent runtime.
1173
+ *
1174
+ * @remarks
1175
+ * You can call this operation to remove a specific third-party channel configuration from agent runtimes such as JVS Computer, OpenClaw, and Hermes Agent in the Wuying Agent Management Center. After the configuration is removed, the agent can no longer use the third-party channel for conversations.
1176
+ * Before calling this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
1014
1177
  *
1015
1178
  * @param request - RemoveRuntimeChannelRequest
1016
1179
  * @returns RemoveRuntimeChannelResponse
1017
1180
  */
1018
1181
  removeRuntimeChannel(request: $_model.RemoveRuntimeChannelRequest): Promise<$_model.RemoveRuntimeChannelResponse>;
1019
1182
  /**
1020
- * 通过RuntimeIds移除模型模板配置
1183
+ * Removes a model group from an Agent runtime resource.
1184
+ *
1185
+ * @remarks
1186
+ * 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.
1187
+ * Make sure that you are familiar with the operations and usage of the Wuying Agent Management Center before calling this operation.
1021
1188
  *
1022
1189
  * @param request - RemoveRuntimeModelTemplateRequest
1023
1190
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1025,7 +1192,11 @@ export default class Client extends OpenApi {
1025
1192
  */
1026
1193
  removeRuntimeModelTemplateWithOptions(request: $_model.RemoveRuntimeModelTemplateRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RemoveRuntimeModelTemplateResponse>;
1027
1194
  /**
1028
- * 通过RuntimeIds移除模型模板配置
1195
+ * Removes a model group from an Agent runtime resource.
1196
+ *
1197
+ * @remarks
1198
+ * 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.
1199
+ * Make sure that you are familiar with the operations and usage of the Wuying Agent Management Center before calling this operation.
1029
1200
  *
1030
1201
  * @param request - RemoveRuntimeModelTemplateRequest
1031
1202
  * @returns RemoveRuntimeModelTemplateResponse
@@ -1035,7 +1206,7 @@ export default class Client extends OpenApi {
1035
1206
  * Renews a delivery group.
1036
1207
  *
1037
1208
  * @remarks
1038
- * 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.
1209
+ * 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.
1039
1210
  *
1040
1211
  * @param tmpReq - RenewAppInstanceGroupRequest
1041
1212
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1046,14 +1217,14 @@ export default class Client extends OpenApi {
1046
1217
  * Renews a delivery group.
1047
1218
  *
1048
1219
  * @remarks
1049
- * 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.
1220
+ * 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.
1050
1221
  *
1051
1222
  * @param request - RenewAppInstanceGroupRequest
1052
1223
  * @returns RenewAppInstanceGroupResponse
1053
1224
  */
1054
1225
  renewAppInstanceGroup(request: $_model.RenewAppInstanceGroupRequest): Promise<$_model.RenewAppInstanceGroupResponse>;
1055
1226
  /**
1056
- * Renew one workstation.
1227
+ * Renews a workstation.
1057
1228
  *
1058
1229
  * @param request - RenewWuyingServerRequest
1059
1230
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1061,14 +1232,14 @@ export default class Client extends OpenApi {
1061
1232
  */
1062
1233
  renewWuyingServerWithOptions(request: $_model.RenewWuyingServerRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RenewWuyingServerResponse>;
1063
1234
  /**
1064
- * Renew one workstation.
1235
+ * Renews a workstation.
1065
1236
  *
1066
1237
  * @param request - RenewWuyingServerRequest
1067
1238
  * @returns RenewWuyingServerResponse
1068
1239
  */
1069
1240
  renewWuyingServer(request: $_model.RenewWuyingServerRequest): Promise<$_model.RenewWuyingServerResponse>;
1070
1241
  /**
1071
- * Restarts the workstation.
1242
+ * Restarts a workstation.
1072
1243
  *
1073
1244
  * @param request - RestartWuyingServerRequest
1074
1245
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1076,14 +1247,14 @@ export default class Client extends OpenApi {
1076
1247
  */
1077
1248
  restartWuyingServerWithOptions(request: $_model.RestartWuyingServerRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RestartWuyingServerResponse>;
1078
1249
  /**
1079
- * Restarts the workstation.
1250
+ * Restarts a workstation.
1080
1251
  *
1081
1252
  * @param request - RestartWuyingServerRequest
1082
1253
  * @returns RestartWuyingServerResponse
1083
1254
  */
1084
1255
  restartWuyingServer(request: $_model.RestartWuyingServerRequest): Promise<$_model.RestartWuyingServerResponse>;
1085
1256
  /**
1086
- * Initiates a task to replicate an image to another region.
1257
+ * Initiates a task to copy an image to other regions.
1087
1258
  *
1088
1259
  * @param request - StartTaskForDistributeImageRequest
1089
1260
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1091,14 +1262,14 @@ export default class Client extends OpenApi {
1091
1262
  */
1092
1263
  startTaskForDistributeImageWithOptions(request: $_model.StartTaskForDistributeImageRequest, runtime: $dara.RuntimeOptions): Promise<$_model.StartTaskForDistributeImageResponse>;
1093
1264
  /**
1094
- * Initiates a task to replicate an image to another region.
1265
+ * Initiates a task to copy an image to other regions.
1095
1266
  *
1096
1267
  * @param request - StartTaskForDistributeImageRequest
1097
1268
  * @returns StartTaskForDistributeImageResponse
1098
1269
  */
1099
1270
  startTaskForDistributeImage(request: $_model.StartTaskForDistributeImageRequest): Promise<$_model.StartTaskForDistributeImageResponse>;
1100
1271
  /**
1101
- * Start the workstation.
1272
+ * Starts a workstation.
1102
1273
  *
1103
1274
  * @param request - StartWuyingServerRequest
1104
1275
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1106,14 +1277,14 @@ export default class Client extends OpenApi {
1106
1277
  */
1107
1278
  startWuyingServerWithOptions(request: $_model.StartWuyingServerRequest, runtime: $dara.RuntimeOptions): Promise<$_model.StartWuyingServerResponse>;
1108
1279
  /**
1109
- * Start the workstation.
1280
+ * Starts a workstation.
1110
1281
  *
1111
1282
  * @param request - StartWuyingServerRequest
1112
1283
  * @returns StartWuyingServerResponse
1113
1284
  */
1114
1285
  startWuyingServer(request: $_model.StartWuyingServerRequest): Promise<$_model.StartWuyingServerResponse>;
1115
1286
  /**
1116
- * Stops the workstation.
1287
+ * Stops a workstation.
1117
1288
  *
1118
1289
  * @param request - StopWuyingServerRequest
1119
1290
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1121,14 +1292,14 @@ export default class Client extends OpenApi {
1121
1292
  */
1122
1293
  stopWuyingServerWithOptions(request: $_model.StopWuyingServerRequest, runtime: $dara.RuntimeOptions): Promise<$_model.StopWuyingServerResponse>;
1123
1294
  /**
1124
- * Stops the workstation.
1295
+ * Stops a workstation.
1125
1296
  *
1126
1297
  * @param request - StopWuyingServerRequest
1127
1298
  * @returns StopWuyingServerResponse
1128
1299
  */
1129
1300
  stopWuyingServer(request: $_model.StopWuyingServerRequest): Promise<$_model.StopWuyingServerResponse>;
1130
1301
  /**
1131
- * Creates and adds tags to cloud resources and updates the values of existing cloud resource tags.
1302
+ * Creates and attaches tags to cloud resources. If a tag already exists on a resource, the tag value is updated.
1132
1303
  *
1133
1304
  * @param request - TagCloudResourcesRequest
1134
1305
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1136,7 +1307,7 @@ export default class Client extends OpenApi {
1136
1307
  */
1137
1308
  tagCloudResourcesWithOptions(request: $_model.TagCloudResourcesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.TagCloudResourcesResponse>;
1138
1309
  /**
1139
- * Creates and adds tags to cloud resources and updates the values of existing cloud resource tags.
1310
+ * Creates and attaches tags to cloud resources. If a tag already exists on a resource, the tag value is updated.
1140
1311
  *
1141
1312
  * @param request - TagCloudResourcesRequest
1142
1313
  * @returns TagCloudResourcesResponse
@@ -1158,7 +1329,7 @@ export default class Client extends OpenApi {
1158
1329
  */
1159
1330
  unassignWuyingServerPrivateAddresses(request: $_model.UnassignWuyingServerPrivateAddressesRequest): Promise<$_model.UnassignWuyingServerPrivateAddressesResponse>;
1160
1331
  /**
1161
- * Unbinds a user and a session.
1332
+ * Unbinds a user from a session.
1162
1333
  *
1163
1334
  * @param request - UnbindRequest
1164
1335
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1166,14 +1337,14 @@ export default class Client extends OpenApi {
1166
1337
  */
1167
1338
  unbindWithOptions(request: $_model.UnbindRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UnbindResponse>;
1168
1339
  /**
1169
- * Unbinds a user and a session.
1340
+ * Unbinds a user from a session.
1170
1341
  *
1171
1342
  * @param request - UnbindRequest
1172
1343
  * @returns UnbindResponse
1173
1344
  */
1174
1345
  unbind(request: $_model.UnbindRequest): Promise<$_model.UnbindResponse>;
1175
1346
  /**
1176
- * Removes tags from cloud resources.
1347
+ * Unbinds tags from cloud resources in a unified manner.
1177
1348
  *
1178
1349
  * @param request - UntagCloudResourcesRequest
1179
1350
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1181,7 +1352,7 @@ export default class Client extends OpenApi {
1181
1352
  */
1182
1353
  untagCloudResourcesWithOptions(request: $_model.UntagCloudResourcesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UntagCloudResourcesResponse>;
1183
1354
  /**
1184
- * Removes tags from cloud resources.
1355
+ * Unbinds tags from cloud resources in a unified manner.
1185
1356
  *
1186
1357
  * @param request - UntagCloudResourcesRequest
1187
1358
  * @returns UntagCloudResourcesResponse
@@ -1191,9 +1362,8 @@ export default class Client extends OpenApi {
1191
1362
  * Updates the image of a delivery group.
1192
1363
  *
1193
1364
  * @remarks
1194
- * *
1195
- * **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.
1196
- * > After the image of the delivery group is updated, the change takes effect on the terminal in approximately 2 minutes.
1365
+ * >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.
1366
+ * > After the update is published, changes typically take about 2 minutes to take effect on the end user side.
1197
1367
  *
1198
1368
  * @param request - UpdateAppInstanceGroupImageRequest
1199
1369
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1204,16 +1374,19 @@ export default class Client extends OpenApi {
1204
1374
  * Updates the image of a delivery group.
1205
1375
  *
1206
1376
  * @remarks
1207
- * *
1208
- * **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.
1209
- * > After the image of the delivery group is updated, the change takes effect on the terminal in approximately 2 minutes.
1377
+ * >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.
1378
+ * > After the update is published, changes typically take about 2 minutes to take effect on the end user side.
1210
1379
  *
1211
1380
  * @param request - UpdateAppInstanceGroupImageRequest
1212
1381
  * @returns UpdateAppInstanceGroupImageResponse
1213
1382
  */
1214
1383
  updateAppInstanceGroupImage(request: $_model.UpdateAppInstanceGroupImageRequest): Promise<$_model.UpdateAppInstanceGroupImageResponse>;
1215
1384
  /**
1216
- * 更新模型提供商模板
1385
+ * Updates a model provider template.
1386
+ *
1387
+ * @remarks
1388
+ * 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.
1389
+ * Before you call this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
1217
1390
  *
1218
1391
  * @param tmpReq - UpdateModelProviderTemplateRequest
1219
1392
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1221,14 +1394,22 @@ export default class Client extends OpenApi {
1221
1394
  */
1222
1395
  updateModelProviderTemplateWithOptions(tmpReq: $_model.UpdateModelProviderTemplateRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateModelProviderTemplateResponse>;
1223
1396
  /**
1224
- * 更新模型提供商模板
1397
+ * Updates a model provider template.
1398
+ *
1399
+ * @remarks
1400
+ * 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.
1401
+ * Before you call this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
1225
1402
  *
1226
1403
  * @param request - UpdateModelProviderTemplateRequest
1227
1404
  * @returns UpdateModelProviderTemplateResponse
1228
1405
  */
1229
1406
  updateModelProviderTemplate(request: $_model.UpdateModelProviderTemplateRequest): Promise<$_model.UpdateModelProviderTemplateResponse>;
1230
1407
  /**
1231
- * 更新模型模板
1408
+ * Updates a model template.
1409
+ *
1410
+ * @remarks
1411
+ * 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.
1412
+ * Before using this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
1232
1413
  *
1233
1414
  * @param request - UpdateModelTemplateRequest
1234
1415
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1236,14 +1417,18 @@ export default class Client extends OpenApi {
1236
1417
  */
1237
1418
  updateModelTemplateWithOptions(request: $_model.UpdateModelTemplateRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateModelTemplateResponse>;
1238
1419
  /**
1239
- * 更新模型模板
1420
+ * Updates a model template.
1421
+ *
1422
+ * @remarks
1423
+ * 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.
1424
+ * Before using this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
1240
1425
  *
1241
1426
  * @param request - UpdateModelTemplateRequest
1242
1427
  * @returns UpdateModelTemplateResponse
1243
1428
  */
1244
1429
  updateModelTemplate(request: $_model.UpdateModelTemplateRequest): Promise<$_model.UpdateModelTemplateResponse>;
1245
1430
  /**
1246
- * Updates the workstation image.
1431
+ * Updates a workstation image.
1247
1432
  *
1248
1433
  * @param request - UpdateWuyingServerImageRequest
1249
1434
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1251,7 +1436,7 @@ export default class Client extends OpenApi {
1251
1436
  */
1252
1437
  updateWuyingServerImageWithOptions(request: $_model.UpdateWuyingServerImageRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateWuyingServerImageResponse>;
1253
1438
  /**
1254
- * Updates the workstation image.
1439
+ * Updates a workstation image.
1255
1440
  *
1256
1441
  * @param request - UpdateWuyingServerImageRequest
1257
1442
  * @returns UpdateWuyingServerImageResponse