@alicloud/ecd20200930 4.6.1 → 4.6.3
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 +269 -86
- package/dist/client.js +46 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +314 -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
|
/**
|
|
@@ -12553,6 +12561,8 @@ export class DescribeOfficeSitesResponseBodyOfficeSites extends $dara.Model {
|
|
|
12553
12561
|
* An array of File Storage NAS (NAS) file system IDs.
|
|
12554
12562
|
*/
|
|
12555
12563
|
fileSystemIds?: string[];
|
|
12564
|
+
isLdap?: boolean;
|
|
12565
|
+
ldapUrl?: string;
|
|
12556
12566
|
/**
|
|
12557
12567
|
* @remarks
|
|
12558
12568
|
* Details about registration logs.
|
|
@@ -12605,10 +12615,12 @@ export class DescribeOfficeSitesResponseBodyOfficeSites extends $dara.Model {
|
|
|
12605
12615
|
networkPackageId?: string;
|
|
12606
12616
|
/**
|
|
12607
12617
|
* @remarks
|
|
12608
|
-
* The network version.
|
|
12618
|
+
* The network version. The new version supports App Streaming.
|
|
12609
12619
|
*
|
|
12610
|
-
*
|
|
12611
|
-
*
|
|
12620
|
+
* Valid values:
|
|
12621
|
+
*
|
|
12622
|
+
* * DEFAULT: the old version.
|
|
12623
|
+
* * NM: the new version.
|
|
12612
12624
|
*
|
|
12613
12625
|
* @example
|
|
12614
12626
|
* NM
|
|
@@ -12682,7 +12694,7 @@ export class DescribeOfficeSitesResponseBodyOfficeSites extends $dara.Model {
|
|
|
12682
12694
|
rdsLicenseStatus?: string;
|
|
12683
12695
|
/**
|
|
12684
12696
|
* @remarks
|
|
12685
|
-
* The
|
|
12697
|
+
* The number of resources.
|
|
12686
12698
|
*/
|
|
12687
12699
|
resourceAmounts?: DescribeOfficeSitesResponseBodyOfficeSitesResourceAmounts[];
|
|
12688
12700
|
/**
|
|
@@ -12740,7 +12752,7 @@ export class DescribeOfficeSitesResponseBodyOfficeSites extends $dara.Model {
|
|
|
12740
12752
|
status?: string;
|
|
12741
12753
|
/**
|
|
12742
12754
|
* @remarks
|
|
12743
|
-
*
|
|
12755
|
+
* The DNS addresses for the AD subdomains.
|
|
12744
12756
|
*/
|
|
12745
12757
|
subDnsAddress?: string[];
|
|
12746
12758
|
/**
|
|
@@ -12774,7 +12786,7 @@ export class DescribeOfficeSitesResponseBodyOfficeSites extends $dara.Model {
|
|
|
12774
12786
|
totalEdsCount?: number;
|
|
12775
12787
|
/**
|
|
12776
12788
|
* @remarks
|
|
12777
|
-
* The number of
|
|
12789
|
+
* The number of cloud computers in the cloud computer share.
|
|
12778
12790
|
*
|
|
12779
12791
|
* @example
|
|
12780
12792
|
* 0
|
|
@@ -12782,7 +12794,7 @@ export class DescribeOfficeSitesResponseBodyOfficeSites extends $dara.Model {
|
|
|
12782
12794
|
totalEdsCountForGroup?: number;
|
|
12783
12795
|
/**
|
|
12784
12796
|
* @remarks
|
|
12785
|
-
* The
|
|
12797
|
+
* The number of network interface controllers (NICs).
|
|
12786
12798
|
*
|
|
12787
12799
|
* @example
|
|
12788
12800
|
* 1
|
|
@@ -12852,6 +12864,8 @@ export class DescribeOfficeSitesResponseBodyOfficeSites extends $dara.Model {
|
|
|
12852
12864
|
enableInternetAccess: 'EnableInternetAccess',
|
|
12853
12865
|
enableServiceRoute: 'EnableServiceRoute',
|
|
12854
12866
|
fileSystemIds: 'FileSystemIds',
|
|
12867
|
+
isLdap: 'IsLdap',
|
|
12868
|
+
ldapUrl: 'LdapUrl',
|
|
12855
12869
|
logs: 'Logs',
|
|
12856
12870
|
mfaEnabled: 'MfaEnabled',
|
|
12857
12871
|
name: 'Name',
|
|
@@ -12913,6 +12927,8 @@ export class DescribeOfficeSitesResponseBodyOfficeSites extends $dara.Model {
|
|
|
12913
12927
|
enableInternetAccess: 'boolean',
|
|
12914
12928
|
enableServiceRoute: 'boolean',
|
|
12915
12929
|
fileSystemIds: { 'type': 'array', 'itemType': 'string' },
|
|
12930
|
+
isLdap: 'boolean',
|
|
12931
|
+
ldapUrl: 'string',
|
|
12916
12932
|
logs: { 'type': 'array', 'itemType': DescribeOfficeSitesResponseBodyOfficeSitesLogs },
|
|
12917
12933
|
mfaEnabled: 'boolean',
|
|
12918
12934
|
name: 'string',
|
|
@@ -15554,11 +15570,17 @@ export class DescribeRenewalPriceResponseBodyPriceInfo extends $dara.Model {
|
|
|
15554
15570
|
|
|
15555
15571
|
export class DescribeResourceByCenterPolicyIdResponseBodyResourceModelListAppModelList extends $dara.Model {
|
|
15556
15572
|
/**
|
|
15573
|
+
* @remarks
|
|
15574
|
+
* The application ID. This parameter is only applicable to cloud applications.
|
|
15575
|
+
*
|
|
15557
15576
|
* @example
|
|
15558
15577
|
* 18
|
|
15559
15578
|
*/
|
|
15560
15579
|
appId?: string;
|
|
15561
15580
|
/**
|
|
15581
|
+
* @remarks
|
|
15582
|
+
* The application name.
|
|
15583
|
+
*
|
|
15562
15584
|
* @example
|
|
15563
15585
|
* alipic-powergem
|
|
15564
15586
|
*/
|
|
@@ -15587,84 +15609,140 @@ export class DescribeResourceByCenterPolicyIdResponseBodyResourceModelListAppMod
|
|
|
15587
15609
|
}
|
|
15588
15610
|
|
|
15589
15611
|
export class DescribeResourceByCenterPolicyIdResponseBodyResourceModelList extends $dara.Model {
|
|
15612
|
+
/**
|
|
15613
|
+
* @remarks
|
|
15614
|
+
* The cloud applications.
|
|
15615
|
+
*/
|
|
15590
15616
|
appModelList?: DescribeResourceByCenterPolicyIdResponseBodyResourceModelListAppModelList[];
|
|
15591
15617
|
/**
|
|
15618
|
+
* @remarks
|
|
15619
|
+
* The number of vCPUs.
|
|
15620
|
+
*
|
|
15592
15621
|
* @example
|
|
15593
15622
|
* 64
|
|
15594
15623
|
*/
|
|
15595
15624
|
cpu?: number;
|
|
15596
15625
|
/**
|
|
15626
|
+
* @remarks
|
|
15627
|
+
* 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.
|
|
15628
|
+
*
|
|
15597
15629
|
* @example
|
|
15598
15630
|
* eds.enterprise_office.8c32g
|
|
15599
15631
|
*/
|
|
15600
15632
|
desktopType?: string;
|
|
15601
15633
|
/**
|
|
15634
|
+
* @remarks
|
|
15635
|
+
* The number of GPUs.
|
|
15636
|
+
*
|
|
15602
15637
|
* @example
|
|
15603
15638
|
* 0.125
|
|
15604
15639
|
*/
|
|
15605
15640
|
gpuCount?: number;
|
|
15606
15641
|
/**
|
|
15642
|
+
* @remarks
|
|
15643
|
+
* The GPU type.
|
|
15644
|
+
*
|
|
15607
15645
|
* @example
|
|
15608
15646
|
* 2GiB
|
|
15609
15647
|
*/
|
|
15610
15648
|
gpuSpec?: string;
|
|
15611
15649
|
/**
|
|
15650
|
+
* @remarks
|
|
15651
|
+
* The memory size. Unit: MiB.
|
|
15652
|
+
*
|
|
15612
15653
|
* @example
|
|
15613
15654
|
* 10240
|
|
15614
15655
|
*/
|
|
15615
15656
|
memory?: number;
|
|
15616
15657
|
/**
|
|
15658
|
+
* @remarks
|
|
15659
|
+
* The OS type.
|
|
15660
|
+
*
|
|
15617
15661
|
* @example
|
|
15618
15662
|
* Linux
|
|
15619
15663
|
*/
|
|
15620
15664
|
osType?: string;
|
|
15621
15665
|
/**
|
|
15666
|
+
* @remarks
|
|
15667
|
+
* The billing method.
|
|
15668
|
+
*
|
|
15622
15669
|
* @example
|
|
15623
15670
|
* postPaid
|
|
15624
15671
|
*/
|
|
15625
15672
|
payType?: string;
|
|
15626
15673
|
/**
|
|
15674
|
+
* @remarks
|
|
15675
|
+
* The service type.
|
|
15676
|
+
*
|
|
15627
15677
|
* @example
|
|
15628
15678
|
* desktop
|
|
15629
15679
|
*/
|
|
15630
15680
|
productType?: string;
|
|
15631
15681
|
/**
|
|
15682
|
+
* @remarks
|
|
15683
|
+
* The protocol type.
|
|
15684
|
+
*
|
|
15632
15685
|
* @example
|
|
15633
15686
|
* ASP
|
|
15634
15687
|
*/
|
|
15635
15688
|
protocolType?: string;
|
|
15636
15689
|
/**
|
|
15690
|
+
* @remarks
|
|
15691
|
+
* The resource group ID.
|
|
15692
|
+
*
|
|
15637
15693
|
* @example
|
|
15638
15694
|
* rg-d7pasxsd3b9nhq**
|
|
15639
15695
|
*/
|
|
15640
15696
|
resourceGroupId?: string;
|
|
15641
15697
|
/**
|
|
15698
|
+
* @remarks
|
|
15699
|
+
* The resource group name.
|
|
15700
|
+
*
|
|
15642
15701
|
* @example
|
|
15643
15702
|
* test
|
|
15644
15703
|
*/
|
|
15645
15704
|
resourceGroupName?: string;
|
|
15646
15705
|
/**
|
|
15706
|
+
* @remarks
|
|
15707
|
+
* The number of associated resource groups
|
|
15708
|
+
*
|
|
15647
15709
|
* @example
|
|
15648
15710
|
* 10
|
|
15649
15711
|
*/
|
|
15650
15712
|
resourceGroupRelCount?: number;
|
|
15651
15713
|
/**
|
|
15714
|
+
* @remarks
|
|
15715
|
+
* The resource ID.
|
|
15716
|
+
*
|
|
15652
15717
|
* @example
|
|
15653
15718
|
* ecd-7o96aa08fr****
|
|
15654
15719
|
*/
|
|
15655
15720
|
resourceId?: string;
|
|
15721
|
+
/**
|
|
15722
|
+
* @remarks
|
|
15723
|
+
* The resource name.
|
|
15724
|
+
*/
|
|
15656
15725
|
resourceName?: string;
|
|
15657
15726
|
/**
|
|
15727
|
+
* @remarks
|
|
15728
|
+
* The region ID of the resource.
|
|
15729
|
+
*
|
|
15658
15730
|
* @example
|
|
15659
15731
|
* cn-shenzhen
|
|
15660
15732
|
*/
|
|
15661
15733
|
resourceRegionId?: string;
|
|
15662
15734
|
/**
|
|
15735
|
+
* @remarks
|
|
15736
|
+
* The resource type.
|
|
15737
|
+
*
|
|
15663
15738
|
* @example
|
|
15664
15739
|
* desktop
|
|
15665
15740
|
*/
|
|
15666
15741
|
resourceType?: string;
|
|
15667
15742
|
/**
|
|
15743
|
+
* @remarks
|
|
15744
|
+
* The resource status.
|
|
15745
|
+
*
|
|
15668
15746
|
* @example
|
|
15669
15747
|
* Stopped
|
|
15670
15748
|
*/
|
|
@@ -15835,6 +15913,8 @@ export class DescribeSnapshotsResponseBodySnapshots extends $dara.Model {
|
|
|
15835
15913
|
* Running
|
|
15836
15914
|
*/
|
|
15837
15915
|
desktopStatus?: string;
|
|
15916
|
+
diskStatus?: string;
|
|
15917
|
+
osType?: string;
|
|
15838
15918
|
/**
|
|
15839
15919
|
* @remarks
|
|
15840
15920
|
* The progress of creating the snapshot. Unit: %.
|
|
@@ -16030,6 +16110,8 @@ export class DescribeSnapshotsResponseBodySnapshots extends $dara.Model {
|
|
|
16030
16110
|
desktopId: 'DesktopId',
|
|
16031
16111
|
desktopName: 'DesktopName',
|
|
16032
16112
|
desktopStatus: 'DesktopStatus',
|
|
16113
|
+
diskStatus: 'DiskStatus',
|
|
16114
|
+
osType: 'OsType',
|
|
16033
16115
|
progress: 'Progress',
|
|
16034
16116
|
protocolType: 'ProtocolType',
|
|
16035
16117
|
remainTime: 'RemainTime',
|
|
@@ -16055,6 +16137,8 @@ export class DescribeSnapshotsResponseBodySnapshots extends $dara.Model {
|
|
|
16055
16137
|
desktopId: 'string',
|
|
16056
16138
|
desktopName: 'string',
|
|
16057
16139
|
desktopStatus: 'string',
|
|
16140
|
+
diskStatus: 'string',
|
|
16141
|
+
osType: 'string',
|
|
16058
16142
|
progress: 'string',
|
|
16059
16143
|
protocolType: 'string',
|
|
16060
16144
|
remainTime: 'number',
|
|
@@ -16237,7 +16321,7 @@ export class DescribeTimerGroupResponseBodyData extends $dara.Model {
|
|
|
16237
16321
|
bindCountMap?: { [key: string]: number };
|
|
16238
16322
|
/**
|
|
16239
16323
|
* @remarks
|
|
16240
|
-
* The scheduled task
|
|
16324
|
+
* The scheduled task configurations.
|
|
16241
16325
|
*/
|
|
16242
16326
|
configTimers?: DescribeTimerGroupResponseBodyDataConfigTimers[];
|
|
16243
16327
|
/**
|
|
@@ -16885,6 +16969,7 @@ export class DescribeUsersInGroupResponseBodyEndUsers extends $dara.Model {
|
|
|
16885
16969
|
* alice
|
|
16886
16970
|
*/
|
|
16887
16971
|
displayName?: string;
|
|
16972
|
+
displayNameNew?: string;
|
|
16888
16973
|
/**
|
|
16889
16974
|
* @remarks
|
|
16890
16975
|
* The email address of the authorized user.
|
|
@@ -16951,6 +17036,7 @@ export class DescribeUsersInGroupResponseBodyEndUsers extends $dara.Model {
|
|
|
16951
17036
|
* ud-i896ze8hazpvl****
|
|
16952
17037
|
*/
|
|
16953
17038
|
userDesktopId?: string;
|
|
17039
|
+
userPrincipalName?: string;
|
|
16954
17040
|
/**
|
|
16955
17041
|
* @remarks
|
|
16956
17042
|
* Details about the seats of users.
|
|
@@ -16962,6 +17048,7 @@ export class DescribeUsersInGroupResponseBodyEndUsers extends $dara.Model {
|
|
|
16962
17048
|
desktopId: 'DesktopId',
|
|
16963
17049
|
desktopName: 'DesktopName',
|
|
16964
17050
|
displayName: 'DisplayName',
|
|
17051
|
+
displayNameNew: 'DisplayNameNew',
|
|
16965
17052
|
endUserEmail: 'EndUserEmail',
|
|
16966
17053
|
endUserId: 'EndUserId',
|
|
16967
17054
|
endUserName: 'EndUserName',
|
|
@@ -16970,6 +17057,7 @@ export class DescribeUsersInGroupResponseBodyEndUsers extends $dara.Model {
|
|
|
16970
17057
|
endUserType: 'EndUserType',
|
|
16971
17058
|
externalInfo: 'ExternalInfo',
|
|
16972
17059
|
userDesktopId: 'UserDesktopId',
|
|
17060
|
+
userPrincipalName: 'UserPrincipalName',
|
|
16973
17061
|
userSetPropertiesModels: 'UserSetPropertiesModels',
|
|
16974
17062
|
};
|
|
16975
17063
|
}
|
|
@@ -16980,6 +17068,7 @@ export class DescribeUsersInGroupResponseBodyEndUsers extends $dara.Model {
|
|
|
16980
17068
|
desktopId: 'string',
|
|
16981
17069
|
desktopName: 'string',
|
|
16982
17070
|
displayName: 'string',
|
|
17071
|
+
displayNameNew: 'string',
|
|
16983
17072
|
endUserEmail: 'string',
|
|
16984
17073
|
endUserId: 'string',
|
|
16985
17074
|
endUserName: 'string',
|
|
@@ -16988,6 +17077,7 @@ export class DescribeUsersInGroupResponseBodyEndUsers extends $dara.Model {
|
|
|
16988
17077
|
endUserType: 'string',
|
|
16989
17078
|
externalInfo: DescribeUsersInGroupResponseBodyEndUsersExternalInfo,
|
|
16990
17079
|
userDesktopId: 'string',
|
|
17080
|
+
userPrincipalName: 'string',
|
|
16991
17081
|
userSetPropertiesModels: { 'type': 'array', 'itemType': DescribeUsersInGroupResponseBodyEndUsersUserSetPropertiesModels },
|
|
16992
17082
|
};
|
|
16993
17083
|
}
|
|
@@ -18567,6 +18657,7 @@ export class ListDirectoryUsersResponseBodyUsers extends $dara.Model {
|
|
|
18567
18657
|
* Alice
|
|
18568
18658
|
*/
|
|
18569
18659
|
displayName?: string;
|
|
18660
|
+
displayNameNew?: string;
|
|
18570
18661
|
/**
|
|
18571
18662
|
* @remarks
|
|
18572
18663
|
* The email address.
|
|
@@ -18591,13 +18682,16 @@ export class ListDirectoryUsersResponseBodyUsers extends $dara.Model {
|
|
|
18591
18682
|
* 130********
|
|
18592
18683
|
*/
|
|
18593
18684
|
phone?: string;
|
|
18685
|
+
userPrincipalName?: string;
|
|
18594
18686
|
static names(): { [key: string]: string } {
|
|
18595
18687
|
return {
|
|
18596
18688
|
assignedDesktopNumber: 'AssignedDesktopNumber',
|
|
18597
18689
|
displayName: 'DisplayName',
|
|
18690
|
+
displayNameNew: 'DisplayNameNew',
|
|
18598
18691
|
email: 'Email',
|
|
18599
18692
|
endUser: 'EndUser',
|
|
18600
18693
|
phone: 'Phone',
|
|
18694
|
+
userPrincipalName: 'UserPrincipalName',
|
|
18601
18695
|
};
|
|
18602
18696
|
}
|
|
18603
18697
|
|
|
@@ -18605,9 +18699,11 @@ export class ListDirectoryUsersResponseBodyUsers extends $dara.Model {
|
|
|
18605
18699
|
return {
|
|
18606
18700
|
assignedDesktopNumber: 'number',
|
|
18607
18701
|
displayName: 'string',
|
|
18702
|
+
displayNameNew: 'string',
|
|
18608
18703
|
email: 'string',
|
|
18609
18704
|
endUser: 'string',
|
|
18610
18705
|
phone: 'string',
|
|
18706
|
+
userPrincipalName: 'string',
|
|
18611
18707
|
};
|
|
18612
18708
|
}
|
|
18613
18709
|
|
|
@@ -18860,6 +18956,7 @@ export class ListOfficeSiteUsersResponseBodyUsers extends $dara.Model {
|
|
|
18860
18956
|
* Alice
|
|
18861
18957
|
*/
|
|
18862
18958
|
displayName?: string;
|
|
18959
|
+
displayNameNew?: string;
|
|
18863
18960
|
email?: string;
|
|
18864
18961
|
/**
|
|
18865
18962
|
* @remarks
|
|
@@ -18870,13 +18967,16 @@ export class ListOfficeSiteUsersResponseBodyUsers extends $dara.Model {
|
|
|
18870
18967
|
*/
|
|
18871
18968
|
endUser?: string;
|
|
18872
18969
|
phone?: string;
|
|
18970
|
+
userPrincipalName?: string;
|
|
18873
18971
|
static names(): { [key: string]: string } {
|
|
18874
18972
|
return {
|
|
18875
18973
|
assignedDesktopNumber: 'AssignedDesktopNumber',
|
|
18876
18974
|
displayName: 'DisplayName',
|
|
18975
|
+
displayNameNew: 'DisplayNameNew',
|
|
18877
18976
|
email: 'Email',
|
|
18878
18977
|
endUser: 'EndUser',
|
|
18879
18978
|
phone: 'Phone',
|
|
18979
|
+
userPrincipalName: 'UserPrincipalName',
|
|
18880
18980
|
};
|
|
18881
18981
|
}
|
|
18882
18982
|
|
|
@@ -18884,9 +18984,11 @@ export class ListOfficeSiteUsersResponseBodyUsers extends $dara.Model {
|
|
|
18884
18984
|
return {
|
|
18885
18985
|
assignedDesktopNumber: 'number',
|
|
18886
18986
|
displayName: 'string',
|
|
18987
|
+
displayNameNew: 'string',
|
|
18887
18988
|
email: 'string',
|
|
18888
18989
|
endUser: 'string',
|
|
18889
18990
|
phone: 'string',
|
|
18991
|
+
userPrincipalName: 'string',
|
|
18890
18992
|
};
|
|
18891
18993
|
}
|
|
18892
18994
|
|
|
@@ -20762,11 +20864,17 @@ export class ModifyPolicyGroupRequestUsbSupplyRedirectRule extends $dara.Model {
|
|
|
20762
20864
|
|
|
20763
20865
|
export class ModifyResourceCenterPolicyResponseBodyModifyResults extends $dara.Model {
|
|
20764
20866
|
/**
|
|
20867
|
+
* @remarks
|
|
20868
|
+
* The verification result.
|
|
20869
|
+
*
|
|
20765
20870
|
* @example
|
|
20766
20871
|
* true
|
|
20767
20872
|
*/
|
|
20768
20873
|
checkResult?: boolean;
|
|
20769
20874
|
/**
|
|
20875
|
+
* @remarks
|
|
20876
|
+
* The resource ID.
|
|
20877
|
+
*
|
|
20770
20878
|
* @example
|
|
20771
20879
|
* ecd-e254cpyt9bb*****
|
|
20772
20880
|
*/
|
|
@@ -20805,7 +20913,7 @@ export class ModifyTimerGroupRequestConfigTimers extends $dara.Model {
|
|
|
20805
20913
|
allowClientSetting?: boolean;
|
|
20806
20914
|
/**
|
|
20807
20915
|
* @remarks
|
|
20808
|
-
* The
|
|
20916
|
+
* The cron expression specified in the scheduled task.
|
|
20809
20917
|
*
|
|
20810
20918
|
* > 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
20919
|
*
|
|
@@ -20845,12 +20953,12 @@ export class ModifyTimerGroupRequestConfigTimers extends $dara.Model {
|
|
|
20845
20953
|
operationType?: string;
|
|
20846
20954
|
/**
|
|
20847
20955
|
* @remarks
|
|
20848
|
-
* The process whitelist. If whitelisted processes are running, the scheduled task
|
|
20956
|
+
* The process whitelist. If whitelisted processes are running, the scheduled task triggered by inactivity does not take effect.
|
|
20849
20957
|
*/
|
|
20850
20958
|
processWhitelist?: string[];
|
|
20851
20959
|
/**
|
|
20852
20960
|
* @remarks
|
|
20853
|
-
* The reset
|
|
20961
|
+
* The reset option.
|
|
20854
20962
|
*
|
|
20855
20963
|
* Valid values:
|
|
20856
20964
|
*
|
|
@@ -20864,7 +20972,7 @@ export class ModifyTimerGroupRequestConfigTimers extends $dara.Model {
|
|
|
20864
20972
|
resetType?: string;
|
|
20865
20973
|
/**
|
|
20866
20974
|
* @remarks
|
|
20867
|
-
* The
|
|
20975
|
+
* The scheduled task type.
|
|
20868
20976
|
*
|
|
20869
20977
|
* Valid values:
|
|
20870
20978
|
*
|
|
@@ -22633,7 +22741,7 @@ export class AddUserToDesktopGroupRequest extends $dara.Model {
|
|
|
22633
22741
|
desktopGroupIds?: string[];
|
|
22634
22742
|
/**
|
|
22635
22743
|
* @remarks
|
|
22636
|
-
* The
|
|
22744
|
+
* The IDs of the users to whom you want to grant permissions.
|
|
22637
22745
|
*/
|
|
22638
22746
|
endUserIds?: string[];
|
|
22639
22747
|
/**
|
|
@@ -24502,6 +24610,11 @@ export class CancelCopyImageResponse extends $dara.Model {
|
|
|
24502
24610
|
export class CloneCenterPolicyRequest extends $dara.Model {
|
|
24503
24611
|
/**
|
|
24504
24612
|
* @remarks
|
|
24613
|
+
* The business type. Valid values:
|
|
24614
|
+
*
|
|
24615
|
+
* * 1: public cloud.
|
|
24616
|
+
* * 8: commercial edition.
|
|
24617
|
+
*
|
|
24505
24618
|
* This parameter is required.
|
|
24506
24619
|
*
|
|
24507
24620
|
* @example
|
|
@@ -24510,6 +24623,8 @@ export class CloneCenterPolicyRequest extends $dara.Model {
|
|
|
24510
24623
|
businessType?: number;
|
|
24511
24624
|
/**
|
|
24512
24625
|
* @remarks
|
|
24626
|
+
* The name of the cloud computer policy that you want to clone.
|
|
24627
|
+
*
|
|
24513
24628
|
* This parameter is required.
|
|
24514
24629
|
*
|
|
24515
24630
|
* @example
|
|
@@ -24518,6 +24633,8 @@ export class CloneCenterPolicyRequest extends $dara.Model {
|
|
|
24518
24633
|
name?: string;
|
|
24519
24634
|
/**
|
|
24520
24635
|
* @remarks
|
|
24636
|
+
* The ID of the cloud computer policy that you want to clone.
|
|
24637
|
+
*
|
|
24521
24638
|
* This parameter is required.
|
|
24522
24639
|
*
|
|
24523
24640
|
* @example
|
|
@@ -24526,6 +24643,8 @@ export class CloneCenterPolicyRequest extends $dara.Model {
|
|
|
24526
24643
|
policyGroupId?: string;
|
|
24527
24644
|
/**
|
|
24528
24645
|
* @remarks
|
|
24646
|
+
* The region ID. You can call the [DescribeRegions](~~DescribeRegions~~) operation to query the list of regions where Elastic Desktop Service (EDS) Enterprise is available.
|
|
24647
|
+
*
|
|
24529
24648
|
* This parameter is required.
|
|
24530
24649
|
*
|
|
24531
24650
|
* @example
|
|
@@ -24534,6 +24653,11 @@ export class CloneCenterPolicyRequest extends $dara.Model {
|
|
|
24534
24653
|
regionId?: string;
|
|
24535
24654
|
/**
|
|
24536
24655
|
* @remarks
|
|
24656
|
+
* The resource type. Valid values:
|
|
24657
|
+
*
|
|
24658
|
+
* * desktop: cloud computers.
|
|
24659
|
+
* * app: cloud applications.
|
|
24660
|
+
*
|
|
24537
24661
|
* This parameter is required.
|
|
24538
24662
|
*
|
|
24539
24663
|
* @example
|
|
@@ -24571,11 +24695,17 @@ export class CloneCenterPolicyRequest extends $dara.Model {
|
|
|
24571
24695
|
|
|
24572
24696
|
export class CloneCenterPolicyResponseBody extends $dara.Model {
|
|
24573
24697
|
/**
|
|
24698
|
+
* @remarks
|
|
24699
|
+
* The ID of the duplicated cloud computer policy.
|
|
24700
|
+
*
|
|
24574
24701
|
* @example
|
|
24575
24702
|
* pg-gx2x1dhsmthe9****
|
|
24576
24703
|
*/
|
|
24577
24704
|
policyGroupId?: string;
|
|
24578
24705
|
/**
|
|
24706
|
+
* @remarks
|
|
24707
|
+
* The request ID.
|
|
24708
|
+
*
|
|
24579
24709
|
* @example
|
|
24580
24710
|
* 1CBAFFAB-B697-4049-A9B1-67E1FC5F****
|
|
24581
24711
|
*/
|
|
@@ -29082,7 +29212,7 @@ export class CreateCloudDriveUsersResponse extends $dara.Model {
|
|
|
29082
29212
|
export class CreateConfigGroupRequest extends $dara.Model {
|
|
29083
29213
|
/**
|
|
29084
29214
|
* @remarks
|
|
29085
|
-
* The
|
|
29215
|
+
* The scheduled task groups.
|
|
29086
29216
|
*/
|
|
29087
29217
|
configTimers?: CreateConfigGroupRequestConfigTimers[];
|
|
29088
29218
|
/**
|
|
@@ -29127,11 +29257,11 @@ export class CreateConfigGroupRequest extends $dara.Model {
|
|
|
29127
29257
|
regionId?: string;
|
|
29128
29258
|
/**
|
|
29129
29259
|
* @remarks
|
|
29130
|
-
* The type
|
|
29260
|
+
* The group type.
|
|
29131
29261
|
*
|
|
29132
29262
|
* Valid value:
|
|
29133
29263
|
*
|
|
29134
|
-
* * Timer:
|
|
29264
|
+
* * Timer: a scheduled task group.
|
|
29135
29265
|
*
|
|
29136
29266
|
* This parameter is required.
|
|
29137
29267
|
*
|
|
@@ -31339,6 +31469,7 @@ export class CreateImageRequest extends $dara.Model {
|
|
|
31339
31469
|
* false
|
|
31340
31470
|
*/
|
|
31341
31471
|
autoCleanUserdata?: boolean;
|
|
31472
|
+
dataSnapshotIds?: string[];
|
|
31342
31473
|
/**
|
|
31343
31474
|
* @remarks
|
|
31344
31475
|
* 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 +31541,7 @@ export class CreateImageRequest extends $dara.Model {
|
|
|
31410
31541
|
static names(): { [key: string]: string } {
|
|
31411
31542
|
return {
|
|
31412
31543
|
autoCleanUserdata: 'AutoCleanUserdata',
|
|
31544
|
+
dataSnapshotIds: 'DataSnapshotIds',
|
|
31413
31545
|
description: 'Description',
|
|
31414
31546
|
desktopId: 'DesktopId',
|
|
31415
31547
|
diskType: 'DiskType',
|
|
@@ -31424,6 +31556,7 @@ export class CreateImageRequest extends $dara.Model {
|
|
|
31424
31556
|
static types(): { [key: string]: any } {
|
|
31425
31557
|
return {
|
|
31426
31558
|
autoCleanUserdata: 'boolean',
|
|
31559
|
+
dataSnapshotIds: { 'type': 'array', 'itemType': 'string' },
|
|
31427
31560
|
description: 'string',
|
|
31428
31561
|
desktopId: 'string',
|
|
31429
31562
|
diskType: 'string',
|
|
@@ -31436,6 +31569,9 @@ export class CreateImageRequest extends $dara.Model {
|
|
|
31436
31569
|
}
|
|
31437
31570
|
|
|
31438
31571
|
validate() {
|
|
31572
|
+
if(Array.isArray(this.dataSnapshotIds)) {
|
|
31573
|
+
$dara.Model.validateArray(this.dataSnapshotIds);
|
|
31574
|
+
}
|
|
31439
31575
|
if(Array.isArray(this.snapshotIds)) {
|
|
31440
31576
|
$dara.Model.validateArray(this.snapshotIds);
|
|
31441
31577
|
}
|
|
@@ -34185,6 +34321,13 @@ export class DeleteCdsFileResponse extends $dara.Model {
|
|
|
34185
34321
|
export class DeleteCenterPolicyRequest extends $dara.Model {
|
|
34186
34322
|
/**
|
|
34187
34323
|
* @remarks
|
|
34324
|
+
* The business type.
|
|
34325
|
+
*
|
|
34326
|
+
* Valid values:
|
|
34327
|
+
*
|
|
34328
|
+
* * 1: public cloud.
|
|
34329
|
+
* * 8: commercial edition.
|
|
34330
|
+
*
|
|
34188
34331
|
* This parameter is required.
|
|
34189
34332
|
*
|
|
34190
34333
|
* @example
|
|
@@ -34193,11 +34336,15 @@ export class DeleteCenterPolicyRequest extends $dara.Model {
|
|
|
34193
34336
|
businessType?: number;
|
|
34194
34337
|
/**
|
|
34195
34338
|
* @remarks
|
|
34339
|
+
* The policy IDs.
|
|
34340
|
+
*
|
|
34196
34341
|
* This parameter is required.
|
|
34197
34342
|
*/
|
|
34198
34343
|
policyGroupIds?: string[];
|
|
34199
34344
|
/**
|
|
34200
34345
|
* @remarks
|
|
34346
|
+
* The region ID. You can call the [DescribeRegions](~~DescribeRegions~~) operation to query the list of regions where Elastic Desktop Service (EDS) Enterprise is available.
|
|
34347
|
+
*
|
|
34201
34348
|
* This parameter is required.
|
|
34202
34349
|
*
|
|
34203
34350
|
* @example
|
|
@@ -34206,6 +34353,13 @@ export class DeleteCenterPolicyRequest extends $dara.Model {
|
|
|
34206
34353
|
regionId?: string;
|
|
34207
34354
|
/**
|
|
34208
34355
|
* @remarks
|
|
34356
|
+
* The resource type.
|
|
34357
|
+
*
|
|
34358
|
+
* Valid values:
|
|
34359
|
+
*
|
|
34360
|
+
* * app: cloud applications.
|
|
34361
|
+
* * desktop: cloud computers.
|
|
34362
|
+
*
|
|
34209
34363
|
* This parameter is required.
|
|
34210
34364
|
*
|
|
34211
34365
|
* @example
|
|
@@ -34244,6 +34398,9 @@ export class DeleteCenterPolicyRequest extends $dara.Model {
|
|
|
34244
34398
|
|
|
34245
34399
|
export class DeleteCenterPolicyResponseBody extends $dara.Model {
|
|
34246
34400
|
/**
|
|
34401
|
+
* @remarks
|
|
34402
|
+
* The request ID.
|
|
34403
|
+
*
|
|
34247
34404
|
* @example
|
|
34248
34405
|
* 72E47B1E-6B11-5A11-A27C-7A80F866****
|
|
34249
34406
|
*/
|
|
@@ -44080,7 +44237,7 @@ export class DescribeOfficeSitesResponseBody extends $dara.Model {
|
|
|
44080
44237
|
nextToken?: string;
|
|
44081
44238
|
/**
|
|
44082
44239
|
* @remarks
|
|
44083
|
-
* The
|
|
44240
|
+
* The office networks.
|
|
44084
44241
|
*/
|
|
44085
44242
|
officeSites?: DescribeOfficeSitesResponseBodyOfficeSites[];
|
|
44086
44243
|
/**
|
|
@@ -45558,17 +45715,28 @@ export class DescribeRenewalPriceResponse extends $dara.Model {
|
|
|
45558
45715
|
|
|
45559
45716
|
export class DescribeResourceByCenterPolicyIdRequest extends $dara.Model {
|
|
45560
45717
|
/**
|
|
45718
|
+
* @remarks
|
|
45719
|
+
* The number of entries per page.
|
|
45720
|
+
*
|
|
45721
|
+
* * Maximum value: 100.
|
|
45722
|
+
* * Default value: 10.
|
|
45723
|
+
*
|
|
45561
45724
|
* @example
|
|
45562
45725
|
* 10
|
|
45563
45726
|
*/
|
|
45564
45727
|
maxResults?: number;
|
|
45565
45728
|
/**
|
|
45729
|
+
* @remarks
|
|
45730
|
+
* A pagination token.
|
|
45731
|
+
*
|
|
45566
45732
|
* @example
|
|
45567
45733
|
* AAAAAV3MpHK1AP0pfERHZN5pu6l69tQX7yFxx6/4dbooBAOc
|
|
45568
45734
|
*/
|
|
45569
45735
|
nextToken?: string;
|
|
45570
45736
|
/**
|
|
45571
45737
|
* @remarks
|
|
45738
|
+
* The policy ID.
|
|
45739
|
+
*
|
|
45572
45740
|
* This parameter is required.
|
|
45573
45741
|
*
|
|
45574
45742
|
* @example
|
|
@@ -45576,11 +45744,24 @@ export class DescribeResourceByCenterPolicyIdRequest extends $dara.Model {
|
|
|
45576
45744
|
*/
|
|
45577
45745
|
policyGroupId?: string;
|
|
45578
45746
|
/**
|
|
45747
|
+
* @remarks
|
|
45748
|
+
* The service type.
|
|
45749
|
+
*
|
|
45750
|
+
* Valid values:
|
|
45751
|
+
*
|
|
45752
|
+
* * app: cloud applications.
|
|
45753
|
+
* * resourceGroup: resource groups.
|
|
45754
|
+
* * desktop: cloud computers.
|
|
45755
|
+
* * desktopGroup: cloud computer shares.
|
|
45756
|
+
*
|
|
45579
45757
|
* @example
|
|
45580
45758
|
* desktop
|
|
45581
45759
|
*/
|
|
45582
45760
|
productType?: string;
|
|
45583
45761
|
/**
|
|
45762
|
+
* @remarks
|
|
45763
|
+
* The resource ID.
|
|
45764
|
+
*
|
|
45584
45765
|
* @example
|
|
45585
45766
|
* ecd-ia2zw38bi6cm7****
|
|
45586
45767
|
*/
|
|
@@ -45616,20 +45797,33 @@ export class DescribeResourceByCenterPolicyIdRequest extends $dara.Model {
|
|
|
45616
45797
|
|
|
45617
45798
|
export class DescribeResourceByCenterPolicyIdResponseBody extends $dara.Model {
|
|
45618
45799
|
/**
|
|
45800
|
+
* @remarks
|
|
45801
|
+
* The total number of resources.
|
|
45802
|
+
*
|
|
45619
45803
|
* @example
|
|
45620
45804
|
* 2
|
|
45621
45805
|
*/
|
|
45622
45806
|
count?: string;
|
|
45623
45807
|
/**
|
|
45808
|
+
* @remarks
|
|
45809
|
+
* 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.
|
|
45810
|
+
*
|
|
45624
45811
|
* @example
|
|
45625
45812
|
* caeba0bbb2be03f84eb48b699f0a4883
|
|
45626
45813
|
*/
|
|
45627
45814
|
nextToken?: string;
|
|
45628
45815
|
/**
|
|
45816
|
+
* @remarks
|
|
45817
|
+
* The request ID.
|
|
45818
|
+
*
|
|
45629
45819
|
* @example
|
|
45630
45820
|
* 48174475-5EB2-5F99-A9E9-6F892D645****
|
|
45631
45821
|
*/
|
|
45632
45822
|
requestId?: string;
|
|
45823
|
+
/**
|
|
45824
|
+
* @remarks
|
|
45825
|
+
* The resources.
|
|
45826
|
+
*/
|
|
45633
45827
|
resourceModelList?: DescribeResourceByCenterPolicyIdResponseBodyResourceModelList[];
|
|
45634
45828
|
static names(): { [key: string]: string } {
|
|
45635
45829
|
return {
|
|
@@ -45916,9 +46110,10 @@ export class DescribeSnapshotsRequest extends $dara.Model {
|
|
|
45916
46110
|
* 8051af8d01b5479bec9f5ddf02e4a8fbd0ab6e7e43f8****
|
|
45917
46111
|
*/
|
|
45918
46112
|
nextToken?: string;
|
|
46113
|
+
osType?: string;
|
|
45919
46114
|
/**
|
|
45920
46115
|
* @remarks
|
|
45921
|
-
* The region ID. You can call the [DescribeRegions](
|
|
46116
|
+
* 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
46117
|
*
|
|
45923
46118
|
* This parameter is required.
|
|
45924
46119
|
*
|
|
@@ -45978,27 +46173,14 @@ export class DescribeSnapshotsRequest extends $dara.Model {
|
|
|
45978
46173
|
snapshotType?: string;
|
|
45979
46174
|
/**
|
|
45980
46175
|
* @remarks
|
|
45981
|
-
* The
|
|
46176
|
+
* The disk for which you want to create a snapshot.
|
|
45982
46177
|
*
|
|
45983
46178
|
* > The value of this parameter is not case-sensitive.
|
|
45984
46179
|
*
|
|
45985
46180
|
* Valid values:
|
|
45986
46181
|
*
|
|
45987
|
-
* * Data: data disk
|
|
45988
|
-
*
|
|
45989
|
-
* <!-- -->
|
|
45990
|
-
*
|
|
45991
|
-
* <!-- -->
|
|
45992
|
-
*
|
|
45993
|
-
* <!-- -->
|
|
45994
|
-
*
|
|
45995
|
-
* * System: system disk
|
|
45996
|
-
*
|
|
45997
|
-
* <!-- -->
|
|
45998
|
-
*
|
|
45999
|
-
* <!-- -->
|
|
46000
|
-
*
|
|
46001
|
-
* <!-- -->
|
|
46182
|
+
* * Data: the data disk.
|
|
46183
|
+
* * System: the system disk.
|
|
46002
46184
|
*
|
|
46003
46185
|
* @example
|
|
46004
46186
|
* system
|
|
@@ -46020,6 +46202,7 @@ export class DescribeSnapshotsRequest extends $dara.Model {
|
|
|
46020
46202
|
endTime: 'EndTime',
|
|
46021
46203
|
maxResults: 'MaxResults',
|
|
46022
46204
|
nextToken: 'NextToken',
|
|
46205
|
+
osType: 'OsType',
|
|
46023
46206
|
regionId: 'RegionId',
|
|
46024
46207
|
snapshotId: 'SnapshotId',
|
|
46025
46208
|
snapshotName: 'SnapshotName',
|
|
@@ -46037,6 +46220,7 @@ export class DescribeSnapshotsRequest extends $dara.Model {
|
|
|
46037
46220
|
endTime: 'string',
|
|
46038
46221
|
maxResults: 'number',
|
|
46039
46222
|
nextToken: 'string',
|
|
46223
|
+
osType: 'string',
|
|
46040
46224
|
regionId: 'string',
|
|
46041
46225
|
snapshotId: 'string',
|
|
46042
46226
|
snapshotName: 'string',
|
|
@@ -46074,7 +46258,7 @@ export class DescribeSnapshotsResponseBody extends $dara.Model {
|
|
|
46074
46258
|
requestId?: string;
|
|
46075
46259
|
/**
|
|
46076
46260
|
* @remarks
|
|
46077
|
-
*
|
|
46261
|
+
* The snapshots.
|
|
46078
46262
|
*/
|
|
46079
46263
|
snapshots?: DescribeSnapshotsResponseBodySnapshots[];
|
|
46080
46264
|
static names(): { [key: string]: string } {
|
|
@@ -46185,7 +46369,7 @@ export class DescribeTimerGroupRequest extends $dara.Model {
|
|
|
46185
46369
|
export class DescribeTimerGroupResponseBody extends $dara.Model {
|
|
46186
46370
|
/**
|
|
46187
46371
|
* @remarks
|
|
46188
|
-
* The information about the
|
|
46372
|
+
* The information about the scheduled task group.
|
|
46189
46373
|
*/
|
|
46190
46374
|
data?: DescribeTimerGroupResponseBodyData;
|
|
46191
46375
|
/**
|
|
@@ -46854,21 +47038,8 @@ export class DescribeUsersInGroupRequest extends $dara.Model {
|
|
|
46854
47038
|
* Valid values:
|
|
46855
47039
|
*
|
|
46856
47040
|
* * true (default)
|
|
46857
|
-
*
|
|
46858
|
-
* <!-- -->
|
|
46859
|
-
*
|
|
46860
|
-
* <!-- -->
|
|
46861
|
-
*
|
|
46862
|
-
* <!-- -->
|
|
46863
|
-
*
|
|
46864
47041
|
* * false
|
|
46865
47042
|
*
|
|
46866
|
-
* <!-- -->
|
|
46867
|
-
*
|
|
46868
|
-
* <!-- -->
|
|
46869
|
-
*
|
|
46870
|
-
* <!-- -->
|
|
46871
|
-
*
|
|
46872
47043
|
* @example
|
|
46873
47044
|
* false
|
|
46874
47045
|
*/
|
|
@@ -48195,7 +48366,7 @@ export class DownloadCdsFileResponse extends $dara.Model {
|
|
|
48195
48366
|
export class ExportClientEventsRequest extends $dara.Model {
|
|
48196
48367
|
/**
|
|
48197
48368
|
* @remarks
|
|
48198
|
-
* The
|
|
48369
|
+
* The cloud computer ID.
|
|
48199
48370
|
*
|
|
48200
48371
|
* @example
|
|
48201
48372
|
* ecd-gx2x1dhsmucyy****
|
|
@@ -48203,7 +48374,7 @@ export class ExportClientEventsRequest extends $dara.Model {
|
|
|
48203
48374
|
desktopId?: string;
|
|
48204
48375
|
/**
|
|
48205
48376
|
* @remarks
|
|
48206
|
-
* The
|
|
48377
|
+
* The cloud computer name.
|
|
48207
48378
|
*
|
|
48208
48379
|
* @example
|
|
48209
48380
|
* testName
|
|
@@ -48229,17 +48400,18 @@ export class ExportClientEventsRequest extends $dara.Model {
|
|
|
48229
48400
|
endUserId?: string;
|
|
48230
48401
|
/**
|
|
48231
48402
|
* @remarks
|
|
48232
|
-
* The type of event that you want to query.
|
|
48403
|
+
* 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
48404
|
*
|
|
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.
|
|
48405
|
+
* Valid values:
|
|
48241
48406
|
*
|
|
48242
|
-
*
|
|
48407
|
+
* * DESKTOP_STOP: the shutdown event.
|
|
48408
|
+
* * GET_LITE_CONNECTION_TICKET: the event of retrieving the connection ticket.
|
|
48409
|
+
* * DESKTOP_DISCONNECT: the session disconnection event.
|
|
48410
|
+
* * CLIENT_LOGIN: the user logon event.
|
|
48411
|
+
* * GET_CONNECTION_TICKET: the connection credential retrieval event.
|
|
48412
|
+
* * DESKTOP_REBOOT: the restart event.
|
|
48413
|
+
* * DESKTOP_CONNECT: the session establishment event.
|
|
48414
|
+
* * DESKTOP_START: the start event.
|
|
48243
48415
|
*
|
|
48244
48416
|
* @example
|
|
48245
48417
|
* CLIENT_LOGIN
|
|
@@ -48247,17 +48419,17 @@ export class ExportClientEventsRequest extends $dara.Model {
|
|
|
48247
48419
|
eventType?: string;
|
|
48248
48420
|
/**
|
|
48249
48421
|
* @remarks
|
|
48250
|
-
* The types of event.
|
|
48422
|
+
* 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
48423
|
*/
|
|
48252
48424
|
eventTypes?: string[];
|
|
48253
48425
|
/**
|
|
48254
48426
|
* @remarks
|
|
48255
|
-
* The language
|
|
48427
|
+
* The language displayed on the frontend page. The backend uses this setting to define the language of exported files.
|
|
48256
48428
|
*
|
|
48257
|
-
*
|
|
48258
|
-
* * `en-GB`: English (United Kingdom)
|
|
48429
|
+
* Valid values:
|
|
48259
48430
|
*
|
|
48260
|
-
*
|
|
48431
|
+
* * zh-CN: Simplified Chinese.
|
|
48432
|
+
* * en-GB: British English.
|
|
48261
48433
|
*
|
|
48262
48434
|
* @example
|
|
48263
48435
|
* zh-CN
|
|
@@ -48276,7 +48448,7 @@ export class ExportClientEventsRequest extends $dara.Model {
|
|
|
48276
48448
|
maxResults?: number;
|
|
48277
48449
|
/**
|
|
48278
48450
|
* @remarks
|
|
48279
|
-
* The
|
|
48451
|
+
* The office network ID.
|
|
48280
48452
|
*
|
|
48281
48453
|
* @example
|
|
48282
48454
|
* cn-hangzhou+dir-363353****
|
|
@@ -48284,7 +48456,7 @@ export class ExportClientEventsRequest extends $dara.Model {
|
|
|
48284
48456
|
officeSiteId?: string;
|
|
48285
48457
|
/**
|
|
48286
48458
|
* @remarks
|
|
48287
|
-
* The
|
|
48459
|
+
* The office network name.
|
|
48288
48460
|
*
|
|
48289
48461
|
* @example
|
|
48290
48462
|
* test
|
|
@@ -48292,7 +48464,7 @@ export class ExportClientEventsRequest extends $dara.Model {
|
|
|
48292
48464
|
officeSiteName?: string;
|
|
48293
48465
|
/**
|
|
48294
48466
|
* @remarks
|
|
48295
|
-
* The ID
|
|
48467
|
+
* 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
48468
|
*
|
|
48297
48469
|
* This parameter is required.
|
|
48298
48470
|
*
|
|
@@ -48367,7 +48539,7 @@ export class ExportClientEventsResponseBody extends $dara.Model {
|
|
|
48367
48539
|
requestId?: string;
|
|
48368
48540
|
/**
|
|
48369
48541
|
* @remarks
|
|
48370
|
-
* The download
|
|
48542
|
+
* The download URL of the exported files.
|
|
48371
48543
|
*
|
|
48372
48544
|
* @example
|
|
48373
48545
|
* 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 +59649,21 @@ export class ModifyPolicyGroupResponse extends $dara.Model {
|
|
|
59477
59649
|
export class ModifyResourceCenterPolicyRequest extends $dara.Model {
|
|
59478
59650
|
/**
|
|
59479
59651
|
* @remarks
|
|
59652
|
+
* The IDs of the cloud computer policies that you want to associate with cloud computers.
|
|
59653
|
+
*
|
|
59654
|
+
* > 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
|
|
59655
|
+
*
|
|
59480
59656
|
* This parameter is required.
|
|
59481
59657
|
*/
|
|
59482
59658
|
policyGroupIds?: string[];
|
|
59483
59659
|
/**
|
|
59484
59660
|
* @remarks
|
|
59661
|
+
* The policy type.
|
|
59662
|
+
*
|
|
59663
|
+
* Valid values:
|
|
59664
|
+
*
|
|
59665
|
+
* * general: a general policy.
|
|
59666
|
+
*
|
|
59485
59667
|
* This parameter is required.
|
|
59486
59668
|
*
|
|
59487
59669
|
* @example
|
|
@@ -59490,6 +59672,15 @@ export class ModifyResourceCenterPolicyRequest extends $dara.Model {
|
|
|
59490
59672
|
policyGroupType?: string;
|
|
59491
59673
|
/**
|
|
59492
59674
|
* @remarks
|
|
59675
|
+
* The service type.
|
|
59676
|
+
*
|
|
59677
|
+
* Valid values:
|
|
59678
|
+
*
|
|
59679
|
+
* * app: cloud applications.
|
|
59680
|
+
* * resourceGroup: resource groups.
|
|
59681
|
+
* * desktop: cloud computers.
|
|
59682
|
+
* * desktopGroup: cloud computer shares.
|
|
59683
|
+
*
|
|
59493
59684
|
* This parameter is required.
|
|
59494
59685
|
*
|
|
59495
59686
|
* @example
|
|
@@ -59498,11 +59689,15 @@ export class ModifyResourceCenterPolicyRequest extends $dara.Model {
|
|
|
59498
59689
|
productType?: string;
|
|
59499
59690
|
/**
|
|
59500
59691
|
* @remarks
|
|
59692
|
+
* The resource IDs. You can specify up to 100 resource IDs.
|
|
59693
|
+
*
|
|
59501
59694
|
* This parameter is required.
|
|
59502
59695
|
*/
|
|
59503
59696
|
resourceIds?: string[];
|
|
59504
59697
|
/**
|
|
59505
59698
|
* @remarks
|
|
59699
|
+
* The region ID of the resource.
|
|
59700
|
+
*
|
|
59506
59701
|
* This parameter is required.
|
|
59507
59702
|
*
|
|
59508
59703
|
* @example
|
|
@@ -59511,6 +59706,13 @@ export class ModifyResourceCenterPolicyRequest extends $dara.Model {
|
|
|
59511
59706
|
resourceRegionId?: string;
|
|
59512
59707
|
/**
|
|
59513
59708
|
* @remarks
|
|
59709
|
+
* The resource type.
|
|
59710
|
+
*
|
|
59711
|
+
* Valid values:
|
|
59712
|
+
*
|
|
59713
|
+
* * app: cloud applications.
|
|
59714
|
+
* * desktop: cloud computers.
|
|
59715
|
+
*
|
|
59514
59716
|
* This parameter is required.
|
|
59515
59717
|
*
|
|
59516
59718
|
* @example
|
|
@@ -59555,8 +59757,15 @@ export class ModifyResourceCenterPolicyRequest extends $dara.Model {
|
|
|
59555
59757
|
}
|
|
59556
59758
|
|
|
59557
59759
|
export class ModifyResourceCenterPolicyResponseBody extends $dara.Model {
|
|
59760
|
+
/**
|
|
59761
|
+
* @remarks
|
|
59762
|
+
* The modification results.
|
|
59763
|
+
*/
|
|
59558
59764
|
modifyResults?: ModifyResourceCenterPolicyResponseBodyModifyResults[];
|
|
59559
59765
|
/**
|
|
59766
|
+
* @remarks
|
|
59767
|
+
* The request ID.
|
|
59768
|
+
*
|
|
59560
59769
|
* @example
|
|
59561
59770
|
* 51592A88-0F2C-55E6-AD2C-2AD9C10D****
|
|
59562
59771
|
*/
|
|
@@ -59625,7 +59834,7 @@ export class ModifyResourceCenterPolicyResponse extends $dara.Model {
|
|
|
59625
59834
|
export class ModifyTimerGroupRequest extends $dara.Model {
|
|
59626
59835
|
/**
|
|
59627
59836
|
* @remarks
|
|
59628
|
-
* The
|
|
59837
|
+
* The scheduled task groups.
|
|
59629
59838
|
*/
|
|
59630
59839
|
configTimers?: ModifyTimerGroupRequestConfigTimers[];
|
|
59631
59840
|
/**
|
|
@@ -60393,6 +60602,7 @@ export class RebootDesktopsResponse extends $dara.Model {
|
|
|
60393
60602
|
}
|
|
60394
60603
|
|
|
60395
60604
|
export class RebuildDesktopsRequest extends $dara.Model {
|
|
60605
|
+
afterStatus?: string;
|
|
60396
60606
|
/**
|
|
60397
60607
|
* @remarks
|
|
60398
60608
|
* The cloud computer IDs. You can specify the IDs of 1 to 20 cloud computers.
|
|
@@ -60463,6 +60673,7 @@ export class RebuildDesktopsRequest extends $dara.Model {
|
|
|
60463
60673
|
regionId?: string;
|
|
60464
60674
|
static names(): { [key: string]: string } {
|
|
60465
60675
|
return {
|
|
60676
|
+
afterStatus: 'AfterStatus',
|
|
60466
60677
|
desktopId: 'DesktopId',
|
|
60467
60678
|
imageId: 'ImageId',
|
|
60468
60679
|
language: 'Language',
|
|
@@ -60473,6 +60684,7 @@ export class RebuildDesktopsRequest extends $dara.Model {
|
|
|
60473
60684
|
|
|
60474
60685
|
static types(): { [key: string]: any } {
|
|
60475
60686
|
return {
|
|
60687
|
+
afterStatus: 'string',
|
|
60476
60688
|
desktopId: { 'type': 'array', 'itemType': 'string' },
|
|
60477
60689
|
imageId: 'string',
|
|
60478
60690
|
language: 'string',
|
|
@@ -69081,6 +69293,10 @@ export default class Client extends OpenApi {
|
|
|
69081
69293
|
query["AutoCleanUserdata"] = request.autoCleanUserdata;
|
|
69082
69294
|
}
|
|
69083
69295
|
|
|
69296
|
+
if (!$dara.isNull(request.dataSnapshotIds)) {
|
|
69297
|
+
query["DataSnapshotIds"] = request.dataSnapshotIds;
|
|
69298
|
+
}
|
|
69299
|
+
|
|
69084
69300
|
if (!$dara.isNull(request.description)) {
|
|
69085
69301
|
query["Description"] = request.description;
|
|
69086
69302
|
}
|
|
@@ -70008,6 +70224,8 @@ export default class Client extends OpenApi {
|
|
|
70008
70224
|
}
|
|
70009
70225
|
|
|
70010
70226
|
/**
|
|
70227
|
+
* Deletes a center policy
|
|
70228
|
+
*
|
|
70011
70229
|
* @param request - DeleteCenterPolicyRequest
|
|
70012
70230
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
70013
70231
|
* @returns DeleteCenterPolicyResponse
|
|
@@ -70054,6 +70272,8 @@ export default class Client extends OpenApi {
|
|
|
70054
70272
|
}
|
|
70055
70273
|
|
|
70056
70274
|
/**
|
|
70275
|
+
* Deletes a center policy
|
|
70276
|
+
*
|
|
70057
70277
|
* @param request - DeleteCenterPolicyRequest
|
|
70058
70278
|
* @returns DeleteCenterPolicyResponse
|
|
70059
70279
|
*/
|
|
@@ -74646,6 +74866,10 @@ export default class Client extends OpenApi {
|
|
|
74646
74866
|
query["NextToken"] = request.nextToken;
|
|
74647
74867
|
}
|
|
74648
74868
|
|
|
74869
|
+
if (!$dara.isNull(request.osType)) {
|
|
74870
|
+
query["OsType"] = request.osType;
|
|
74871
|
+
}
|
|
74872
|
+
|
|
74649
74873
|
if (!$dara.isNull(request.regionId)) {
|
|
74650
74874
|
query["RegionId"] = request.regionId;
|
|
74651
74875
|
}
|
|
@@ -80530,6 +80754,10 @@ export default class Client extends OpenApi {
|
|
|
80530
80754
|
async rebuildDesktopsWithOptions(request: RebuildDesktopsRequest, runtime: $dara.RuntimeOptions): Promise<RebuildDesktopsResponse> {
|
|
80531
80755
|
request.validate();
|
|
80532
80756
|
let query = { };
|
|
80757
|
+
if (!$dara.isNull(request.afterStatus)) {
|
|
80758
|
+
query["AfterStatus"] = request.afterStatus;
|
|
80759
|
+
}
|
|
80760
|
+
|
|
80533
80761
|
if (!$dara.isNull(request.desktopId)) {
|
|
80534
80762
|
query["DesktopId"] = request.desktopId;
|
|
80535
80763
|
}
|