@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/dist/client.d.ts CHANGED
@@ -3914,6 +3914,7 @@ export declare class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dar
3914
3914
  * The tags attached to the cloud computer pool.
3915
3915
  */
3916
3916
  tags?: DescribeDesktopGroupsResponseBodyDesktopGroupsTags[];
3917
+ userOuPath?: string;
3917
3918
  /**
3918
3919
  * @remarks
3919
3920
  * The version number of the cloud computer pool.
@@ -11252,7 +11253,7 @@ export declare class DescribeUserConnectTimeResponseBodyData extends $dara.Model
11252
11253
  export declare class DescribeUserConnectionRecordsResponseBodyConnectionRecords extends $dara.Model {
11253
11254
  /**
11254
11255
  * @remarks
11255
- * The duration for which the end user is connected to the cloud computer. Unit: seconds.
11256
+ * The connection duration. Unit: milliseconds.
11256
11257
  *
11257
11258
  * @example
11258
11259
  * 3405035000
@@ -11964,7 +11965,7 @@ export declare class DownloadCdsFileResponseBodyDownloadFileModel extends $dara.
11964
11965
  export declare class ExportDesktopGroupInfoRequestTag extends $dara.Model {
11965
11966
  /**
11966
11967
  * @remarks
11967
- * 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.
11968
+ * 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://`.
11968
11969
  *
11969
11970
  * @example
11970
11971
  * TestKey
@@ -11972,7 +11973,7 @@ export declare class ExportDesktopGroupInfoRequestTag extends $dara.Model {
11972
11973
  key?: string;
11973
11974
  /**
11974
11975
  * @remarks
11975
- * 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://`.
11976
+ * 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://`.
11976
11977
  *
11977
11978
  * @example
11978
11979
  * TestValue
@@ -15594,7 +15595,7 @@ export declare class AddUserToDesktopGroupRequest extends $dara.Model {
15594
15595
  clientToken?: string;
15595
15596
  /**
15596
15597
  * @remarks
15597
- * The ID of the desktop group that you want to assign to more regular users.
15598
+ * The ID of the cloud computer share.
15598
15599
  *
15599
15600
  * @example
15600
15601
  * dg-2i8qxpv6t1a03****
@@ -15602,14 +15603,12 @@ export declare class AddUserToDesktopGroupRequest extends $dara.Model {
15602
15603
  desktopGroupId?: string;
15603
15604
  /**
15604
15605
  * @remarks
15605
- * The IDs of the desktop groups.
15606
+ * The IDs of the cloud computer shares.
15606
15607
  */
15607
15608
  desktopGroupIds?: string[];
15608
15609
  /**
15609
15610
  * @remarks
15610
15611
  * The regular users to whom you want to assign the desktop group.
15611
- *
15612
- * This parameter is required.
15613
15612
  */
15614
15613
  endUserIds?: string[];
15615
15614
  /**
@@ -15622,6 +15621,7 @@ export declare class AddUserToDesktopGroupRequest extends $dara.Model {
15622
15621
  * cn-hangzhou
15623
15622
  */
15624
15623
  regionId?: string;
15624
+ userOuPath?: string;
15625
15625
  static names(): {
15626
15626
  [key: string]: string;
15627
15627
  };
@@ -20083,6 +20083,7 @@ export declare class CreateDesktopGroupRequest extends $dara.Model {
20083
20083
  * ccg-0caoeogrk9m5****
20084
20084
  */
20085
20085
  timerGroupId?: string;
20086
+ userOuPath?: string;
20086
20087
  /**
20087
20088
  * @remarks
20088
20089
  * Specifies whether to enable disk encryption.
@@ -31339,7 +31340,7 @@ export declare class DescribeUserConnectionRecordsRequest extends $dara.Model {
31339
31340
  export declare class DescribeUserConnectionRecordsResponseBody extends $dara.Model {
31340
31341
  /**
31341
31342
  * @remarks
31342
- * Details about connection records of the end user.
31343
+ * The connection records.
31343
31344
  */
31344
31345
  connectionRecords?: DescribeUserConnectionRecordsResponseBodyConnectionRecords[];
31345
31346
  /**
@@ -31500,7 +31501,7 @@ export declare class DescribeUsersInGroupRequest extends $dara.Model {
31500
31501
  connectState?: number;
31501
31502
  /**
31502
31503
  * @remarks
31503
- * The ID of the cloud computer pool.
31504
+ * The ID of the cloud computer share.
31504
31505
  *
31505
31506
  * This parameter is required.
31506
31507
  *
@@ -31619,7 +31620,7 @@ export declare class DescribeUsersInGroupResponseBody extends $dara.Model {
31619
31620
  nextToken?: string;
31620
31621
  /**
31621
31622
  * @remarks
31622
- * The total number of authorized users that is connected to cloud computers in the cloud computer pool.
31623
+ * The total number of authorized users that are connected to cloud computers of the cloud computer share.
31623
31624
  *
31624
31625
  * @example
31625
31626
  * 0
@@ -31633,9 +31634,10 @@ export declare class DescribeUsersInGroupResponseBody extends $dara.Model {
31633
31634
  * 1CBAFFAB-B697-4049-A9B1-67E1FC5F****
31634
31635
  */
31635
31636
  requestId?: string;
31637
+ userOuPath?: string;
31636
31638
  /**
31637
31639
  * @remarks
31638
- * The total number of authorized users of the cloud computer pool.
31640
+ * The total number of authorized users of the cloud computer share.
31639
31641
  *
31640
31642
  * @example
31641
31643
  * 1
@@ -32547,7 +32549,7 @@ export declare class ExportClientEventsResponseBody extends $dara.Model {
32547
32549
  * The download address from which you can export desktop groups.
32548
32550
  *
32549
32551
  * @example
32550
- * 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
32552
+ * 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
32551
32553
  */
32552
32554
  url?: string;
32553
32555
  static names(): {
@@ -32581,12 +32583,11 @@ export declare class ExportClientEventsResponse extends $dara.Model {
32581
32583
  export declare class ExportDesktopGroupInfoRequest extends $dara.Model {
32582
32584
  /**
32583
32585
  * @remarks
32584
- * The billing method of the cloud computer pool.
32586
+ * The billing method of the cloud computer share.
32585
32587
  *
32586
32588
  * Valid values:
32587
32589
  *
32588
32590
  * * PostPaid: pay-as-you-go.
32589
- *
32590
32591
  * * PrePaid: subscription.
32591
32592
  *
32592
32593
  * @example
@@ -32595,12 +32596,12 @@ export declare class ExportDesktopGroupInfoRequest extends $dara.Model {
32595
32596
  chargeType?: string;
32596
32597
  /**
32597
32598
  * @remarks
32598
- * The IDs of the cloud computer pools.
32599
+ * The IDs of the cloud computer shares.
32599
32600
  */
32600
32601
  desktopGroupId?: string[];
32601
32602
  /**
32602
32603
  * @remarks
32603
- * The name of the cloud computer pool.
32604
+ * The name of the cloud computer share.
32604
32605
  *
32605
32606
  * @example
32606
32607
  * test
@@ -32608,12 +32609,12 @@ export declare class ExportDesktopGroupInfoRequest extends $dara.Model {
32608
32609
  desktopGroupName?: string;
32609
32610
  /**
32610
32611
  * @remarks
32611
- * The authorized user IDs of cloud computer pools.
32612
+ * The IDs of the users to be authorized.
32612
32613
  */
32613
32614
  endUserId?: string[];
32614
32615
  /**
32615
32616
  * @remarks
32616
- * The time when the subscription cloud computer pool expires.
32617
+ * The expiration date of the subscription cloud computer share.
32617
32618
  *
32618
32619
  * @example
32619
32620
  * 2022-12-31T15:59Z
@@ -32649,7 +32650,7 @@ export declare class ExportDesktopGroupInfoRequest extends $dara.Model {
32649
32650
  nextToken?: string;
32650
32651
  /**
32651
32652
  * @remarks
32652
- * The ID of the office network to which the cloud computer pool belongs.
32653
+ * The ID of the office network.
32653
32654
  *
32654
32655
  * @example
32655
32656
  * cn-hangzhou+dir-467671****
@@ -32657,7 +32658,7 @@ export declare class ExportDesktopGroupInfoRequest extends $dara.Model {
32657
32658
  officeSiteId?: string;
32658
32659
  /**
32659
32660
  * @remarks
32660
- * The ID of the policy that is associated with the cloud computer pool.
32661
+ * The ID of the security policy.
32661
32662
  *
32662
32663
  * @example
32663
32664
  * pg-53iyi2aar0nd6****
@@ -32675,7 +32676,7 @@ export declare class ExportDesktopGroupInfoRequest extends $dara.Model {
32675
32676
  regionId?: string;
32676
32677
  /**
32677
32678
  * @remarks
32678
- * The tags attached to the cloud computer pool. You can specify 1 to 20 tags.
32679
+ * The tags. You can specify up to 20 tags.
32679
32680
  */
32680
32681
  tag?: ExportDesktopGroupInfoRequestTag[];
32681
32682
  static names(): {
@@ -32700,18 +32701,18 @@ export declare class ExportDesktopGroupInfoResponseBody extends $dara.Model {
32700
32701
  requestId?: string;
32701
32702
  /**
32702
32703
  * @remarks
32703
- * The URL from which you can download the exported cloud computer pools. The details of the cloud computer pools include:
32704
+ * The download URL of the XLSX file that contains cloud computer shares. The XLSX file provides the following information:
32704
32705
  *
32705
- * * IDs and names of the cloud computer pools
32706
- * * IDs and names of the office networks
32707
- * * Cloud computer pool templates
32708
- * * Number of CPU cores and memory size
32709
- * * System disks and data disks
32710
- * * Names of security policies
32711
- * * Number of current authorized users
32712
- * * Billing methods
32713
- * * The time when the cloud computer pools were created
32714
- * * The time when the cloud computer pools expire
32706
+ * * Cloud computer share ID/name
32707
+ * * Office network ID/name
32708
+ * * Cloud computer share template
32709
+ * * vCPUs/Memory size
32710
+ * * System disk/Data disk
32711
+ * * Security policy name
32712
+ * * Number of authorized users
32713
+ * * Billing method
32714
+ * * Creation time
32715
+ * * Expiration time
32715
32716
  *
32716
32717
  * @example
32717
32718
  * https://cn-hangzhou-servicemanager.oss-cn-hangzhou.aliyuncs.com/A0_DESKTOP/EDS_CloudDesktopGroups_202203********_xBjqdCT***.xlsx?*********
@@ -40004,7 +40005,7 @@ export declare class ModifyUserEntitlementResponse extends $dara.Model {
40004
40005
  export declare class ModifyUserToDesktopGroupRequest extends $dara.Model {
40005
40006
  /**
40006
40007
  * @remarks
40007
- * The ID of the cloud computer pool whose end users you want to change.
40008
+ * The ID of the cloud computer share.
40008
40009
  *
40009
40010
  * This parameter is required.
40010
40011
  *
@@ -40633,7 +40634,7 @@ export declare class RemoveFilePermissionResponse extends $dara.Model {
40633
40634
  export declare class RemoveUserFromDesktopGroupRequest extends $dara.Model {
40634
40635
  /**
40635
40636
  * @remarks
40636
- * The ID of the cloud computer pool for which you want to remove the authorized users.
40637
+ * The ID of the cloud computer share.
40637
40638
  *
40638
40639
  * @example
40639
40640
  * dg-2i8qxpv6t1a03****
@@ -40641,14 +40642,12 @@ export declare class RemoveUserFromDesktopGroupRequest extends $dara.Model {
40641
40642
  desktopGroupId?: string;
40642
40643
  /**
40643
40644
  * @remarks
40644
- * The IDs of cloud computer pools.
40645
+ * The IDs of the cloud computer shares.
40645
40646
  */
40646
40647
  desktopGroupIds?: string[];
40647
40648
  /**
40648
40649
  * @remarks
40649
40650
  * The IDs of the authorized users that you want to remove.
40650
- *
40651
- * This parameter is required.
40652
40651
  */
40653
40652
  endUserIds?: string[];
40654
40653
  /**
@@ -40661,6 +40660,7 @@ export declare class RemoveUserFromDesktopGroupRequest extends $dara.Model {
40661
40660
  * cn-hangzhou
40662
40661
  */
40663
40662
  regionId?: string;
40663
+ userOuPath?: string;
40664
40664
  static names(): {
40665
40665
  [key: string]: string;
40666
40666
  };
@@ -40784,7 +40784,7 @@ export declare class RenewDesktopGroupRequest extends $dara.Model {
40784
40784
  autoRenew?: boolean;
40785
40785
  /**
40786
40786
  * @remarks
40787
- * The ID of the cloud computer pool.
40787
+ * The ID of the shared group.
40788
40788
  *
40789
40789
  * This parameter is required.
40790
40790
  *
@@ -41221,7 +41221,10 @@ export declare class RenewNetworkPackagesResponse extends $dara.Model {
41221
41221
  export declare class ResetDesktopsRequest extends $dara.Model {
41222
41222
  /**
41223
41223
  * @remarks
41224
- * 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.
41224
+ * The ID of the cloud computer share.
41225
+ *
41226
+ * * If you specify `DesktopId`, ignore `DesktopGroupId`.
41227
+ * * If you leave `DesktopId` empty, the system obtains the IDs of all cloud computers within the share specified by `DesktopGroupId`.``
41225
41228
  *
41226
41229
  * @example
41227
41230
  * dg-07if7qsxoxkb6****
@@ -41229,7 +41232,7 @@ export declare class ResetDesktopsRequest extends $dara.Model {
41229
41232
  desktopGroupId?: string;
41230
41233
  /**
41231
41234
  * @remarks
41232
- * The IDs of the cloud computer pools.
41235
+ * The IDs of the cloud computer shares.
41233
41236
  */
41234
41237
  desktopGroupIds?: string[];
41235
41238
  /**
@@ -41247,9 +41250,14 @@ export declare class ResetDesktopsRequest extends $dara.Model {
41247
41250
  imageId?: string;
41248
41251
  /**
41249
41252
  * @remarks
41250
- * The billing method.
41253
+ * The billing method of the cloud computer share.
41254
+ *
41255
+ * > 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.
41251
41256
  *
41252
- * > 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.
41257
+ * Valid values:
41258
+ *
41259
+ * * PostPaid: pay-as-you-go.
41260
+ * * PrePaid: subscription.
41253
41261
  *
41254
41262
  * @example
41255
41263
  * PrePaid
@@ -41880,7 +41888,7 @@ export declare class SetDesktopGroupTimerRequest extends $dara.Model {
41880
41888
  cronExpression?: string;
41881
41889
  /**
41882
41890
  * @remarks
41883
- * The ID of the cloud computer pool.
41891
+ * The ID of the cloud computer share.
41884
41892
  *
41885
41893
  * This parameter is required.
41886
41894
  *
@@ -41989,7 +41997,7 @@ export declare class SetDesktopGroupTimerResponse extends $dara.Model {
41989
41997
  export declare class SetDesktopGroupTimerStatusRequest extends $dara.Model {
41990
41998
  /**
41991
41999
  * @remarks
41992
- * The ID of the cloud computer pool.
42000
+ * The ID of the cloud computer share.
41993
42001
  *
41994
42002
  * This parameter is required.
41995
42003
  *
@@ -43788,7 +43796,7 @@ export default class Client extends OpenApi {
43788
43796
  */
43789
43797
  addFilePermission(request: AddFilePermissionRequest): Promise<AddFilePermissionResponse>;
43790
43798
  /**
43791
- * Adds authorized end users of a desktop group.
43799
+ * 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.
43792
43800
  *
43793
43801
  * @param request - AddUserToDesktopGroupRequest
43794
43802
  * @param runtime - runtime options for this request RuntimeOptions
@@ -43796,7 +43804,7 @@ export default class Client extends OpenApi {
43796
43804
  */
43797
43805
  addUserToDesktopGroupWithOptions(request: AddUserToDesktopGroupRequest, runtime: $dara.RuntimeOptions): Promise<AddUserToDesktopGroupResponse>;
43798
43806
  /**
43799
- * Adds authorized end users of a desktop group.
43807
+ * 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.
43800
43808
  *
43801
43809
  * @param request - AddUserToDesktopGroupRequest
43802
43810
  * @returns AddUserToDesktopGroupResponse
@@ -45714,7 +45722,7 @@ export default class Client extends OpenApi {
45714
45722
  */
45715
45723
  describeUserProfilePathRules(request: DescribeUserProfilePathRulesRequest): Promise<DescribeUserProfilePathRulesResponse>;
45716
45724
  /**
45717
- * Queries the information about authorized users in a cloud computer pool, including the usernames, email addresses, mobile numbers, and cloud computer IDs.
45725
+ * Queries the information about authorized users of a cloud computer share, including the usernames, email addresses, mobile numbers, and cloud computer IDs.
45718
45726
  *
45719
45727
  * @param request - DescribeUsersInGroupRequest
45720
45728
  * @param runtime - runtime options for this request RuntimeOptions
@@ -45722,7 +45730,7 @@ export default class Client extends OpenApi {
45722
45730
  */
45723
45731
  describeUsersInGroupWithOptions(request: DescribeUsersInGroupRequest, runtime: $dara.RuntimeOptions): Promise<DescribeUsersInGroupResponse>;
45724
45732
  /**
45725
- * Queries the information about authorized users in a cloud computer pool, including the usernames, email addresses, mobile numbers, and cloud computer IDs.
45733
+ * Queries the information about authorized users of a cloud computer share, including the usernames, email addresses, mobile numbers, and cloud computer IDs.
45726
45734
  *
45727
45735
  * @param request - DescribeUsersInGroupRequest
45728
45736
  * @returns DescribeUsersInGroupResponse
@@ -45879,7 +45887,7 @@ export default class Client extends OpenApi {
45879
45887
  */
45880
45888
  exportClientEvents(request: ExportClientEventsRequest): Promise<ExportClientEventsResponse>;
45881
45889
  /**
45882
- * 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.
45890
+ * 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.
45883
45891
  *
45884
45892
  * @param request - ExportDesktopGroupInfoRequest
45885
45893
  * @param runtime - runtime options for this request RuntimeOptions
@@ -45887,7 +45895,7 @@ export default class Client extends OpenApi {
45887
45895
  */
45888
45896
  exportDesktopGroupInfoWithOptions(request: ExportDesktopGroupInfoRequest, runtime: $dara.RuntimeOptions): Promise<ExportDesktopGroupInfoResponse>;
45889
45897
  /**
45890
- * 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.
45898
+ * 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.
45891
45899
  *
45892
45900
  * @param request - ExportDesktopGroupInfoRequest
45893
45901
  * @returns ExportDesktopGroupInfoResponse
@@ -46924,7 +46932,7 @@ export default class Client extends OpenApi {
46924
46932
  */
46925
46933
  modifyUserEntitlement(request: ModifyUserEntitlementRequest): Promise<ModifyUserEntitlementResponse>;
46926
46934
  /**
46927
- * Changes the end users of a cloud computer pool into new end users.
46935
+ * Replaces the existing authorized users of a cloud computer share with different users
46928
46936
  *
46929
46937
  * @param request - ModifyUserToDesktopGroupRequest
46930
46938
  * @param runtime - runtime options for this request RuntimeOptions
@@ -46932,7 +46940,7 @@ export default class Client extends OpenApi {
46932
46940
  */
46933
46941
  modifyUserToDesktopGroupWithOptions(request: ModifyUserToDesktopGroupRequest, runtime: $dara.RuntimeOptions): Promise<ModifyUserToDesktopGroupResponse>;
46934
46942
  /**
46935
- * Changes the end users of a cloud computer pool into new end users.
46943
+ * Replaces the existing authorized users of a cloud computer share with different users
46936
46944
  *
46937
46945
  * @param request - ModifyUserToDesktopGroupRequest
46938
46946
  * @returns ModifyUserToDesktopGroupResponse
@@ -47021,7 +47029,7 @@ export default class Client extends OpenApi {
47021
47029
  */
47022
47030
  removeFilePermission(request: RemoveFilePermissionRequest): Promise<RemoveFilePermissionResponse>;
47023
47031
  /**
47024
- * Removes authorized users of cloud computer pools. The removed users can no longer connect to cloud computers in the cloud computer pool.
47032
+ * 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.
47025
47033
  *
47026
47034
  * @param request - RemoveUserFromDesktopGroupRequest
47027
47035
  * @param runtime - runtime options for this request RuntimeOptions
@@ -47029,7 +47037,7 @@ export default class Client extends OpenApi {
47029
47037
  */
47030
47038
  removeUserFromDesktopGroupWithOptions(request: RemoveUserFromDesktopGroupRequest, runtime: $dara.RuntimeOptions): Promise<RemoveUserFromDesktopGroupResponse>;
47031
47039
  /**
47032
- * Removes authorized users of cloud computer pools. The removed users can no longer connect to cloud computers in the cloud computer pool.
47040
+ * 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.
47033
47041
  *
47034
47042
  * @param request - RemoveUserFromDesktopGroupRequest
47035
47043
  * @returns RemoveUserFromDesktopGroupResponse
@@ -47051,7 +47059,7 @@ export default class Client extends OpenApi {
47051
47059
  */
47052
47060
  removeUserFromDesktopOversoldUserGroup(request: RemoveUserFromDesktopOversoldUserGroupRequest): Promise<RemoveUserFromDesktopOversoldUserGroupResponse>;
47053
47061
  /**
47054
- * Renew a subscription cloud computer pool.
47062
+ * Renews a shared cloud computer.
47055
47063
  *
47056
47064
  * @param request - RenewDesktopGroupRequest
47057
47065
  * @param runtime - runtime options for this request RuntimeOptions
@@ -47059,7 +47067,7 @@ export default class Client extends OpenApi {
47059
47067
  */
47060
47068
  renewDesktopGroupWithOptions(request: RenewDesktopGroupRequest, runtime: $dara.RuntimeOptions): Promise<RenewDesktopGroupResponse>;
47061
47069
  /**
47062
- * Renew a subscription cloud computer pool.
47070
+ * Renews a shared cloud computer.
47063
47071
  *
47064
47072
  * @param request - RenewDesktopGroupRequest
47065
47073
  * @returns RenewDesktopGroupResponse
@@ -47111,10 +47119,10 @@ export default class Client extends OpenApi {
47111
47119
  */
47112
47120
  renewNetworkPackages(request: RenewNetworkPackagesRequest): Promise<RenewNetworkPackagesResponse>;
47113
47121
  /**
47114
- * Resets cloud computers.
47122
+ * Resets cloud computers of a cloud computer share.
47115
47123
  *
47116
47124
  * @remarks
47117
- * > You can call this operation to reset only cloud computers in a cloud computer pool.
47125
+ * > You can call this operation to reset only cloud computers from a cloud computer share.
47118
47126
  *
47119
47127
  * @param request - ResetDesktopsRequest
47120
47128
  * @param runtime - runtime options for this request RuntimeOptions
@@ -47122,10 +47130,10 @@ export default class Client extends OpenApi {
47122
47130
  */
47123
47131
  resetDesktopsWithOptions(request: ResetDesktopsRequest, runtime: $dara.RuntimeOptions): Promise<ResetDesktopsResponse>;
47124
47132
  /**
47125
- * Resets cloud computers.
47133
+ * Resets cloud computers of a cloud computer share.
47126
47134
  *
47127
47135
  * @remarks
47128
- * > You can call this operation to reset only cloud computers in a cloud computer pool.
47136
+ * > You can call this operation to reset only cloud computers from a cloud computer share.
47129
47137
  *
47130
47138
  * @param request - ResetDesktopsRequest
47131
47139
  * @returns ResetDesktopsResponse
@@ -47252,7 +47260,7 @@ export default class Client extends OpenApi {
47252
47260
  */
47253
47261
  setDesktopGroupScaleTimer(request: SetDesktopGroupScaleTimerRequest): Promise<SetDesktopGroupScaleTimerResponse>;
47254
47262
  /**
47255
- * Configures a scheduled task for a cloud computer pool, such as starting, stopping, restarting or resting cloud computers in the pool.
47263
+ * Configures a scheduled start, stop, restart, or reset task for a cloud computer share.
47256
47264
  *
47257
47265
  * @param request - SetDesktopGroupTimerRequest
47258
47266
  * @param runtime - runtime options for this request RuntimeOptions
@@ -47260,14 +47268,14 @@ export default class Client extends OpenApi {
47260
47268
  */
47261
47269
  setDesktopGroupTimerWithOptions(request: SetDesktopGroupTimerRequest, runtime: $dara.RuntimeOptions): Promise<SetDesktopGroupTimerResponse>;
47262
47270
  /**
47263
- * Configures a scheduled task for a cloud computer pool, such as starting, stopping, restarting or resting cloud computers in the pool.
47271
+ * Configures a scheduled start, stop, restart, or reset task for a cloud computer share.
47264
47272
  *
47265
47273
  * @param request - SetDesktopGroupTimerRequest
47266
47274
  * @returns SetDesktopGroupTimerResponse
47267
47275
  */
47268
47276
  setDesktopGroupTimer(request: SetDesktopGroupTimerRequest): Promise<SetDesktopGroupTimerResponse>;
47269
47277
  /**
47270
- * Sets the status of a scheduled task for a cloud computer pool. For example, you enable or disable the scheduled task.
47278
+ * Sets the status of a scheduled task for a cloud computer share, such as enabling or disabling it.
47271
47279
  *
47272
47280
  * @param request - SetDesktopGroupTimerStatusRequest
47273
47281
  * @param runtime - runtime options for this request RuntimeOptions
@@ -47275,7 +47283,7 @@ export default class Client extends OpenApi {
47275
47283
  */
47276
47284
  setDesktopGroupTimerStatusWithOptions(request: SetDesktopGroupTimerStatusRequest, runtime: $dara.RuntimeOptions): Promise<SetDesktopGroupTimerStatusResponse>;
47277
47285
  /**
47278
- * Sets the status of a scheduled task for a cloud computer pool. For example, you enable or disable the scheduled task.
47286
+ * Sets the status of a scheduled task for a cloud computer share, such as enabling or disabling it.
47279
47287
  *
47280
47288
  * @param request - SetDesktopGroupTimerStatusRequest
47281
47289
  * @returns SetDesktopGroupTimerStatusResponse