@alicloud/ecd20200930 4.5.3 → 4.5.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/ecd20200930",
3
- "version": "4.5.3",
3
+ "version": "4.5.4",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -4939,6 +4939,7 @@ export class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dara.Model
4939
4939
  * The tags attached to the cloud computer pool.
4940
4940
  */
4941
4941
  tags?: DescribeDesktopGroupsResponseBodyDesktopGroupsTags[];
4942
+ userOuPath?: string;
4942
4943
  /**
4943
4944
  * @remarks
4944
4945
  * The version number of the cloud computer pool.
@@ -5010,6 +5011,7 @@ export class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dara.Model
5010
5011
  systemDiskCategory: 'SystemDiskCategory',
5011
5012
  systemDiskSize: 'SystemDiskSize',
5012
5013
  tags: 'Tags',
5014
+ userOuPath: 'UserOuPath',
5013
5015
  version: 'Version',
5014
5016
  volumeEncryptionEnabled: 'VolumeEncryptionEnabled',
5015
5017
  volumeEncryptionKey: 'VolumeEncryptionKey',
@@ -5063,6 +5065,7 @@ export class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dara.Model
5063
5065
  systemDiskCategory: 'string',
5064
5066
  systemDiskSize: 'number',
5065
5067
  tags: { 'type': 'array', 'itemType': DescribeDesktopGroupsResponseBodyDesktopGroupsTags },
5068
+ userOuPath: 'string',
5066
5069
  version: 'number',
5067
5070
  volumeEncryptionEnabled: 'boolean',
5068
5071
  volumeEncryptionKey: 'string',
@@ -14630,7 +14633,7 @@ export class DescribeUserConnectTimeResponseBodyData extends $dara.Model {
14630
14633
  export class DescribeUserConnectionRecordsResponseBodyConnectionRecords extends $dara.Model {
14631
14634
  /**
14632
14635
  * @remarks
14633
- * The duration for which the end user is connected to the cloud computer. Unit: seconds.
14636
+ * The connection duration. Unit: milliseconds.
14634
14637
  *
14635
14638
  * @example
14636
14639
  * 3405035000
@@ -15602,7 +15605,7 @@ export class DownloadCdsFileResponseBodyDownloadFileModel extends $dara.Model {
15602
15605
  export class ExportDesktopGroupInfoRequestTag extends $dara.Model {
15603
15606
  /**
15604
15607
  * @remarks
15605
- * The key of the tag. If you specify the `Tag` parameter, you must also specify the `Key` parameter. The tag key can be up to 128 characters in length and cannot contain `http://` or `https://`. The tag key cannot start with `aliyun` or `acs:`. You cannot specify an empty string as a tag key.
15608
+ * The tag key. You cannot specify an empty string as a tag key. A tag key can be up to 128 characters in length and cannot start with `acs:` or `aliyun`. The tag key cannot contain `http://` or `https://`.
15606
15609
  *
15607
15610
  * @example
15608
15611
  * TestKey
@@ -15610,7 +15613,7 @@ export class ExportDesktopGroupInfoRequestTag extends $dara.Model {
15610
15613
  key?: string;
15611
15614
  /**
15612
15615
  * @remarks
15613
- * The value of the tag. The tag value can be an empty string. The tag value can be up to 128 characters in length. It cannot start with `acs:` and cannot contain `http://` or `https://`.
15616
+ * The tag value. You can specify an empty string as a tag key. A tag value can be up to 128 characters in length and cannot start with `acs:`. The tag value cannot contain `http://` or `https://`.
15614
15617
  *
15615
15618
  * @example
15616
15619
  * TestValue
@@ -20367,7 +20370,7 @@ export class AddUserToDesktopGroupRequest extends $dara.Model {
20367
20370
  clientToken?: string;
20368
20371
  /**
20369
20372
  * @remarks
20370
- * The ID of the desktop group that you want to assign to more regular users.
20373
+ * The ID of the cloud computer share.
20371
20374
  *
20372
20375
  * @example
20373
20376
  * dg-2i8qxpv6t1a03****
@@ -20375,14 +20378,12 @@ export class AddUserToDesktopGroupRequest extends $dara.Model {
20375
20378
  desktopGroupId?: string;
20376
20379
  /**
20377
20380
  * @remarks
20378
- * The IDs of the desktop groups.
20381
+ * The IDs of the cloud computer shares.
20379
20382
  */
20380
20383
  desktopGroupIds?: string[];
20381
20384
  /**
20382
20385
  * @remarks
20383
20386
  * The regular users to whom you want to assign the desktop group.
20384
- *
20385
- * This parameter is required.
20386
20387
  */
20387
20388
  endUserIds?: string[];
20388
20389
  /**
@@ -20395,6 +20396,7 @@ export class AddUserToDesktopGroupRequest extends $dara.Model {
20395
20396
  * cn-hangzhou
20396
20397
  */
20397
20398
  regionId?: string;
20399
+ userOuPath?: string;
20398
20400
  static names(): { [key: string]: string } {
20399
20401
  return {
20400
20402
  clientToken: 'ClientToken',
@@ -20402,6 +20404,7 @@ export class AddUserToDesktopGroupRequest extends $dara.Model {
20402
20404
  desktopGroupIds: 'DesktopGroupIds',
20403
20405
  endUserIds: 'EndUserIds',
20404
20406
  regionId: 'RegionId',
20407
+ userOuPath: 'UserOuPath',
20405
20408
  };
20406
20409
  }
20407
20410
 
@@ -20412,6 +20415,7 @@ export class AddUserToDesktopGroupRequest extends $dara.Model {
20412
20415
  desktopGroupIds: { 'type': 'array', 'itemType': 'string' },
20413
20416
  endUserIds: { 'type': 'array', 'itemType': 'string' },
20414
20417
  regionId: 'string',
20418
+ userOuPath: 'string',
20415
20419
  };
20416
20420
  }
20417
20421
 
@@ -26523,6 +26527,7 @@ export class CreateDesktopGroupRequest extends $dara.Model {
26523
26527
  * ccg-0caoeogrk9m5****
26524
26528
  */
26525
26529
  timerGroupId?: string;
26530
+ userOuPath?: string;
26526
26531
  /**
26527
26532
  * @remarks
26528
26533
  * Specifies whether to enable disk encryption.
@@ -26604,6 +26609,7 @@ export class CreateDesktopGroupRequest extends $dara.Model {
26604
26609
  systemDiskSize: 'SystemDiskSize',
26605
26610
  tag: 'Tag',
26606
26611
  timerGroupId: 'TimerGroupId',
26612
+ userOuPath: 'UserOuPath',
26607
26613
  volumeEncryptionEnabled: 'VolumeEncryptionEnabled',
26608
26614
  volumeEncryptionKey: 'VolumeEncryptionKey',
26609
26615
  vpcId: 'VpcId',
@@ -26665,6 +26671,7 @@ export class CreateDesktopGroupRequest extends $dara.Model {
26665
26671
  systemDiskSize: 'number',
26666
26672
  tag: { 'type': 'array', 'itemType': CreateDesktopGroupRequestTag },
26667
26673
  timerGroupId: 'string',
26674
+ userOuPath: 'string',
26668
26675
  volumeEncryptionEnabled: 'boolean',
26669
26676
  volumeEncryptionKey: 'string',
26670
26677
  vpcId: 'string',
@@ -42731,7 +42738,7 @@ export class DescribeUserConnectionRecordsRequest extends $dara.Model {
42731
42738
  export class DescribeUserConnectionRecordsResponseBody extends $dara.Model {
42732
42739
  /**
42733
42740
  * @remarks
42734
- * Details about connection records of the end user.
42741
+ * The connection records.
42735
42742
  */
42736
42743
  connectionRecords?: DescribeUserConnectionRecordsResponseBodyConnectionRecords[];
42737
42744
  /**
@@ -42974,7 +42981,7 @@ export class DescribeUsersInGroupRequest extends $dara.Model {
42974
42981
  connectState?: number;
42975
42982
  /**
42976
42983
  * @remarks
42977
- * The ID of the cloud computer pool.
42984
+ * The ID of the cloud computer share.
42978
42985
  *
42979
42986
  * This parameter is required.
42980
42987
  *
@@ -43124,7 +43131,7 @@ export class DescribeUsersInGroupResponseBody extends $dara.Model {
43124
43131
  nextToken?: string;
43125
43132
  /**
43126
43133
  * @remarks
43127
- * The total number of authorized users that is connected to cloud computers in the cloud computer pool.
43134
+ * The total number of authorized users that are connected to cloud computers of the cloud computer share.
43128
43135
  *
43129
43136
  * @example
43130
43137
  * 0
@@ -43138,9 +43145,10 @@ export class DescribeUsersInGroupResponseBody extends $dara.Model {
43138
43145
  * 1CBAFFAB-B697-4049-A9B1-67E1FC5F****
43139
43146
  */
43140
43147
  requestId?: string;
43148
+ userOuPath?: string;
43141
43149
  /**
43142
43150
  * @remarks
43143
- * The total number of authorized users of the cloud computer pool.
43151
+ * The total number of authorized users of the cloud computer share.
43144
43152
  *
43145
43153
  * @example
43146
43154
  * 1
@@ -43152,6 +43160,7 @@ export class DescribeUsersInGroupResponseBody extends $dara.Model {
43152
43160
  nextToken: 'NextToken',
43153
43161
  onlineUsersCount: 'OnlineUsersCount',
43154
43162
  requestId: 'RequestId',
43163
+ userOuPath: 'UserOuPath',
43155
43164
  usersCount: 'UsersCount',
43156
43165
  };
43157
43166
  }
@@ -43162,6 +43171,7 @@ export class DescribeUsersInGroupResponseBody extends $dara.Model {
43162
43171
  nextToken: 'string',
43163
43172
  onlineUsersCount: 'number',
43164
43173
  requestId: 'string',
43174
+ userOuPath: 'string',
43165
43175
  usersCount: 'number',
43166
43176
  };
43167
43177
  }
@@ -44550,7 +44560,7 @@ export class ExportClientEventsResponseBody extends $dara.Model {
44550
44560
  * The download address from which you can export desktop groups.
44551
44561
  *
44552
44562
  * @example
44553
- * https://cn-shanghai-servicemanager.oss-cn-shanghai.aliyuncs.com/A0_CLIENT_EVENT/EDS_Events%20List_20220519234611_w5HuD83KGs.csv?Expires=1652975773&OSSAccessKeyId=LTYL****8tso&Signature=4erMG*********k%3D
44563
+ * https://cn-shanghai-servicemanager.oss-cn-shanghai.aliyuncs.com/A0_CLIENT_EVENT/EDS_Events%20List_20220519234611_w5HuD83KGs.csv?Expires=1652975773&OSSAccessKeyId=****&Signature=4erMG*********k%3D
44554
44564
  */
44555
44565
  url?: string;
44556
44566
  static names(): { [key: string]: string } {
@@ -44614,12 +44624,11 @@ export class ExportClientEventsResponse extends $dara.Model {
44614
44624
  export class ExportDesktopGroupInfoRequest extends $dara.Model {
44615
44625
  /**
44616
44626
  * @remarks
44617
- * The billing method of the cloud computer pool.
44627
+ * The billing method of the cloud computer share.
44618
44628
  *
44619
44629
  * Valid values:
44620
44630
  *
44621
44631
  * * PostPaid: pay-as-you-go.
44622
- *
44623
44632
  * * PrePaid: subscription.
44624
44633
  *
44625
44634
  * @example
@@ -44628,12 +44637,12 @@ export class ExportDesktopGroupInfoRequest extends $dara.Model {
44628
44637
  chargeType?: string;
44629
44638
  /**
44630
44639
  * @remarks
44631
- * The IDs of the cloud computer pools.
44640
+ * The IDs of the cloud computer shares.
44632
44641
  */
44633
44642
  desktopGroupId?: string[];
44634
44643
  /**
44635
44644
  * @remarks
44636
- * The name of the cloud computer pool.
44645
+ * The name of the cloud computer share.
44637
44646
  *
44638
44647
  * @example
44639
44648
  * test
@@ -44641,12 +44650,12 @@ export class ExportDesktopGroupInfoRequest extends $dara.Model {
44641
44650
  desktopGroupName?: string;
44642
44651
  /**
44643
44652
  * @remarks
44644
- * The authorized user IDs of cloud computer pools.
44653
+ * The IDs of the users to be authorized.
44645
44654
  */
44646
44655
  endUserId?: string[];
44647
44656
  /**
44648
44657
  * @remarks
44649
- * The time when the subscription cloud computer pool expires.
44658
+ * The expiration date of the subscription cloud computer share.
44650
44659
  *
44651
44660
  * @example
44652
44661
  * 2022-12-31T15:59Z
@@ -44682,7 +44691,7 @@ export class ExportDesktopGroupInfoRequest extends $dara.Model {
44682
44691
  nextToken?: string;
44683
44692
  /**
44684
44693
  * @remarks
44685
- * The ID of the office network to which the cloud computer pool belongs.
44694
+ * The ID of the office network.
44686
44695
  *
44687
44696
  * @example
44688
44697
  * cn-hangzhou+dir-467671****
@@ -44690,7 +44699,7 @@ export class ExportDesktopGroupInfoRequest extends $dara.Model {
44690
44699
  officeSiteId?: string;
44691
44700
  /**
44692
44701
  * @remarks
44693
- * The ID of the policy that is associated with the cloud computer pool.
44702
+ * The ID of the security policy.
44694
44703
  *
44695
44704
  * @example
44696
44705
  * pg-53iyi2aar0nd6****
@@ -44708,7 +44717,7 @@ export class ExportDesktopGroupInfoRequest extends $dara.Model {
44708
44717
  regionId?: string;
44709
44718
  /**
44710
44719
  * @remarks
44711
- * The tags attached to the cloud computer pool. You can specify 1 to 20 tags.
44720
+ * The tags. You can specify up to 20 tags.
44712
44721
  */
44713
44722
  tag?: ExportDesktopGroupInfoRequestTag[];
44714
44723
  static names(): { [key: string]: string } {
@@ -44774,18 +44783,18 @@ export class ExportDesktopGroupInfoResponseBody extends $dara.Model {
44774
44783
  requestId?: string;
44775
44784
  /**
44776
44785
  * @remarks
44777
- * The URL from which you can download the exported cloud computer pools. The details of the cloud computer pools include:
44786
+ * The download URL of the XLSX file that contains cloud computer shares. The XLSX file provides the following information:
44778
44787
  *
44779
- * * IDs and names of the cloud computer pools
44780
- * * IDs and names of the office networks
44781
- * * Cloud computer pool templates
44782
- * * Number of CPU cores and memory size
44783
- * * System disks and data disks
44784
- * * Names of security policies
44785
- * * Number of current authorized users
44786
- * * Billing methods
44787
- * * The time when the cloud computer pools were created
44788
- * * The time when the cloud computer pools expire
44788
+ * * Cloud computer share ID/name
44789
+ * * Office network ID/name
44790
+ * * Cloud computer share template
44791
+ * * vCPUs/Memory size
44792
+ * * System disk/Data disk
44793
+ * * Security policy name
44794
+ * * Number of authorized users
44795
+ * * Billing method
44796
+ * * Creation time
44797
+ * * Expiration time
44789
44798
  *
44790
44799
  * @example
44791
44800
  * https://cn-hangzhou-servicemanager.oss-cn-hangzhou.aliyuncs.com/A0_DESKTOP/EDS_CloudDesktopGroups_202203********_xBjqdCT***.xlsx?*********
@@ -55151,7 +55160,7 @@ export class ModifyUserEntitlementResponse extends $dara.Model {
55151
55160
  export class ModifyUserToDesktopGroupRequest extends $dara.Model {
55152
55161
  /**
55153
55162
  * @remarks
55154
- * The ID of the cloud computer pool whose end users you want to change.
55163
+ * The ID of the cloud computer share.
55155
55164
  *
55156
55165
  * This parameter is required.
55157
55166
  *
@@ -56061,7 +56070,7 @@ export class RemoveFilePermissionResponse extends $dara.Model {
56061
56070
  export class RemoveUserFromDesktopGroupRequest extends $dara.Model {
56062
56071
  /**
56063
56072
  * @remarks
56064
- * The ID of the cloud computer pool for which you want to remove the authorized users.
56073
+ * The ID of the cloud computer share.
56065
56074
  *
56066
56075
  * @example
56067
56076
  * dg-2i8qxpv6t1a03****
@@ -56069,14 +56078,12 @@ export class RemoveUserFromDesktopGroupRequest extends $dara.Model {
56069
56078
  desktopGroupId?: string;
56070
56079
  /**
56071
56080
  * @remarks
56072
- * The IDs of cloud computer pools.
56081
+ * The IDs of the cloud computer shares.
56073
56082
  */
56074
56083
  desktopGroupIds?: string[];
56075
56084
  /**
56076
56085
  * @remarks
56077
56086
  * The IDs of the authorized users that you want to remove.
56078
- *
56079
- * This parameter is required.
56080
56087
  */
56081
56088
  endUserIds?: string[];
56082
56089
  /**
@@ -56089,12 +56096,14 @@ export class RemoveUserFromDesktopGroupRequest extends $dara.Model {
56089
56096
  * cn-hangzhou
56090
56097
  */
56091
56098
  regionId?: string;
56099
+ userOuPath?: string;
56092
56100
  static names(): { [key: string]: string } {
56093
56101
  return {
56094
56102
  desktopGroupId: 'DesktopGroupId',
56095
56103
  desktopGroupIds: 'DesktopGroupIds',
56096
56104
  endUserIds: 'EndUserIds',
56097
56105
  regionId: 'RegionId',
56106
+ userOuPath: 'UserOuPath',
56098
56107
  };
56099
56108
  }
56100
56109
 
@@ -56104,6 +56113,7 @@ export class RemoveUserFromDesktopGroupRequest extends $dara.Model {
56104
56113
  desktopGroupIds: { 'type': 'array', 'itemType': 'string' },
56105
56114
  endUserIds: { 'type': 'array', 'itemType': 'string' },
56106
56115
  regionId: 'string',
56116
+ userOuPath: 'string',
56107
56117
  };
56108
56118
  }
56109
56119
 
@@ -56306,7 +56316,7 @@ export class RenewDesktopGroupRequest extends $dara.Model {
56306
56316
  autoRenew?: boolean;
56307
56317
  /**
56308
56318
  * @remarks
56309
- * The ID of the cloud computer pool.
56319
+ * The ID of the shared group.
56310
56320
  *
56311
56321
  * This parameter is required.
56312
56322
  *
@@ -56955,7 +56965,10 @@ export class RenewNetworkPackagesResponse extends $dara.Model {
56955
56965
  export class ResetDesktopsRequest extends $dara.Model {
56956
56966
  /**
56957
56967
  * @remarks
56958
- * The ID of the cloud computer pool. If you specify the `DesktopId` parameter, ignore the `DesktopGroupId` parameter. If you do not specify the `DesktopId` parameter, specify the `DesktopGroupId` parameter in the call to request all IDs of the cloud computers in the specified pool.
56968
+ * The ID of the cloud computer share.
56969
+ *
56970
+ * * If you specify `DesktopId`, ignore `DesktopGroupId`.
56971
+ * * If you leave `DesktopId` empty, the system obtains the IDs of all cloud computers within the share specified by `DesktopGroupId`.``
56959
56972
  *
56960
56973
  * @example
56961
56974
  * dg-07if7qsxoxkb6****
@@ -56963,7 +56976,7 @@ export class ResetDesktopsRequest extends $dara.Model {
56963
56976
  desktopGroupId?: string;
56964
56977
  /**
56965
56978
  * @remarks
56966
- * The IDs of the cloud computer pools.
56979
+ * The IDs of the cloud computer shares.
56967
56980
  */
56968
56981
  desktopGroupIds?: string[];
56969
56982
  /**
@@ -56981,9 +56994,14 @@ export class ResetDesktopsRequest extends $dara.Model {
56981
56994
  imageId?: string;
56982
56995
  /**
56983
56996
  * @remarks
56984
- * The billing method.
56997
+ * The billing method of the cloud computer share.
56998
+ *
56999
+ * > This parameter takes effect when you reset a cloud computer share. If you leave this parameter empty, all cloud computers in that share are reset.
56985
57000
  *
56986
- * > This parameter is available only when you reset cloud computer pools. If you leave this parameter empty, all cloud computers in the specified cloud computer pool are reset, regardless of how the cloud computers are billed.
57001
+ * Valid values:
57002
+ *
57003
+ * * PostPaid: pay-as-you-go.
57004
+ * * PrePaid: subscription.
56987
57005
  *
56988
57006
  * @example
56989
57007
  * PrePaid
@@ -57940,7 +57958,7 @@ export class SetDesktopGroupTimerRequest extends $dara.Model {
57940
57958
  cronExpression?: string;
57941
57959
  /**
57942
57960
  * @remarks
57943
- * The ID of the cloud computer pool.
57961
+ * The ID of the cloud computer share.
57944
57962
  *
57945
57963
  * This parameter is required.
57946
57964
  *
@@ -58097,7 +58115,7 @@ export class SetDesktopGroupTimerResponse extends $dara.Model {
58097
58115
  export class SetDesktopGroupTimerStatusRequest extends $dara.Model {
58098
58116
  /**
58099
58117
  * @remarks
58100
- * The ID of the cloud computer pool.
58118
+ * The ID of the cloud computer share.
58101
58119
  *
58102
58120
  * This parameter is required.
58103
58121
  *
@@ -60968,7 +60986,7 @@ export default class Client extends OpenApi {
60968
60986
  }
60969
60987
 
60970
60988
  /**
60971
- * Adds authorized end users of a desktop group.
60989
+ * Adds authorized users for a cloud computer share. The system automatically assigns cloud computers from a share to authorized users based on administrator-configured rules.
60972
60990
  *
60973
60991
  * @param request - AddUserToDesktopGroupRequest
60974
60992
  * @param runtime - runtime options for this request RuntimeOptions
@@ -60997,6 +61015,10 @@ export default class Client extends OpenApi {
60997
61015
  query["RegionId"] = request.regionId;
60998
61016
  }
60999
61017
 
61018
+ if (!$dara.isNull(request.userOuPath)) {
61019
+ query["UserOuPath"] = request.userOuPath;
61020
+ }
61021
+
61000
61022
  let req = new $OpenApiUtil.OpenApiRequest({
61001
61023
  query: OpenApiUtil.query(query),
61002
61024
  });
@@ -61020,7 +61042,7 @@ export default class Client extends OpenApi {
61020
61042
  }
61021
61043
 
61022
61044
  /**
61023
- * Adds authorized end users of a desktop group.
61045
+ * Adds authorized users for a cloud computer share. The system automatically assigns cloud computers from a share to authorized users based on administrator-configured rules.
61024
61046
  *
61025
61047
  * @param request - AddUserToDesktopGroupRequest
61026
61048
  * @returns AddUserToDesktopGroupResponse
@@ -63402,6 +63424,10 @@ export default class Client extends OpenApi {
63402
63424
  query["TimerGroupId"] = request.timerGroupId;
63403
63425
  }
63404
63426
 
63427
+ if (!$dara.isNull(request.userOuPath)) {
63428
+ query["UserOuPath"] = request.userOuPath;
63429
+ }
63430
+
63405
63431
  if (!$dara.isNull(request.volumeEncryptionEnabled)) {
63406
63432
  query["VolumeEncryptionEnabled"] = request.volumeEncryptionEnabled;
63407
63433
  }
@@ -69532,7 +69558,7 @@ export default class Client extends OpenApi {
69532
69558
  }
69533
69559
 
69534
69560
  /**
69535
- * Queries the information about authorized users in a cloud computer pool, including the usernames, email addresses, mobile numbers, and cloud computer IDs.
69561
+ * Queries the information about authorized users of a cloud computer share, including the usernames, email addresses, mobile numbers, and cloud computer IDs.
69536
69562
  *
69537
69563
  * @param request - DescribeUsersInGroupRequest
69538
69564
  * @param runtime - runtime options for this request RuntimeOptions
@@ -69604,7 +69630,7 @@ export default class Client extends OpenApi {
69604
69630
  }
69605
69631
 
69606
69632
  /**
69607
- * Queries the information about authorized users in a cloud computer pool, including the usernames, email addresses, mobile numbers, and cloud computer IDs.
69633
+ * Queries the information about authorized users of a cloud computer share, including the usernames, email addresses, mobile numbers, and cloud computer IDs.
69608
69634
  *
69609
69635
  * @param request - DescribeUsersInGroupRequest
69610
69636
  * @returns DescribeUsersInGroupResponse
@@ -70213,7 +70239,7 @@ export default class Client extends OpenApi {
70213
70239
  }
70214
70240
 
70215
70241
  /**
70216
- * Exports cloud computer pools. The list of cloud computer pools is saved as an XLSX file. Each entry of cloud computer pool data includes the ID and name of the cloud computer pool, the ID and name of the office network, the cloud computer pool template, and the name of the security policy.
70242
+ * Exports cloud computer shares and saves the list as an XLSX file. Each entry includes the ID and name of the cloud computer share, the ID and name of the office network, the cloud computer share template, and the name of the security policy.
70217
70243
  *
70218
70244
  * @param request - ExportDesktopGroupInfoRequest
70219
70245
  * @param runtime - runtime options for this request RuntimeOptions
@@ -70293,7 +70319,7 @@ export default class Client extends OpenApi {
70293
70319
  }
70294
70320
 
70295
70321
  /**
70296
- * Exports cloud computer pools. The list of cloud computer pools is saved as an XLSX file. Each entry of cloud computer pool data includes the ID and name of the cloud computer pool, the ID and name of the office network, the cloud computer pool template, and the name of the security policy.
70322
+ * Exports cloud computer shares and saves the list as an XLSX file. Each entry includes the ID and name of the cloud computer share, the ID and name of the office network, the cloud computer share template, and the name of the security policy.
70297
70323
  *
70298
70324
  * @param request - ExportDesktopGroupInfoRequest
70299
70325
  * @returns ExportDesktopGroupInfoResponse
@@ -74364,7 +74390,7 @@ export default class Client extends OpenApi {
74364
74390
  }
74365
74391
 
74366
74392
  /**
74367
- * Changes the end users of a cloud computer pool into new end users.
74393
+ * Replaces the existing authorized users of a cloud computer share with different users
74368
74394
  *
74369
74395
  * @param request - ModifyUserToDesktopGroupRequest
74370
74396
  * @param runtime - runtime options for this request RuntimeOptions
@@ -74412,7 +74438,7 @@ export default class Client extends OpenApi {
74412
74438
  }
74413
74439
 
74414
74440
  /**
74415
- * Changes the end users of a cloud computer pool into new end users.
74441
+ * Replaces the existing authorized users of a cloud computer share with different users
74416
74442
  *
74417
74443
  * @param request - ModifyUserToDesktopGroupRequest
74418
74444
  * @returns ModifyUserToDesktopGroupResponse
@@ -74707,7 +74733,7 @@ export default class Client extends OpenApi {
74707
74733
  }
74708
74734
 
74709
74735
  /**
74710
- * Removes authorized users of cloud computer pools. The removed users can no longer connect to cloud computers in the cloud computer pool.
74736
+ * Revokes user access permissions for a cloud computer share. Once access permissions for a cloud computer share are revoked from a user, the user can no longer access any cloud computers within that share.
74711
74737
  *
74712
74738
  * @param request - RemoveUserFromDesktopGroupRequest
74713
74739
  * @param runtime - runtime options for this request RuntimeOptions
@@ -74732,6 +74758,10 @@ export default class Client extends OpenApi {
74732
74758
  query["RegionId"] = request.regionId;
74733
74759
  }
74734
74760
 
74761
+ if (!$dara.isNull(request.userOuPath)) {
74762
+ query["UserOuPath"] = request.userOuPath;
74763
+ }
74764
+
74735
74765
  let req = new $OpenApiUtil.OpenApiRequest({
74736
74766
  query: OpenApiUtil.query(query),
74737
74767
  });
@@ -74755,7 +74785,7 @@ export default class Client extends OpenApi {
74755
74785
  }
74756
74786
 
74757
74787
  /**
74758
- * Removes authorized users of cloud computer pools. The removed users can no longer connect to cloud computers in the cloud computer pool.
74788
+ * Revokes user access permissions for a cloud computer share. Once access permissions for a cloud computer share are revoked from a user, the user can no longer access any cloud computers within that share.
74759
74789
  *
74760
74790
  * @param request - RemoveUserFromDesktopGroupRequest
74761
74791
  * @returns RemoveUserFromDesktopGroupResponse
@@ -74825,7 +74855,7 @@ export default class Client extends OpenApi {
74825
74855
  }
74826
74856
 
74827
74857
  /**
74828
- * Renew a subscription cloud computer pool.
74858
+ * Renews a shared cloud computer.
74829
74859
  *
74830
74860
  * @param request - RenewDesktopGroupRequest
74831
74861
  * @param runtime - runtime options for this request RuntimeOptions
@@ -74881,7 +74911,7 @@ export default class Client extends OpenApi {
74881
74911
  }
74882
74912
 
74883
74913
  /**
74884
- * Renew a subscription cloud computer pool.
74914
+ * Renews a shared cloud computer.
74885
74915
  *
74886
74916
  * @param request - RenewDesktopGroupRequest
74887
74917
  * @returns RenewDesktopGroupResponse
@@ -75093,10 +75123,10 @@ export default class Client extends OpenApi {
75093
75123
  }
75094
75124
 
75095
75125
  /**
75096
- * Resets cloud computers.
75126
+ * Resets cloud computers of a cloud computer share.
75097
75127
  *
75098
75128
  * @remarks
75099
- * > You can call this operation to reset only cloud computers in a cloud computer pool.
75129
+ * > You can call this operation to reset only cloud computers from a cloud computer share.
75100
75130
  *
75101
75131
  * @param request - ResetDesktopsRequest
75102
75132
  * @param runtime - runtime options for this request RuntimeOptions
@@ -75160,10 +75190,10 @@ export default class Client extends OpenApi {
75160
75190
  }
75161
75191
 
75162
75192
  /**
75163
- * Resets cloud computers.
75193
+ * Resets cloud computers of a cloud computer share.
75164
75194
  *
75165
75195
  * @remarks
75166
- * > You can call this operation to reset only cloud computers in a cloud computer pool.
75196
+ * > You can call this operation to reset only cloud computers from a cloud computer share.
75167
75197
  *
75168
75198
  * @param request - ResetDesktopsRequest
75169
75199
  * @returns ResetDesktopsResponse
@@ -75550,7 +75580,7 @@ export default class Client extends OpenApi {
75550
75580
  }
75551
75581
 
75552
75582
  /**
75553
- * Configures a scheduled task for a cloud computer pool, such as starting, stopping, restarting or resting cloud computers in the pool.
75583
+ * Configures a scheduled start, stop, restart, or reset task for a cloud computer share.
75554
75584
  *
75555
75585
  * @param request - SetDesktopGroupTimerRequest
75556
75586
  * @param runtime - runtime options for this request RuntimeOptions
@@ -75606,7 +75636,7 @@ export default class Client extends OpenApi {
75606
75636
  }
75607
75637
 
75608
75638
  /**
75609
- * Configures a scheduled task for a cloud computer pool, such as starting, stopping, restarting or resting cloud computers in the pool.
75639
+ * Configures a scheduled start, stop, restart, or reset task for a cloud computer share.
75610
75640
  *
75611
75641
  * @param request - SetDesktopGroupTimerRequest
75612
75642
  * @returns SetDesktopGroupTimerResponse
@@ -75617,7 +75647,7 @@ export default class Client extends OpenApi {
75617
75647
  }
75618
75648
 
75619
75649
  /**
75620
- * Sets the status of a scheduled task for a cloud computer pool. For example, you enable or disable the scheduled task.
75650
+ * Sets the status of a scheduled task for a cloud computer share, such as enabling or disabling it.
75621
75651
  *
75622
75652
  * @param request - SetDesktopGroupTimerStatusRequest
75623
75653
  * @param runtime - runtime options for this request RuntimeOptions
@@ -75665,7 +75695,7 @@ export default class Client extends OpenApi {
75665
75695
  }
75666
75696
 
75667
75697
  /**
75668
- * Sets the status of a scheduled task for a cloud computer pool. For example, you enable or disable the scheduled task.
75698
+ * Sets the status of a scheduled task for a cloud computer share, such as enabling or disabling it.
75669
75699
  *
75670
75700
  * @param request - SetDesktopGroupTimerStatusRequest
75671
75701
  * @returns SetDesktopGroupTimerStatusResponse