@alicloud/ecd20200930 4.5.2 → 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 +107 -64
- package/dist/client.js +124 -36
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +181 -64
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.
|
|
@@ -4612,6 +4613,36 @@ export declare class DescribeDesktopsResponseBodyDesktopsFotaUpdate extends $dar
|
|
|
4612
4613
|
[key: string]: any;
|
|
4613
4614
|
});
|
|
4614
4615
|
}
|
|
4616
|
+
export declare class DescribeDesktopsResponseBodyDesktopsOsUpdatePackages extends $dara.Model {
|
|
4617
|
+
description?: string;
|
|
4618
|
+
kb?: string;
|
|
4619
|
+
title?: string;
|
|
4620
|
+
static names(): {
|
|
4621
|
+
[key: string]: string;
|
|
4622
|
+
};
|
|
4623
|
+
static types(): {
|
|
4624
|
+
[key: string]: any;
|
|
4625
|
+
};
|
|
4626
|
+
validate(): void;
|
|
4627
|
+
constructor(map?: {
|
|
4628
|
+
[key: string]: any;
|
|
4629
|
+
});
|
|
4630
|
+
}
|
|
4631
|
+
export declare class DescribeDesktopsResponseBodyDesktopsOsUpdate extends $dara.Model {
|
|
4632
|
+
checkId?: string;
|
|
4633
|
+
packageCount?: number;
|
|
4634
|
+
packages?: DescribeDesktopsResponseBodyDesktopsOsUpdatePackages[];
|
|
4635
|
+
static names(): {
|
|
4636
|
+
[key: string]: string;
|
|
4637
|
+
};
|
|
4638
|
+
static types(): {
|
|
4639
|
+
[key: string]: any;
|
|
4640
|
+
};
|
|
4641
|
+
validate(): void;
|
|
4642
|
+
constructor(map?: {
|
|
4643
|
+
[key: string]: any;
|
|
4644
|
+
});
|
|
4645
|
+
}
|
|
4615
4646
|
export declare class DescribeDesktopsResponseBodyDesktopsResourceGroups extends $dara.Model {
|
|
4616
4647
|
/**
|
|
4617
4648
|
* @remarks
|
|
@@ -5062,6 +5093,7 @@ export declare class DescribeDesktopsResponseBodyDesktops extends $dara.Model {
|
|
|
5062
5093
|
* Windows
|
|
5063
5094
|
*/
|
|
5064
5095
|
osType?: string;
|
|
5096
|
+
osUpdate?: DescribeDesktopsResponseBodyDesktopsOsUpdate;
|
|
5065
5097
|
/**
|
|
5066
5098
|
* @remarks
|
|
5067
5099
|
* The information about the OS platform.
|
|
@@ -9483,6 +9515,7 @@ export declare class DescribePolicyGroupsResponseBodyDescribePolicyGroups extend
|
|
|
9483
9515
|
* on
|
|
9484
9516
|
*/
|
|
9485
9517
|
endUserGroupCoordinate?: string;
|
|
9518
|
+
fileMigrate?: string;
|
|
9486
9519
|
/**
|
|
9487
9520
|
* @remarks
|
|
9488
9521
|
* Transfers files.
|
|
@@ -10245,6 +10278,7 @@ export declare class DescribePolicyGroupsResponseBodyDescribePolicyGroups extend
|
|
|
10245
10278
|
* EndUserId
|
|
10246
10279
|
*/
|
|
10247
10280
|
watermarkType?: string;
|
|
10281
|
+
wuyingKeeper?: string;
|
|
10248
10282
|
/**
|
|
10249
10283
|
* @remarks
|
|
10250
10284
|
* Specifies whether to provide the AI Assistant function in the DesktopAssistant when the cloud computer is accessed from the Alibaba Cloud Workspace desktop clients (including the Windows client and the macOS client).
|
|
@@ -11219,7 +11253,7 @@ export declare class DescribeUserConnectTimeResponseBodyData extends $dara.Model
|
|
|
11219
11253
|
export declare class DescribeUserConnectionRecordsResponseBodyConnectionRecords extends $dara.Model {
|
|
11220
11254
|
/**
|
|
11221
11255
|
* @remarks
|
|
11222
|
-
* The duration
|
|
11256
|
+
* The connection duration. Unit: milliseconds.
|
|
11223
11257
|
*
|
|
11224
11258
|
* @example
|
|
11225
11259
|
* 3405035000
|
|
@@ -11931,7 +11965,7 @@ export declare class DownloadCdsFileResponseBodyDownloadFileModel extends $dara.
|
|
|
11931
11965
|
export declare class ExportDesktopGroupInfoRequestTag extends $dara.Model {
|
|
11932
11966
|
/**
|
|
11933
11967
|
* @remarks
|
|
11934
|
-
* The 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://`.
|
|
11935
11969
|
*
|
|
11936
11970
|
* @example
|
|
11937
11971
|
* TestKey
|
|
@@ -11939,7 +11973,7 @@ export declare class ExportDesktopGroupInfoRequestTag extends $dara.Model {
|
|
|
11939
11973
|
key?: string;
|
|
11940
11974
|
/**
|
|
11941
11975
|
* @remarks
|
|
11942
|
-
* The value
|
|
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://`.
|
|
11943
11977
|
*
|
|
11944
11978
|
* @example
|
|
11945
11979
|
* TestValue
|
|
@@ -15561,7 +15595,7 @@ export declare class AddUserToDesktopGroupRequest extends $dara.Model {
|
|
|
15561
15595
|
clientToken?: string;
|
|
15562
15596
|
/**
|
|
15563
15597
|
* @remarks
|
|
15564
|
-
* The ID of the
|
|
15598
|
+
* The ID of the cloud computer share.
|
|
15565
15599
|
*
|
|
15566
15600
|
* @example
|
|
15567
15601
|
* dg-2i8qxpv6t1a03****
|
|
@@ -15569,14 +15603,12 @@ export declare class AddUserToDesktopGroupRequest extends $dara.Model {
|
|
|
15569
15603
|
desktopGroupId?: string;
|
|
15570
15604
|
/**
|
|
15571
15605
|
* @remarks
|
|
15572
|
-
* The IDs of the
|
|
15606
|
+
* The IDs of the cloud computer shares.
|
|
15573
15607
|
*/
|
|
15574
15608
|
desktopGroupIds?: string[];
|
|
15575
15609
|
/**
|
|
15576
15610
|
* @remarks
|
|
15577
15611
|
* The regular users to whom you want to assign the desktop group.
|
|
15578
|
-
*
|
|
15579
|
-
* This parameter is required.
|
|
15580
15612
|
*/
|
|
15581
15613
|
endUserIds?: string[];
|
|
15582
15614
|
/**
|
|
@@ -15589,6 +15621,7 @@ export declare class AddUserToDesktopGroupRequest extends $dara.Model {
|
|
|
15589
15621
|
* cn-hangzhou
|
|
15590
15622
|
*/
|
|
15591
15623
|
regionId?: string;
|
|
15624
|
+
userOuPath?: string;
|
|
15592
15625
|
static names(): {
|
|
15593
15626
|
[key: string]: string;
|
|
15594
15627
|
};
|
|
@@ -20050,6 +20083,7 @@ export declare class CreateDesktopGroupRequest extends $dara.Model {
|
|
|
20050
20083
|
* ccg-0caoeogrk9m5****
|
|
20051
20084
|
*/
|
|
20052
20085
|
timerGroupId?: string;
|
|
20086
|
+
userOuPath?: string;
|
|
20053
20087
|
/**
|
|
20054
20088
|
* @remarks
|
|
20055
20089
|
* Specifies whether to enable disk encryption.
|
|
@@ -31306,7 +31340,7 @@ export declare class DescribeUserConnectionRecordsRequest extends $dara.Model {
|
|
|
31306
31340
|
export declare class DescribeUserConnectionRecordsResponseBody extends $dara.Model {
|
|
31307
31341
|
/**
|
|
31308
31342
|
* @remarks
|
|
31309
|
-
*
|
|
31343
|
+
* The connection records.
|
|
31310
31344
|
*/
|
|
31311
31345
|
connectionRecords?: DescribeUserConnectionRecordsResponseBodyConnectionRecords[];
|
|
31312
31346
|
/**
|
|
@@ -31467,7 +31501,7 @@ export declare class DescribeUsersInGroupRequest extends $dara.Model {
|
|
|
31467
31501
|
connectState?: number;
|
|
31468
31502
|
/**
|
|
31469
31503
|
* @remarks
|
|
31470
|
-
* The ID of the cloud computer
|
|
31504
|
+
* The ID of the cloud computer share.
|
|
31471
31505
|
*
|
|
31472
31506
|
* This parameter is required.
|
|
31473
31507
|
*
|
|
@@ -31586,7 +31620,7 @@ export declare class DescribeUsersInGroupResponseBody extends $dara.Model {
|
|
|
31586
31620
|
nextToken?: string;
|
|
31587
31621
|
/**
|
|
31588
31622
|
* @remarks
|
|
31589
|
-
* The total number of authorized users that
|
|
31623
|
+
* The total number of authorized users that are connected to cloud computers of the cloud computer share.
|
|
31590
31624
|
*
|
|
31591
31625
|
* @example
|
|
31592
31626
|
* 0
|
|
@@ -31600,9 +31634,10 @@ export declare class DescribeUsersInGroupResponseBody extends $dara.Model {
|
|
|
31600
31634
|
* 1CBAFFAB-B697-4049-A9B1-67E1FC5F****
|
|
31601
31635
|
*/
|
|
31602
31636
|
requestId?: string;
|
|
31637
|
+
userOuPath?: string;
|
|
31603
31638
|
/**
|
|
31604
31639
|
* @remarks
|
|
31605
|
-
* The total number of authorized users of the cloud computer
|
|
31640
|
+
* The total number of authorized users of the cloud computer share.
|
|
31606
31641
|
*
|
|
31607
31642
|
* @example
|
|
31608
31643
|
* 1
|
|
@@ -32514,7 +32549,7 @@ export declare class ExportClientEventsResponseBody extends $dara.Model {
|
|
|
32514
32549
|
* The download address from which you can export desktop groups.
|
|
32515
32550
|
*
|
|
32516
32551
|
* @example
|
|
32517
|
-
* https://cn-shanghai-servicemanager.oss-cn-shanghai.aliyuncs.com/A0_CLIENT_EVENT/EDS_Events%20List_20220519234611_w5HuD83KGs.csv?Expires=1652975773&OSSAccessKeyId
|
|
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
|
|
32518
32553
|
*/
|
|
32519
32554
|
url?: string;
|
|
32520
32555
|
static names(): {
|
|
@@ -32548,12 +32583,11 @@ export declare class ExportClientEventsResponse extends $dara.Model {
|
|
|
32548
32583
|
export declare class ExportDesktopGroupInfoRequest extends $dara.Model {
|
|
32549
32584
|
/**
|
|
32550
32585
|
* @remarks
|
|
32551
|
-
* The billing method of the cloud computer
|
|
32586
|
+
* The billing method of the cloud computer share.
|
|
32552
32587
|
*
|
|
32553
32588
|
* Valid values:
|
|
32554
32589
|
*
|
|
32555
32590
|
* * PostPaid: pay-as-you-go.
|
|
32556
|
-
*
|
|
32557
32591
|
* * PrePaid: subscription.
|
|
32558
32592
|
*
|
|
32559
32593
|
* @example
|
|
@@ -32562,12 +32596,12 @@ export declare class ExportDesktopGroupInfoRequest extends $dara.Model {
|
|
|
32562
32596
|
chargeType?: string;
|
|
32563
32597
|
/**
|
|
32564
32598
|
* @remarks
|
|
32565
|
-
* The IDs of the cloud computer
|
|
32599
|
+
* The IDs of the cloud computer shares.
|
|
32566
32600
|
*/
|
|
32567
32601
|
desktopGroupId?: string[];
|
|
32568
32602
|
/**
|
|
32569
32603
|
* @remarks
|
|
32570
|
-
* The name of the cloud computer
|
|
32604
|
+
* The name of the cloud computer share.
|
|
32571
32605
|
*
|
|
32572
32606
|
* @example
|
|
32573
32607
|
* test
|
|
@@ -32575,12 +32609,12 @@ export declare class ExportDesktopGroupInfoRequest extends $dara.Model {
|
|
|
32575
32609
|
desktopGroupName?: string;
|
|
32576
32610
|
/**
|
|
32577
32611
|
* @remarks
|
|
32578
|
-
* The
|
|
32612
|
+
* The IDs of the users to be authorized.
|
|
32579
32613
|
*/
|
|
32580
32614
|
endUserId?: string[];
|
|
32581
32615
|
/**
|
|
32582
32616
|
* @remarks
|
|
32583
|
-
* The
|
|
32617
|
+
* The expiration date of the subscription cloud computer share.
|
|
32584
32618
|
*
|
|
32585
32619
|
* @example
|
|
32586
32620
|
* 2022-12-31T15:59Z
|
|
@@ -32616,7 +32650,7 @@ export declare class ExportDesktopGroupInfoRequest extends $dara.Model {
|
|
|
32616
32650
|
nextToken?: string;
|
|
32617
32651
|
/**
|
|
32618
32652
|
* @remarks
|
|
32619
|
-
* The ID of the office network
|
|
32653
|
+
* The ID of the office network.
|
|
32620
32654
|
*
|
|
32621
32655
|
* @example
|
|
32622
32656
|
* cn-hangzhou+dir-467671****
|
|
@@ -32624,7 +32658,7 @@ export declare class ExportDesktopGroupInfoRequest extends $dara.Model {
|
|
|
32624
32658
|
officeSiteId?: string;
|
|
32625
32659
|
/**
|
|
32626
32660
|
* @remarks
|
|
32627
|
-
* The ID of the policy
|
|
32661
|
+
* The ID of the security policy.
|
|
32628
32662
|
*
|
|
32629
32663
|
* @example
|
|
32630
32664
|
* pg-53iyi2aar0nd6****
|
|
@@ -32642,7 +32676,7 @@ export declare class ExportDesktopGroupInfoRequest extends $dara.Model {
|
|
|
32642
32676
|
regionId?: string;
|
|
32643
32677
|
/**
|
|
32644
32678
|
* @remarks
|
|
32645
|
-
* The tags
|
|
32679
|
+
* The tags. You can specify up to 20 tags.
|
|
32646
32680
|
*/
|
|
32647
32681
|
tag?: ExportDesktopGroupInfoRequestTag[];
|
|
32648
32682
|
static names(): {
|
|
@@ -32667,18 +32701,18 @@ export declare class ExportDesktopGroupInfoResponseBody extends $dara.Model {
|
|
|
32667
32701
|
requestId?: string;
|
|
32668
32702
|
/**
|
|
32669
32703
|
* @remarks
|
|
32670
|
-
* The URL
|
|
32704
|
+
* The download URL of the XLSX file that contains cloud computer shares. The XLSX file provides the following information:
|
|
32671
32705
|
*
|
|
32672
|
-
* *
|
|
32673
|
-
* *
|
|
32674
|
-
* * Cloud computer
|
|
32675
|
-
* *
|
|
32676
|
-
* * System
|
|
32677
|
-
* *
|
|
32678
|
-
* * Number of
|
|
32679
|
-
* * Billing
|
|
32680
|
-
* *
|
|
32681
|
-
* *
|
|
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
|
|
32682
32716
|
*
|
|
32683
32717
|
* @example
|
|
32684
32718
|
* https://cn-hangzhou-servicemanager.oss-cn-hangzhou.aliyuncs.com/A0_DESKTOP/EDS_CloudDesktopGroups_202203********_xBjqdCT***.xlsx?*********
|
|
@@ -39971,7 +40005,7 @@ export declare class ModifyUserEntitlementResponse extends $dara.Model {
|
|
|
39971
40005
|
export declare class ModifyUserToDesktopGroupRequest extends $dara.Model {
|
|
39972
40006
|
/**
|
|
39973
40007
|
* @remarks
|
|
39974
|
-
* The ID of the cloud computer
|
|
40008
|
+
* The ID of the cloud computer share.
|
|
39975
40009
|
*
|
|
39976
40010
|
* This parameter is required.
|
|
39977
40011
|
*
|
|
@@ -40255,6 +40289,7 @@ export declare class RebootDesktopsRequest extends $dara.Model {
|
|
|
40255
40289
|
* ecd-gx2x1dhsmucyy****
|
|
40256
40290
|
*/
|
|
40257
40291
|
desktopId?: string[];
|
|
40292
|
+
osUpdate?: boolean;
|
|
40258
40293
|
/**
|
|
40259
40294
|
* @remarks
|
|
40260
40295
|
* The region ID. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/196646.html) operation to query the most recent region list.
|
|
@@ -40599,7 +40634,7 @@ export declare class RemoveFilePermissionResponse extends $dara.Model {
|
|
|
40599
40634
|
export declare class RemoveUserFromDesktopGroupRequest extends $dara.Model {
|
|
40600
40635
|
/**
|
|
40601
40636
|
* @remarks
|
|
40602
|
-
* The ID of the cloud computer
|
|
40637
|
+
* The ID of the cloud computer share.
|
|
40603
40638
|
*
|
|
40604
40639
|
* @example
|
|
40605
40640
|
* dg-2i8qxpv6t1a03****
|
|
@@ -40607,14 +40642,12 @@ export declare class RemoveUserFromDesktopGroupRequest extends $dara.Model {
|
|
|
40607
40642
|
desktopGroupId?: string;
|
|
40608
40643
|
/**
|
|
40609
40644
|
* @remarks
|
|
40610
|
-
* The IDs of cloud computer
|
|
40645
|
+
* The IDs of the cloud computer shares.
|
|
40611
40646
|
*/
|
|
40612
40647
|
desktopGroupIds?: string[];
|
|
40613
40648
|
/**
|
|
40614
40649
|
* @remarks
|
|
40615
40650
|
* The IDs of the authorized users that you want to remove.
|
|
40616
|
-
*
|
|
40617
|
-
* This parameter is required.
|
|
40618
40651
|
*/
|
|
40619
40652
|
endUserIds?: string[];
|
|
40620
40653
|
/**
|
|
@@ -40627,6 +40660,7 @@ export declare class RemoveUserFromDesktopGroupRequest extends $dara.Model {
|
|
|
40627
40660
|
* cn-hangzhou
|
|
40628
40661
|
*/
|
|
40629
40662
|
regionId?: string;
|
|
40663
|
+
userOuPath?: string;
|
|
40630
40664
|
static names(): {
|
|
40631
40665
|
[key: string]: string;
|
|
40632
40666
|
};
|
|
@@ -40750,7 +40784,7 @@ export declare class RenewDesktopGroupRequest extends $dara.Model {
|
|
|
40750
40784
|
autoRenew?: boolean;
|
|
40751
40785
|
/**
|
|
40752
40786
|
* @remarks
|
|
40753
|
-
* The ID of the
|
|
40787
|
+
* The ID of the shared group.
|
|
40754
40788
|
*
|
|
40755
40789
|
* This parameter is required.
|
|
40756
40790
|
*
|
|
@@ -41187,7 +41221,10 @@ export declare class RenewNetworkPackagesResponse extends $dara.Model {
|
|
|
41187
41221
|
export declare class ResetDesktopsRequest extends $dara.Model {
|
|
41188
41222
|
/**
|
|
41189
41223
|
* @remarks
|
|
41190
|
-
* The ID of the cloud computer
|
|
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`.``
|
|
41191
41228
|
*
|
|
41192
41229
|
* @example
|
|
41193
41230
|
* dg-07if7qsxoxkb6****
|
|
@@ -41195,7 +41232,7 @@ export declare class ResetDesktopsRequest extends $dara.Model {
|
|
|
41195
41232
|
desktopGroupId?: string;
|
|
41196
41233
|
/**
|
|
41197
41234
|
* @remarks
|
|
41198
|
-
* The IDs of the cloud computer
|
|
41235
|
+
* The IDs of the cloud computer shares.
|
|
41199
41236
|
*/
|
|
41200
41237
|
desktopGroupIds?: string[];
|
|
41201
41238
|
/**
|
|
@@ -41213,9 +41250,14 @@ export declare class ResetDesktopsRequest extends $dara.Model {
|
|
|
41213
41250
|
imageId?: string;
|
|
41214
41251
|
/**
|
|
41215
41252
|
* @remarks
|
|
41216
|
-
* The billing method.
|
|
41253
|
+
* The billing method of the cloud computer share.
|
|
41217
41254
|
*
|
|
41218
|
-
* >
|
|
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.
|
|
41256
|
+
*
|
|
41257
|
+
* Valid values:
|
|
41258
|
+
*
|
|
41259
|
+
* * PostPaid: pay-as-you-go.
|
|
41260
|
+
* * PrePaid: subscription.
|
|
41219
41261
|
*
|
|
41220
41262
|
* @example
|
|
41221
41263
|
* PrePaid
|
|
@@ -41846,7 +41888,7 @@ export declare class SetDesktopGroupTimerRequest extends $dara.Model {
|
|
|
41846
41888
|
cronExpression?: string;
|
|
41847
41889
|
/**
|
|
41848
41890
|
* @remarks
|
|
41849
|
-
* The ID of the cloud computer
|
|
41891
|
+
* The ID of the cloud computer share.
|
|
41850
41892
|
*
|
|
41851
41893
|
* This parameter is required.
|
|
41852
41894
|
*
|
|
@@ -41955,7 +41997,7 @@ export declare class SetDesktopGroupTimerResponse extends $dara.Model {
|
|
|
41955
41997
|
export declare class SetDesktopGroupTimerStatusRequest extends $dara.Model {
|
|
41956
41998
|
/**
|
|
41957
41999
|
* @remarks
|
|
41958
|
-
* The ID of the cloud computer
|
|
42000
|
+
* The ID of the cloud computer share.
|
|
41959
42001
|
*
|
|
41960
42002
|
* This parameter is required.
|
|
41961
42003
|
*
|
|
@@ -42647,6 +42689,7 @@ export declare class StopDesktopsRequest extends $dara.Model {
|
|
|
42647
42689
|
* ecd-7w78ozhjcwa3u****
|
|
42648
42690
|
*/
|
|
42649
42691
|
desktopId?: string[];
|
|
42692
|
+
osUpdate?: boolean;
|
|
42650
42693
|
/**
|
|
42651
42694
|
* @remarks
|
|
42652
42695
|
* The region ID. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/196646.html) operation to query the most recent region list.
|
|
@@ -43753,7 +43796,7 @@ export default class Client extends OpenApi {
|
|
|
43753
43796
|
*/
|
|
43754
43797
|
addFilePermission(request: AddFilePermissionRequest): Promise<AddFilePermissionResponse>;
|
|
43755
43798
|
/**
|
|
43756
|
-
* Adds authorized
|
|
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.
|
|
43757
43800
|
*
|
|
43758
43801
|
* @param request - AddUserToDesktopGroupRequest
|
|
43759
43802
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -43761,7 +43804,7 @@ export default class Client extends OpenApi {
|
|
|
43761
43804
|
*/
|
|
43762
43805
|
addUserToDesktopGroupWithOptions(request: AddUserToDesktopGroupRequest, runtime: $dara.RuntimeOptions): Promise<AddUserToDesktopGroupResponse>;
|
|
43763
43806
|
/**
|
|
43764
|
-
* Adds authorized
|
|
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.
|
|
43765
43808
|
*
|
|
43766
43809
|
* @param request - AddUserToDesktopGroupRequest
|
|
43767
43810
|
* @returns AddUserToDesktopGroupResponse
|
|
@@ -45679,7 +45722,7 @@ export default class Client extends OpenApi {
|
|
|
45679
45722
|
*/
|
|
45680
45723
|
describeUserProfilePathRules(request: DescribeUserProfilePathRulesRequest): Promise<DescribeUserProfilePathRulesResponse>;
|
|
45681
45724
|
/**
|
|
45682
|
-
* Queries the information about authorized users
|
|
45725
|
+
* Queries the information about authorized users of a cloud computer share, including the usernames, email addresses, mobile numbers, and cloud computer IDs.
|
|
45683
45726
|
*
|
|
45684
45727
|
* @param request - DescribeUsersInGroupRequest
|
|
45685
45728
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -45687,7 +45730,7 @@ export default class Client extends OpenApi {
|
|
|
45687
45730
|
*/
|
|
45688
45731
|
describeUsersInGroupWithOptions(request: DescribeUsersInGroupRequest, runtime: $dara.RuntimeOptions): Promise<DescribeUsersInGroupResponse>;
|
|
45689
45732
|
/**
|
|
45690
|
-
* Queries the information about authorized users
|
|
45733
|
+
* Queries the information about authorized users of a cloud computer share, including the usernames, email addresses, mobile numbers, and cloud computer IDs.
|
|
45691
45734
|
*
|
|
45692
45735
|
* @param request - DescribeUsersInGroupRequest
|
|
45693
45736
|
* @returns DescribeUsersInGroupResponse
|
|
@@ -45844,7 +45887,7 @@ export default class Client extends OpenApi {
|
|
|
45844
45887
|
*/
|
|
45845
45888
|
exportClientEvents(request: ExportClientEventsRequest): Promise<ExportClientEventsResponse>;
|
|
45846
45889
|
/**
|
|
45847
|
-
* Exports cloud computer
|
|
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.
|
|
45848
45891
|
*
|
|
45849
45892
|
* @param request - ExportDesktopGroupInfoRequest
|
|
45850
45893
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -45852,7 +45895,7 @@ export default class Client extends OpenApi {
|
|
|
45852
45895
|
*/
|
|
45853
45896
|
exportDesktopGroupInfoWithOptions(request: ExportDesktopGroupInfoRequest, runtime: $dara.RuntimeOptions): Promise<ExportDesktopGroupInfoResponse>;
|
|
45854
45897
|
/**
|
|
45855
|
-
* Exports cloud computer
|
|
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.
|
|
45856
45899
|
*
|
|
45857
45900
|
* @param request - ExportDesktopGroupInfoRequest
|
|
45858
45901
|
* @returns ExportDesktopGroupInfoResponse
|
|
@@ -46889,7 +46932,7 @@ export default class Client extends OpenApi {
|
|
|
46889
46932
|
*/
|
|
46890
46933
|
modifyUserEntitlement(request: ModifyUserEntitlementRequest): Promise<ModifyUserEntitlementResponse>;
|
|
46891
46934
|
/**
|
|
46892
|
-
*
|
|
46935
|
+
* Replaces the existing authorized users of a cloud computer share with different users
|
|
46893
46936
|
*
|
|
46894
46937
|
* @param request - ModifyUserToDesktopGroupRequest
|
|
46895
46938
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -46897,7 +46940,7 @@ export default class Client extends OpenApi {
|
|
|
46897
46940
|
*/
|
|
46898
46941
|
modifyUserToDesktopGroupWithOptions(request: ModifyUserToDesktopGroupRequest, runtime: $dara.RuntimeOptions): Promise<ModifyUserToDesktopGroupResponse>;
|
|
46899
46942
|
/**
|
|
46900
|
-
*
|
|
46943
|
+
* Replaces the existing authorized users of a cloud computer share with different users
|
|
46901
46944
|
*
|
|
46902
46945
|
* @param request - ModifyUserToDesktopGroupRequest
|
|
46903
46946
|
* @returns ModifyUserToDesktopGroupResponse
|
|
@@ -46986,7 +47029,7 @@ export default class Client extends OpenApi {
|
|
|
46986
47029
|
*/
|
|
46987
47030
|
removeFilePermission(request: RemoveFilePermissionRequest): Promise<RemoveFilePermissionResponse>;
|
|
46988
47031
|
/**
|
|
46989
|
-
*
|
|
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.
|
|
46990
47033
|
*
|
|
46991
47034
|
* @param request - RemoveUserFromDesktopGroupRequest
|
|
46992
47035
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -46994,7 +47037,7 @@ export default class Client extends OpenApi {
|
|
|
46994
47037
|
*/
|
|
46995
47038
|
removeUserFromDesktopGroupWithOptions(request: RemoveUserFromDesktopGroupRequest, runtime: $dara.RuntimeOptions): Promise<RemoveUserFromDesktopGroupResponse>;
|
|
46996
47039
|
/**
|
|
46997
|
-
*
|
|
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.
|
|
46998
47041
|
*
|
|
46999
47042
|
* @param request - RemoveUserFromDesktopGroupRequest
|
|
47000
47043
|
* @returns RemoveUserFromDesktopGroupResponse
|
|
@@ -47016,7 +47059,7 @@ export default class Client extends OpenApi {
|
|
|
47016
47059
|
*/
|
|
47017
47060
|
removeUserFromDesktopOversoldUserGroup(request: RemoveUserFromDesktopOversoldUserGroupRequest): Promise<RemoveUserFromDesktopOversoldUserGroupResponse>;
|
|
47018
47061
|
/**
|
|
47019
|
-
*
|
|
47062
|
+
* Renews a shared cloud computer.
|
|
47020
47063
|
*
|
|
47021
47064
|
* @param request - RenewDesktopGroupRequest
|
|
47022
47065
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -47024,7 +47067,7 @@ export default class Client extends OpenApi {
|
|
|
47024
47067
|
*/
|
|
47025
47068
|
renewDesktopGroupWithOptions(request: RenewDesktopGroupRequest, runtime: $dara.RuntimeOptions): Promise<RenewDesktopGroupResponse>;
|
|
47026
47069
|
/**
|
|
47027
|
-
*
|
|
47070
|
+
* Renews a shared cloud computer.
|
|
47028
47071
|
*
|
|
47029
47072
|
* @param request - RenewDesktopGroupRequest
|
|
47030
47073
|
* @returns RenewDesktopGroupResponse
|
|
@@ -47076,10 +47119,10 @@ export default class Client extends OpenApi {
|
|
|
47076
47119
|
*/
|
|
47077
47120
|
renewNetworkPackages(request: RenewNetworkPackagesRequest): Promise<RenewNetworkPackagesResponse>;
|
|
47078
47121
|
/**
|
|
47079
|
-
* Resets cloud computers.
|
|
47122
|
+
* Resets cloud computers of a cloud computer share.
|
|
47080
47123
|
*
|
|
47081
47124
|
* @remarks
|
|
47082
|
-
* >
|
|
47125
|
+
* > You can call this operation to reset only cloud computers from a cloud computer share.
|
|
47083
47126
|
*
|
|
47084
47127
|
* @param request - ResetDesktopsRequest
|
|
47085
47128
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -47087,10 +47130,10 @@ export default class Client extends OpenApi {
|
|
|
47087
47130
|
*/
|
|
47088
47131
|
resetDesktopsWithOptions(request: ResetDesktopsRequest, runtime: $dara.RuntimeOptions): Promise<ResetDesktopsResponse>;
|
|
47089
47132
|
/**
|
|
47090
|
-
* Resets cloud computers.
|
|
47133
|
+
* Resets cloud computers of a cloud computer share.
|
|
47091
47134
|
*
|
|
47092
47135
|
* @remarks
|
|
47093
|
-
* >
|
|
47136
|
+
* > You can call this operation to reset only cloud computers from a cloud computer share.
|
|
47094
47137
|
*
|
|
47095
47138
|
* @param request - ResetDesktopsRequest
|
|
47096
47139
|
* @returns ResetDesktopsResponse
|
|
@@ -47217,7 +47260,7 @@ export default class Client extends OpenApi {
|
|
|
47217
47260
|
*/
|
|
47218
47261
|
setDesktopGroupScaleTimer(request: SetDesktopGroupScaleTimerRequest): Promise<SetDesktopGroupScaleTimerResponse>;
|
|
47219
47262
|
/**
|
|
47220
|
-
* Configures a scheduled
|
|
47263
|
+
* Configures a scheduled start, stop, restart, or reset task for a cloud computer share.
|
|
47221
47264
|
*
|
|
47222
47265
|
* @param request - SetDesktopGroupTimerRequest
|
|
47223
47266
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -47225,14 +47268,14 @@ export default class Client extends OpenApi {
|
|
|
47225
47268
|
*/
|
|
47226
47269
|
setDesktopGroupTimerWithOptions(request: SetDesktopGroupTimerRequest, runtime: $dara.RuntimeOptions): Promise<SetDesktopGroupTimerResponse>;
|
|
47227
47270
|
/**
|
|
47228
|
-
* Configures a scheduled
|
|
47271
|
+
* Configures a scheduled start, stop, restart, or reset task for a cloud computer share.
|
|
47229
47272
|
*
|
|
47230
47273
|
* @param request - SetDesktopGroupTimerRequest
|
|
47231
47274
|
* @returns SetDesktopGroupTimerResponse
|
|
47232
47275
|
*/
|
|
47233
47276
|
setDesktopGroupTimer(request: SetDesktopGroupTimerRequest): Promise<SetDesktopGroupTimerResponse>;
|
|
47234
47277
|
/**
|
|
47235
|
-
* Sets the status of a scheduled task for a cloud computer
|
|
47278
|
+
* Sets the status of a scheduled task for a cloud computer share, such as enabling or disabling it.
|
|
47236
47279
|
*
|
|
47237
47280
|
* @param request - SetDesktopGroupTimerStatusRequest
|
|
47238
47281
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -47240,7 +47283,7 @@ export default class Client extends OpenApi {
|
|
|
47240
47283
|
*/
|
|
47241
47284
|
setDesktopGroupTimerStatusWithOptions(request: SetDesktopGroupTimerStatusRequest, runtime: $dara.RuntimeOptions): Promise<SetDesktopGroupTimerStatusResponse>;
|
|
47242
47285
|
/**
|
|
47243
|
-
* Sets the status of a scheduled task for a cloud computer
|
|
47286
|
+
* Sets the status of a scheduled task for a cloud computer share, such as enabling or disabling it.
|
|
47244
47287
|
*
|
|
47245
47288
|
* @param request - SetDesktopGroupTimerStatusRequest
|
|
47246
47289
|
* @returns SetDesktopGroupTimerStatusResponse
|