@alicloud/ecd20200930 4.22.0 → 4.22.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.
package/dist/client.d.ts CHANGED
@@ -4013,7 +4013,7 @@ export default class Client extends OpenApi {
4013
4013
  */
4014
4014
  modifyNetworkPackageEnabled(request: $_model.ModifyNetworkPackageEnabledRequest): Promise<$_model.ModifyNetworkPackageEnabledResponse>;
4015
4015
  /**
4016
- * 修改全球加速配置
4016
+ * Modifies Global Accelerator (GA) configuration.
4017
4017
  *
4018
4018
  * @param request - ModifyOfficeSiteAcceleratorRequest
4019
4019
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4021,7 +4021,7 @@ export default class Client extends OpenApi {
4021
4021
  */
4022
4022
  modifyOfficeSiteAcceleratorWithOptions(request: $_model.ModifyOfficeSiteAcceleratorRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyOfficeSiteAcceleratorResponse>;
4023
4023
  /**
4024
- * 修改全球加速配置
4024
+ * Modifies Global Accelerator (GA) configuration.
4025
4025
  *
4026
4026
  * @param request - ModifyOfficeSiteAcceleratorRequest
4027
4027
  * @returns ModifyOfficeSiteAcceleratorResponse
@@ -4529,7 +4529,7 @@ export default class Client extends OpenApi {
4529
4529
  */
4530
4530
  revokeCoordinatePrivilege(request: $_model.RevokeCoordinatePrivilegeRequest): Promise<$_model.RevokeCoordinatePrivilegeResponse>;
4531
4531
  /**
4532
- * Runs a PowerShell or batch (.bat) command on one or more Windows cloud computers.
4532
+ * Runs a PowerShell or batch (.bat) script on Windows cloud desktops.
4533
4533
  *
4534
4534
  * @remarks
4535
4535
  * You can use the RunCommand operation to run scripts only on Windows cloud desktops.
@@ -4540,7 +4540,7 @@ export default class Client extends OpenApi {
4540
4540
  */
4541
4541
  runCommandWithOptions(request: $_model.RunCommandRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RunCommandResponse>;
4542
4542
  /**
4543
- * Runs a PowerShell or batch (.bat) command on one or more Windows cloud computers.
4543
+ * Runs a PowerShell or batch (.bat) script on Windows cloud desktops.
4544
4544
  *
4545
4545
  * @remarks
4546
4546
  * You can use the RunCommand operation to run scripts only on Windows cloud desktops.
package/dist/client.js CHANGED
@@ -3436,6 +3436,9 @@ class Client extends openapi_core_1.default {
3436
3436
  async createEcdReportTaskWithOptions(request, runtime) {
3437
3437
  request.validate();
3438
3438
  let query = {};
3439
+ if (!$dara.isNull(request.businessChannel)) {
3440
+ query["BusinessChannel"] = request.businessChannel;
3441
+ }
3439
3442
  if (!$dara.isNull(request.filterList)) {
3440
3443
  query["FilterList"] = request.filterList;
3441
3444
  }
@@ -7028,6 +7031,9 @@ class Client extends openapi_core_1.default {
7028
7031
  async describeDesktopInfoWithOptions(request, runtime) {
7029
7032
  request.validate();
7030
7033
  let query = {};
7034
+ if (!$dara.isNull(request.businessChannel)) {
7035
+ query["BusinessChannel"] = request.businessChannel;
7036
+ }
7031
7037
  if (!$dara.isNull(request.desktopId)) {
7032
7038
  query["DesktopId"] = request.desktopId;
7033
7039
  }
@@ -7394,6 +7400,9 @@ class Client extends openapi_core_1.default {
7394
7400
  if (!$dara.isNull(request.appliedScope)) {
7395
7401
  query["AppliedScope"] = request.appliedScope;
7396
7402
  }
7403
+ if (!$dara.isNull(request.businessChannel)) {
7404
+ query["BusinessChannel"] = request.businessChannel;
7405
+ }
7397
7406
  if (!$dara.isNull(request.cpuCount)) {
7398
7407
  query["CpuCount"] = request.cpuCount;
7399
7408
  }
@@ -7490,6 +7499,9 @@ class Client extends openapi_core_1.default {
7490
7499
  async describeDesktopsWithOptions(request, runtime) {
7491
7500
  request.validate();
7492
7501
  let query = {};
7502
+ if (!$dara.isNull(request.businessChannel)) {
7503
+ query["BusinessChannel"] = request.businessChannel;
7504
+ }
7493
7505
  if (!$dara.isNull(request.chargeType)) {
7494
7506
  query["ChargeType"] = request.chargeType;
7495
7507
  }
@@ -7871,6 +7883,9 @@ class Client extends openapi_core_1.default {
7871
7883
  async describeEcdReportTasksWithOptions(request, runtime) {
7872
7884
  request.validate();
7873
7885
  let query = {};
7886
+ if (!$dara.isNull(request.businessChannel)) {
7887
+ query["BusinessChannel"] = request.businessChannel;
7888
+ }
7874
7889
  if (!$dara.isNull(request.pageNum)) {
7875
7890
  query["PageNum"] = request.pageNum;
7876
7891
  }
@@ -14532,7 +14547,7 @@ class Client extends openapi_core_1.default {
14532
14547
  return await this.modifyNetworkPackageEnabledWithOptions(request, runtime);
14533
14548
  }
14534
14549
  /**
14535
- * 修改全球加速配置
14550
+ * Modifies Global Accelerator (GA) configuration.
14536
14551
  *
14537
14552
  * @param request - ModifyOfficeSiteAcceleratorRequest
14538
14553
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14567,7 +14582,7 @@ class Client extends openapi_core_1.default {
14567
14582
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyOfficeSiteAcceleratorResponse({}));
14568
14583
  }
14569
14584
  /**
14570
- * 修改全球加速配置
14585
+ * Modifies Global Accelerator (GA) configuration.
14571
14586
  *
14572
14587
  * @param request - ModifyOfficeSiteAcceleratorRequest
14573
14588
  * @returns ModifyOfficeSiteAcceleratorResponse
@@ -16357,7 +16372,7 @@ class Client extends openapi_core_1.default {
16357
16372
  return await this.revokeCoordinatePrivilegeWithOptions(request, runtime);
16358
16373
  }
16359
16374
  /**
16360
- * Runs a PowerShell or batch (.bat) command on one or more Windows cloud computers.
16375
+ * Runs a PowerShell or batch (.bat) script on Windows cloud desktops.
16361
16376
  *
16362
16377
  * @remarks
16363
16378
  * You can use the RunCommand operation to run scripts only on Windows cloud desktops.
@@ -16410,7 +16425,7 @@ class Client extends openapi_core_1.default {
16410
16425
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunCommandResponse({}));
16411
16426
  }
16412
16427
  /**
16413
- * Runs a PowerShell or batch (.bat) command on one or more Windows cloud computers.
16428
+ * Runs a PowerShell or batch (.bat) script on Windows cloud desktops.
16414
16429
  *
16415
16430
  * @remarks
16416
16431
  * You can use the RunCommand operation to run scripts only on Windows cloud desktops.