@alicloud/ecd20200930 4.6.1 → 4.6.2
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 +264 -86
- package/dist/client.js +33 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +295 -86
package/src/client.ts
CHANGED
|
@@ -1111,7 +1111,7 @@ export class CreateCloudDriveServiceResponseBodyConflictCdsAndOrder extends $dar
|
|
|
1111
1111
|
export class CreateConfigGroupRequestConfigTimers extends $dara.Model {
|
|
1112
1112
|
/**
|
|
1113
1113
|
* @remarks
|
|
1114
|
-
* Specifies whether to allow end users to configure scheduled
|
|
1114
|
+
* Specifies whether to allow end users to configure the scheduled task.
|
|
1115
1115
|
*
|
|
1116
1116
|
* @example
|
|
1117
1117
|
* true
|
|
@@ -1119,7 +1119,7 @@ export class CreateConfigGroupRequestConfigTimers extends $dara.Model {
|
|
|
1119
1119
|
allowClientSetting?: boolean;
|
|
1120
1120
|
/**
|
|
1121
1121
|
* @remarks
|
|
1122
|
-
* The
|
|
1122
|
+
* The cron expression specified in the scheduled task.
|
|
1123
1123
|
*
|
|
1124
1124
|
* > The time must be in UTC. For example, for 24:00 (UTC+8), you must set the value to 0 0 16 ? \\* 1,2,3,4,5,6,7
|
|
1125
1125
|
*
|
|
@@ -1129,7 +1129,7 @@ export class CreateConfigGroupRequestConfigTimers extends $dara.Model {
|
|
|
1129
1129
|
cronExpression?: string;
|
|
1130
1130
|
/**
|
|
1131
1131
|
* @remarks
|
|
1132
|
-
* Specifies whether to
|
|
1132
|
+
* Specifies whether to forcefully execute the scheduled task.
|
|
1133
1133
|
*
|
|
1134
1134
|
* @example
|
|
1135
1135
|
* true
|
|
@@ -1159,18 +1159,18 @@ export class CreateConfigGroupRequestConfigTimers extends $dara.Model {
|
|
|
1159
1159
|
operationType?: string;
|
|
1160
1160
|
/**
|
|
1161
1161
|
* @remarks
|
|
1162
|
-
* The process whitelist. If whitelisted processes are running, the scheduled task
|
|
1162
|
+
* The process whitelist. If whitelisted processes are running, the scheduled task does not take effect.
|
|
1163
1163
|
*/
|
|
1164
1164
|
processWhitelist?: string[];
|
|
1165
1165
|
/**
|
|
1166
1166
|
* @remarks
|
|
1167
|
-
* The reset
|
|
1167
|
+
* The reset option.
|
|
1168
1168
|
*
|
|
1169
1169
|
* Valid values:
|
|
1170
1170
|
*
|
|
1171
|
-
* * RESET_TYPE_SYSTEM: resets only the system
|
|
1172
|
-
* * RESET_TYPE_USER_DISK: resets only the data
|
|
1173
|
-
* * RESET_TYPE_BOTH: resets the system
|
|
1171
|
+
* * RESET_TYPE_SYSTEM: resets only the system disk.
|
|
1172
|
+
* * RESET_TYPE_USER_DISK: resets only the data disk.
|
|
1173
|
+
* * RESET_TYPE_BOTH: resets the system and data disks.
|
|
1174
1174
|
*
|
|
1175
1175
|
* @example
|
|
1176
1176
|
* RESET_TYPE_SYSTEM
|
|
@@ -1178,7 +1178,7 @@ export class CreateConfigGroupRequestConfigTimers extends $dara.Model {
|
|
|
1178
1178
|
resetType?: string;
|
|
1179
1179
|
/**
|
|
1180
1180
|
* @remarks
|
|
1181
|
-
* The
|
|
1181
|
+
* The scheduled task type.
|
|
1182
1182
|
*
|
|
1183
1183
|
* Valid values:
|
|
1184
1184
|
*
|
|
@@ -6126,6 +6126,7 @@ export class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dara.Model
|
|
|
6126
6126
|
* m-gq15cq5ydlvwn****
|
|
6127
6127
|
*/
|
|
6128
6128
|
imageId?: string;
|
|
6129
|
+
isLdap?: boolean;
|
|
6129
6130
|
/**
|
|
6130
6131
|
* @remarks
|
|
6131
6132
|
* The keep-alive duration of a session after the session is disconnected. Valid values: 180000 (3 minutes) to 345600000 (4 days). Unit: milliseconds. If you set this parameter to 0, the session is permanently retained after it is disconnected.
|
|
@@ -6453,6 +6454,7 @@ export class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dara.Model
|
|
|
6453
6454
|
gpuSpec: 'GpuSpec',
|
|
6454
6455
|
idleDisconnectDuration: 'IdleDisconnectDuration',
|
|
6455
6456
|
imageId: 'ImageId',
|
|
6457
|
+
isLdap: 'IsLdap',
|
|
6456
6458
|
keepDuration: 'KeepDuration',
|
|
6457
6459
|
loadPolicy: 'LoadPolicy',
|
|
6458
6460
|
maxDesktopsCount: 'MaxDesktopsCount',
|
|
@@ -6507,6 +6509,7 @@ export class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dara.Model
|
|
|
6507
6509
|
gpuSpec: 'string',
|
|
6508
6510
|
idleDisconnectDuration: 'number',
|
|
6509
6511
|
imageId: 'string',
|
|
6512
|
+
isLdap: 'boolean',
|
|
6510
6513
|
keepDuration: 'number',
|
|
6511
6514
|
loadPolicy: 'number',
|
|
6512
6515
|
maxDesktopsCount: 'number',
|
|
@@ -7947,6 +7950,7 @@ export class DescribeDesktopsResponseBodyDesktops extends $dara.Model {
|
|
|
7947
7950
|
* m-4zfb6zj728hhr****
|
|
7948
7951
|
*/
|
|
7949
7952
|
imageId?: string;
|
|
7953
|
+
isLdap?: boolean;
|
|
7950
7954
|
/**
|
|
7951
7955
|
* @remarks
|
|
7952
7956
|
* The flag that is used to manage the cloud computer.
|
|
@@ -8260,6 +8264,7 @@ export class DescribeDesktopsResponseBodyDesktops extends $dara.Model {
|
|
|
8260
8264
|
hibernationOptionsConfigured: 'HibernationOptionsConfigured',
|
|
8261
8265
|
hostName: 'HostName',
|
|
8262
8266
|
imageId: 'ImageId',
|
|
8267
|
+
isLdap: 'IsLdap',
|
|
8263
8268
|
managementFlag: 'ManagementFlag',
|
|
8264
8269
|
managementFlags: 'ManagementFlags',
|
|
8265
8270
|
memory: 'Memory',
|
|
@@ -8328,6 +8333,7 @@ export class DescribeDesktopsResponseBodyDesktops extends $dara.Model {
|
|
|
8328
8333
|
hibernationOptionsConfigured: 'boolean',
|
|
8329
8334
|
hostName: 'string',
|
|
8330
8335
|
imageId: 'string',
|
|
8336
|
+
isLdap: 'boolean',
|
|
8331
8337
|
managementFlag: 'string',
|
|
8332
8338
|
managementFlags: { 'type': 'array', 'itemType': 'string' },
|
|
8333
8339
|
memory: 'number',
|
|
@@ -12289,7 +12295,7 @@ export class DescribeOfficeSitesResponseBodyOfficeSitesLogs extends $dara.Model
|
|
|
12289
12295
|
export class DescribeOfficeSitesResponseBodyOfficeSitesResourceAmounts extends $dara.Model {
|
|
12290
12296
|
/**
|
|
12291
12297
|
* @remarks
|
|
12292
|
-
* The
|
|
12298
|
+
* The number of resources.
|
|
12293
12299
|
*
|
|
12294
12300
|
* @example
|
|
12295
12301
|
* 1
|
|
@@ -12297,10 +12303,12 @@ export class DescribeOfficeSitesResponseBodyOfficeSitesResourceAmounts extends $
|
|
|
12297
12303
|
amount?: number;
|
|
12298
12304
|
/**
|
|
12299
12305
|
* @remarks
|
|
12300
|
-
* The resource type.
|
|
12306
|
+
* The resource type.
|
|
12307
|
+
*
|
|
12308
|
+
* Valid values:
|
|
12301
12309
|
*
|
|
12302
|
-
*
|
|
12303
|
-
*
|
|
12310
|
+
* * desktop: the cloud computer.
|
|
12311
|
+
* * DesktopGroup: the cloud computer share.
|
|
12304
12312
|
*
|
|
12305
12313
|
* @example
|
|
12306
12314
|
* desktop
|
|
@@ -12423,7 +12431,7 @@ export class DescribeOfficeSitesResponseBodyOfficeSites extends $dara.Model {
|
|
|
12423
12431
|
creationTime?: string;
|
|
12424
12432
|
/**
|
|
12425
12433
|
* @remarks
|
|
12426
|
-
* The custom gateway.
|
|
12434
|
+
* The custom endpoint of the access gateway.
|
|
12427
12435
|
*
|
|
12428
12436
|
* @example
|
|
12429
12437
|
* gw-****.com
|
|
@@ -12431,7 +12439,7 @@ export class DescribeOfficeSitesResponseBodyOfficeSites extends $dara.Model {
|
|
|
12431
12439
|
customAccessPoint?: string;
|
|
12432
12440
|
/**
|
|
12433
12441
|
* @remarks
|
|
12434
|
-
* The
|
|
12442
|
+
* The custom DNS addresses.
|
|
12435
12443
|
*/
|
|
12436
12444
|
customDnsAddress?: string[];
|
|
12437
12445
|
/**
|
|
@@ -12476,7 +12484,7 @@ export class DescribeOfficeSitesResponseBodyOfficeSites extends $dara.Model {
|
|
|
12476
12484
|
desktopVpcEndpoint?: string;
|
|
12477
12485
|
/**
|
|
12478
12486
|
* @remarks
|
|
12479
|
-
* The
|
|
12487
|
+
* The DNS addresses for the AD domains.
|
|
12480
12488
|
*/
|
|
12481
12489
|
dnsAddress?: string[];
|
|
12482
12490
|
/**
|
|
@@ -12605,10 +12613,12 @@ export class DescribeOfficeSitesResponseBodyOfficeSites extends $dara.Model {
|
|
|
12605
12613
|
networkPackageId?: string;
|
|
12606
12614
|
/**
|
|
12607
12615
|
* @remarks
|
|
12608
|
-
* The network version.
|
|
12616
|
+
* The network version. The new version supports App Streaming.
|
|
12617
|
+
*
|
|
12618
|
+
* Valid values:
|
|
12609
12619
|
*
|
|
12610
|
-
*
|
|
12611
|
-
*
|
|
12620
|
+
* * DEFAULT: the old version.
|
|
12621
|
+
* * NM: the new version.
|
|
12612
12622
|
*
|
|
12613
12623
|
* @example
|
|
12614
12624
|
* NM
|
|
@@ -12682,7 +12692,7 @@ export class DescribeOfficeSitesResponseBodyOfficeSites extends $dara.Model {
|
|
|
12682
12692
|
rdsLicenseStatus?: string;
|
|
12683
12693
|
/**
|
|
12684
12694
|
* @remarks
|
|
12685
|
-
* The
|
|
12695
|
+
* The number of resources.
|
|
12686
12696
|
*/
|
|
12687
12697
|
resourceAmounts?: DescribeOfficeSitesResponseBodyOfficeSitesResourceAmounts[];
|
|
12688
12698
|
/**
|
|
@@ -12740,7 +12750,7 @@ export class DescribeOfficeSitesResponseBodyOfficeSites extends $dara.Model {
|
|
|
12740
12750
|
status?: string;
|
|
12741
12751
|
/**
|
|
12742
12752
|
* @remarks
|
|
12743
|
-
*
|
|
12753
|
+
* The DNS addresses for the AD subdomains.
|
|
12744
12754
|
*/
|
|
12745
12755
|
subDnsAddress?: string[];
|
|
12746
12756
|
/**
|
|
@@ -12774,7 +12784,7 @@ export class DescribeOfficeSitesResponseBodyOfficeSites extends $dara.Model {
|
|
|
12774
12784
|
totalEdsCount?: number;
|
|
12775
12785
|
/**
|
|
12776
12786
|
* @remarks
|
|
12777
|
-
* The number of
|
|
12787
|
+
* The number of cloud computers in the cloud computer share.
|
|
12778
12788
|
*
|
|
12779
12789
|
* @example
|
|
12780
12790
|
* 0
|
|
@@ -12782,7 +12792,7 @@ export class DescribeOfficeSitesResponseBodyOfficeSites extends $dara.Model {
|
|
|
12782
12792
|
totalEdsCountForGroup?: number;
|
|
12783
12793
|
/**
|
|
12784
12794
|
* @remarks
|
|
12785
|
-
* The
|
|
12795
|
+
* The number of network interface controllers (NICs).
|
|
12786
12796
|
*
|
|
12787
12797
|
* @example
|
|
12788
12798
|
* 1
|
|
@@ -15554,11 +15564,17 @@ export class DescribeRenewalPriceResponseBodyPriceInfo extends $dara.Model {
|
|
|
15554
15564
|
|
|
15555
15565
|
export class DescribeResourceByCenterPolicyIdResponseBodyResourceModelListAppModelList extends $dara.Model {
|
|
15556
15566
|
/**
|
|
15567
|
+
* @remarks
|
|
15568
|
+
* The application ID. This parameter is only applicable to cloud applications.
|
|
15569
|
+
*
|
|
15557
15570
|
* @example
|
|
15558
15571
|
* 18
|
|
15559
15572
|
*/
|
|
15560
15573
|
appId?: string;
|
|
15561
15574
|
/**
|
|
15575
|
+
* @remarks
|
|
15576
|
+
* The application name.
|
|
15577
|
+
*
|
|
15562
15578
|
* @example
|
|
15563
15579
|
* alipic-powergem
|
|
15564
15580
|
*/
|
|
@@ -15587,84 +15603,140 @@ export class DescribeResourceByCenterPolicyIdResponseBodyResourceModelListAppMod
|
|
|
15587
15603
|
}
|
|
15588
15604
|
|
|
15589
15605
|
export class DescribeResourceByCenterPolicyIdResponseBodyResourceModelList extends $dara.Model {
|
|
15606
|
+
/**
|
|
15607
|
+
* @remarks
|
|
15608
|
+
* The cloud applications.
|
|
15609
|
+
*/
|
|
15590
15610
|
appModelList?: DescribeResourceByCenterPolicyIdResponseBodyResourceModelListAppModelList[];
|
|
15591
15611
|
/**
|
|
15612
|
+
* @remarks
|
|
15613
|
+
* The number of vCPUs.
|
|
15614
|
+
*
|
|
15592
15615
|
* @example
|
|
15593
15616
|
* 64
|
|
15594
15617
|
*/
|
|
15595
15618
|
cpu?: number;
|
|
15596
15619
|
/**
|
|
15620
|
+
* @remarks
|
|
15621
|
+
* The cloud computer type. You can call the [DescribeDesktopTypes](https://help.aliyun.com/document_detail/188882.html) operation to query the IDs of the cloud computer types supported by Alibaba Cloud Workspace.
|
|
15622
|
+
*
|
|
15597
15623
|
* @example
|
|
15598
15624
|
* eds.enterprise_office.8c32g
|
|
15599
15625
|
*/
|
|
15600
15626
|
desktopType?: string;
|
|
15601
15627
|
/**
|
|
15628
|
+
* @remarks
|
|
15629
|
+
* The number of GPUs.
|
|
15630
|
+
*
|
|
15602
15631
|
* @example
|
|
15603
15632
|
* 0.125
|
|
15604
15633
|
*/
|
|
15605
15634
|
gpuCount?: number;
|
|
15606
15635
|
/**
|
|
15636
|
+
* @remarks
|
|
15637
|
+
* The GPU type.
|
|
15638
|
+
*
|
|
15607
15639
|
* @example
|
|
15608
15640
|
* 2GiB
|
|
15609
15641
|
*/
|
|
15610
15642
|
gpuSpec?: string;
|
|
15611
15643
|
/**
|
|
15644
|
+
* @remarks
|
|
15645
|
+
* The memory size. Unit: MiB.
|
|
15646
|
+
*
|
|
15612
15647
|
* @example
|
|
15613
15648
|
* 10240
|
|
15614
15649
|
*/
|
|
15615
15650
|
memory?: number;
|
|
15616
15651
|
/**
|
|
15652
|
+
* @remarks
|
|
15653
|
+
* The OS type.
|
|
15654
|
+
*
|
|
15617
15655
|
* @example
|
|
15618
15656
|
* Linux
|
|
15619
15657
|
*/
|
|
15620
15658
|
osType?: string;
|
|
15621
15659
|
/**
|
|
15660
|
+
* @remarks
|
|
15661
|
+
* The billing method.
|
|
15662
|
+
*
|
|
15622
15663
|
* @example
|
|
15623
15664
|
* postPaid
|
|
15624
15665
|
*/
|
|
15625
15666
|
payType?: string;
|
|
15626
15667
|
/**
|
|
15668
|
+
* @remarks
|
|
15669
|
+
* The service type.
|
|
15670
|
+
*
|
|
15627
15671
|
* @example
|
|
15628
15672
|
* desktop
|
|
15629
15673
|
*/
|
|
15630
15674
|
productType?: string;
|
|
15631
15675
|
/**
|
|
15676
|
+
* @remarks
|
|
15677
|
+
* The protocol type.
|
|
15678
|
+
*
|
|
15632
15679
|
* @example
|
|
15633
15680
|
* ASP
|
|
15634
15681
|
*/
|
|
15635
15682
|
protocolType?: string;
|
|
15636
15683
|
/**
|
|
15684
|
+
* @remarks
|
|
15685
|
+
* The resource group ID.
|
|
15686
|
+
*
|
|
15637
15687
|
* @example
|
|
15638
15688
|
* rg-d7pasxsd3b9nhq**
|
|
15639
15689
|
*/
|
|
15640
15690
|
resourceGroupId?: string;
|
|
15641
15691
|
/**
|
|
15692
|
+
* @remarks
|
|
15693
|
+
* The resource group name.
|
|
15694
|
+
*
|
|
15642
15695
|
* @example
|
|
15643
15696
|
* test
|
|
15644
15697
|
*/
|
|
15645
15698
|
resourceGroupName?: string;
|
|
15646
15699
|
/**
|
|
15700
|
+
* @remarks
|
|
15701
|
+
* The number of associated resource groups
|
|
15702
|
+
*
|
|
15647
15703
|
* @example
|
|
15648
15704
|
* 10
|
|
15649
15705
|
*/
|
|
15650
15706
|
resourceGroupRelCount?: number;
|
|
15651
15707
|
/**
|
|
15708
|
+
* @remarks
|
|
15709
|
+
* The resource ID.
|
|
15710
|
+
*
|
|
15652
15711
|
* @example
|
|
15653
15712
|
* ecd-7o96aa08fr****
|
|
15654
15713
|
*/
|
|
15655
15714
|
resourceId?: string;
|
|
15715
|
+
/**
|
|
15716
|
+
* @remarks
|
|
15717
|
+
* The resource name.
|
|
15718
|
+
*/
|
|
15656
15719
|
resourceName?: string;
|
|
15657
15720
|
/**
|
|
15721
|
+
* @remarks
|
|
15722
|
+
* The region ID of the resource.
|
|
15723
|
+
*
|
|
15658
15724
|
* @example
|
|
15659
15725
|
* cn-shenzhen
|
|
15660
15726
|
*/
|
|
15661
15727
|
resourceRegionId?: string;
|
|
15662
15728
|
/**
|
|
15729
|
+
* @remarks
|
|
15730
|
+
* The resource type.
|
|
15731
|
+
*
|
|
15663
15732
|
* @example
|
|
15664
15733
|
* desktop
|
|
15665
15734
|
*/
|
|
15666
15735
|
resourceType?: string;
|
|
15667
15736
|
/**
|
|
15737
|
+
* @remarks
|
|
15738
|
+
* The resource status.
|
|
15739
|
+
*
|
|
15668
15740
|
* @example
|
|
15669
15741
|
* Stopped
|
|
15670
15742
|
*/
|
|
@@ -16237,7 +16309,7 @@ export class DescribeTimerGroupResponseBodyData extends $dara.Model {
|
|
|
16237
16309
|
bindCountMap?: { [key: string]: number };
|
|
16238
16310
|
/**
|
|
16239
16311
|
* @remarks
|
|
16240
|
-
* The scheduled task
|
|
16312
|
+
* The scheduled task configurations.
|
|
16241
16313
|
*/
|
|
16242
16314
|
configTimers?: DescribeTimerGroupResponseBodyDataConfigTimers[];
|
|
16243
16315
|
/**
|
|
@@ -16885,6 +16957,7 @@ export class DescribeUsersInGroupResponseBodyEndUsers extends $dara.Model {
|
|
|
16885
16957
|
* alice
|
|
16886
16958
|
*/
|
|
16887
16959
|
displayName?: string;
|
|
16960
|
+
displayNameNew?: string;
|
|
16888
16961
|
/**
|
|
16889
16962
|
* @remarks
|
|
16890
16963
|
* The email address of the authorized user.
|
|
@@ -16951,6 +17024,7 @@ export class DescribeUsersInGroupResponseBodyEndUsers extends $dara.Model {
|
|
|
16951
17024
|
* ud-i896ze8hazpvl****
|
|
16952
17025
|
*/
|
|
16953
17026
|
userDesktopId?: string;
|
|
17027
|
+
userPrincipalName?: string;
|
|
16954
17028
|
/**
|
|
16955
17029
|
* @remarks
|
|
16956
17030
|
* Details about the seats of users.
|
|
@@ -16962,6 +17036,7 @@ export class DescribeUsersInGroupResponseBodyEndUsers extends $dara.Model {
|
|
|
16962
17036
|
desktopId: 'DesktopId',
|
|
16963
17037
|
desktopName: 'DesktopName',
|
|
16964
17038
|
displayName: 'DisplayName',
|
|
17039
|
+
displayNameNew: 'DisplayNameNew',
|
|
16965
17040
|
endUserEmail: 'EndUserEmail',
|
|
16966
17041
|
endUserId: 'EndUserId',
|
|
16967
17042
|
endUserName: 'EndUserName',
|
|
@@ -16970,6 +17045,7 @@ export class DescribeUsersInGroupResponseBodyEndUsers extends $dara.Model {
|
|
|
16970
17045
|
endUserType: 'EndUserType',
|
|
16971
17046
|
externalInfo: 'ExternalInfo',
|
|
16972
17047
|
userDesktopId: 'UserDesktopId',
|
|
17048
|
+
userPrincipalName: 'UserPrincipalName',
|
|
16973
17049
|
userSetPropertiesModels: 'UserSetPropertiesModels',
|
|
16974
17050
|
};
|
|
16975
17051
|
}
|
|
@@ -16980,6 +17056,7 @@ export class DescribeUsersInGroupResponseBodyEndUsers extends $dara.Model {
|
|
|
16980
17056
|
desktopId: 'string',
|
|
16981
17057
|
desktopName: 'string',
|
|
16982
17058
|
displayName: 'string',
|
|
17059
|
+
displayNameNew: 'string',
|
|
16983
17060
|
endUserEmail: 'string',
|
|
16984
17061
|
endUserId: 'string',
|
|
16985
17062
|
endUserName: 'string',
|
|
@@ -16988,6 +17065,7 @@ export class DescribeUsersInGroupResponseBodyEndUsers extends $dara.Model {
|
|
|
16988
17065
|
endUserType: 'string',
|
|
16989
17066
|
externalInfo: DescribeUsersInGroupResponseBodyEndUsersExternalInfo,
|
|
16990
17067
|
userDesktopId: 'string',
|
|
17068
|
+
userPrincipalName: 'string',
|
|
16991
17069
|
userSetPropertiesModels: { 'type': 'array', 'itemType': DescribeUsersInGroupResponseBodyEndUsersUserSetPropertiesModels },
|
|
16992
17070
|
};
|
|
16993
17071
|
}
|
|
@@ -18567,6 +18645,7 @@ export class ListDirectoryUsersResponseBodyUsers extends $dara.Model {
|
|
|
18567
18645
|
* Alice
|
|
18568
18646
|
*/
|
|
18569
18647
|
displayName?: string;
|
|
18648
|
+
displayNameNew?: string;
|
|
18570
18649
|
/**
|
|
18571
18650
|
* @remarks
|
|
18572
18651
|
* The email address.
|
|
@@ -18591,13 +18670,16 @@ export class ListDirectoryUsersResponseBodyUsers extends $dara.Model {
|
|
|
18591
18670
|
* 130********
|
|
18592
18671
|
*/
|
|
18593
18672
|
phone?: string;
|
|
18673
|
+
userPrincipalName?: string;
|
|
18594
18674
|
static names(): { [key: string]: string } {
|
|
18595
18675
|
return {
|
|
18596
18676
|
assignedDesktopNumber: 'AssignedDesktopNumber',
|
|
18597
18677
|
displayName: 'DisplayName',
|
|
18678
|
+
displayNameNew: 'DisplayNameNew',
|
|
18598
18679
|
email: 'Email',
|
|
18599
18680
|
endUser: 'EndUser',
|
|
18600
18681
|
phone: 'Phone',
|
|
18682
|
+
userPrincipalName: 'UserPrincipalName',
|
|
18601
18683
|
};
|
|
18602
18684
|
}
|
|
18603
18685
|
|
|
@@ -18605,9 +18687,11 @@ export class ListDirectoryUsersResponseBodyUsers extends $dara.Model {
|
|
|
18605
18687
|
return {
|
|
18606
18688
|
assignedDesktopNumber: 'number',
|
|
18607
18689
|
displayName: 'string',
|
|
18690
|
+
displayNameNew: 'string',
|
|
18608
18691
|
email: 'string',
|
|
18609
18692
|
endUser: 'string',
|
|
18610
18693
|
phone: 'string',
|
|
18694
|
+
userPrincipalName: 'string',
|
|
18611
18695
|
};
|
|
18612
18696
|
}
|
|
18613
18697
|
|
|
@@ -18860,6 +18944,7 @@ export class ListOfficeSiteUsersResponseBodyUsers extends $dara.Model {
|
|
|
18860
18944
|
* Alice
|
|
18861
18945
|
*/
|
|
18862
18946
|
displayName?: string;
|
|
18947
|
+
displayNameNew?: string;
|
|
18863
18948
|
email?: string;
|
|
18864
18949
|
/**
|
|
18865
18950
|
* @remarks
|
|
@@ -18870,13 +18955,16 @@ export class ListOfficeSiteUsersResponseBodyUsers extends $dara.Model {
|
|
|
18870
18955
|
*/
|
|
18871
18956
|
endUser?: string;
|
|
18872
18957
|
phone?: string;
|
|
18958
|
+
userPrincipalName?: string;
|
|
18873
18959
|
static names(): { [key: string]: string } {
|
|
18874
18960
|
return {
|
|
18875
18961
|
assignedDesktopNumber: 'AssignedDesktopNumber',
|
|
18876
18962
|
displayName: 'DisplayName',
|
|
18963
|
+
displayNameNew: 'DisplayNameNew',
|
|
18877
18964
|
email: 'Email',
|
|
18878
18965
|
endUser: 'EndUser',
|
|
18879
18966
|
phone: 'Phone',
|
|
18967
|
+
userPrincipalName: 'UserPrincipalName',
|
|
18880
18968
|
};
|
|
18881
18969
|
}
|
|
18882
18970
|
|
|
@@ -18884,9 +18972,11 @@ export class ListOfficeSiteUsersResponseBodyUsers extends $dara.Model {
|
|
|
18884
18972
|
return {
|
|
18885
18973
|
assignedDesktopNumber: 'number',
|
|
18886
18974
|
displayName: 'string',
|
|
18975
|
+
displayNameNew: 'string',
|
|
18887
18976
|
email: 'string',
|
|
18888
18977
|
endUser: 'string',
|
|
18889
18978
|
phone: 'string',
|
|
18979
|
+
userPrincipalName: 'string',
|
|
18890
18980
|
};
|
|
18891
18981
|
}
|
|
18892
18982
|
|
|
@@ -20762,11 +20852,17 @@ export class ModifyPolicyGroupRequestUsbSupplyRedirectRule extends $dara.Model {
|
|
|
20762
20852
|
|
|
20763
20853
|
export class ModifyResourceCenterPolicyResponseBodyModifyResults extends $dara.Model {
|
|
20764
20854
|
/**
|
|
20855
|
+
* @remarks
|
|
20856
|
+
* The verification result.
|
|
20857
|
+
*
|
|
20765
20858
|
* @example
|
|
20766
20859
|
* true
|
|
20767
20860
|
*/
|
|
20768
20861
|
checkResult?: boolean;
|
|
20769
20862
|
/**
|
|
20863
|
+
* @remarks
|
|
20864
|
+
* The resource ID.
|
|
20865
|
+
*
|
|
20770
20866
|
* @example
|
|
20771
20867
|
* ecd-e254cpyt9bb*****
|
|
20772
20868
|
*/
|
|
@@ -20805,7 +20901,7 @@ export class ModifyTimerGroupRequestConfigTimers extends $dara.Model {
|
|
|
20805
20901
|
allowClientSetting?: boolean;
|
|
20806
20902
|
/**
|
|
20807
20903
|
* @remarks
|
|
20808
|
-
* The
|
|
20904
|
+
* The cron expression specified in the scheduled task.
|
|
20809
20905
|
*
|
|
20810
20906
|
* > The time must be in UTC. For example, for 24:00 (UTC+8), you must set the value to 0 0 16 ? \\* 1,2,3,4,5,6,7.
|
|
20811
20907
|
*
|
|
@@ -20845,12 +20941,12 @@ export class ModifyTimerGroupRequestConfigTimers extends $dara.Model {
|
|
|
20845
20941
|
operationType?: string;
|
|
20846
20942
|
/**
|
|
20847
20943
|
* @remarks
|
|
20848
|
-
* The process whitelist. If whitelisted processes are running, the scheduled task
|
|
20944
|
+
* The process whitelist. If whitelisted processes are running, the scheduled task triggered by inactivity does not take effect.
|
|
20849
20945
|
*/
|
|
20850
20946
|
processWhitelist?: string[];
|
|
20851
20947
|
/**
|
|
20852
20948
|
* @remarks
|
|
20853
|
-
* The reset
|
|
20949
|
+
* The reset option.
|
|
20854
20950
|
*
|
|
20855
20951
|
* Valid values:
|
|
20856
20952
|
*
|
|
@@ -20864,7 +20960,7 @@ export class ModifyTimerGroupRequestConfigTimers extends $dara.Model {
|
|
|
20864
20960
|
resetType?: string;
|
|
20865
20961
|
/**
|
|
20866
20962
|
* @remarks
|
|
20867
|
-
* The
|
|
20963
|
+
* The scheduled task type.
|
|
20868
20964
|
*
|
|
20869
20965
|
* Valid values:
|
|
20870
20966
|
*
|
|
@@ -22633,7 +22729,7 @@ export class AddUserToDesktopGroupRequest extends $dara.Model {
|
|
|
22633
22729
|
desktopGroupIds?: string[];
|
|
22634
22730
|
/**
|
|
22635
22731
|
* @remarks
|
|
22636
|
-
* The
|
|
22732
|
+
* The IDs of the users to whom you want to grant permissions.
|
|
22637
22733
|
*/
|
|
22638
22734
|
endUserIds?: string[];
|
|
22639
22735
|
/**
|
|
@@ -24502,6 +24598,11 @@ export class CancelCopyImageResponse extends $dara.Model {
|
|
|
24502
24598
|
export class CloneCenterPolicyRequest extends $dara.Model {
|
|
24503
24599
|
/**
|
|
24504
24600
|
* @remarks
|
|
24601
|
+
* The business type. Valid values:
|
|
24602
|
+
*
|
|
24603
|
+
* * 1: public cloud.
|
|
24604
|
+
* * 8: commercial edition.
|
|
24605
|
+
*
|
|
24505
24606
|
* This parameter is required.
|
|
24506
24607
|
*
|
|
24507
24608
|
* @example
|
|
@@ -24510,6 +24611,8 @@ export class CloneCenterPolicyRequest extends $dara.Model {
|
|
|
24510
24611
|
businessType?: number;
|
|
24511
24612
|
/**
|
|
24512
24613
|
* @remarks
|
|
24614
|
+
* The name of the cloud computer policy that you want to clone.
|
|
24615
|
+
*
|
|
24513
24616
|
* This parameter is required.
|
|
24514
24617
|
*
|
|
24515
24618
|
* @example
|
|
@@ -24518,6 +24621,8 @@ export class CloneCenterPolicyRequest extends $dara.Model {
|
|
|
24518
24621
|
name?: string;
|
|
24519
24622
|
/**
|
|
24520
24623
|
* @remarks
|
|
24624
|
+
* The ID of the cloud computer policy that you want to clone.
|
|
24625
|
+
*
|
|
24521
24626
|
* This parameter is required.
|
|
24522
24627
|
*
|
|
24523
24628
|
* @example
|
|
@@ -24526,6 +24631,8 @@ export class CloneCenterPolicyRequest extends $dara.Model {
|
|
|
24526
24631
|
policyGroupId?: string;
|
|
24527
24632
|
/**
|
|
24528
24633
|
* @remarks
|
|
24634
|
+
* The region ID. You can call the [DescribeRegions](~~DescribeRegions~~) operation to query the list of regions where Elastic Desktop Service (EDS) Enterprise is available.
|
|
24635
|
+
*
|
|
24529
24636
|
* This parameter is required.
|
|
24530
24637
|
*
|
|
24531
24638
|
* @example
|
|
@@ -24534,6 +24641,11 @@ export class CloneCenterPolicyRequest extends $dara.Model {
|
|
|
24534
24641
|
regionId?: string;
|
|
24535
24642
|
/**
|
|
24536
24643
|
* @remarks
|
|
24644
|
+
* The resource type. Valid values:
|
|
24645
|
+
*
|
|
24646
|
+
* * desktop: cloud computers.
|
|
24647
|
+
* * app: cloud applications.
|
|
24648
|
+
*
|
|
24537
24649
|
* This parameter is required.
|
|
24538
24650
|
*
|
|
24539
24651
|
* @example
|
|
@@ -24571,11 +24683,17 @@ export class CloneCenterPolicyRequest extends $dara.Model {
|
|
|
24571
24683
|
|
|
24572
24684
|
export class CloneCenterPolicyResponseBody extends $dara.Model {
|
|
24573
24685
|
/**
|
|
24686
|
+
* @remarks
|
|
24687
|
+
* The ID of the duplicated cloud computer policy.
|
|
24688
|
+
*
|
|
24574
24689
|
* @example
|
|
24575
24690
|
* pg-gx2x1dhsmthe9****
|
|
24576
24691
|
*/
|
|
24577
24692
|
policyGroupId?: string;
|
|
24578
24693
|
/**
|
|
24694
|
+
* @remarks
|
|
24695
|
+
* The request ID.
|
|
24696
|
+
*
|
|
24579
24697
|
* @example
|
|
24580
24698
|
* 1CBAFFAB-B697-4049-A9B1-67E1FC5F****
|
|
24581
24699
|
*/
|
|
@@ -29082,7 +29200,7 @@ export class CreateCloudDriveUsersResponse extends $dara.Model {
|
|
|
29082
29200
|
export class CreateConfigGroupRequest extends $dara.Model {
|
|
29083
29201
|
/**
|
|
29084
29202
|
* @remarks
|
|
29085
|
-
* The
|
|
29203
|
+
* The scheduled task groups.
|
|
29086
29204
|
*/
|
|
29087
29205
|
configTimers?: CreateConfigGroupRequestConfigTimers[];
|
|
29088
29206
|
/**
|
|
@@ -29127,11 +29245,11 @@ export class CreateConfigGroupRequest extends $dara.Model {
|
|
|
29127
29245
|
regionId?: string;
|
|
29128
29246
|
/**
|
|
29129
29247
|
* @remarks
|
|
29130
|
-
* The type
|
|
29248
|
+
* The group type.
|
|
29131
29249
|
*
|
|
29132
29250
|
* Valid value:
|
|
29133
29251
|
*
|
|
29134
|
-
* * Timer:
|
|
29252
|
+
* * Timer: a scheduled task group.
|
|
29135
29253
|
*
|
|
29136
29254
|
* This parameter is required.
|
|
29137
29255
|
*
|
|
@@ -31339,6 +31457,7 @@ export class CreateImageRequest extends $dara.Model {
|
|
|
31339
31457
|
* false
|
|
31340
31458
|
*/
|
|
31341
31459
|
autoCleanUserdata?: boolean;
|
|
31460
|
+
dataSnapshotIds?: string[];
|
|
31342
31461
|
/**
|
|
31343
31462
|
* @remarks
|
|
31344
31463
|
* The description of the custom image. The description must be 2 to 256 characters in length. It cannot start with `http://` or `https://`.
|
|
@@ -31410,6 +31529,7 @@ export class CreateImageRequest extends $dara.Model {
|
|
|
31410
31529
|
static names(): { [key: string]: string } {
|
|
31411
31530
|
return {
|
|
31412
31531
|
autoCleanUserdata: 'AutoCleanUserdata',
|
|
31532
|
+
dataSnapshotIds: 'DataSnapshotIds',
|
|
31413
31533
|
description: 'Description',
|
|
31414
31534
|
desktopId: 'DesktopId',
|
|
31415
31535
|
diskType: 'DiskType',
|
|
@@ -31424,6 +31544,7 @@ export class CreateImageRequest extends $dara.Model {
|
|
|
31424
31544
|
static types(): { [key: string]: any } {
|
|
31425
31545
|
return {
|
|
31426
31546
|
autoCleanUserdata: 'boolean',
|
|
31547
|
+
dataSnapshotIds: { 'type': 'array', 'itemType': 'string' },
|
|
31427
31548
|
description: 'string',
|
|
31428
31549
|
desktopId: 'string',
|
|
31429
31550
|
diskType: 'string',
|
|
@@ -31436,6 +31557,9 @@ export class CreateImageRequest extends $dara.Model {
|
|
|
31436
31557
|
}
|
|
31437
31558
|
|
|
31438
31559
|
validate() {
|
|
31560
|
+
if(Array.isArray(this.dataSnapshotIds)) {
|
|
31561
|
+
$dara.Model.validateArray(this.dataSnapshotIds);
|
|
31562
|
+
}
|
|
31439
31563
|
if(Array.isArray(this.snapshotIds)) {
|
|
31440
31564
|
$dara.Model.validateArray(this.snapshotIds);
|
|
31441
31565
|
}
|
|
@@ -34185,6 +34309,13 @@ export class DeleteCdsFileResponse extends $dara.Model {
|
|
|
34185
34309
|
export class DeleteCenterPolicyRequest extends $dara.Model {
|
|
34186
34310
|
/**
|
|
34187
34311
|
* @remarks
|
|
34312
|
+
* The business type.
|
|
34313
|
+
*
|
|
34314
|
+
* Valid values:
|
|
34315
|
+
*
|
|
34316
|
+
* * 1: public cloud.
|
|
34317
|
+
* * 8: commercial edition.
|
|
34318
|
+
*
|
|
34188
34319
|
* This parameter is required.
|
|
34189
34320
|
*
|
|
34190
34321
|
* @example
|
|
@@ -34193,11 +34324,15 @@ export class DeleteCenterPolicyRequest extends $dara.Model {
|
|
|
34193
34324
|
businessType?: number;
|
|
34194
34325
|
/**
|
|
34195
34326
|
* @remarks
|
|
34327
|
+
* The policy IDs.
|
|
34328
|
+
*
|
|
34196
34329
|
* This parameter is required.
|
|
34197
34330
|
*/
|
|
34198
34331
|
policyGroupIds?: string[];
|
|
34199
34332
|
/**
|
|
34200
34333
|
* @remarks
|
|
34334
|
+
* The region ID. You can call the [DescribeRegions](~~DescribeRegions~~) operation to query the list of regions where Elastic Desktop Service (EDS) Enterprise is available.
|
|
34335
|
+
*
|
|
34201
34336
|
* This parameter is required.
|
|
34202
34337
|
*
|
|
34203
34338
|
* @example
|
|
@@ -34206,6 +34341,13 @@ export class DeleteCenterPolicyRequest extends $dara.Model {
|
|
|
34206
34341
|
regionId?: string;
|
|
34207
34342
|
/**
|
|
34208
34343
|
* @remarks
|
|
34344
|
+
* The resource type.
|
|
34345
|
+
*
|
|
34346
|
+
* Valid values:
|
|
34347
|
+
*
|
|
34348
|
+
* * app: cloud applications.
|
|
34349
|
+
* * desktop: cloud computers.
|
|
34350
|
+
*
|
|
34209
34351
|
* This parameter is required.
|
|
34210
34352
|
*
|
|
34211
34353
|
* @example
|
|
@@ -34244,6 +34386,9 @@ export class DeleteCenterPolicyRequest extends $dara.Model {
|
|
|
34244
34386
|
|
|
34245
34387
|
export class DeleteCenterPolicyResponseBody extends $dara.Model {
|
|
34246
34388
|
/**
|
|
34389
|
+
* @remarks
|
|
34390
|
+
* The request ID.
|
|
34391
|
+
*
|
|
34247
34392
|
* @example
|
|
34248
34393
|
* 72E47B1E-6B11-5A11-A27C-7A80F866****
|
|
34249
34394
|
*/
|
|
@@ -44080,7 +44225,7 @@ export class DescribeOfficeSitesResponseBody extends $dara.Model {
|
|
|
44080
44225
|
nextToken?: string;
|
|
44081
44226
|
/**
|
|
44082
44227
|
* @remarks
|
|
44083
|
-
* The
|
|
44228
|
+
* The office networks.
|
|
44084
44229
|
*/
|
|
44085
44230
|
officeSites?: DescribeOfficeSitesResponseBodyOfficeSites[];
|
|
44086
44231
|
/**
|
|
@@ -45558,17 +45703,28 @@ export class DescribeRenewalPriceResponse extends $dara.Model {
|
|
|
45558
45703
|
|
|
45559
45704
|
export class DescribeResourceByCenterPolicyIdRequest extends $dara.Model {
|
|
45560
45705
|
/**
|
|
45706
|
+
* @remarks
|
|
45707
|
+
* The number of entries per page.
|
|
45708
|
+
*
|
|
45709
|
+
* * Maximum value: 100.
|
|
45710
|
+
* * Default value: 10.
|
|
45711
|
+
*
|
|
45561
45712
|
* @example
|
|
45562
45713
|
* 10
|
|
45563
45714
|
*/
|
|
45564
45715
|
maxResults?: number;
|
|
45565
45716
|
/**
|
|
45717
|
+
* @remarks
|
|
45718
|
+
* A pagination token.
|
|
45719
|
+
*
|
|
45566
45720
|
* @example
|
|
45567
45721
|
* AAAAAV3MpHK1AP0pfERHZN5pu6l69tQX7yFxx6/4dbooBAOc
|
|
45568
45722
|
*/
|
|
45569
45723
|
nextToken?: string;
|
|
45570
45724
|
/**
|
|
45571
45725
|
* @remarks
|
|
45726
|
+
* The policy ID.
|
|
45727
|
+
*
|
|
45572
45728
|
* This parameter is required.
|
|
45573
45729
|
*
|
|
45574
45730
|
* @example
|
|
@@ -45576,11 +45732,24 @@ export class DescribeResourceByCenterPolicyIdRequest extends $dara.Model {
|
|
|
45576
45732
|
*/
|
|
45577
45733
|
policyGroupId?: string;
|
|
45578
45734
|
/**
|
|
45735
|
+
* @remarks
|
|
45736
|
+
* The service type.
|
|
45737
|
+
*
|
|
45738
|
+
* Valid values:
|
|
45739
|
+
*
|
|
45740
|
+
* * app: cloud applications.
|
|
45741
|
+
* * resourceGroup: resource groups.
|
|
45742
|
+
* * desktop: cloud computers.
|
|
45743
|
+
* * desktopGroup: cloud computer shares.
|
|
45744
|
+
*
|
|
45579
45745
|
* @example
|
|
45580
45746
|
* desktop
|
|
45581
45747
|
*/
|
|
45582
45748
|
productType?: string;
|
|
45583
45749
|
/**
|
|
45750
|
+
* @remarks
|
|
45751
|
+
* The resource ID.
|
|
45752
|
+
*
|
|
45584
45753
|
* @example
|
|
45585
45754
|
* ecd-ia2zw38bi6cm7****
|
|
45586
45755
|
*/
|
|
@@ -45616,20 +45785,33 @@ export class DescribeResourceByCenterPolicyIdRequest extends $dara.Model {
|
|
|
45616
45785
|
|
|
45617
45786
|
export class DescribeResourceByCenterPolicyIdResponseBody extends $dara.Model {
|
|
45618
45787
|
/**
|
|
45788
|
+
* @remarks
|
|
45789
|
+
* The total number of resources.
|
|
45790
|
+
*
|
|
45619
45791
|
* @example
|
|
45620
45792
|
* 2
|
|
45621
45793
|
*/
|
|
45622
45794
|
count?: string;
|
|
45623
45795
|
/**
|
|
45796
|
+
* @remarks
|
|
45797
|
+
* A pagination token. It can be used in the next request to retrieve a new page of results. If NextToken is empty, no next page exists.
|
|
45798
|
+
*
|
|
45624
45799
|
* @example
|
|
45625
45800
|
* caeba0bbb2be03f84eb48b699f0a4883
|
|
45626
45801
|
*/
|
|
45627
45802
|
nextToken?: string;
|
|
45628
45803
|
/**
|
|
45804
|
+
* @remarks
|
|
45805
|
+
* The request ID.
|
|
45806
|
+
*
|
|
45629
45807
|
* @example
|
|
45630
45808
|
* 48174475-5EB2-5F99-A9E9-6F892D645****
|
|
45631
45809
|
*/
|
|
45632
45810
|
requestId?: string;
|
|
45811
|
+
/**
|
|
45812
|
+
* @remarks
|
|
45813
|
+
* The resources.
|
|
45814
|
+
*/
|
|
45633
45815
|
resourceModelList?: DescribeResourceByCenterPolicyIdResponseBodyResourceModelList[];
|
|
45634
45816
|
static names(): { [key: string]: string } {
|
|
45635
45817
|
return {
|
|
@@ -45918,7 +46100,7 @@ export class DescribeSnapshotsRequest extends $dara.Model {
|
|
|
45918
46100
|
nextToken?: string;
|
|
45919
46101
|
/**
|
|
45920
46102
|
* @remarks
|
|
45921
|
-
* The region ID. You can call the [DescribeRegions](
|
|
46103
|
+
* The region ID. You can call the [DescribeRegions](~~DescribeRegions~~) operation to query the list of regions where Elastic Desktop Service (EDS) Enterprise is available.
|
|
45922
46104
|
*
|
|
45923
46105
|
* This parameter is required.
|
|
45924
46106
|
*
|
|
@@ -45978,27 +46160,14 @@ export class DescribeSnapshotsRequest extends $dara.Model {
|
|
|
45978
46160
|
snapshotType?: string;
|
|
45979
46161
|
/**
|
|
45980
46162
|
* @remarks
|
|
45981
|
-
* The
|
|
46163
|
+
* The disk for which you want to create a snapshot.
|
|
45982
46164
|
*
|
|
45983
46165
|
* > The value of this parameter is not case-sensitive.
|
|
45984
46166
|
*
|
|
45985
46167
|
* Valid values:
|
|
45986
46168
|
*
|
|
45987
|
-
* * Data: data disk
|
|
45988
|
-
*
|
|
45989
|
-
* <!-- -->
|
|
45990
|
-
*
|
|
45991
|
-
* <!-- -->
|
|
45992
|
-
*
|
|
45993
|
-
* <!-- -->
|
|
45994
|
-
*
|
|
45995
|
-
* * System: system disk
|
|
45996
|
-
*
|
|
45997
|
-
* <!-- -->
|
|
45998
|
-
*
|
|
45999
|
-
* <!-- -->
|
|
46000
|
-
*
|
|
46001
|
-
* <!-- -->
|
|
46169
|
+
* * Data: the data disk.
|
|
46170
|
+
* * System: the system disk.
|
|
46002
46171
|
*
|
|
46003
46172
|
* @example
|
|
46004
46173
|
* system
|
|
@@ -46074,7 +46243,7 @@ export class DescribeSnapshotsResponseBody extends $dara.Model {
|
|
|
46074
46243
|
requestId?: string;
|
|
46075
46244
|
/**
|
|
46076
46245
|
* @remarks
|
|
46077
|
-
*
|
|
46246
|
+
* The snapshots.
|
|
46078
46247
|
*/
|
|
46079
46248
|
snapshots?: DescribeSnapshotsResponseBodySnapshots[];
|
|
46080
46249
|
static names(): { [key: string]: string } {
|
|
@@ -46185,7 +46354,7 @@ export class DescribeTimerGroupRequest extends $dara.Model {
|
|
|
46185
46354
|
export class DescribeTimerGroupResponseBody extends $dara.Model {
|
|
46186
46355
|
/**
|
|
46187
46356
|
* @remarks
|
|
46188
|
-
* The information about the
|
|
46357
|
+
* The information about the scheduled task group.
|
|
46189
46358
|
*/
|
|
46190
46359
|
data?: DescribeTimerGroupResponseBodyData;
|
|
46191
46360
|
/**
|
|
@@ -46854,21 +47023,8 @@ export class DescribeUsersInGroupRequest extends $dara.Model {
|
|
|
46854
47023
|
* Valid values:
|
|
46855
47024
|
*
|
|
46856
47025
|
* * true (default)
|
|
46857
|
-
*
|
|
46858
|
-
* <!-- -->
|
|
46859
|
-
*
|
|
46860
|
-
* <!-- -->
|
|
46861
|
-
*
|
|
46862
|
-
* <!-- -->
|
|
46863
|
-
*
|
|
46864
47026
|
* * false
|
|
46865
47027
|
*
|
|
46866
|
-
* <!-- -->
|
|
46867
|
-
*
|
|
46868
|
-
* <!-- -->
|
|
46869
|
-
*
|
|
46870
|
-
* <!-- -->
|
|
46871
|
-
*
|
|
46872
47028
|
* @example
|
|
46873
47029
|
* false
|
|
46874
47030
|
*/
|
|
@@ -48195,7 +48351,7 @@ export class DownloadCdsFileResponse extends $dara.Model {
|
|
|
48195
48351
|
export class ExportClientEventsRequest extends $dara.Model {
|
|
48196
48352
|
/**
|
|
48197
48353
|
* @remarks
|
|
48198
|
-
* The
|
|
48354
|
+
* The cloud computer ID.
|
|
48199
48355
|
*
|
|
48200
48356
|
* @example
|
|
48201
48357
|
* ecd-gx2x1dhsmucyy****
|
|
@@ -48203,7 +48359,7 @@ export class ExportClientEventsRequest extends $dara.Model {
|
|
|
48203
48359
|
desktopId?: string;
|
|
48204
48360
|
/**
|
|
48205
48361
|
* @remarks
|
|
48206
|
-
* The
|
|
48362
|
+
* The cloud computer name.
|
|
48207
48363
|
*
|
|
48208
48364
|
* @example
|
|
48209
48365
|
* testName
|
|
@@ -48229,17 +48385,18 @@ export class ExportClientEventsRequest extends $dara.Model {
|
|
|
48229
48385
|
endUserId?: string;
|
|
48230
48386
|
/**
|
|
48231
48387
|
* @remarks
|
|
48232
|
-
* The type of event that you want to query.
|
|
48388
|
+
* The type of the event that you want to query. If you provide multiple values for EventTypes, the response will include events of all the specified types. If you provide no values for EventTypes and EventType, the response will include all events in the designated region.
|
|
48233
48389
|
*
|
|
48234
|
-
*
|
|
48235
|
-
* * DESKTOP_DISCONNECT: The desktop session is disconnected.
|
|
48236
|
-
* * DESKTOP_REBOOT: The cloud desktop is restarted.
|
|
48237
|
-
* * CLIENT_AD_LOGIN: The AD user logs on to the client.
|
|
48238
|
-
* * GET_CONNECTION_TICKET: The request to connect to the cloud desktop is sent.
|
|
48239
|
-
* * DESKTOP_START: The cloud desktop is started.
|
|
48240
|
-
* * DESKTOP_STOP: The cloud desktop is stopped.
|
|
48390
|
+
* Valid values:
|
|
48241
48391
|
*
|
|
48242
|
-
*
|
|
48392
|
+
* * DESKTOP_STOP: the shutdown event.
|
|
48393
|
+
* * GET_LITE_CONNECTION_TICKET: the event of retrieving the connection ticket.
|
|
48394
|
+
* * DESKTOP_DISCONNECT: the session disconnection event.
|
|
48395
|
+
* * CLIENT_LOGIN: the user logon event.
|
|
48396
|
+
* * GET_CONNECTION_TICKET: the connection credential retrieval event.
|
|
48397
|
+
* * DESKTOP_REBOOT: the restart event.
|
|
48398
|
+
* * DESKTOP_CONNECT: the session establishment event.
|
|
48399
|
+
* * DESKTOP_START: the start event.
|
|
48243
48400
|
*
|
|
48244
48401
|
* @example
|
|
48245
48402
|
* CLIENT_LOGIN
|
|
@@ -48247,17 +48404,17 @@ export class ExportClientEventsRequest extends $dara.Model {
|
|
|
48247
48404
|
eventType?: string;
|
|
48248
48405
|
/**
|
|
48249
48406
|
* @remarks
|
|
48250
|
-
* The types of event.
|
|
48407
|
+
* The types of the events that you want to query. You can include multiple event types, and the response will return events matching the specified types or all events if none are specified.
|
|
48251
48408
|
*/
|
|
48252
48409
|
eventTypes?: string[];
|
|
48253
48410
|
/**
|
|
48254
48411
|
* @remarks
|
|
48255
|
-
* The language
|
|
48412
|
+
* The language displayed on the frontend page. The backend uses this setting to define the language of exported files.
|
|
48256
48413
|
*
|
|
48257
|
-
*
|
|
48258
|
-
* * `en-GB`: English (United Kingdom)
|
|
48414
|
+
* Valid values:
|
|
48259
48415
|
*
|
|
48260
|
-
*
|
|
48416
|
+
* * zh-CN: Simplified Chinese.
|
|
48417
|
+
* * en-GB: British English.
|
|
48261
48418
|
*
|
|
48262
48419
|
* @example
|
|
48263
48420
|
* zh-CN
|
|
@@ -48276,7 +48433,7 @@ export class ExportClientEventsRequest extends $dara.Model {
|
|
|
48276
48433
|
maxResults?: number;
|
|
48277
48434
|
/**
|
|
48278
48435
|
* @remarks
|
|
48279
|
-
* The
|
|
48436
|
+
* The office network ID.
|
|
48280
48437
|
*
|
|
48281
48438
|
* @example
|
|
48282
48439
|
* cn-hangzhou+dir-363353****
|
|
@@ -48284,7 +48441,7 @@ export class ExportClientEventsRequest extends $dara.Model {
|
|
|
48284
48441
|
officeSiteId?: string;
|
|
48285
48442
|
/**
|
|
48286
48443
|
* @remarks
|
|
48287
|
-
* The
|
|
48444
|
+
* The office network name.
|
|
48288
48445
|
*
|
|
48289
48446
|
* @example
|
|
48290
48447
|
* test
|
|
@@ -48292,7 +48449,7 @@ export class ExportClientEventsRequest extends $dara.Model {
|
|
|
48292
48449
|
officeSiteName?: string;
|
|
48293
48450
|
/**
|
|
48294
48451
|
* @remarks
|
|
48295
|
-
* The ID
|
|
48452
|
+
* The region ID. You can call the [DescribeRegions](~~DescribeRegions~~) operation to query the list of regions where Elastic Desktop Service (EDS) Enterprise is available.
|
|
48296
48453
|
*
|
|
48297
48454
|
* This parameter is required.
|
|
48298
48455
|
*
|
|
@@ -48367,7 +48524,7 @@ export class ExportClientEventsResponseBody extends $dara.Model {
|
|
|
48367
48524
|
requestId?: string;
|
|
48368
48525
|
/**
|
|
48369
48526
|
* @remarks
|
|
48370
|
-
* The download
|
|
48527
|
+
* The download URL of the exported files.
|
|
48371
48528
|
*
|
|
48372
48529
|
* @example
|
|
48373
48530
|
* 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
|
|
@@ -59477,11 +59634,21 @@ export class ModifyPolicyGroupResponse extends $dara.Model {
|
|
|
59477
59634
|
export class ModifyResourceCenterPolicyRequest extends $dara.Model {
|
|
59478
59635
|
/**
|
|
59479
59636
|
* @remarks
|
|
59637
|
+
* The IDs of the cloud computer policies that you want to associate with cloud computers.
|
|
59638
|
+
*
|
|
59639
|
+
* > You can specify up to one cloud computer policy that takes effect globally, and up to four cloud computer policies that apply to specific IP addresses. If multiple cloud computer policies are configured for global enforcement, only the earliest-associated policy will take effect
|
|
59640
|
+
*
|
|
59480
59641
|
* This parameter is required.
|
|
59481
59642
|
*/
|
|
59482
59643
|
policyGroupIds?: string[];
|
|
59483
59644
|
/**
|
|
59484
59645
|
* @remarks
|
|
59646
|
+
* The policy type.
|
|
59647
|
+
*
|
|
59648
|
+
* Valid values:
|
|
59649
|
+
*
|
|
59650
|
+
* * general: a general policy.
|
|
59651
|
+
*
|
|
59485
59652
|
* This parameter is required.
|
|
59486
59653
|
*
|
|
59487
59654
|
* @example
|
|
@@ -59490,6 +59657,15 @@ export class ModifyResourceCenterPolicyRequest extends $dara.Model {
|
|
|
59490
59657
|
policyGroupType?: string;
|
|
59491
59658
|
/**
|
|
59492
59659
|
* @remarks
|
|
59660
|
+
* The service type.
|
|
59661
|
+
*
|
|
59662
|
+
* Valid values:
|
|
59663
|
+
*
|
|
59664
|
+
* * app: cloud applications.
|
|
59665
|
+
* * resourceGroup: resource groups.
|
|
59666
|
+
* * desktop: cloud computers.
|
|
59667
|
+
* * desktopGroup: cloud computer shares.
|
|
59668
|
+
*
|
|
59493
59669
|
* This parameter is required.
|
|
59494
59670
|
*
|
|
59495
59671
|
* @example
|
|
@@ -59498,11 +59674,15 @@ export class ModifyResourceCenterPolicyRequest extends $dara.Model {
|
|
|
59498
59674
|
productType?: string;
|
|
59499
59675
|
/**
|
|
59500
59676
|
* @remarks
|
|
59677
|
+
* The resource IDs. You can specify up to 100 resource IDs.
|
|
59678
|
+
*
|
|
59501
59679
|
* This parameter is required.
|
|
59502
59680
|
*/
|
|
59503
59681
|
resourceIds?: string[];
|
|
59504
59682
|
/**
|
|
59505
59683
|
* @remarks
|
|
59684
|
+
* The region ID of the resource.
|
|
59685
|
+
*
|
|
59506
59686
|
* This parameter is required.
|
|
59507
59687
|
*
|
|
59508
59688
|
* @example
|
|
@@ -59511,6 +59691,13 @@ export class ModifyResourceCenterPolicyRequest extends $dara.Model {
|
|
|
59511
59691
|
resourceRegionId?: string;
|
|
59512
59692
|
/**
|
|
59513
59693
|
* @remarks
|
|
59694
|
+
* The resource type.
|
|
59695
|
+
*
|
|
59696
|
+
* Valid values:
|
|
59697
|
+
*
|
|
59698
|
+
* * app: cloud applications.
|
|
59699
|
+
* * desktop: cloud computers.
|
|
59700
|
+
*
|
|
59514
59701
|
* This parameter is required.
|
|
59515
59702
|
*
|
|
59516
59703
|
* @example
|
|
@@ -59555,8 +59742,15 @@ export class ModifyResourceCenterPolicyRequest extends $dara.Model {
|
|
|
59555
59742
|
}
|
|
59556
59743
|
|
|
59557
59744
|
export class ModifyResourceCenterPolicyResponseBody extends $dara.Model {
|
|
59745
|
+
/**
|
|
59746
|
+
* @remarks
|
|
59747
|
+
* The modification results.
|
|
59748
|
+
*/
|
|
59558
59749
|
modifyResults?: ModifyResourceCenterPolicyResponseBodyModifyResults[];
|
|
59559
59750
|
/**
|
|
59751
|
+
* @remarks
|
|
59752
|
+
* The request ID.
|
|
59753
|
+
*
|
|
59560
59754
|
* @example
|
|
59561
59755
|
* 51592A88-0F2C-55E6-AD2C-2AD9C10D****
|
|
59562
59756
|
*/
|
|
@@ -59625,7 +59819,7 @@ export class ModifyResourceCenterPolicyResponse extends $dara.Model {
|
|
|
59625
59819
|
export class ModifyTimerGroupRequest extends $dara.Model {
|
|
59626
59820
|
/**
|
|
59627
59821
|
* @remarks
|
|
59628
|
-
* The
|
|
59822
|
+
* The scheduled task groups.
|
|
59629
59823
|
*/
|
|
59630
59824
|
configTimers?: ModifyTimerGroupRequestConfigTimers[];
|
|
59631
59825
|
/**
|
|
@@ -60393,6 +60587,7 @@ export class RebootDesktopsResponse extends $dara.Model {
|
|
|
60393
60587
|
}
|
|
60394
60588
|
|
|
60395
60589
|
export class RebuildDesktopsRequest extends $dara.Model {
|
|
60590
|
+
afterStatus?: string;
|
|
60396
60591
|
/**
|
|
60397
60592
|
* @remarks
|
|
60398
60593
|
* The cloud computer IDs. You can specify the IDs of 1 to 20 cloud computers.
|
|
@@ -60463,6 +60658,7 @@ export class RebuildDesktopsRequest extends $dara.Model {
|
|
|
60463
60658
|
regionId?: string;
|
|
60464
60659
|
static names(): { [key: string]: string } {
|
|
60465
60660
|
return {
|
|
60661
|
+
afterStatus: 'AfterStatus',
|
|
60466
60662
|
desktopId: 'DesktopId',
|
|
60467
60663
|
imageId: 'ImageId',
|
|
60468
60664
|
language: 'Language',
|
|
@@ -60473,6 +60669,7 @@ export class RebuildDesktopsRequest extends $dara.Model {
|
|
|
60473
60669
|
|
|
60474
60670
|
static types(): { [key: string]: any } {
|
|
60475
60671
|
return {
|
|
60672
|
+
afterStatus: 'string',
|
|
60476
60673
|
desktopId: { 'type': 'array', 'itemType': 'string' },
|
|
60477
60674
|
imageId: 'string',
|
|
60478
60675
|
language: 'string',
|
|
@@ -69081,6 +69278,10 @@ export default class Client extends OpenApi {
|
|
|
69081
69278
|
query["AutoCleanUserdata"] = request.autoCleanUserdata;
|
|
69082
69279
|
}
|
|
69083
69280
|
|
|
69281
|
+
if (!$dara.isNull(request.dataSnapshotIds)) {
|
|
69282
|
+
query["DataSnapshotIds"] = request.dataSnapshotIds;
|
|
69283
|
+
}
|
|
69284
|
+
|
|
69084
69285
|
if (!$dara.isNull(request.description)) {
|
|
69085
69286
|
query["Description"] = request.description;
|
|
69086
69287
|
}
|
|
@@ -70008,6 +70209,8 @@ export default class Client extends OpenApi {
|
|
|
70008
70209
|
}
|
|
70009
70210
|
|
|
70010
70211
|
/**
|
|
70212
|
+
* Deletes a center policy
|
|
70213
|
+
*
|
|
70011
70214
|
* @param request - DeleteCenterPolicyRequest
|
|
70012
70215
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
70013
70216
|
* @returns DeleteCenterPolicyResponse
|
|
@@ -70054,6 +70257,8 @@ export default class Client extends OpenApi {
|
|
|
70054
70257
|
}
|
|
70055
70258
|
|
|
70056
70259
|
/**
|
|
70260
|
+
* Deletes a center policy
|
|
70261
|
+
*
|
|
70057
70262
|
* @param request - DeleteCenterPolicyRequest
|
|
70058
70263
|
* @returns DeleteCenterPolicyResponse
|
|
70059
70264
|
*/
|
|
@@ -80530,6 +80735,10 @@ export default class Client extends OpenApi {
|
|
|
80530
80735
|
async rebuildDesktopsWithOptions(request: RebuildDesktopsRequest, runtime: $dara.RuntimeOptions): Promise<RebuildDesktopsResponse> {
|
|
80531
80736
|
request.validate();
|
|
80532
80737
|
let query = { };
|
|
80738
|
+
if (!$dara.isNull(request.afterStatus)) {
|
|
80739
|
+
query["AfterStatus"] = request.afterStatus;
|
|
80740
|
+
}
|
|
80741
|
+
|
|
80533
80742
|
if (!$dara.isNull(request.desktopId)) {
|
|
80534
80743
|
query["DesktopId"] = request.desktopId;
|
|
80535
80744
|
}
|