@alicloud/appstream-center20210901 5.6.0 → 5.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (418) hide show
  1. package/dist/client.d.ts +368 -198
  2. package/dist/client.js +376 -199
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/ApproveOtaTaskRequest.d.ts +6 -12
  5. package/dist/models/ApproveOtaTaskRequest.js.map +1 -1
  6. package/dist/models/ApproveOtaTaskResponseBody.d.ts +2 -2
  7. package/dist/models/AuthorizeInstanceGroupRequest.d.ts +18 -8
  8. package/dist/models/AuthorizeInstanceGroupRequest.js.map +1 -1
  9. package/dist/models/AuthorizeInstanceGroupResponseBody.d.ts +3 -0
  10. package/dist/models/AuthorizeInstanceGroupResponseBody.js.map +1 -1
  11. package/dist/models/AuthorizeInstanceGroupShrinkRequest.d.ts +18 -3
  12. package/dist/models/AuthorizeInstanceGroupShrinkRequest.js.map +1 -1
  13. package/dist/models/BatchCreateLlmTemplatesRequest.d.ts +28 -0
  14. package/dist/models/BatchCreateLlmTemplatesRequest.js.map +1 -1
  15. package/dist/models/BatchCreateLlmTemplatesResponseBody.d.ts +27 -0
  16. package/dist/models/BatchCreateLlmTemplatesResponseBody.js.map +1 -1
  17. package/dist/models/ConfigResourceGroupModelTemplateRequest.d.ts +4 -0
  18. package/dist/models/ConfigResourceGroupModelTemplateRequest.js.map +1 -1
  19. package/dist/models/ConfigResourceGroupModelTemplateResponseBody.d.ts +3 -0
  20. package/dist/models/ConfigResourceGroupModelTemplateResponseBody.js.map +1 -1
  21. package/dist/models/ConfigRuntimeChannelRequest.d.ts +21 -0
  22. package/dist/models/ConfigRuntimeChannelRequest.js.map +1 -1
  23. package/dist/models/ConfigRuntimeChannelResponseBody.d.ts +3 -0
  24. package/dist/models/ConfigRuntimeChannelResponseBody.js.map +1 -1
  25. package/dist/models/ConfigRuntimeModelTemplateRequest.d.ts +6 -0
  26. package/dist/models/ConfigRuntimeModelTemplateRequest.js.map +1 -1
  27. package/dist/models/ConfigRuntimeModelTemplateResponseBody.d.ts +31 -0
  28. package/dist/models/ConfigRuntimeModelTemplateResponseBody.js.map +1 -1
  29. package/dist/models/CreateAppInstanceGroupRequest.d.ts +109 -209
  30. package/dist/models/CreateAppInstanceGroupRequest.js.map +1 -1
  31. package/dist/models/CreateAppInstanceGroupResponseBody.d.ts +2 -2
  32. package/dist/models/CreateAppInstanceGroupShrinkRequest.d.ts +37 -67
  33. package/dist/models/CreateAppInstanceGroupShrinkRequest.js.map +1 -1
  34. package/dist/models/CreateImageByInstanceRequest.d.ts +6 -21
  35. package/dist/models/CreateImageByInstanceRequest.js.map +1 -1
  36. package/dist/models/CreateImageByInstanceResponseBody.d.ts +7 -7
  37. package/dist/models/CreateImageFromAppInstanceGroupRequest.d.ts +2 -6
  38. package/dist/models/CreateImageFromAppInstanceGroupRequest.js.map +1 -1
  39. package/dist/models/CreateModelProviderTemplateRequest.d.ts +36 -0
  40. package/dist/models/CreateModelProviderTemplateRequest.js.map +1 -1
  41. package/dist/models/CreateModelProviderTemplateResponseBody.d.ts +10 -0
  42. package/dist/models/CreateModelProviderTemplateResponseBody.js.map +1 -1
  43. package/dist/models/CreateModelTemplateRequest.d.ts +16 -0
  44. package/dist/models/CreateModelTemplateRequest.js.map +1 -1
  45. package/dist/models/CreateModelTemplateResponseBody.d.ts +10 -0
  46. package/dist/models/CreateModelTemplateResponseBody.js.map +1 -1
  47. package/dist/models/CreateWuyingServerRequest.d.ts +54 -41
  48. package/dist/models/CreateWuyingServerRequest.js.map +1 -1
  49. package/dist/models/DeleteAppInstanceGroupRequest.d.ts +1 -5
  50. package/dist/models/DeleteAppInstanceGroupRequest.js.map +1 -1
  51. package/dist/models/DeleteAppInstancesRequest.d.ts +2 -6
  52. package/dist/models/DeleteAppInstancesRequest.js.map +1 -1
  53. package/dist/models/DeleteAppInstancesResponseBody.d.ts +5 -10
  54. package/dist/models/DeleteAppInstancesResponseBody.js.map +1 -1
  55. package/dist/models/DeleteImageRequest.d.ts +1 -1
  56. package/dist/models/DeleteImageResponseBody.d.ts +6 -11
  57. package/dist/models/DeleteImageResponseBody.js.map +1 -1
  58. package/dist/models/DeleteLlmTemplateRequest.d.ts +2 -0
  59. package/dist/models/DeleteLlmTemplateRequest.js.map +1 -1
  60. package/dist/models/DeleteLlmTemplateResponseBody.d.ts +3 -0
  61. package/dist/models/DeleteLlmTemplateResponseBody.js.map +1 -1
  62. package/dist/models/DeleteModelProviderTemplateRequest.d.ts +2 -0
  63. package/dist/models/DeleteModelProviderTemplateRequest.js.map +1 -1
  64. package/dist/models/DeleteModelProviderTemplateResponseBody.d.ts +3 -0
  65. package/dist/models/DeleteModelProviderTemplateResponseBody.js.map +1 -1
  66. package/dist/models/DeleteModelTemplateRequest.d.ts +2 -0
  67. package/dist/models/DeleteModelTemplateRequest.js.map +1 -1
  68. package/dist/models/DeleteModelTemplateResponseBody.d.ts +3 -0
  69. package/dist/models/DeleteModelTemplateResponseBody.js.map +1 -1
  70. package/dist/models/DeleteWuyingServerRequest.d.ts +1 -1
  71. package/dist/models/DeliverToUserSlsRequest.d.ts +18 -0
  72. package/dist/models/DeliverToUserSlsRequest.js.map +1 -1
  73. package/dist/models/DeliverToUserSlsResponseBody.d.ts +3 -0
  74. package/dist/models/DeliverToUserSlsResponseBody.js.map +1 -1
  75. package/dist/models/DescribeWuyingServerEipInfoRequest.d.ts +5 -6
  76. package/dist/models/DescribeWuyingServerEipInfoRequest.js.map +1 -1
  77. package/dist/models/DescribeWuyingServerEipInfoResponseBody.d.ts +2 -2
  78. package/dist/models/DescribeWuyingServerResponseBody.d.ts +0 -3
  79. package/dist/models/DescribeWuyingServerResponseBody.js.map +1 -1
  80. package/dist/models/GetAppInstanceGroupRequest.d.ts +1 -5
  81. package/dist/models/GetAppInstanceGroupRequest.js.map +1 -1
  82. package/dist/models/GetAppInstanceGroupResponseBody.d.ts +78 -98
  83. package/dist/models/GetAppInstanceGroupResponseBody.js.map +1 -1
  84. package/dist/models/GetConnectionTicketRequest.d.ts +19 -18
  85. package/dist/models/GetConnectionTicketRequest.js.map +1 -1
  86. package/dist/models/GetConnectionTicketResponseBody.d.ts +7 -18
  87. package/dist/models/GetConnectionTicketResponseBody.js.map +1 -1
  88. package/dist/models/GetDebugAppInstanceRequest.d.ts +1 -5
  89. package/dist/models/GetDebugAppInstanceRequest.js.map +1 -1
  90. package/dist/models/GetDebugAppInstanceResponseBody.d.ts +4 -4
  91. package/dist/models/GetModelProviderTemplateRequest.d.ts +2 -0
  92. package/dist/models/GetModelProviderTemplateRequest.js.map +1 -1
  93. package/dist/models/GetModelProviderTemplateResponseBody.d.ts +33 -0
  94. package/dist/models/GetModelProviderTemplateResponseBody.js.map +1 -1
  95. package/dist/models/GetOtaTaskByTaskIdRequest.d.ts +1 -1
  96. package/dist/models/GetOtaTaskByTaskIdResponseBody.d.ts +7 -4
  97. package/dist/models/GetOtaTaskByTaskIdResponseBody.js.map +1 -1
  98. package/dist/models/GetResourcePriceRequest.d.ts +17 -39
  99. package/dist/models/GetResourcePriceRequest.js.map +1 -1
  100. package/dist/models/GetResourcePriceResponseBody.d.ts +37 -34
  101. package/dist/models/GetResourcePriceResponseBody.js.map +1 -1
  102. package/dist/models/GetResourceRenewPriceRequest.d.ts +12 -16
  103. package/dist/models/GetResourceRenewPriceRequest.js.map +1 -1
  104. package/dist/models/GetResourceRenewPriceResponseBody.d.ts +18 -14
  105. package/dist/models/GetResourceRenewPriceResponseBody.js.map +1 -1
  106. package/dist/models/GetRuntimeChannelRequest.d.ts +16 -0
  107. package/dist/models/GetRuntimeChannelRequest.js.map +1 -1
  108. package/dist/models/GetRuntimeChannelResponseBody.d.ts +44 -0
  109. package/dist/models/GetRuntimeChannelResponseBody.js.map +1 -1
  110. package/dist/models/GetRuntimeModelConfigRequest.d.ts +18 -0
  111. package/dist/models/GetRuntimeModelConfigRequest.js.map +1 -1
  112. package/dist/models/GetRuntimeModelConfigResponseBody.d.ts +86 -0
  113. package/dist/models/GetRuntimeModelConfigResponseBody.js.map +1 -1
  114. package/dist/models/ListAppInstanceGroupRequest.d.ts +32 -18
  115. package/dist/models/ListAppInstanceGroupRequest.js.map +1 -1
  116. package/dist/models/ListAppInstanceGroupResponseBody.d.ts +112 -119
  117. package/dist/models/ListAppInstanceGroupResponseBody.js.map +1 -1
  118. package/dist/models/ListAppInstancesRequest.d.ts +8 -13
  119. package/dist/models/ListAppInstancesRequest.js.map +1 -1
  120. package/dist/models/ListAppInstancesResponseBody.d.ts +20 -28
  121. package/dist/models/ListAppInstancesResponseBody.js.map +1 -1
  122. package/dist/models/ListAuthorizedUserGroupsRequest.d.ts +8 -9
  123. package/dist/models/ListAuthorizedUserGroupsRequest.js.map +1 -1
  124. package/dist/models/ListAuthorizedUserGroupsResponseBody.d.ts +9 -12
  125. package/dist/models/ListAuthorizedUserGroupsResponseBody.js.map +1 -1
  126. package/dist/models/ListBindInfoRequest.d.ts +12 -12
  127. package/dist/models/ListBindInfoResponseBody.d.ts +9 -20
  128. package/dist/models/ListBindInfoResponseBody.js.map +1 -1
  129. package/dist/models/ListDesktopAgentRuntimeRequest.d.ts +93 -1
  130. package/dist/models/ListDesktopAgentRuntimeRequest.js +2 -0
  131. package/dist/models/ListDesktopAgentRuntimeRequest.js.map +1 -1
  132. package/dist/models/ListDesktopAgentRuntimeResponseBody.d.ts +142 -0
  133. package/dist/models/ListDesktopAgentRuntimeResponseBody.js +9 -0
  134. package/dist/models/ListDesktopAgentRuntimeResponseBody.js.map +1 -1
  135. package/dist/models/ListImageRequest.d.ts +18 -75
  136. package/dist/models/ListImageRequest.js.map +1 -1
  137. package/dist/models/ListImageResponseBody.d.ts +43 -60
  138. package/dist/models/ListImageResponseBody.js.map +1 -1
  139. package/dist/models/ListLlmTemplatesRequest.d.ts +19 -0
  140. package/dist/models/ListLlmTemplatesRequest.js.map +1 -1
  141. package/dist/models/ListLlmTemplatesResponseBody.d.ts +41 -0
  142. package/dist/models/ListLlmTemplatesResponseBody.js.map +1 -1
  143. package/dist/models/ListLlmTemplatesShrinkRequest.d.ts +19 -0
  144. package/dist/models/ListLlmTemplatesShrinkRequest.js.map +1 -1
  145. package/dist/models/ListModelProviderTemplatesRequest.d.ts +23 -0
  146. package/dist/models/ListModelProviderTemplatesRequest.js.map +1 -1
  147. package/dist/models/ListModelProviderTemplatesResponseBody.d.ts +45 -0
  148. package/dist/models/ListModelProviderTemplatesResponseBody.js.map +1 -1
  149. package/dist/models/ListModelProviderTemplatesShrinkRequest.d.ts +23 -0
  150. package/dist/models/ListModelProviderTemplatesShrinkRequest.js.map +1 -1
  151. package/dist/models/ListModelTemplateResourceGroupRequest.d.ts +12 -0
  152. package/dist/models/ListModelTemplateResourceGroupRequest.js.map +1 -1
  153. package/dist/models/ListModelTemplateResourceGroupResponseBody.d.ts +19 -0
  154. package/dist/models/ListModelTemplateResourceGroupResponseBody.js.map +1 -1
  155. package/dist/models/ListModelTemplatesRequest.d.ts +20 -0
  156. package/dist/models/ListModelTemplatesRequest.js.map +1 -1
  157. package/dist/models/ListModelTemplatesResponseBody.d.ts +38 -0
  158. package/dist/models/ListModelTemplatesResponseBody.js.map +1 -1
  159. package/dist/models/ListModelTemplatesShrinkRequest.d.ts +20 -0
  160. package/dist/models/ListModelTemplatesShrinkRequest.js.map +1 -1
  161. package/dist/models/ListNodeInstanceTypeRequest.d.ts +55 -24
  162. package/dist/models/ListNodeInstanceTypeRequest.js.map +1 -1
  163. package/dist/models/ListNodeInstanceTypeResponseBody.d.ts +26 -20
  164. package/dist/models/ListNodeInstanceTypeResponseBody.js.map +1 -1
  165. package/dist/models/ListNodesRequest.d.ts +3 -7
  166. package/dist/models/ListNodesRequest.js.map +1 -1
  167. package/dist/models/ListNodesResponseBody.d.ts +8 -14
  168. package/dist/models/ListNodesResponseBody.js.map +1 -1
  169. package/dist/models/ListOtaTaskRequest.d.ts +4 -8
  170. package/dist/models/ListOtaTaskRequest.js.map +1 -1
  171. package/dist/models/ListOtaTaskResponseBody.d.ts +5 -14
  172. package/dist/models/ListOtaTaskResponseBody.js.map +1 -1
  173. package/dist/models/ListPersistentAppInstancesRequest.d.ts +4 -10
  174. package/dist/models/ListPersistentAppInstancesRequest.js.map +1 -1
  175. package/dist/models/ListPersistentAppInstancesResponseBody.d.ts +12 -36
  176. package/dist/models/ListPersistentAppInstancesResponseBody.js.map +1 -1
  177. package/dist/models/ListRegionsRequest.d.ts +1 -5
  178. package/dist/models/ListRegionsRequest.js.map +1 -1
  179. package/dist/models/ListRegionsResponseBody.d.ts +1 -1
  180. package/dist/models/ListTagCloudResourcesRequest.d.ts +5 -17
  181. package/dist/models/ListTagCloudResourcesRequest.js.map +1 -1
  182. package/dist/models/ListTagCloudResourcesResponseBody.d.ts +5 -17
  183. package/dist/models/ListTagCloudResourcesResponseBody.js.map +1 -1
  184. package/dist/models/ListTenantConfigResponseBody.d.ts +2 -7
  185. package/dist/models/ListTenantConfigResponseBody.js.map +1 -1
  186. package/dist/models/ListWuyingServerRequest.d.ts +11 -5
  187. package/dist/models/ListWuyingServerRequest.js.map +1 -1
  188. package/dist/models/ListWuyingServerResponseBody.d.ts +37 -27
  189. package/dist/models/ListWuyingServerResponseBody.js.map +1 -1
  190. package/dist/models/LogOffAllSessionsInAppInstanceGroupRequest.d.ts +1 -5
  191. package/dist/models/LogOffAllSessionsInAppInstanceGroupRequest.js.map +1 -1
  192. package/dist/models/LogOffAllSessionsInAppInstanceGroupResponseBody.d.ts +2 -2
  193. package/dist/models/ModifyAppInstanceGroupAttributeRequest.d.ts +22 -60
  194. package/dist/models/ModifyAppInstanceGroupAttributeRequest.js.map +1 -1
  195. package/dist/models/ModifyAppInstanceGroupAttributeResponseBody.d.ts +2 -2
  196. package/dist/models/ModifyAppInstanceGroupAttributeShrinkRequest.d.ts +12 -24
  197. package/dist/models/ModifyAppInstanceGroupAttributeShrinkRequest.js.map +1 -1
  198. package/dist/models/ModifyAppPolicyRequest.d.ts +14 -28
  199. package/dist/models/ModifyAppPolicyRequest.js.map +1 -1
  200. package/dist/models/ModifyAppPolicyShrinkRequest.d.ts +1 -5
  201. package/dist/models/ModifyAppPolicyShrinkRequest.js.map +1 -1
  202. package/dist/models/ModifyBrowserInstanceGroupRequest.d.ts +32 -81
  203. package/dist/models/ModifyBrowserInstanceGroupRequest.js.map +1 -1
  204. package/dist/models/ModifyBrowserInstanceGroupShrinkRequest.d.ts +4 -4
  205. package/dist/models/ModifyNodePoolAmountRequest.d.ts +5 -13
  206. package/dist/models/ModifyNodePoolAmountRequest.js.map +1 -1
  207. package/dist/models/ModifyNodePoolAmountResponseBody.d.ts +1 -1
  208. package/dist/models/ModifyNodePoolAmountShrinkRequest.d.ts +2 -6
  209. package/dist/models/ModifyNodePoolAmountShrinkRequest.js.map +1 -1
  210. package/dist/models/ModifyNodePoolAttributeRequest.d.ts +42 -51
  211. package/dist/models/ModifyNodePoolAttributeRequest.js.map +1 -1
  212. package/dist/models/ModifyNodePoolAttributeResponseBody.d.ts +9 -0
  213. package/dist/models/ModifyNodePoolAttributeResponseBody.js.map +1 -1
  214. package/dist/models/ModifyNodePoolAttributeShrinkRequest.d.ts +14 -11
  215. package/dist/models/ModifyNodePoolAttributeShrinkRequest.js.map +1 -1
  216. package/dist/models/ModifyTenantConfigRequest.d.ts +1 -6
  217. package/dist/models/ModifyTenantConfigRequest.js.map +1 -1
  218. package/dist/models/ModifyWuyingServerAttributeRequest.d.ts +3 -3
  219. package/dist/models/PageListAppInstanceGroupUserRequest.d.ts +3 -7
  220. package/dist/models/PageListAppInstanceGroupUserRequest.js.map +1 -1
  221. package/dist/models/PageListAppInstanceGroupUserResponseBody.d.ts +1 -1
  222. package/dist/models/RemoveResourceGroupModelTemplateRequest.d.ts +4 -0
  223. package/dist/models/RemoveResourceGroupModelTemplateRequest.js.map +1 -1
  224. package/dist/models/RemoveResourceGroupModelTemplateResponseBody.d.ts +22 -0
  225. package/dist/models/RemoveResourceGroupModelTemplateResponseBody.js.map +1 -1
  226. package/dist/models/RemoveRuntimeChannelRequest.d.ts +11 -0
  227. package/dist/models/RemoveRuntimeChannelRequest.js.map +1 -1
  228. package/dist/models/RemoveRuntimeChannelResponseBody.d.ts +3 -0
  229. package/dist/models/RemoveRuntimeChannelResponseBody.js.map +1 -1
  230. package/dist/models/RemoveRuntimeModelTemplateRequest.d.ts +6 -0
  231. package/dist/models/RemoveRuntimeModelTemplateRequest.js.map +1 -1
  232. package/dist/models/RemoveRuntimeModelTemplateResponseBody.d.ts +29 -0
  233. package/dist/models/RemoveRuntimeModelTemplateResponseBody.js.map +1 -1
  234. package/dist/models/RenewAppInstanceGroupRequest.d.ts +12 -21
  235. package/dist/models/RenewAppInstanceGroupRequest.js.map +1 -1
  236. package/dist/models/RenewAppInstanceGroupResponseBody.d.ts +2 -2
  237. package/dist/models/RenewAppInstanceGroupShrinkRequest.d.ts +12 -21
  238. package/dist/models/RenewAppInstanceGroupShrinkRequest.js.map +1 -1
  239. package/dist/models/RenewWuyingServerRequest.d.ts +3 -8
  240. package/dist/models/RenewWuyingServerRequest.js.map +1 -1
  241. package/dist/models/StartTaskForDistributeImageRequest.d.ts +3 -9
  242. package/dist/models/StartTaskForDistributeImageRequest.js.map +1 -1
  243. package/dist/models/StartTaskForDistributeImageResponseBody.d.ts +5 -5
  244. package/dist/models/StopWuyingServerRequest.d.ts +3 -5
  245. package/dist/models/StopWuyingServerRequest.js.map +1 -1
  246. package/dist/models/TagCloudResourcesRequest.d.ts +10 -19
  247. package/dist/models/TagCloudResourcesRequest.js.map +1 -1
  248. package/dist/models/TagCloudResourcesResponseBody.d.ts +27 -10
  249. package/dist/models/TagCloudResourcesResponseBody.js.map +1 -1
  250. package/dist/models/UnassignWuyingServerPrivateAddressesResponseBody.d.ts +0 -3
  251. package/dist/models/UnassignWuyingServerPrivateAddressesResponseBody.js.map +1 -1
  252. package/dist/models/UnbindRequest.d.ts +3 -7
  253. package/dist/models/UnbindRequest.js.map +1 -1
  254. package/dist/models/UntagCloudResourcesRequest.d.ts +6 -14
  255. package/dist/models/UntagCloudResourcesRequest.js.map +1 -1
  256. package/dist/models/UntagCloudResourcesResponseBody.d.ts +4 -16
  257. package/dist/models/UntagCloudResourcesResponseBody.js.map +1 -1
  258. package/dist/models/UpdateAppInstanceGroupImageRequest.d.ts +3 -12
  259. package/dist/models/UpdateAppInstanceGroupImageRequest.js.map +1 -1
  260. package/dist/models/UpdateAppInstanceGroupImageResponseBody.d.ts +2 -2
  261. package/dist/models/UpdateModelProviderTemplateRequest.d.ts +32 -0
  262. package/dist/models/UpdateModelProviderTemplateRequest.js.map +1 -1
  263. package/dist/models/UpdateModelProviderTemplateResponseBody.d.ts +3 -0
  264. package/dist/models/UpdateModelProviderTemplateResponseBody.js.map +1 -1
  265. package/dist/models/UpdateModelProviderTemplateShrinkRequest.d.ts +23 -0
  266. package/dist/models/UpdateModelProviderTemplateShrinkRequest.js.map +1 -1
  267. package/dist/models/UpdateModelTemplateRequest.d.ts +15 -0
  268. package/dist/models/UpdateModelTemplateRequest.js.map +1 -1
  269. package/dist/models/UpdateModelTemplateResponseBody.d.ts +3 -0
  270. package/dist/models/UpdateModelTemplateResponseBody.js.map +1 -1
  271. package/dist/models/UpdateWuyingServerImageRequest.d.ts +1 -1
  272. package/dist/models/UpdateWuyingServerImageResponseBody.d.ts +1 -1
  273. package/package.json +1 -1
  274. package/src/client.ts +377 -199
  275. package/src/models/ApproveOtaTaskRequest.ts +6 -12
  276. package/src/models/ApproveOtaTaskResponseBody.ts +2 -2
  277. package/src/models/AuthorizeInstanceGroupRequest.ts +18 -8
  278. package/src/models/AuthorizeInstanceGroupResponseBody.ts +3 -0
  279. package/src/models/AuthorizeInstanceGroupShrinkRequest.ts +18 -3
  280. package/src/models/BatchCreateLlmTemplatesRequest.ts +28 -0
  281. package/src/models/BatchCreateLlmTemplatesResponseBody.ts +27 -0
  282. package/src/models/ConfigResourceGroupModelTemplateRequest.ts +4 -0
  283. package/src/models/ConfigResourceGroupModelTemplateResponseBody.ts +3 -0
  284. package/src/models/ConfigRuntimeChannelRequest.ts +21 -0
  285. package/src/models/ConfigRuntimeChannelResponseBody.ts +3 -0
  286. package/src/models/ConfigRuntimeModelTemplateRequest.ts +6 -0
  287. package/src/models/ConfigRuntimeModelTemplateResponseBody.ts +31 -0
  288. package/src/models/CreateAppInstanceGroupRequest.ts +109 -209
  289. package/src/models/CreateAppInstanceGroupResponseBody.ts +2 -2
  290. package/src/models/CreateAppInstanceGroupShrinkRequest.ts +37 -67
  291. package/src/models/CreateImageByInstanceRequest.ts +6 -21
  292. package/src/models/CreateImageByInstanceResponseBody.ts +7 -7
  293. package/src/models/CreateImageFromAppInstanceGroupRequest.ts +2 -6
  294. package/src/models/CreateModelProviderTemplateRequest.ts +36 -0
  295. package/src/models/CreateModelProviderTemplateResponseBody.ts +10 -0
  296. package/src/models/CreateModelTemplateRequest.ts +16 -0
  297. package/src/models/CreateModelTemplateResponseBody.ts +10 -0
  298. package/src/models/CreateWuyingServerRequest.ts +54 -41
  299. package/src/models/DeleteAppInstanceGroupRequest.ts +1 -5
  300. package/src/models/DeleteAppInstancesRequest.ts +2 -6
  301. package/src/models/DeleteAppInstancesResponseBody.ts +5 -10
  302. package/src/models/DeleteImageRequest.ts +1 -1
  303. package/src/models/DeleteImageResponseBody.ts +6 -11
  304. package/src/models/DeleteLlmTemplateRequest.ts +2 -0
  305. package/src/models/DeleteLlmTemplateResponseBody.ts +3 -0
  306. package/src/models/DeleteModelProviderTemplateRequest.ts +2 -0
  307. package/src/models/DeleteModelProviderTemplateResponseBody.ts +3 -0
  308. package/src/models/DeleteModelTemplateRequest.ts +2 -0
  309. package/src/models/DeleteModelTemplateResponseBody.ts +3 -0
  310. package/src/models/DeleteWuyingServerRequest.ts +1 -1
  311. package/src/models/DeliverToUserSlsRequest.ts +18 -0
  312. package/src/models/DeliverToUserSlsResponseBody.ts +3 -0
  313. package/src/models/DescribeWuyingServerEipInfoRequest.ts +5 -6
  314. package/src/models/DescribeWuyingServerEipInfoResponseBody.ts +2 -2
  315. package/src/models/DescribeWuyingServerResponseBody.ts +0 -3
  316. package/src/models/GetAppInstanceGroupRequest.ts +1 -5
  317. package/src/models/GetAppInstanceGroupResponseBody.ts +78 -98
  318. package/src/models/GetConnectionTicketRequest.ts +19 -18
  319. package/src/models/GetConnectionTicketResponseBody.ts +7 -18
  320. package/src/models/GetDebugAppInstanceRequest.ts +1 -5
  321. package/src/models/GetDebugAppInstanceResponseBody.ts +4 -4
  322. package/src/models/GetModelProviderTemplateRequest.ts +2 -0
  323. package/src/models/GetModelProviderTemplateResponseBody.ts +33 -0
  324. package/src/models/GetOtaTaskByTaskIdRequest.ts +1 -1
  325. package/src/models/GetOtaTaskByTaskIdResponseBody.ts +7 -4
  326. package/src/models/GetResourcePriceRequest.ts +17 -39
  327. package/src/models/GetResourcePriceResponseBody.ts +37 -34
  328. package/src/models/GetResourceRenewPriceRequest.ts +12 -16
  329. package/src/models/GetResourceRenewPriceResponseBody.ts +18 -14
  330. package/src/models/GetRuntimeChannelRequest.ts +16 -0
  331. package/src/models/GetRuntimeChannelResponseBody.ts +44 -0
  332. package/src/models/GetRuntimeModelConfigRequest.ts +18 -0
  333. package/src/models/GetRuntimeModelConfigResponseBody.ts +86 -0
  334. package/src/models/ListAppInstanceGroupRequest.ts +32 -18
  335. package/src/models/ListAppInstanceGroupResponseBody.ts +112 -119
  336. package/src/models/ListAppInstancesRequest.ts +8 -13
  337. package/src/models/ListAppInstancesResponseBody.ts +20 -28
  338. package/src/models/ListAuthorizedUserGroupsRequest.ts +8 -9
  339. package/src/models/ListAuthorizedUserGroupsResponseBody.ts +9 -12
  340. package/src/models/ListBindInfoRequest.ts +12 -12
  341. package/src/models/ListBindInfoResponseBody.ts +9 -20
  342. package/src/models/ListDesktopAgentRuntimeRequest.ts +95 -1
  343. package/src/models/ListDesktopAgentRuntimeResponseBody.ts +151 -0
  344. package/src/models/ListImageRequest.ts +18 -75
  345. package/src/models/ListImageResponseBody.ts +43 -60
  346. package/src/models/ListLlmTemplatesRequest.ts +19 -0
  347. package/src/models/ListLlmTemplatesResponseBody.ts +41 -0
  348. package/src/models/ListLlmTemplatesShrinkRequest.ts +19 -0
  349. package/src/models/ListModelProviderTemplatesRequest.ts +23 -0
  350. package/src/models/ListModelProviderTemplatesResponseBody.ts +45 -0
  351. package/src/models/ListModelProviderTemplatesShrinkRequest.ts +23 -0
  352. package/src/models/ListModelTemplateResourceGroupRequest.ts +12 -0
  353. package/src/models/ListModelTemplateResourceGroupResponseBody.ts +19 -0
  354. package/src/models/ListModelTemplatesRequest.ts +20 -0
  355. package/src/models/ListModelTemplatesResponseBody.ts +38 -0
  356. package/src/models/ListModelTemplatesShrinkRequest.ts +20 -0
  357. package/src/models/ListNodeInstanceTypeRequest.ts +55 -24
  358. package/src/models/ListNodeInstanceTypeResponseBody.ts +26 -20
  359. package/src/models/ListNodesRequest.ts +3 -7
  360. package/src/models/ListNodesResponseBody.ts +8 -14
  361. package/src/models/ListOtaTaskRequest.ts +4 -8
  362. package/src/models/ListOtaTaskResponseBody.ts +5 -14
  363. package/src/models/ListPersistentAppInstancesRequest.ts +4 -10
  364. package/src/models/ListPersistentAppInstancesResponseBody.ts +12 -36
  365. package/src/models/ListRegionsRequest.ts +1 -5
  366. package/src/models/ListRegionsResponseBody.ts +1 -1
  367. package/src/models/ListTagCloudResourcesRequest.ts +5 -17
  368. package/src/models/ListTagCloudResourcesResponseBody.ts +5 -17
  369. package/src/models/ListTenantConfigResponseBody.ts +2 -7
  370. package/src/models/ListWuyingServerRequest.ts +11 -5
  371. package/src/models/ListWuyingServerResponseBody.ts +37 -27
  372. package/src/models/LogOffAllSessionsInAppInstanceGroupRequest.ts +1 -5
  373. package/src/models/LogOffAllSessionsInAppInstanceGroupResponseBody.ts +2 -2
  374. package/src/models/ModifyAppInstanceGroupAttributeRequest.ts +22 -60
  375. package/src/models/ModifyAppInstanceGroupAttributeResponseBody.ts +2 -2
  376. package/src/models/ModifyAppInstanceGroupAttributeShrinkRequest.ts +12 -24
  377. package/src/models/ModifyAppPolicyRequest.ts +14 -28
  378. package/src/models/ModifyAppPolicyShrinkRequest.ts +1 -5
  379. package/src/models/ModifyBrowserInstanceGroupRequest.ts +32 -81
  380. package/src/models/ModifyBrowserInstanceGroupShrinkRequest.ts +4 -4
  381. package/src/models/ModifyNodePoolAmountRequest.ts +5 -13
  382. package/src/models/ModifyNodePoolAmountResponseBody.ts +1 -1
  383. package/src/models/ModifyNodePoolAmountShrinkRequest.ts +2 -6
  384. package/src/models/ModifyNodePoolAttributeRequest.ts +42 -51
  385. package/src/models/ModifyNodePoolAttributeResponseBody.ts +9 -0
  386. package/src/models/ModifyNodePoolAttributeShrinkRequest.ts +14 -11
  387. package/src/models/ModifyTenantConfigRequest.ts +1 -6
  388. package/src/models/ModifyWuyingServerAttributeRequest.ts +3 -3
  389. package/src/models/PageListAppInstanceGroupUserRequest.ts +3 -7
  390. package/src/models/PageListAppInstanceGroupUserResponseBody.ts +1 -1
  391. package/src/models/RemoveResourceGroupModelTemplateRequest.ts +4 -0
  392. package/src/models/RemoveResourceGroupModelTemplateResponseBody.ts +22 -0
  393. package/src/models/RemoveRuntimeChannelRequest.ts +11 -0
  394. package/src/models/RemoveRuntimeChannelResponseBody.ts +3 -0
  395. package/src/models/RemoveRuntimeModelTemplateRequest.ts +6 -0
  396. package/src/models/RemoveRuntimeModelTemplateResponseBody.ts +29 -0
  397. package/src/models/RenewAppInstanceGroupRequest.ts +12 -21
  398. package/src/models/RenewAppInstanceGroupResponseBody.ts +2 -2
  399. package/src/models/RenewAppInstanceGroupShrinkRequest.ts +12 -21
  400. package/src/models/RenewWuyingServerRequest.ts +3 -8
  401. package/src/models/StartTaskForDistributeImageRequest.ts +3 -9
  402. package/src/models/StartTaskForDistributeImageResponseBody.ts +5 -5
  403. package/src/models/StopWuyingServerRequest.ts +3 -5
  404. package/src/models/TagCloudResourcesRequest.ts +10 -19
  405. package/src/models/TagCloudResourcesResponseBody.ts +27 -10
  406. package/src/models/UnassignWuyingServerPrivateAddressesResponseBody.ts +0 -3
  407. package/src/models/UnbindRequest.ts +3 -7
  408. package/src/models/UntagCloudResourcesRequest.ts +6 -14
  409. package/src/models/UntagCloudResourcesResponseBody.ts +4 -16
  410. package/src/models/UpdateAppInstanceGroupImageRequest.ts +3 -12
  411. package/src/models/UpdateAppInstanceGroupImageResponseBody.ts +2 -2
  412. package/src/models/UpdateModelProviderTemplateRequest.ts +32 -0
  413. package/src/models/UpdateModelProviderTemplateResponseBody.ts +3 -0
  414. package/src/models/UpdateModelProviderTemplateShrinkRequest.ts +23 -0
  415. package/src/models/UpdateModelTemplateRequest.ts +15 -0
  416. package/src/models/UpdateModelTemplateResponseBody.ts +3 -0
  417. package/src/models/UpdateWuyingServerImageRequest.ts +1 -1
  418. package/src/models/UpdateWuyingServerImageResponseBody.ts +1 -1
package/dist/client.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,7 +751,11 @@ 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
@@ -673,7 +777,11 @@ export default class Client extends OpenApi {
673
777
  */
674
778
  listModelProviderEndpoints(request: $_model.ListModelProviderEndpointsRequest): Promise<$_model.ListModelProviderEndpointsResponse>;
675
779
  /**
676
- * 查询模型提供商模板列表
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.
677
785
  *
678
786
  * @param tmpReq - ListModelProviderTemplatesRequest
679
787
  * @param runtime - runtime options for this request RuntimeOptions
@@ -681,14 +789,22 @@ export default class Client extends OpenApi {
681
789
  */
682
790
  listModelProviderTemplatesWithOptions(tmpReq: $_model.ListModelProviderTemplatesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListModelProviderTemplatesResponse>;
683
791
  /**
684
- * 查询模型提供商模板列表
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.
685
797
  *
686
798
  * @param request - ListModelProviderTemplatesRequest
687
799
  * @returns ListModelProviderTemplatesResponse
688
800
  */
689
801
  listModelProviderTemplates(request: $_model.ListModelProviderTemplatesRequest): Promise<$_model.ListModelProviderTemplatesResponse>;
690
802
  /**
691
- * 查询模型分组绑定的资源组列表
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.
692
808
  *
693
809
  * @param request - ListModelTemplateResourceGroupRequest
694
810
  * @param runtime - runtime options for this request RuntimeOptions
@@ -696,14 +812,22 @@ export default class Client extends OpenApi {
696
812
  */
697
813
  listModelTemplateResourceGroupWithOptions(request: $_model.ListModelTemplateResourceGroupRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListModelTemplateResourceGroupResponse>;
698
814
  /**
699
- * 查询模型分组绑定的资源组列表
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.
700
820
  *
701
821
  * @param request - ListModelTemplateResourceGroupRequest
702
822
  * @returns ListModelTemplateResourceGroupResponse
703
823
  */
704
824
  listModelTemplateResourceGroup(request: $_model.ListModelTemplateResourceGroupRequest): Promise<$_model.ListModelTemplateResourceGroupResponse>;
705
825
  /**
706
- * 查询模型模板列表
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.
707
831
  *
708
832
  * @param tmpReq - ListModelTemplatesRequest
709
833
  * @param runtime - runtime options for this request RuntimeOptions
@@ -711,14 +835,18 @@ export default class Client extends OpenApi {
711
835
  */
712
836
  listModelTemplatesWithOptions(tmpReq: $_model.ListModelTemplatesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListModelTemplatesResponse>;
713
837
  /**
714
- * 查询模型模板列表
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.
715
843
  *
716
844
  * @param request - ListModelTemplatesRequest
717
845
  * @returns ListModelTemplatesResponse
718
846
  */
719
847
  listModelTemplates(request: $_model.ListModelTemplatesRequest): Promise<$_model.ListModelTemplatesResponse>;
720
848
  /**
721
- * 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.
722
850
  *
723
851
  * @param request - ListNodeInstanceTypeRequest
724
852
  * @param runtime - runtime options for this request RuntimeOptions
@@ -726,14 +854,14 @@ export default class Client extends OpenApi {
726
854
  */
727
855
  listNodeInstanceTypeWithOptions(request: $_model.ListNodeInstanceTypeRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListNodeInstanceTypeResponse>;
728
856
  /**
729
- * 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.
730
858
  *
731
859
  * @param request - ListNodeInstanceTypeRequest
732
860
  * @returns ListNodeInstanceTypeResponse
733
861
  */
734
862
  listNodeInstanceType(request: $_model.ListNodeInstanceTypeRequest): Promise<$_model.ListNodeInstanceTypeResponse>;
735
863
  /**
736
- * Queries resource nodes.
864
+ * Queries the list of resource nodes.
737
865
  *
738
866
  * @param request - ListNodesRequest
739
867
  * @param runtime - runtime options for this request RuntimeOptions
@@ -741,14 +869,14 @@ export default class Client extends OpenApi {
741
869
  */
742
870
  listNodesWithOptions(request: $_model.ListNodesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListNodesResponse>;
743
871
  /**
744
- * Queries resource nodes.
872
+ * Queries the list of resource nodes.
745
873
  *
746
874
  * @param request - ListNodesRequest
747
875
  * @returns ListNodesResponse
748
876
  */
749
877
  listNodes(request: $_model.ListNodesRequest): Promise<$_model.ListNodesResponse>;
750
878
  /**
751
- * Queries the information about over-the-air (OTA) update tasks.
879
+ * Queries the history of over-the-air updates.
752
880
  *
753
881
  * @param request - ListOtaTaskRequest
754
882
  * @param runtime - runtime options for this request RuntimeOptions
@@ -756,14 +884,14 @@ export default class Client extends OpenApi {
756
884
  */
757
885
  listOtaTaskWithOptions(request: $_model.ListOtaTaskRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListOtaTaskResponse>;
758
886
  /**
759
- * Queries the information about over-the-air (OTA) update tasks.
887
+ * Queries the history of over-the-air updates.
760
888
  *
761
889
  * @param request - ListOtaTaskRequest
762
890
  * @returns ListOtaTaskResponse
763
891
  */
764
892
  listOtaTask(request: $_model.ListOtaTaskRequest): Promise<$_model.ListOtaTaskResponse>;
765
893
  /**
766
- * 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.
767
895
  *
768
896
  * @param request - ListPersistentAppInstancesRequest
769
897
  * @param runtime - runtime options for this request RuntimeOptions
@@ -771,17 +899,17 @@ export default class Client extends OpenApi {
771
899
  */
772
900
  listPersistentAppInstancesWithOptions(request: $_model.ListPersistentAppInstancesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListPersistentAppInstancesResponse>;
773
901
  /**
774
- * 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.
775
903
  *
776
904
  * @param request - ListPersistentAppInstancesRequest
777
905
  * @returns ListPersistentAppInstancesResponse
778
906
  */
779
907
  listPersistentAppInstances(request: $_model.ListPersistentAppInstancesRequest): Promise<$_model.ListPersistentAppInstancesResponse>;
780
908
  /**
781
- * Queries the regions that are supported by App Streaming.
909
+ * Queries the regions supported by WUYING Cloud Application.
782
910
  *
783
911
  * @remarks
784
- * > 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).
785
913
  *
786
914
  * @param request - ListRegionsRequest
787
915
  * @param runtime - runtime options for this request RuntimeOptions
@@ -789,17 +917,17 @@ export default class Client extends OpenApi {
789
917
  */
790
918
  listRegionsWithOptions(request: $_model.ListRegionsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListRegionsResponse>;
791
919
  /**
792
- * Queries the regions that are supported by App Streaming.
920
+ * Queries the regions supported by WUYING Cloud Application.
793
921
  *
794
922
  * @remarks
795
- * > 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).
796
924
  *
797
925
  * @param request - ListRegionsRequest
798
926
  * @returns ListRegionsResponse
799
927
  */
800
928
  listRegions(request: $_model.ListRegionsRequest): Promise<$_model.ListRegionsResponse>;
801
929
  /**
802
- * Queries the tags added to one or more cloud resources.
930
+ * Queries the tag list of one or more specified cloud resources.
803
931
  *
804
932
  * @param request - ListTagCloudResourcesRequest
805
933
  * @param runtime - runtime options for this request RuntimeOptions
@@ -807,21 +935,21 @@ export default class Client extends OpenApi {
807
935
  */
808
936
  listTagCloudResourcesWithOptions(request: $_model.ListTagCloudResourcesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListTagCloudResourcesResponse>;
809
937
  /**
810
- * Queries the tags added to one or more cloud resources.
938
+ * Queries the tag list of one or more specified cloud resources.
811
939
  *
812
940
  * @param request - ListTagCloudResourcesRequest
813
941
  * @returns ListTagCloudResourcesResponse
814
942
  */
815
943
  listTagCloudResources(request: $_model.ListTagCloudResourcesRequest): Promise<$_model.ListTagCloudResourcesResponse>;
816
944
  /**
817
- * 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.
818
946
  *
819
947
  * @param runtime - runtime options for this request RuntimeOptions
820
948
  * @returns ListTenantConfigResponse
821
949
  */
822
950
  listTenantConfigWithOptions(runtime: $dara.RuntimeOptions): Promise<$_model.ListTenantConfigResponse>;
823
951
  /**
824
- * 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.
825
953
  * @returns ListTenantConfigResponse
826
954
  */
827
955
  listTenantConfig(): Promise<$_model.ListTenantConfigResponse>;
@@ -841,10 +969,10 @@ export default class Client extends OpenApi {
841
969
  */
842
970
  listWuyingServer(request: $_model.ListWuyingServerRequest): Promise<$_model.ListWuyingServerResponse>;
843
971
  /**
844
- * 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.
845
973
  *
846
974
  * @remarks
847
- * > 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.
848
976
  *
849
977
  * @param request - LogOffAllSessionsInAppInstanceGroupRequest
850
978
  * @param runtime - runtime options for this request RuntimeOptions
@@ -852,17 +980,17 @@ export default class Client extends OpenApi {
852
980
  */
853
981
  logOffAllSessionsInAppInstanceGroupWithOptions(request: $_model.LogOffAllSessionsInAppInstanceGroupRequest, runtime: $dara.RuntimeOptions): Promise<$_model.LogOffAllSessionsInAppInstanceGroupResponse>;
854
982
  /**
855
- * 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.
856
984
  *
857
985
  * @remarks
858
- * > 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.
859
987
  *
860
988
  * @param request - LogOffAllSessionsInAppInstanceGroupRequest
861
989
  * @returns LogOffAllSessionsInAppInstanceGroupResponse
862
990
  */
863
991
  logOffAllSessionsInAppInstanceGroup(request: $_model.LogOffAllSessionsInAppInstanceGroupRequest): Promise<$_model.LogOffAllSessionsInAppInstanceGroupResponse>;
864
992
  /**
865
- * 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.
866
994
  *
867
995
  * @param tmpReq - ModifyAppInstanceGroupAttributeRequest
868
996
  * @param runtime - runtime options for this request RuntimeOptions
@@ -870,14 +998,14 @@ export default class Client extends OpenApi {
870
998
  */
871
999
  modifyAppInstanceGroupAttributeWithOptions(tmpReq: $_model.ModifyAppInstanceGroupAttributeRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyAppInstanceGroupAttributeResponse>;
872
1000
  /**
873
- * 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.
874
1002
  *
875
1003
  * @param request - ModifyAppInstanceGroupAttributeRequest
876
1004
  * @returns ModifyAppInstanceGroupAttributeResponse
877
1005
  */
878
1006
  modifyAppInstanceGroupAttribute(request: $_model.ModifyAppInstanceGroupAttributeRequest): Promise<$_model.ModifyAppInstanceGroupAttributeResponse>;
879
1007
  /**
880
- * 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.
881
1009
  *
882
1010
  * @param tmpReq - ModifyAppPolicyRequest
883
1011
  * @param runtime - runtime options for this request RuntimeOptions
@@ -885,17 +1013,17 @@ export default class Client extends OpenApi {
885
1013
  */
886
1014
  modifyAppPolicyWithOptions(tmpReq: $_model.ModifyAppPolicyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyAppPolicyResponse>;
887
1015
  /**
888
- * 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.
889
1017
  *
890
1018
  * @param request - ModifyAppPolicyRequest
891
1019
  * @returns ModifyAppPolicyResponse
892
1020
  */
893
1021
  modifyAppPolicy(request: $_model.ModifyAppPolicyRequest): Promise<$_model.ModifyAppPolicyResponse>;
894
1022
  /**
895
- * Modifies the properties of the cloud browser.
1023
+ * Modifies the attributes of a Wuying Cloud Browser.
896
1024
  *
897
1025
  * @remarks
898
- * Modifies the properties of the cloud browser.
1026
+ * Modifies the attributes of a Wuying Cloud Browser.
899
1027
  *
900
1028
  * @param tmpReq - ModifyBrowserInstanceGroupRequest
901
1029
  * @param runtime - runtime options for this request RuntimeOptions
@@ -903,17 +1031,17 @@ export default class Client extends OpenApi {
903
1031
  */
904
1032
  modifyBrowserInstanceGroupWithOptions(tmpReq: $_model.ModifyBrowserInstanceGroupRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyBrowserInstanceGroupResponse>;
905
1033
  /**
906
- * Modifies the properties of the cloud browser.
1034
+ * Modifies the attributes of a Wuying Cloud Browser.
907
1035
  *
908
1036
  * @remarks
909
- * Modifies the properties of the cloud browser.
1037
+ * Modifies the attributes of a Wuying Cloud Browser.
910
1038
  *
911
1039
  * @param request - ModifyBrowserInstanceGroupRequest
912
1040
  * @returns ModifyBrowserInstanceGroupResponse
913
1041
  */
914
1042
  modifyBrowserInstanceGroup(request: $_model.ModifyBrowserInstanceGroupRequest): Promise<$_model.ModifyBrowserInstanceGroupResponse>;
915
1043
  /**
916
- * Changes the number of nodes in a subscription delivery group.
1044
+ * Upgrades the number of nodes in a subscription delivery group.
917
1045
  *
918
1046
  * @param tmpReq - ModifyNodePoolAmountRequest
919
1047
  * @param runtime - runtime options for this request RuntimeOptions
@@ -921,21 +1049,21 @@ export default class Client extends OpenApi {
921
1049
  */
922
1050
  modifyNodePoolAmountWithOptions(tmpReq: $_model.ModifyNodePoolAmountRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyNodePoolAmountResponse>;
923
1051
  /**
924
- * Changes the number of nodes in a subscription delivery group.
1052
+ * Upgrades the number of nodes in a subscription delivery group.
925
1053
  *
926
1054
  * @param request - ModifyNodePoolAmountRequest
927
1055
  * @returns ModifyNodePoolAmountResponse
928
1056
  */
929
1057
  modifyNodePoolAmount(request: $_model.ModifyNodePoolAmountRequest): Promise<$_model.ModifyNodePoolAmountResponse>;
930
1058
  /**
931
- * 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.
932
1060
  *
933
1061
  * @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.
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.
939
1067
  *
940
1068
  * @param tmpReq - ModifyNodePoolAttributeRequest
941
1069
  * @param runtime - runtime options for this request RuntimeOptions
@@ -943,21 +1071,21 @@ export default class Client extends OpenApi {
943
1071
  */
944
1072
  modifyNodePoolAttributeWithOptions(tmpReq: $_model.ModifyNodePoolAttributeRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyNodePoolAttributeResponse>;
945
1073
  /**
946
- * 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.
947
1075
  *
948
1076
  * @remarks
949
- * You can select one of the following scaling policies for cloud app resources:
950
- * * No scaling: Resources are not scaled.
951
- * * Auto scaling: Resources are automatically scaled based on the number of connected sessions and the duration during which no session is connected.
952
- * * Scheduled scaling: Resources are scaled during specific periods of time on specific dates.
953
- * 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.
954
1082
  *
955
1083
  * @param request - ModifyNodePoolAttributeRequest
956
1084
  * @returns ModifyNodePoolAttributeResponse
957
1085
  */
958
1086
  modifyNodePoolAttribute(request: $_model.ModifyNodePoolAttributeRequest): Promise<$_model.ModifyNodePoolAttributeResponse>;
959
1087
  /**
960
- * 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.
961
1089
  *
962
1090
  * @param request - ModifyTenantConfigRequest
963
1091
  * @param runtime - runtime options for this request RuntimeOptions
@@ -965,14 +1093,14 @@ export default class Client extends OpenApi {
965
1093
  */
966
1094
  modifyTenantConfigWithOptions(request: $_model.ModifyTenantConfigRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyTenantConfigResponse>;
967
1095
  /**
968
- * 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.
969
1097
  *
970
1098
  * @param request - ModifyTenantConfigRequest
971
1099
  * @returns ModifyTenantConfigResponse
972
1100
  */
973
1101
  modifyTenantConfig(request: $_model.ModifyTenantConfigRequest): Promise<$_model.ModifyTenantConfigResponse>;
974
1102
  /**
975
- * Modify workstation properties.
1103
+ * Modifies the properties of a cloud graphics workstation.
976
1104
  *
977
1105
  * @param request - ModifyWuyingServerAttributeRequest
978
1106
  * @param runtime - runtime options for this request RuntimeOptions
@@ -980,14 +1108,14 @@ export default class Client extends OpenApi {
980
1108
  */
981
1109
  modifyWuyingServerAttributeWithOptions(request: $_model.ModifyWuyingServerAttributeRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyWuyingServerAttributeResponse>;
982
1110
  /**
983
- * Modify workstation properties.
1111
+ * Modifies the properties of a cloud graphics workstation.
984
1112
  *
985
1113
  * @param request - ModifyWuyingServerAttributeRequest
986
1114
  * @returns ModifyWuyingServerAttributeResponse
987
1115
  */
988
1116
  modifyWuyingServerAttribute(request: $_model.ModifyWuyingServerAttributeRequest): Promise<$_model.ModifyWuyingServerAttributeResponse>;
989
1117
  /**
990
- * 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.
991
1119
  *
992
1120
  * @param request - PageListAppInstanceGroupUserRequest
993
1121
  * @param runtime - runtime options for this request RuntimeOptions
@@ -995,14 +1123,20 @@ export default class Client extends OpenApi {
995
1123
  */
996
1124
  pageListAppInstanceGroupUserWithOptions(request: $_model.PageListAppInstanceGroupUserRequest, runtime: $dara.RuntimeOptions): Promise<$_model.PageListAppInstanceGroupUserResponse>;
997
1125
  /**
998
- * 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.
999
1127
  *
1000
1128
  * @param request - PageListAppInstanceGroupUserRequest
1001
1129
  * @returns PageListAppInstanceGroupUserResponse
1002
1130
  */
1003
1131
  pageListAppInstanceGroupUser(request: $_model.PageListAppInstanceGroupUserRequest): Promise<$_model.PageListAppInstanceGroupUserResponse>;
1004
1132
  /**
1005
- * 移除资源组模型模板配置
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.
1006
1140
  *
1007
1141
  * @param request - RemoveResourceGroupModelTemplateRequest
1008
1142
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1010,14 +1144,24 @@ export default class Client extends OpenApi {
1010
1144
  */
1011
1145
  removeResourceGroupModelTemplateWithOptions(request: $_model.RemoveResourceGroupModelTemplateRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RemoveResourceGroupModelTemplateResponse>;
1012
1146
  /**
1013
- * 移除资源组模型模板配置
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.
1014
1154
  *
1015
1155
  * @param request - RemoveResourceGroupModelTemplateRequest
1016
1156
  * @returns RemoveResourceGroupModelTemplateResponse
1017
1157
  */
1018
1158
  removeResourceGroupModelTemplate(request: $_model.RemoveResourceGroupModelTemplateRequest): Promise<$_model.RemoveResourceGroupModelTemplateResponse>;
1019
1159
  /**
1020
- * 移除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.
1021
1165
  *
1022
1166
  * @param request - RemoveRuntimeChannelRequest
1023
1167
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1025,14 +1169,22 @@ export default class Client extends OpenApi {
1025
1169
  */
1026
1170
  removeRuntimeChannelWithOptions(request: $_model.RemoveRuntimeChannelRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RemoveRuntimeChannelResponse>;
1027
1171
  /**
1028
- * 移除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.
1029
1177
  *
1030
1178
  * @param request - RemoveRuntimeChannelRequest
1031
1179
  * @returns RemoveRuntimeChannelResponse
1032
1180
  */
1033
1181
  removeRuntimeChannel(request: $_model.RemoveRuntimeChannelRequest): Promise<$_model.RemoveRuntimeChannelResponse>;
1034
1182
  /**
1035
- * 通过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.
1036
1188
  *
1037
1189
  * @param request - RemoveRuntimeModelTemplateRequest
1038
1190
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1040,7 +1192,11 @@ export default class Client extends OpenApi {
1040
1192
  */
1041
1193
  removeRuntimeModelTemplateWithOptions(request: $_model.RemoveRuntimeModelTemplateRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RemoveRuntimeModelTemplateResponse>;
1042
1194
  /**
1043
- * 通过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.
1044
1200
  *
1045
1201
  * @param request - RemoveRuntimeModelTemplateRequest
1046
1202
  * @returns RemoveRuntimeModelTemplateResponse
@@ -1050,7 +1206,7 @@ export default class Client extends OpenApi {
1050
1206
  * Renews a delivery group.
1051
1207
  *
1052
1208
  * @remarks
1053
- * 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.
1054
1210
  *
1055
1211
  * @param tmpReq - RenewAppInstanceGroupRequest
1056
1212
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1061,14 +1217,14 @@ export default class Client extends OpenApi {
1061
1217
  * Renews a delivery group.
1062
1218
  *
1063
1219
  * @remarks
1064
- * 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.
1065
1221
  *
1066
1222
  * @param request - RenewAppInstanceGroupRequest
1067
1223
  * @returns RenewAppInstanceGroupResponse
1068
1224
  */
1069
1225
  renewAppInstanceGroup(request: $_model.RenewAppInstanceGroupRequest): Promise<$_model.RenewAppInstanceGroupResponse>;
1070
1226
  /**
1071
- * Renew one workstation.
1227
+ * Renews a workstation.
1072
1228
  *
1073
1229
  * @param request - RenewWuyingServerRequest
1074
1230
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1076,14 +1232,14 @@ export default class Client extends OpenApi {
1076
1232
  */
1077
1233
  renewWuyingServerWithOptions(request: $_model.RenewWuyingServerRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RenewWuyingServerResponse>;
1078
1234
  /**
1079
- * Renew one workstation.
1235
+ * Renews a workstation.
1080
1236
  *
1081
1237
  * @param request - RenewWuyingServerRequest
1082
1238
  * @returns RenewWuyingServerResponse
1083
1239
  */
1084
1240
  renewWuyingServer(request: $_model.RenewWuyingServerRequest): Promise<$_model.RenewWuyingServerResponse>;
1085
1241
  /**
1086
- * Restarts the workstation.
1242
+ * Restarts a workstation.
1087
1243
  *
1088
1244
  * @param request - RestartWuyingServerRequest
1089
1245
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1091,14 +1247,14 @@ export default class Client extends OpenApi {
1091
1247
  */
1092
1248
  restartWuyingServerWithOptions(request: $_model.RestartWuyingServerRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RestartWuyingServerResponse>;
1093
1249
  /**
1094
- * Restarts the workstation.
1250
+ * Restarts a workstation.
1095
1251
  *
1096
1252
  * @param request - RestartWuyingServerRequest
1097
1253
  * @returns RestartWuyingServerResponse
1098
1254
  */
1099
1255
  restartWuyingServer(request: $_model.RestartWuyingServerRequest): Promise<$_model.RestartWuyingServerResponse>;
1100
1256
  /**
1101
- * Initiates a task to replicate an image to another region.
1257
+ * Initiates a task to copy an image to other regions.
1102
1258
  *
1103
1259
  * @param request - StartTaskForDistributeImageRequest
1104
1260
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1106,14 +1262,14 @@ export default class Client extends OpenApi {
1106
1262
  */
1107
1263
  startTaskForDistributeImageWithOptions(request: $_model.StartTaskForDistributeImageRequest, runtime: $dara.RuntimeOptions): Promise<$_model.StartTaskForDistributeImageResponse>;
1108
1264
  /**
1109
- * Initiates a task to replicate an image to another region.
1265
+ * Initiates a task to copy an image to other regions.
1110
1266
  *
1111
1267
  * @param request - StartTaskForDistributeImageRequest
1112
1268
  * @returns StartTaskForDistributeImageResponse
1113
1269
  */
1114
1270
  startTaskForDistributeImage(request: $_model.StartTaskForDistributeImageRequest): Promise<$_model.StartTaskForDistributeImageResponse>;
1115
1271
  /**
1116
- * Start the workstation.
1272
+ * Starts a workstation.
1117
1273
  *
1118
1274
  * @param request - StartWuyingServerRequest
1119
1275
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1121,14 +1277,14 @@ export default class Client extends OpenApi {
1121
1277
  */
1122
1278
  startWuyingServerWithOptions(request: $_model.StartWuyingServerRequest, runtime: $dara.RuntimeOptions): Promise<$_model.StartWuyingServerResponse>;
1123
1279
  /**
1124
- * Start the workstation.
1280
+ * Starts a workstation.
1125
1281
  *
1126
1282
  * @param request - StartWuyingServerRequest
1127
1283
  * @returns StartWuyingServerResponse
1128
1284
  */
1129
1285
  startWuyingServer(request: $_model.StartWuyingServerRequest): Promise<$_model.StartWuyingServerResponse>;
1130
1286
  /**
1131
- * Stops the workstation.
1287
+ * Stops a workstation.
1132
1288
  *
1133
1289
  * @param request - StopWuyingServerRequest
1134
1290
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1136,14 +1292,14 @@ export default class Client extends OpenApi {
1136
1292
  */
1137
1293
  stopWuyingServerWithOptions(request: $_model.StopWuyingServerRequest, runtime: $dara.RuntimeOptions): Promise<$_model.StopWuyingServerResponse>;
1138
1294
  /**
1139
- * Stops the workstation.
1295
+ * Stops a workstation.
1140
1296
  *
1141
1297
  * @param request - StopWuyingServerRequest
1142
1298
  * @returns StopWuyingServerResponse
1143
1299
  */
1144
1300
  stopWuyingServer(request: $_model.StopWuyingServerRequest): Promise<$_model.StopWuyingServerResponse>;
1145
1301
  /**
1146
- * 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.
1147
1303
  *
1148
1304
  * @param request - TagCloudResourcesRequest
1149
1305
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1151,7 +1307,7 @@ export default class Client extends OpenApi {
1151
1307
  */
1152
1308
  tagCloudResourcesWithOptions(request: $_model.TagCloudResourcesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.TagCloudResourcesResponse>;
1153
1309
  /**
1154
- * 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.
1155
1311
  *
1156
1312
  * @param request - TagCloudResourcesRequest
1157
1313
  * @returns TagCloudResourcesResponse
@@ -1173,7 +1329,7 @@ export default class Client extends OpenApi {
1173
1329
  */
1174
1330
  unassignWuyingServerPrivateAddresses(request: $_model.UnassignWuyingServerPrivateAddressesRequest): Promise<$_model.UnassignWuyingServerPrivateAddressesResponse>;
1175
1331
  /**
1176
- * Unbinds a user and a session.
1332
+ * Unbinds a user from a session.
1177
1333
  *
1178
1334
  * @param request - UnbindRequest
1179
1335
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1181,14 +1337,14 @@ export default class Client extends OpenApi {
1181
1337
  */
1182
1338
  unbindWithOptions(request: $_model.UnbindRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UnbindResponse>;
1183
1339
  /**
1184
- * Unbinds a user and a session.
1340
+ * Unbinds a user from a session.
1185
1341
  *
1186
1342
  * @param request - UnbindRequest
1187
1343
  * @returns UnbindResponse
1188
1344
  */
1189
1345
  unbind(request: $_model.UnbindRequest): Promise<$_model.UnbindResponse>;
1190
1346
  /**
1191
- * Removes tags from cloud resources.
1347
+ * Unbinds tags from cloud resources in a unified manner.
1192
1348
  *
1193
1349
  * @param request - UntagCloudResourcesRequest
1194
1350
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1196,7 +1352,7 @@ export default class Client extends OpenApi {
1196
1352
  */
1197
1353
  untagCloudResourcesWithOptions(request: $_model.UntagCloudResourcesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UntagCloudResourcesResponse>;
1198
1354
  /**
1199
- * Removes tags from cloud resources.
1355
+ * Unbinds tags from cloud resources in a unified manner.
1200
1356
  *
1201
1357
  * @param request - UntagCloudResourcesRequest
1202
1358
  * @returns UntagCloudResourcesResponse
@@ -1206,9 +1362,8 @@ export default class Client extends OpenApi {
1206
1362
  * Updates the image of a delivery group.
1207
1363
  *
1208
1364
  * @remarks
1209
- * *
1210
- * **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.
1211
- * > 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.
1212
1367
  *
1213
1368
  * @param request - UpdateAppInstanceGroupImageRequest
1214
1369
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1219,16 +1374,19 @@ export default class Client extends OpenApi {
1219
1374
  * Updates the image of a delivery group.
1220
1375
  *
1221
1376
  * @remarks
1222
- * *
1223
- * **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.
1224
- * > 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.
1225
1379
  *
1226
1380
  * @param request - UpdateAppInstanceGroupImageRequest
1227
1381
  * @returns UpdateAppInstanceGroupImageResponse
1228
1382
  */
1229
1383
  updateAppInstanceGroupImage(request: $_model.UpdateAppInstanceGroupImageRequest): Promise<$_model.UpdateAppInstanceGroupImageResponse>;
1230
1384
  /**
1231
- * 更新模型提供商模板
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.
1232
1390
  *
1233
1391
  * @param tmpReq - UpdateModelProviderTemplateRequest
1234
1392
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1236,14 +1394,22 @@ export default class Client extends OpenApi {
1236
1394
  */
1237
1395
  updateModelProviderTemplateWithOptions(tmpReq: $_model.UpdateModelProviderTemplateRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateModelProviderTemplateResponse>;
1238
1396
  /**
1239
- * 更新模型提供商模板
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.
1240
1402
  *
1241
1403
  * @param request - UpdateModelProviderTemplateRequest
1242
1404
  * @returns UpdateModelProviderTemplateResponse
1243
1405
  */
1244
1406
  updateModelProviderTemplate(request: $_model.UpdateModelProviderTemplateRequest): Promise<$_model.UpdateModelProviderTemplateResponse>;
1245
1407
  /**
1246
- * 更新模型模板
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.
1247
1413
  *
1248
1414
  * @param request - UpdateModelTemplateRequest
1249
1415
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1251,14 +1417,18 @@ export default class Client extends OpenApi {
1251
1417
  */
1252
1418
  updateModelTemplateWithOptions(request: $_model.UpdateModelTemplateRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateModelTemplateResponse>;
1253
1419
  /**
1254
- * 更新模型模板
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.
1255
1425
  *
1256
1426
  * @param request - UpdateModelTemplateRequest
1257
1427
  * @returns UpdateModelTemplateResponse
1258
1428
  */
1259
1429
  updateModelTemplate(request: $_model.UpdateModelTemplateRequest): Promise<$_model.UpdateModelTemplateResponse>;
1260
1430
  /**
1261
- * Updates the workstation image.
1431
+ * Updates a workstation image.
1262
1432
  *
1263
1433
  * @param request - UpdateWuyingServerImageRequest
1264
1434
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1266,7 +1436,7 @@ export default class Client extends OpenApi {
1266
1436
  */
1267
1437
  updateWuyingServerImageWithOptions(request: $_model.UpdateWuyingServerImageRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateWuyingServerImageResponse>;
1268
1438
  /**
1269
- * Updates the workstation image.
1439
+ * Updates a workstation image.
1270
1440
  *
1271
1441
  * @param request - UpdateWuyingServerImageRequest
1272
1442
  * @returns UpdateWuyingServerImageResponse