@alicloud/appstream-center20210901 4.5.0 → 4.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 (147) hide show
  1. package/dist/client.d.ts +87 -30
  2. package/dist/client.js +150 -30
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/CreateAppInstanceGroupRequest.d.ts +141 -1
  5. package/dist/models/CreateAppInstanceGroupRequest.js.map +1 -1
  6. package/dist/models/CreateAppInstanceGroupResponseBody.d.ts +4 -0
  7. package/dist/models/CreateAppInstanceGroupResponseBody.js.map +1 -1
  8. package/dist/models/CreateAppInstanceGroupShrinkRequest.d.ts +26 -0
  9. package/dist/models/CreateAppInstanceGroupShrinkRequest.js.map +1 -1
  10. package/dist/models/CreateImageByInstanceRequest.d.ts +42 -0
  11. package/dist/models/CreateImageByInstanceRequest.js.map +1 -1
  12. package/dist/models/CreateImageByInstanceResponseBody.d.ts +25 -0
  13. package/dist/models/CreateImageByInstanceResponseBody.js.map +1 -1
  14. package/dist/models/CreateWuyingServerRequest.d.ts +106 -0
  15. package/dist/models/CreateWuyingServerRequest.js +2 -0
  16. package/dist/models/CreateWuyingServerRequest.js.map +1 -1
  17. package/dist/models/CreateWuyingServerResponseBody.d.ts +14 -0
  18. package/dist/models/CreateWuyingServerResponseBody.js.map +1 -1
  19. package/dist/models/DeleteImageRequest.d.ts +3 -0
  20. package/dist/models/DeleteImageRequest.js.map +1 -1
  21. package/dist/models/DeleteImageResponseBody.d.ts +23 -0
  22. package/dist/models/DeleteImageResponseBody.js.map +1 -1
  23. package/dist/models/DeleteWuyingServerRequest.d.ts +2 -0
  24. package/dist/models/DeleteWuyingServerRequest.js.map +1 -1
  25. package/dist/models/DescribeWuyingServerEipInfoRequest.d.ts +9 -0
  26. package/dist/models/DescribeWuyingServerEipInfoRequest.js.map +1 -1
  27. package/dist/models/DescribeWuyingServerEipInfoResponseBody.d.ts +13 -0
  28. package/dist/models/DescribeWuyingServerEipInfoResponseBody.js.map +1 -1
  29. package/dist/models/GetAppInstanceGroupRequest.d.ts +2 -0
  30. package/dist/models/GetAppInstanceGroupRequest.js.map +1 -1
  31. package/dist/models/GetAppInstanceGroupResponseBody.d.ts +78 -0
  32. package/dist/models/GetAppInstanceGroupResponseBody.js.map +1 -1
  33. package/dist/models/GetConnectionTicketRequest.d.ts +1 -0
  34. package/dist/models/GetConnectionTicketRequest.js +2 -0
  35. package/dist/models/GetConnectionTicketRequest.js.map +1 -1
  36. package/dist/models/ListAuthorizedUserGroupsRequest.d.ts +19 -0
  37. package/dist/models/ListAuthorizedUserGroupsRequest.js.map +1 -1
  38. package/dist/models/ListAuthorizedUserGroupsResponseBody.d.ts +35 -0
  39. package/dist/models/ListAuthorizedUserGroupsResponseBody.js.map +1 -1
  40. package/dist/models/ListBindInfoRequest.d.ts +36 -0
  41. package/dist/models/ListBindInfoRequest.js.map +1 -1
  42. package/dist/models/ListBindInfoResponseBody.d.ts +54 -0
  43. package/dist/models/ListBindInfoResponseBody.js.map +1 -1
  44. package/dist/models/ListPersistentAppInstancesRequest.d.ts +19 -0
  45. package/dist/models/ListPersistentAppInstancesRequest.js.map +1 -1
  46. package/dist/models/ListPersistentAppInstancesResponseBody.d.ts +65 -0
  47. package/dist/models/ListPersistentAppInstancesResponseBody.js.map +1 -1
  48. package/dist/models/ListWuyingServerRequest.d.ts +31 -0
  49. package/dist/models/ListWuyingServerRequest.js.map +1 -1
  50. package/dist/models/ListWuyingServerResponseBody.d.ts +110 -0
  51. package/dist/models/ListWuyingServerResponseBody.js.map +1 -1
  52. package/dist/models/ModifyAppPolicyRequest.d.ts +59 -0
  53. package/dist/models/ModifyAppPolicyRequest.js.map +1 -1
  54. package/dist/models/ModifyAppPolicyResponseBody.d.ts +3 -0
  55. package/dist/models/ModifyAppPolicyResponseBody.js.map +1 -1
  56. package/dist/models/ModifyAppPolicyShrinkRequest.d.ts +12 -0
  57. package/dist/models/ModifyAppPolicyShrinkRequest.js.map +1 -1
  58. package/dist/models/ModifyBrowserInstanceGroupRequest.d.ts +279 -0
  59. package/dist/models/ModifyBrowserInstanceGroupRequest.js +327 -0
  60. package/dist/models/ModifyBrowserInstanceGroupRequest.js.map +1 -0
  61. package/dist/models/ModifyBrowserInstanceGroupResponse.d.ts +19 -0
  62. package/dist/models/ModifyBrowserInstanceGroupResponse.js +69 -0
  63. package/dist/models/ModifyBrowserInstanceGroupResponse.js.map +1 -0
  64. package/dist/models/ModifyBrowserInstanceGroupResponseBody.d.ts +21 -0
  65. package/dist/models/ModifyBrowserInstanceGroupResponseBody.js +58 -0
  66. package/dist/models/ModifyBrowserInstanceGroupResponseBody.js.map +1 -0
  67. package/dist/models/ModifyBrowserInstanceGroupShrinkRequest.d.ts +30 -0
  68. package/dist/models/ModifyBrowserInstanceGroupShrinkRequest.js +68 -0
  69. package/dist/models/ModifyBrowserInstanceGroupShrinkRequest.js.map +1 -0
  70. package/dist/models/ModifyWuyingServerAttributeRequest.d.ts +9 -0
  71. package/dist/models/ModifyWuyingServerAttributeRequest.js.map +1 -1
  72. package/dist/models/ModifyWuyingServerAttributeResponseBody.d.ts +3 -0
  73. package/dist/models/ModifyWuyingServerAttributeResponseBody.js.map +1 -1
  74. package/dist/models/RenewWuyingServerRequest.d.ts +20 -0
  75. package/dist/models/RenewWuyingServerRequest.js.map +1 -1
  76. package/dist/models/RenewWuyingServerResponseBody.d.ts +6 -0
  77. package/dist/models/RenewWuyingServerResponseBody.js.map +1 -1
  78. package/dist/models/RestartWuyingServerRequest.d.ts +4 -0
  79. package/dist/models/RestartWuyingServerRequest.js.map +1 -1
  80. package/dist/models/RestartWuyingServerResponseBody.d.ts +3 -0
  81. package/dist/models/RestartWuyingServerResponseBody.js.map +1 -1
  82. package/dist/models/StartTaskForDistributeImageRequest.d.ts +24 -0
  83. package/dist/models/StartTaskForDistributeImageRequest.js.map +1 -1
  84. package/dist/models/StartTaskForDistributeImageResponseBody.d.ts +15 -0
  85. package/dist/models/StartTaskForDistributeImageResponseBody.js.map +1 -1
  86. package/dist/models/StartWuyingServerRequest.d.ts +4 -0
  87. package/dist/models/StartWuyingServerRequest.js.map +1 -1
  88. package/dist/models/StartWuyingServerResponseBody.d.ts +3 -0
  89. package/dist/models/StartWuyingServerResponseBody.js.map +1 -1
  90. package/dist/models/StopWuyingServerRequest.d.ts +12 -0
  91. package/dist/models/StopWuyingServerRequest.js.map +1 -1
  92. package/dist/models/StopWuyingServerResponseBody.d.ts +3 -0
  93. package/dist/models/StopWuyingServerResponseBody.js.map +1 -1
  94. package/dist/models/TagCloudResourcesRequest.d.ts +29 -0
  95. package/dist/models/TagCloudResourcesRequest.js.map +1 -1
  96. package/dist/models/TagCloudResourcesResponseBody.d.ts +15 -0
  97. package/dist/models/TagCloudResourcesResponseBody.js.map +1 -1
  98. package/dist/models/model.d.ts +13 -0
  99. package/dist/models/model.js +30 -4
  100. package/dist/models/model.js.map +1 -1
  101. package/package.json +1 -1
  102. package/src/client.ts +164 -30
  103. package/src/models/CreateAppInstanceGroupRequest.ts +141 -1
  104. package/src/models/CreateAppInstanceGroupResponseBody.ts +4 -0
  105. package/src/models/CreateAppInstanceGroupShrinkRequest.ts +26 -0
  106. package/src/models/CreateImageByInstanceRequest.ts +42 -0
  107. package/src/models/CreateImageByInstanceResponseBody.ts +25 -0
  108. package/src/models/CreateWuyingServerRequest.ts +108 -0
  109. package/src/models/CreateWuyingServerResponseBody.ts +14 -0
  110. package/src/models/DeleteImageRequest.ts +3 -0
  111. package/src/models/DeleteImageResponseBody.ts +23 -0
  112. package/src/models/DeleteWuyingServerRequest.ts +2 -0
  113. package/src/models/DescribeWuyingServerEipInfoRequest.ts +9 -0
  114. package/src/models/DescribeWuyingServerEipInfoResponseBody.ts +13 -0
  115. package/src/models/GetAppInstanceGroupRequest.ts +2 -0
  116. package/src/models/GetAppInstanceGroupResponseBody.ts +78 -0
  117. package/src/models/GetConnectionTicketRequest.ts +3 -0
  118. package/src/models/ListAuthorizedUserGroupsRequest.ts +19 -0
  119. package/src/models/ListAuthorizedUserGroupsResponseBody.ts +35 -0
  120. package/src/models/ListBindInfoRequest.ts +36 -0
  121. package/src/models/ListBindInfoResponseBody.ts +54 -0
  122. package/src/models/ListPersistentAppInstancesRequest.ts +19 -0
  123. package/src/models/ListPersistentAppInstancesResponseBody.ts +65 -0
  124. package/src/models/ListWuyingServerRequest.ts +31 -0
  125. package/src/models/ListWuyingServerResponseBody.ts +110 -0
  126. package/src/models/ModifyAppPolicyRequest.ts +59 -0
  127. package/src/models/ModifyAppPolicyResponseBody.ts +3 -0
  128. package/src/models/ModifyAppPolicyShrinkRequest.ts +12 -0
  129. package/src/models/ModifyBrowserInstanceGroupRequest.ts +480 -0
  130. package/src/models/ModifyBrowserInstanceGroupResponse.ts +40 -0
  131. package/src/models/ModifyBrowserInstanceGroupResponseBody.ts +34 -0
  132. package/src/models/ModifyBrowserInstanceGroupShrinkRequest.ts +53 -0
  133. package/src/models/ModifyWuyingServerAttributeRequest.ts +9 -0
  134. package/src/models/ModifyWuyingServerAttributeResponseBody.ts +3 -0
  135. package/src/models/RenewWuyingServerRequest.ts +20 -0
  136. package/src/models/RenewWuyingServerResponseBody.ts +6 -0
  137. package/src/models/RestartWuyingServerRequest.ts +4 -0
  138. package/src/models/RestartWuyingServerResponseBody.ts +3 -0
  139. package/src/models/StartTaskForDistributeImageRequest.ts +24 -0
  140. package/src/models/StartTaskForDistributeImageResponseBody.ts +15 -0
  141. package/src/models/StartWuyingServerRequest.ts +4 -0
  142. package/src/models/StartWuyingServerResponseBody.ts +3 -0
  143. package/src/models/StopWuyingServerRequest.ts +12 -0
  144. package/src/models/StopWuyingServerResponseBody.ts +3 -0
  145. package/src/models/TagCloudResourcesRequest.ts +29 -0
  146. package/src/models/TagCloudResourcesResponseBody.ts +15 -0
  147. package/src/models/model.ts +13 -0
package/dist/client.d.ts CHANGED
@@ -39,7 +39,7 @@ export default class Client extends OpenApi {
39
39
  */
40
40
  authorizeInstanceGroup(request: $_model.AuthorizeInstanceGroupRequest): Promise<$_model.AuthorizeInstanceGroupResponse>;
41
41
  /**
42
- * 创建云应用交付组
42
+ * Creates a delivery group.
43
43
  *
44
44
  * @param tmpReq - CreateAppInstanceGroupRequest
45
45
  * @param runtime - runtime options for this request RuntimeOptions
@@ -47,14 +47,14 @@ export default class Client extends OpenApi {
47
47
  */
48
48
  createAppInstanceGroupWithOptions(tmpReq: $_model.CreateAppInstanceGroupRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateAppInstanceGroupResponse>;
49
49
  /**
50
- * 创建云应用交付组
50
+ * Creates a delivery group.
51
51
  *
52
52
  * @param request - CreateAppInstanceGroupRequest
53
53
  * @returns CreateAppInstanceGroupResponse
54
54
  */
55
55
  createAppInstanceGroup(request: $_model.CreateAppInstanceGroupRequest): Promise<$_model.CreateAppInstanceGroupResponse>;
56
56
  /**
57
- * 通过实例创建镜像
57
+ * 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.
58
58
  *
59
59
  * @param request - CreateImageByInstanceRequest
60
60
  * @param runtime - runtime options for this request RuntimeOptions
@@ -62,7 +62,7 @@ export default class Client extends OpenApi {
62
62
  */
63
63
  createImageByInstanceWithOptions(request: $_model.CreateImageByInstanceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateImageByInstanceResponse>;
64
64
  /**
65
- * 通过实例创建镜像
65
+ * 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.
66
66
  *
67
67
  * @param request - CreateImageByInstanceRequest
68
68
  * @returns CreateImageByInstanceResponse
@@ -84,7 +84,15 @@ export default class Client extends OpenApi {
84
84
  */
85
85
  createImageFromAppInstanceGroup(request: $_model.CreateImageFromAppInstanceGroupRequest): Promise<$_model.CreateImageFromAppInstanceGroupResponse>;
86
86
  /**
87
- * 创建一台或多台研发主机
87
+ * Create one or more workstations.
88
+ *
89
+ * @remarks
90
+ * 1. Project is equivalent to the Resource Configuration module of the Cloud Flow console
91
+ * 2. If there are multiple versions behind the input parameter ContentId:
92
+ * **
93
+ * **Note** The default version is used.
94
+ * Bind simultaneously
95
+ * 3. You can call the current interface only if the default version of Content is available.
88
96
  *
89
97
  * @param request - CreateWuyingServerRequest
90
98
  * @param runtime - runtime options for this request RuntimeOptions
@@ -92,7 +100,15 @@ export default class Client extends OpenApi {
92
100
  */
93
101
  createWuyingServerWithOptions(request: $_model.CreateWuyingServerRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateWuyingServerResponse>;
94
102
  /**
95
- * 创建一台或多台研发主机
103
+ * Create one or more workstations.
104
+ *
105
+ * @remarks
106
+ * 1. Project is equivalent to the Resource Configuration module of the Cloud Flow console
107
+ * 2. If there are multiple versions behind the input parameter ContentId:
108
+ * **
109
+ * **Note** The default version is used.
110
+ * Bind simultaneously
111
+ * 3. You can call the current interface only if the default version of Content is available.
96
112
  *
97
113
  * @param request - CreateWuyingServerRequest
98
114
  * @returns CreateWuyingServerResponse
@@ -141,12 +157,28 @@ export default class Client extends OpenApi {
141
157
  */
142
158
  deleteAppInstances(request: $_model.DeleteAppInstancesRequest): Promise<$_model.DeleteAppInstancesResponse>;
143
159
  /**
160
+ * Delete a custom RDS image
161
+ *
162
+ * @remarks
163
+ * You can only delete custom images to which a user belongs.
164
+ * * 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.
165
+ * * The RDS CloudDesktop template references an image. When you delete an image, the template is also deleted.
166
+ * * If the image contains multiple regions, the images in all regions are deleted when the image is deleted.
167
+ *
144
168
  * @param request - DeleteImageRequest
145
169
  * @param runtime - runtime options for this request RuntimeOptions
146
170
  * @returns DeleteImageResponse
147
171
  */
148
172
  deleteImageWithOptions(request: $_model.DeleteImageRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteImageResponse>;
149
173
  /**
174
+ * Delete a custom RDS image
175
+ *
176
+ * @remarks
177
+ * You can only delete custom images to which a user belongs.
178
+ * * 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.
179
+ * * The RDS CloudDesktop template references an image. When you delete an image, the template is also deleted.
180
+ * * If the image contains multiple regions, the images in all regions are deleted when the image is deleted.
181
+ *
150
182
  * @param request - DeleteImageRequest
151
183
  * @returns DeleteImageResponse
152
184
  */
@@ -154,6 +186,9 @@ export default class Client extends OpenApi {
154
186
  /**
155
187
  * 删除工作站
156
188
  *
189
+ * @remarks
190
+ * Deletes a workstation.
191
+ *
157
192
  * @param request - DeleteWuyingServerRequest
158
193
  * @param runtime - runtime options for this request RuntimeOptions
159
194
  * @returns DeleteWuyingServerResponse
@@ -162,12 +197,15 @@ export default class Client extends OpenApi {
162
197
  /**
163
198
  * 删除工作站
164
199
  *
200
+ * @remarks
201
+ * Deletes a workstation.
202
+ *
165
203
  * @param request - DeleteWuyingServerRequest
166
204
  * @returns DeleteWuyingServerResponse
167
205
  */
168
206
  deleteWuyingServer(request: $_model.DeleteWuyingServerRequest): Promise<$_model.DeleteWuyingServerResponse>;
169
207
  /**
170
- * 查询无影工作站EIP信息
208
+ * Queries the Elastic IP Addresses (EIPs) of workstations.
171
209
  *
172
210
  * @param request - DescribeWuyingServerEipInfoRequest
173
211
  * @param runtime - runtime options for this request RuntimeOptions
@@ -175,14 +213,14 @@ export default class Client extends OpenApi {
175
213
  */
176
214
  describeWuyingServerEipInfoWithOptions(request: $_model.DescribeWuyingServerEipInfoRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeWuyingServerEipInfoResponse>;
177
215
  /**
178
- * 查询无影工作站EIP信息
216
+ * Queries the Elastic IP Addresses (EIPs) of workstations.
179
217
  *
180
218
  * @param request - DescribeWuyingServerEipInfoRequest
181
219
  * @returns DescribeWuyingServerEipInfoResponse
182
220
  */
183
221
  describeWuyingServerEipInfo(request: $_model.DescribeWuyingServerEipInfoRequest): Promise<$_model.DescribeWuyingServerEipInfoResponse>;
184
222
  /**
185
- * 获取交付组详情
223
+ * Queries the details of a delivery group.
186
224
  *
187
225
  * @param request - GetAppInstanceGroupRequest
188
226
  * @param runtime - runtime options for this request RuntimeOptions
@@ -190,7 +228,7 @@ export default class Client extends OpenApi {
190
228
  */
191
229
  getAppInstanceGroupWithOptions(request: $_model.GetAppInstanceGroupRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetAppInstanceGroupResponse>;
192
230
  /**
193
- * 获取交付组详情
231
+ * Queries the details of a delivery group.
194
232
  *
195
233
  * @param request - GetAppInstanceGroupRequest
196
234
  * @returns GetAppInstanceGroupResponse
@@ -312,7 +350,7 @@ export default class Client extends OpenApi {
312
350
  */
313
351
  listAppInstances(request: $_model.ListAppInstancesRequest): Promise<$_model.ListAppInstancesResponse>;
314
352
  /**
315
- * 通过交付组查询展示授权的用户组列表
353
+ * Queries the user groups authorized by a delivery group.
316
354
  *
317
355
  * @param request - ListAuthorizedUserGroupsRequest
318
356
  * @param runtime - runtime options for this request RuntimeOptions
@@ -320,14 +358,14 @@ export default class Client extends OpenApi {
320
358
  */
321
359
  listAuthorizedUserGroupsWithOptions(request: $_model.ListAuthorizedUserGroupsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListAuthorizedUserGroupsResponse>;
322
360
  /**
323
- * 通过交付组查询展示授权的用户组列表
361
+ * Queries the user groups authorized by a delivery group.
324
362
  *
325
363
  * @param request - ListAuthorizedUserGroupsRequest
326
364
  * @returns ListAuthorizedUserGroupsResponse
327
365
  */
328
366
  listAuthorizedUserGroups(request: $_model.ListAuthorizedUserGroupsRequest): Promise<$_model.ListAuthorizedUserGroupsResponse>;
329
367
  /**
330
- * 查询绑定信息,支持分页
368
+ * Queries the bindings between users and resources.
331
369
  *
332
370
  * @param request - ListBindInfoRequest
333
371
  * @param runtime - runtime options for this request RuntimeOptions
@@ -335,7 +373,7 @@ export default class Client extends OpenApi {
335
373
  */
336
374
  listBindInfoWithOptions(request: $_model.ListBindInfoRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListBindInfoResponse>;
337
375
  /**
338
- * 查询绑定信息,支持分页
376
+ * Queries the bindings between users and resources.
339
377
  *
340
378
  * @param request - ListBindInfoRequest
341
379
  * @returns ListBindInfoResponse
@@ -402,7 +440,7 @@ export default class Client extends OpenApi {
402
440
  */
403
441
  listOtaTask(request: $_model.ListOtaTaskRequest): Promise<$_model.ListOtaTaskResponse>;
404
442
  /**
405
- * 查询交付组内持久会话列表
443
+ * Queries app instances of the persistent session type in a delivery group.
406
444
  *
407
445
  * @param request - ListPersistentAppInstancesRequest
408
446
  * @param runtime - runtime options for this request RuntimeOptions
@@ -410,7 +448,7 @@ export default class Client extends OpenApi {
410
448
  */
411
449
  listPersistentAppInstancesWithOptions(request: $_model.ListPersistentAppInstancesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListPersistentAppInstancesResponse>;
412
450
  /**
413
- * 查询交付组内持久会话列表
451
+ * Queries app instances of the persistent session type in a delivery group.
414
452
  *
415
453
  * @param request - ListPersistentAppInstancesRequest
416
454
  * @returns ListPersistentAppInstancesResponse
@@ -466,7 +504,7 @@ export default class Client extends OpenApi {
466
504
  */
467
505
  listTenantConfig(): Promise<$_model.ListTenantConfigResponse>;
468
506
  /**
469
- * 查询研发主机列表
507
+ * Queries the list of workstations.
470
508
  *
471
509
  * @param request - ListWuyingServerRequest
472
510
  * @param runtime - runtime options for this request RuntimeOptions
@@ -474,7 +512,7 @@ export default class Client extends OpenApi {
474
512
  */
475
513
  listWuyingServerWithOptions(request: $_model.ListWuyingServerRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListWuyingServerResponse>;
476
514
  /**
477
- * 查询研发主机列表
515
+ * Queries the list of workstations.
478
516
  *
479
517
  * @param request - ListWuyingServerRequest
480
518
  * @returns ListWuyingServerResponse
@@ -517,7 +555,7 @@ export default class Client extends OpenApi {
517
555
  */
518
556
  modifyAppInstanceGroupAttribute(request: $_model.ModifyAppInstanceGroupAttributeRequest): Promise<$_model.ModifyAppInstanceGroupAttributeResponse>;
519
557
  /**
520
- * 修改策略信息
558
+ * Modify the delivery group display policy, including settings such as frame rate, resolution, and protocol type.
521
559
  *
522
560
  * @param tmpReq - ModifyAppPolicyRequest
523
561
  * @param runtime - runtime options for this request RuntimeOptions
@@ -525,12 +563,27 @@ export default class Client extends OpenApi {
525
563
  */
526
564
  modifyAppPolicyWithOptions(tmpReq: $_model.ModifyAppPolicyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyAppPolicyResponse>;
527
565
  /**
528
- * 修改策略信息
566
+ * Modify the delivery group display policy, including settings such as frame rate, resolution, and protocol type.
529
567
  *
530
568
  * @param request - ModifyAppPolicyRequest
531
569
  * @returns ModifyAppPolicyResponse
532
570
  */
533
571
  modifyAppPolicy(request: $_model.ModifyAppPolicyRequest): Promise<$_model.ModifyAppPolicyResponse>;
572
+ /**
573
+ * 修改浏览器交付组
574
+ *
575
+ * @param tmpReq - ModifyBrowserInstanceGroupRequest
576
+ * @param runtime - runtime options for this request RuntimeOptions
577
+ * @returns ModifyBrowserInstanceGroupResponse
578
+ */
579
+ modifyBrowserInstanceGroupWithOptions(tmpReq: $_model.ModifyBrowserInstanceGroupRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyBrowserInstanceGroupResponse>;
580
+ /**
581
+ * 修改浏览器交付组
582
+ *
583
+ * @param request - ModifyBrowserInstanceGroupRequest
584
+ * @returns ModifyBrowserInstanceGroupResponse
585
+ */
586
+ modifyBrowserInstanceGroup(request: $_model.ModifyBrowserInstanceGroupRequest): Promise<$_model.ModifyBrowserInstanceGroupResponse>;
534
587
  /**
535
588
  * Changes the number of nodes in a subscription delivery group.
536
589
  *
@@ -591,7 +644,7 @@ export default class Client extends OpenApi {
591
644
  */
592
645
  modifyTenantConfig(request: $_model.ModifyTenantConfigRequest): Promise<$_model.ModifyTenantConfigResponse>;
593
646
  /**
594
- * 修改研发主机属性
647
+ * Modify workstation properties.
595
648
  *
596
649
  * @param request - ModifyWuyingServerAttributeRequest
597
650
  * @param runtime - runtime options for this request RuntimeOptions
@@ -599,7 +652,7 @@ export default class Client extends OpenApi {
599
652
  */
600
653
  modifyWuyingServerAttributeWithOptions(request: $_model.ModifyWuyingServerAttributeRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyWuyingServerAttributeResponse>;
601
654
  /**
602
- * 修改研发主机属性
655
+ * Modify workstation properties.
603
656
  *
604
657
  * @param request - ModifyWuyingServerAttributeRequest
605
658
  * @returns ModifyWuyingServerAttributeResponse
@@ -642,7 +695,7 @@ export default class Client extends OpenApi {
642
695
  */
643
696
  renewAppInstanceGroup(request: $_model.RenewAppInstanceGroupRequest): Promise<$_model.RenewAppInstanceGroupResponse>;
644
697
  /**
645
- * 续费研发主机
698
+ * Renew one workstation.
646
699
  *
647
700
  * @param request - RenewWuyingServerRequest
648
701
  * @param runtime - runtime options for this request RuntimeOptions
@@ -650,14 +703,14 @@ export default class Client extends OpenApi {
650
703
  */
651
704
  renewWuyingServerWithOptions(request: $_model.RenewWuyingServerRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RenewWuyingServerResponse>;
652
705
  /**
653
- * 续费研发主机
706
+ * Renew one workstation.
654
707
  *
655
708
  * @param request - RenewWuyingServerRequest
656
709
  * @returns RenewWuyingServerResponse
657
710
  */
658
711
  renewWuyingServer(request: $_model.RenewWuyingServerRequest): Promise<$_model.RenewWuyingServerResponse>;
659
712
  /**
660
- * 重启研发主机
713
+ * Restarts the workstation.
661
714
  *
662
715
  * @param request - RestartWuyingServerRequest
663
716
  * @param runtime - runtime options for this request RuntimeOptions
@@ -665,25 +718,29 @@ export default class Client extends OpenApi {
665
718
  */
666
719
  restartWuyingServerWithOptions(request: $_model.RestartWuyingServerRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RestartWuyingServerResponse>;
667
720
  /**
668
- * 重启研发主机
721
+ * Restarts the workstation.
669
722
  *
670
723
  * @param request - RestartWuyingServerRequest
671
724
  * @returns RestartWuyingServerResponse
672
725
  */
673
726
  restartWuyingServer(request: $_model.RestartWuyingServerRequest): Promise<$_model.RestartWuyingServerResponse>;
674
727
  /**
728
+ * Initiates a task to replicate an image to another region.
729
+ *
675
730
  * @param request - StartTaskForDistributeImageRequest
676
731
  * @param runtime - runtime options for this request RuntimeOptions
677
732
  * @returns StartTaskForDistributeImageResponse
678
733
  */
679
734
  startTaskForDistributeImageWithOptions(request: $_model.StartTaskForDistributeImageRequest, runtime: $dara.RuntimeOptions): Promise<$_model.StartTaskForDistributeImageResponse>;
680
735
  /**
736
+ * Initiates a task to replicate an image to another region.
737
+ *
681
738
  * @param request - StartTaskForDistributeImageRequest
682
739
  * @returns StartTaskForDistributeImageResponse
683
740
  */
684
741
  startTaskForDistributeImage(request: $_model.StartTaskForDistributeImageRequest): Promise<$_model.StartTaskForDistributeImageResponse>;
685
742
  /**
686
- * 启动研发主机
743
+ * Start the workstation.
687
744
  *
688
745
  * @param request - StartWuyingServerRequest
689
746
  * @param runtime - runtime options for this request RuntimeOptions
@@ -691,14 +748,14 @@ export default class Client extends OpenApi {
691
748
  */
692
749
  startWuyingServerWithOptions(request: $_model.StartWuyingServerRequest, runtime: $dara.RuntimeOptions): Promise<$_model.StartWuyingServerResponse>;
693
750
  /**
694
- * 启动研发主机
751
+ * Start the workstation.
695
752
  *
696
753
  * @param request - StartWuyingServerRequest
697
754
  * @returns StartWuyingServerResponse
698
755
  */
699
756
  startWuyingServer(request: $_model.StartWuyingServerRequest): Promise<$_model.StartWuyingServerResponse>;
700
757
  /**
701
- * 停止研发主机
758
+ * Stops the workstation.
702
759
  *
703
760
  * @param request - StopWuyingServerRequest
704
761
  * @param runtime - runtime options for this request RuntimeOptions
@@ -706,7 +763,7 @@ export default class Client extends OpenApi {
706
763
  */
707
764
  stopWuyingServerWithOptions(request: $_model.StopWuyingServerRequest, runtime: $dara.RuntimeOptions): Promise<$_model.StopWuyingServerResponse>;
708
765
  /**
709
- * 停止研发主机
766
+ * Stops the workstation.
710
767
  *
711
768
  * @param request - StopWuyingServerRequest
712
769
  * @returns StopWuyingServerResponse