@alicloud/ecd20200930 3.0.0 → 3.0.1
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 +609 -599
- package/dist/client.js +48 -2
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +665 -599
package/src/client.ts
CHANGED
|
@@ -169,9 +169,9 @@ export class ActivateOfficeSiteResponseBody extends $tea.Model {
|
|
|
169
169
|
}
|
|
170
170
|
|
|
171
171
|
export class ActivateOfficeSiteResponse extends $tea.Model {
|
|
172
|
-
headers
|
|
173
|
-
statusCode
|
|
174
|
-
body
|
|
172
|
+
headers?: { [key: string]: string };
|
|
173
|
+
statusCode?: number;
|
|
174
|
+
body?: ActivateOfficeSiteResponseBody;
|
|
175
175
|
static names(): { [key: string]: string } {
|
|
176
176
|
return {
|
|
177
177
|
headers: 'headers',
|
|
@@ -244,9 +244,9 @@ export class AddDesktopOversoldUserGroupResponseBody extends $tea.Model {
|
|
|
244
244
|
}
|
|
245
245
|
|
|
246
246
|
export class AddDesktopOversoldUserGroupResponse extends $tea.Model {
|
|
247
|
-
headers
|
|
248
|
-
statusCode
|
|
249
|
-
body
|
|
247
|
+
headers?: { [key: string]: string };
|
|
248
|
+
statusCode?: number;
|
|
249
|
+
body?: AddDesktopOversoldUserGroupResponseBody;
|
|
250
250
|
static names(): { [key: string]: string } {
|
|
251
251
|
return {
|
|
252
252
|
headers: 'headers',
|
|
@@ -313,9 +313,9 @@ export class AddDevicesResponseBody extends $tea.Model {
|
|
|
313
313
|
}
|
|
314
314
|
|
|
315
315
|
export class AddDevicesResponse extends $tea.Model {
|
|
316
|
-
headers
|
|
317
|
-
statusCode
|
|
318
|
-
body
|
|
316
|
+
headers?: { [key: string]: string };
|
|
317
|
+
statusCode?: number;
|
|
318
|
+
body?: AddDevicesResponseBody;
|
|
319
319
|
static names(): { [key: string]: string } {
|
|
320
320
|
return {
|
|
321
321
|
headers: 'headers',
|
|
@@ -425,9 +425,9 @@ export class AddFilePermissionResponseBody extends $tea.Model {
|
|
|
425
425
|
}
|
|
426
426
|
|
|
427
427
|
export class AddFilePermissionResponse extends $tea.Model {
|
|
428
|
-
headers
|
|
429
|
-
statusCode
|
|
430
|
-
body
|
|
428
|
+
headers?: { [key: string]: string };
|
|
429
|
+
statusCode?: number;
|
|
430
|
+
body?: AddFilePermissionResponseBody;
|
|
431
431
|
static names(): { [key: string]: string } {
|
|
432
432
|
return {
|
|
433
433
|
headers: 'headers',
|
|
@@ -500,9 +500,9 @@ export class AddUserToDesktopGroupResponseBody extends $tea.Model {
|
|
|
500
500
|
}
|
|
501
501
|
|
|
502
502
|
export class AddUserToDesktopGroupResponse extends $tea.Model {
|
|
503
|
-
headers
|
|
504
|
-
statusCode
|
|
505
|
-
body
|
|
503
|
+
headers?: { [key: string]: string };
|
|
504
|
+
statusCode?: number;
|
|
505
|
+
body?: AddUserToDesktopGroupResponseBody;
|
|
506
506
|
static names(): { [key: string]: string } {
|
|
507
507
|
return {
|
|
508
508
|
headers: 'headers',
|
|
@@ -572,9 +572,9 @@ export class AddUserToDesktopOversoldUserGroupResponseBody extends $tea.Model {
|
|
|
572
572
|
}
|
|
573
573
|
|
|
574
574
|
export class AddUserToDesktopOversoldUserGroupResponse extends $tea.Model {
|
|
575
|
-
headers
|
|
576
|
-
statusCode
|
|
577
|
-
body
|
|
575
|
+
headers?: { [key: string]: string };
|
|
576
|
+
statusCode?: number;
|
|
577
|
+
body?: AddUserToDesktopOversoldUserGroupResponseBody;
|
|
578
578
|
static names(): { [key: string]: string } {
|
|
579
579
|
return {
|
|
580
580
|
headers: 'headers',
|
|
@@ -641,9 +641,9 @@ export class ApplyAutoSnapshotPolicyResponseBody extends $tea.Model {
|
|
|
641
641
|
}
|
|
642
642
|
|
|
643
643
|
export class ApplyAutoSnapshotPolicyResponse extends $tea.Model {
|
|
644
|
-
headers
|
|
645
|
-
statusCode
|
|
646
|
-
body
|
|
644
|
+
headers?: { [key: string]: string };
|
|
645
|
+
statusCode?: number;
|
|
646
|
+
body?: ApplyAutoSnapshotPolicyResponseBody;
|
|
647
647
|
static names(): { [key: string]: string } {
|
|
648
648
|
return {
|
|
649
649
|
headers: 'headers',
|
|
@@ -716,9 +716,9 @@ export class ApplyCoordinatePrivilegeResponseBody extends $tea.Model {
|
|
|
716
716
|
}
|
|
717
717
|
|
|
718
718
|
export class ApplyCoordinatePrivilegeResponse extends $tea.Model {
|
|
719
|
-
headers
|
|
720
|
-
statusCode
|
|
721
|
-
body
|
|
719
|
+
headers?: { [key: string]: string };
|
|
720
|
+
statusCode?: number;
|
|
721
|
+
body?: ApplyCoordinatePrivilegeResponseBody;
|
|
722
722
|
static names(): { [key: string]: string } {
|
|
723
723
|
return {
|
|
724
724
|
headers: 'headers',
|
|
@@ -797,9 +797,9 @@ export class ApplyCoordinationForMonitoringResponseBody extends $tea.Model {
|
|
|
797
797
|
}
|
|
798
798
|
|
|
799
799
|
export class ApplyCoordinationForMonitoringResponse extends $tea.Model {
|
|
800
|
-
headers
|
|
801
|
-
statusCode
|
|
802
|
-
body
|
|
800
|
+
headers?: { [key: string]: string };
|
|
801
|
+
statusCode?: number;
|
|
802
|
+
body?: ApplyCoordinationForMonitoringResponseBody;
|
|
803
803
|
static names(): { [key: string]: string } {
|
|
804
804
|
return {
|
|
805
805
|
headers: 'headers',
|
|
@@ -866,9 +866,9 @@ export class ApproveFotaUpdateResponseBody extends $tea.Model {
|
|
|
866
866
|
}
|
|
867
867
|
|
|
868
868
|
export class ApproveFotaUpdateResponse extends $tea.Model {
|
|
869
|
-
headers
|
|
870
|
-
statusCode
|
|
871
|
-
body
|
|
869
|
+
headers?: { [key: string]: string };
|
|
870
|
+
statusCode?: number;
|
|
871
|
+
body?: ApproveFotaUpdateResponseBody;
|
|
872
872
|
static names(): { [key: string]: string } {
|
|
873
873
|
return {
|
|
874
874
|
headers: 'headers',
|
|
@@ -935,9 +935,9 @@ export class AssociateNetworkPackageResponseBody extends $tea.Model {
|
|
|
935
935
|
}
|
|
936
936
|
|
|
937
937
|
export class AssociateNetworkPackageResponse extends $tea.Model {
|
|
938
|
-
headers
|
|
939
|
-
statusCode
|
|
940
|
-
body
|
|
938
|
+
headers?: { [key: string]: string };
|
|
939
|
+
statusCode?: number;
|
|
940
|
+
body?: AssociateNetworkPackageResponseBody;
|
|
941
941
|
static names(): { [key: string]: string } {
|
|
942
942
|
return {
|
|
943
943
|
headers: 'headers',
|
|
@@ -1010,9 +1010,9 @@ export class AttachCenResponseBody extends $tea.Model {
|
|
|
1010
1010
|
}
|
|
1011
1011
|
|
|
1012
1012
|
export class AttachCenResponse extends $tea.Model {
|
|
1013
|
-
headers
|
|
1014
|
-
statusCode
|
|
1015
|
-
body
|
|
1013
|
+
headers?: { [key: string]: string };
|
|
1014
|
+
statusCode?: number;
|
|
1015
|
+
body?: AttachCenResponseBody;
|
|
1016
1016
|
static names(): { [key: string]: string } {
|
|
1017
1017
|
return {
|
|
1018
1018
|
headers: 'headers',
|
|
@@ -1091,9 +1091,9 @@ export class AttachEndUserResponseBody extends $tea.Model {
|
|
|
1091
1091
|
}
|
|
1092
1092
|
|
|
1093
1093
|
export class AttachEndUserResponse extends $tea.Model {
|
|
1094
|
-
headers
|
|
1095
|
-
statusCode
|
|
1096
|
-
body
|
|
1094
|
+
headers?: { [key: string]: string };
|
|
1095
|
+
statusCode?: number;
|
|
1096
|
+
body?: AttachEndUserResponseBody;
|
|
1097
1097
|
static names(): { [key: string]: string } {
|
|
1098
1098
|
return {
|
|
1099
1099
|
headers: 'headers',
|
|
@@ -1160,9 +1160,9 @@ export class CancelAutoSnapshotPolicyResponseBody extends $tea.Model {
|
|
|
1160
1160
|
}
|
|
1161
1161
|
|
|
1162
1162
|
export class CancelAutoSnapshotPolicyResponse extends $tea.Model {
|
|
1163
|
-
headers
|
|
1164
|
-
statusCode
|
|
1165
|
-
body
|
|
1163
|
+
headers?: { [key: string]: string };
|
|
1164
|
+
statusCode?: number;
|
|
1165
|
+
body?: CancelAutoSnapshotPolicyResponseBody;
|
|
1166
1166
|
static names(): { [key: string]: string } {
|
|
1167
1167
|
return {
|
|
1168
1168
|
headers: 'headers',
|
|
@@ -1238,9 +1238,9 @@ export class CancelCdsFileShareLinkResponseBody extends $tea.Model {
|
|
|
1238
1238
|
}
|
|
1239
1239
|
|
|
1240
1240
|
export class CancelCdsFileShareLinkResponse extends $tea.Model {
|
|
1241
|
-
headers
|
|
1242
|
-
statusCode
|
|
1243
|
-
body
|
|
1241
|
+
headers?: { [key: string]: string };
|
|
1242
|
+
statusCode?: number;
|
|
1243
|
+
body?: CancelCdsFileShareLinkResponseBody;
|
|
1244
1244
|
static names(): { [key: string]: string } {
|
|
1245
1245
|
return {
|
|
1246
1246
|
headers: 'headers',
|
|
@@ -1310,9 +1310,9 @@ export class CancelCoordinationForMonitoringResponseBody extends $tea.Model {
|
|
|
1310
1310
|
}
|
|
1311
1311
|
|
|
1312
1312
|
export class CancelCoordinationForMonitoringResponse extends $tea.Model {
|
|
1313
|
-
headers
|
|
1314
|
-
statusCode
|
|
1315
|
-
body
|
|
1313
|
+
headers?: { [key: string]: string };
|
|
1314
|
+
statusCode?: number;
|
|
1315
|
+
body?: CancelCoordinationForMonitoringResponseBody;
|
|
1316
1316
|
static names(): { [key: string]: string } {
|
|
1317
1317
|
return {
|
|
1318
1318
|
headers: 'headers',
|
|
@@ -1376,9 +1376,9 @@ export class CancelCopyImageResponseBody extends $tea.Model {
|
|
|
1376
1376
|
}
|
|
1377
1377
|
|
|
1378
1378
|
export class CancelCopyImageResponse extends $tea.Model {
|
|
1379
|
-
headers
|
|
1380
|
-
statusCode
|
|
1381
|
-
body
|
|
1379
|
+
headers?: { [key: string]: string };
|
|
1380
|
+
statusCode?: number;
|
|
1381
|
+
body?: CancelCopyImageResponseBody;
|
|
1382
1382
|
static names(): { [key: string]: string } {
|
|
1383
1383
|
return {
|
|
1384
1384
|
headers: 'headers',
|
|
@@ -1448,9 +1448,9 @@ export class ClonePolicyGroupResponseBody extends $tea.Model {
|
|
|
1448
1448
|
}
|
|
1449
1449
|
|
|
1450
1450
|
export class ClonePolicyGroupResponse extends $tea.Model {
|
|
1451
|
-
headers
|
|
1452
|
-
statusCode
|
|
1453
|
-
body
|
|
1451
|
+
headers?: { [key: string]: string };
|
|
1452
|
+
statusCode?: number;
|
|
1453
|
+
body?: ClonePolicyGroupResponseBody;
|
|
1454
1454
|
static names(): { [key: string]: string } {
|
|
1455
1455
|
return {
|
|
1456
1456
|
headers: 'headers',
|
|
@@ -1526,9 +1526,9 @@ export class CompleteCdsFileResponseBody extends $tea.Model {
|
|
|
1526
1526
|
}
|
|
1527
1527
|
|
|
1528
1528
|
export class CompleteCdsFileResponse extends $tea.Model {
|
|
1529
|
-
headers
|
|
1530
|
-
statusCode
|
|
1531
|
-
body
|
|
1529
|
+
headers?: { [key: string]: string };
|
|
1530
|
+
statusCode?: number;
|
|
1531
|
+
body?: CompleteCdsFileResponseBody;
|
|
1532
1532
|
static names(): { [key: string]: string } {
|
|
1533
1533
|
return {
|
|
1534
1534
|
headers: 'headers',
|
|
@@ -1598,9 +1598,9 @@ export class ConfigADConnectorTrustResponseBody extends $tea.Model {
|
|
|
1598
1598
|
}
|
|
1599
1599
|
|
|
1600
1600
|
export class ConfigADConnectorTrustResponse extends $tea.Model {
|
|
1601
|
-
headers
|
|
1602
|
-
statusCode
|
|
1603
|
-
body
|
|
1601
|
+
headers?: { [key: string]: string };
|
|
1602
|
+
statusCode?: number;
|
|
1603
|
+
body?: ConfigADConnectorTrustResponseBody;
|
|
1604
1604
|
static names(): { [key: string]: string } {
|
|
1605
1605
|
return {
|
|
1606
1606
|
headers: 'headers',
|
|
@@ -1673,9 +1673,9 @@ export class ConfigADConnectorUserResponseBody extends $tea.Model {
|
|
|
1673
1673
|
}
|
|
1674
1674
|
|
|
1675
1675
|
export class ConfigADConnectorUserResponse extends $tea.Model {
|
|
1676
|
-
headers
|
|
1677
|
-
statusCode
|
|
1678
|
-
body
|
|
1676
|
+
headers?: { [key: string]: string };
|
|
1677
|
+
statusCode?: number;
|
|
1678
|
+
body?: ConfigADConnectorUserResponseBody;
|
|
1679
1679
|
static names(): { [key: string]: string } {
|
|
1680
1680
|
return {
|
|
1681
1681
|
headers: 'headers',
|
|
@@ -1772,9 +1772,9 @@ export class CopyCdsFileResponseBody extends $tea.Model {
|
|
|
1772
1772
|
}
|
|
1773
1773
|
|
|
1774
1774
|
export class CopyCdsFileResponse extends $tea.Model {
|
|
1775
|
-
headers
|
|
1776
|
-
statusCode
|
|
1777
|
-
body
|
|
1775
|
+
headers?: { [key: string]: string };
|
|
1776
|
+
statusCode?: number;
|
|
1777
|
+
body?: CopyCdsFileResponseBody;
|
|
1778
1778
|
static names(): { [key: string]: string } {
|
|
1779
1779
|
return {
|
|
1780
1780
|
headers: 'headers',
|
|
@@ -1850,9 +1850,9 @@ export class CopyImageResponseBody extends $tea.Model {
|
|
|
1850
1850
|
}
|
|
1851
1851
|
|
|
1852
1852
|
export class CopyImageResponse extends $tea.Model {
|
|
1853
|
-
headers
|
|
1854
|
-
statusCode
|
|
1855
|
-
body
|
|
1853
|
+
headers?: { [key: string]: string };
|
|
1854
|
+
statusCode?: number;
|
|
1855
|
+
body?: CopyImageResponseBody;
|
|
1856
1856
|
static names(): { [key: string]: string } {
|
|
1857
1857
|
return {
|
|
1858
1858
|
headers: 'headers',
|
|
@@ -1958,9 +1958,9 @@ export class CreateADConnectorDirectoryResponseBody extends $tea.Model {
|
|
|
1958
1958
|
}
|
|
1959
1959
|
|
|
1960
1960
|
export class CreateADConnectorDirectoryResponse extends $tea.Model {
|
|
1961
|
-
headers
|
|
1962
|
-
statusCode
|
|
1963
|
-
body
|
|
1961
|
+
headers?: { [key: string]: string };
|
|
1962
|
+
statusCode?: number;
|
|
1963
|
+
body?: CreateADConnectorDirectoryResponseBody;
|
|
1964
1964
|
static names(): { [key: string]: string } {
|
|
1965
1965
|
return {
|
|
1966
1966
|
headers: 'headers',
|
|
@@ -2081,9 +2081,9 @@ export class CreateADConnectorOfficeSiteResponseBody extends $tea.Model {
|
|
|
2081
2081
|
}
|
|
2082
2082
|
|
|
2083
2083
|
export class CreateADConnectorOfficeSiteResponse extends $tea.Model {
|
|
2084
|
-
headers
|
|
2085
|
-
statusCode
|
|
2086
|
-
body
|
|
2084
|
+
headers?: { [key: string]: string };
|
|
2085
|
+
statusCode?: number;
|
|
2086
|
+
body?: CreateADConnectorOfficeSiteResponseBody;
|
|
2087
2087
|
static names(): { [key: string]: string } {
|
|
2088
2088
|
return {
|
|
2089
2089
|
headers: 'headers',
|
|
@@ -2165,9 +2165,9 @@ export class CreateAndBindNasFileSystemResponseBody extends $tea.Model {
|
|
|
2165
2165
|
}
|
|
2166
2166
|
|
|
2167
2167
|
export class CreateAndBindNasFileSystemResponse extends $tea.Model {
|
|
2168
|
-
headers
|
|
2169
|
-
statusCode
|
|
2170
|
-
body
|
|
2168
|
+
headers?: { [key: string]: string };
|
|
2169
|
+
statusCode?: number;
|
|
2170
|
+
body?: CreateAndBindNasFileSystemResponseBody;
|
|
2171
2171
|
static names(): { [key: string]: string } {
|
|
2172
2172
|
return {
|
|
2173
2173
|
headers: 'headers',
|
|
@@ -2240,9 +2240,9 @@ export class CreateAutoSnapshotPolicyResponseBody extends $tea.Model {
|
|
|
2240
2240
|
}
|
|
2241
2241
|
|
|
2242
2242
|
export class CreateAutoSnapshotPolicyResponse extends $tea.Model {
|
|
2243
|
-
headers
|
|
2244
|
-
statusCode
|
|
2245
|
-
body
|
|
2243
|
+
headers?: { [key: string]: string };
|
|
2244
|
+
statusCode?: number;
|
|
2245
|
+
body?: CreateAutoSnapshotPolicyResponseBody;
|
|
2246
2246
|
static names(): { [key: string]: string } {
|
|
2247
2247
|
return {
|
|
2248
2248
|
headers: 'headers',
|
|
@@ -2333,9 +2333,9 @@ export class CreateBundleResponseBody extends $tea.Model {
|
|
|
2333
2333
|
}
|
|
2334
2334
|
|
|
2335
2335
|
export class CreateBundleResponse extends $tea.Model {
|
|
2336
|
-
headers
|
|
2337
|
-
statusCode
|
|
2338
|
-
body
|
|
2336
|
+
headers?: { [key: string]: string };
|
|
2337
|
+
statusCode?: number;
|
|
2338
|
+
body?: CreateBundleResponseBody;
|
|
2339
2339
|
static names(): { [key: string]: string } {
|
|
2340
2340
|
return {
|
|
2341
2341
|
headers: 'headers',
|
|
@@ -2426,9 +2426,9 @@ export class CreateCdsFileResponseBody extends $tea.Model {
|
|
|
2426
2426
|
}
|
|
2427
2427
|
|
|
2428
2428
|
export class CreateCdsFileResponse extends $tea.Model {
|
|
2429
|
-
headers
|
|
2430
|
-
statusCode
|
|
2431
|
-
body
|
|
2429
|
+
headers?: { [key: string]: string };
|
|
2430
|
+
statusCode?: number;
|
|
2431
|
+
body?: CreateCdsFileResponseBody;
|
|
2432
2432
|
static names(): { [key: string]: string } {
|
|
2433
2433
|
return {
|
|
2434
2434
|
headers: 'headers',
|
|
@@ -2540,9 +2540,9 @@ export class CreateCdsFileShareLinkResponseBody extends $tea.Model {
|
|
|
2540
2540
|
}
|
|
2541
2541
|
|
|
2542
2542
|
export class CreateCdsFileShareLinkResponse extends $tea.Model {
|
|
2543
|
-
headers
|
|
2544
|
-
statusCode
|
|
2545
|
-
body
|
|
2543
|
+
headers?: { [key: string]: string };
|
|
2544
|
+
statusCode?: number;
|
|
2545
|
+
body?: CreateCdsFileShareLinkResponseBody;
|
|
2546
2546
|
static names(): { [key: string]: string } {
|
|
2547
2547
|
return {
|
|
2548
2548
|
headers: 'headers',
|
|
@@ -2651,9 +2651,9 @@ export class CreateCloudDriveServiceResponseBody extends $tea.Model {
|
|
|
2651
2651
|
}
|
|
2652
2652
|
|
|
2653
2653
|
export class CreateCloudDriveServiceResponse extends $tea.Model {
|
|
2654
|
-
headers
|
|
2655
|
-
statusCode
|
|
2656
|
-
body
|
|
2654
|
+
headers?: { [key: string]: string };
|
|
2655
|
+
statusCode?: number;
|
|
2656
|
+
body?: CreateCloudDriveServiceResponseBody;
|
|
2657
2657
|
static names(): { [key: string]: string } {
|
|
2658
2658
|
return {
|
|
2659
2659
|
headers: 'headers',
|
|
@@ -2723,9 +2723,9 @@ export class CreateCloudDriveUsersResponseBody extends $tea.Model {
|
|
|
2723
2723
|
}
|
|
2724
2724
|
|
|
2725
2725
|
export class CreateCloudDriveUsersResponse extends $tea.Model {
|
|
2726
|
-
headers
|
|
2727
|
-
statusCode
|
|
2728
|
-
body
|
|
2726
|
+
headers?: { [key: string]: string };
|
|
2727
|
+
statusCode?: number;
|
|
2728
|
+
body?: CreateCloudDriveUsersResponseBody;
|
|
2729
2729
|
static names(): { [key: string]: string } {
|
|
2730
2730
|
return {
|
|
2731
2731
|
headers: 'headers',
|
|
@@ -2903,9 +2903,9 @@ export class CreateDesktopGroupResponseBody extends $tea.Model {
|
|
|
2903
2903
|
}
|
|
2904
2904
|
|
|
2905
2905
|
export class CreateDesktopGroupResponse extends $tea.Model {
|
|
2906
|
-
headers
|
|
2907
|
-
statusCode
|
|
2908
|
-
body
|
|
2906
|
+
headers?: { [key: string]: string };
|
|
2907
|
+
statusCode?: number;
|
|
2908
|
+
body?: CreateDesktopGroupResponseBody;
|
|
2909
2909
|
static names(): { [key: string]: string } {
|
|
2910
2910
|
return {
|
|
2911
2911
|
headers: 'headers',
|
|
@@ -3008,9 +3008,9 @@ export class CreateDesktopOversoldGroupResponseBody extends $tea.Model {
|
|
|
3008
3008
|
}
|
|
3009
3009
|
|
|
3010
3010
|
export class CreateDesktopOversoldGroupResponse extends $tea.Model {
|
|
3011
|
-
headers
|
|
3012
|
-
statusCode
|
|
3013
|
-
body
|
|
3011
|
+
headers?: { [key: string]: string };
|
|
3012
|
+
statusCode?: number;
|
|
3013
|
+
body?: CreateDesktopOversoldGroupResponseBody;
|
|
3014
3014
|
static names(): { [key: string]: string } {
|
|
3015
3015
|
return {
|
|
3016
3016
|
headers: 'headers',
|
|
@@ -3155,9 +3155,9 @@ export class CreateDesktopsResponseBody extends $tea.Model {
|
|
|
3155
3155
|
}
|
|
3156
3156
|
|
|
3157
3157
|
export class CreateDesktopsResponse extends $tea.Model {
|
|
3158
|
-
headers
|
|
3159
|
-
statusCode
|
|
3160
|
-
body
|
|
3158
|
+
headers?: { [key: string]: string };
|
|
3159
|
+
statusCode?: number;
|
|
3160
|
+
body?: CreateDesktopsResponseBody;
|
|
3161
3161
|
static names(): { [key: string]: string } {
|
|
3162
3162
|
return {
|
|
3163
3163
|
headers: 'headers',
|
|
@@ -3224,9 +3224,9 @@ export class CreateDiskEncryptionServiceResponseBody extends $tea.Model {
|
|
|
3224
3224
|
}
|
|
3225
3225
|
|
|
3226
3226
|
export class CreateDiskEncryptionServiceResponse extends $tea.Model {
|
|
3227
|
-
headers
|
|
3228
|
-
statusCode
|
|
3229
|
-
body
|
|
3227
|
+
headers?: { [key: string]: string };
|
|
3228
|
+
statusCode?: number;
|
|
3229
|
+
body?: CreateDiskEncryptionServiceResponseBody;
|
|
3230
3230
|
static names(): { [key: string]: string } {
|
|
3231
3231
|
return {
|
|
3232
3232
|
headers: 'headers',
|
|
@@ -3314,9 +3314,9 @@ export class CreateImageResponseBody extends $tea.Model {
|
|
|
3314
3314
|
}
|
|
3315
3315
|
|
|
3316
3316
|
export class CreateImageResponse extends $tea.Model {
|
|
3317
|
-
headers
|
|
3318
|
-
statusCode
|
|
3319
|
-
body
|
|
3317
|
+
headers?: { [key: string]: string };
|
|
3318
|
+
statusCode?: number;
|
|
3319
|
+
body?: CreateImageResponseBody;
|
|
3320
3320
|
static names(): { [key: string]: string } {
|
|
3321
3321
|
return {
|
|
3322
3322
|
headers: 'headers',
|
|
@@ -3404,9 +3404,9 @@ export class CreateNASFileSystemResponseBody extends $tea.Model {
|
|
|
3404
3404
|
}
|
|
3405
3405
|
|
|
3406
3406
|
export class CreateNASFileSystemResponse extends $tea.Model {
|
|
3407
|
-
headers
|
|
3408
|
-
statusCode
|
|
3409
|
-
body
|
|
3407
|
+
headers?: { [key: string]: string };
|
|
3408
|
+
statusCode?: number;
|
|
3409
|
+
body?: CreateNASFileSystemResponseBody;
|
|
3410
3410
|
static names(): { [key: string]: string } {
|
|
3411
3411
|
return {
|
|
3412
3412
|
headers: 'headers',
|
|
@@ -3500,9 +3500,9 @@ export class CreateNetworkPackageResponseBody extends $tea.Model {
|
|
|
3500
3500
|
}
|
|
3501
3501
|
|
|
3502
3502
|
export class CreateNetworkPackageResponse extends $tea.Model {
|
|
3503
|
-
headers
|
|
3504
|
-
statusCode
|
|
3505
|
-
body
|
|
3503
|
+
headers?: { [key: string]: string };
|
|
3504
|
+
statusCode?: number;
|
|
3505
|
+
body?: CreateNetworkPackageResponseBody;
|
|
3506
3506
|
static names(): { [key: string]: string } {
|
|
3507
3507
|
return {
|
|
3508
3508
|
headers: 'headers',
|
|
@@ -3556,6 +3556,8 @@ export class CreatePolicyGroupRequest extends $tea.Model {
|
|
|
3556
3556
|
recordingExpires?: number;
|
|
3557
3557
|
recordingFps?: number;
|
|
3558
3558
|
recordingStartTime?: string;
|
|
3559
|
+
recordingUserNotify?: string;
|
|
3560
|
+
recordingUserNotifyMessage?: string;
|
|
3559
3561
|
regionId?: string;
|
|
3560
3562
|
remoteCoordinate?: string;
|
|
3561
3563
|
scope?: string;
|
|
@@ -3565,10 +3567,12 @@ export class CreatePolicyGroupRequest extends $tea.Model {
|
|
|
3565
3567
|
videoRedirect?: string;
|
|
3566
3568
|
visualQuality?: string;
|
|
3567
3569
|
watermark?: string;
|
|
3570
|
+
watermarkAntiCam?: string;
|
|
3568
3571
|
watermarkColor?: number;
|
|
3569
3572
|
watermarkDegree?: number;
|
|
3570
3573
|
watermarkFontSize?: number;
|
|
3571
3574
|
watermarkFontStyle?: string;
|
|
3575
|
+
watermarkPower?: string;
|
|
3572
3576
|
watermarkRowAmount?: number;
|
|
3573
3577
|
watermarkSecurity?: string;
|
|
3574
3578
|
watermarkTransparency?: string;
|
|
@@ -3607,6 +3611,8 @@ export class CreatePolicyGroupRequest extends $tea.Model {
|
|
|
3607
3611
|
recordingExpires: 'RecordingExpires',
|
|
3608
3612
|
recordingFps: 'RecordingFps',
|
|
3609
3613
|
recordingStartTime: 'RecordingStartTime',
|
|
3614
|
+
recordingUserNotify: 'RecordingUserNotify',
|
|
3615
|
+
recordingUserNotifyMessage: 'RecordingUserNotifyMessage',
|
|
3610
3616
|
regionId: 'RegionId',
|
|
3611
3617
|
remoteCoordinate: 'RemoteCoordinate',
|
|
3612
3618
|
scope: 'Scope',
|
|
@@ -3616,10 +3622,12 @@ export class CreatePolicyGroupRequest extends $tea.Model {
|
|
|
3616
3622
|
videoRedirect: 'VideoRedirect',
|
|
3617
3623
|
visualQuality: 'VisualQuality',
|
|
3618
3624
|
watermark: 'Watermark',
|
|
3625
|
+
watermarkAntiCam: 'WatermarkAntiCam',
|
|
3619
3626
|
watermarkColor: 'WatermarkColor',
|
|
3620
3627
|
watermarkDegree: 'WatermarkDegree',
|
|
3621
3628
|
watermarkFontSize: 'WatermarkFontSize',
|
|
3622
3629
|
watermarkFontStyle: 'WatermarkFontStyle',
|
|
3630
|
+
watermarkPower: 'WatermarkPower',
|
|
3623
3631
|
watermarkRowAmount: 'WatermarkRowAmount',
|
|
3624
3632
|
watermarkSecurity: 'WatermarkSecurity',
|
|
3625
3633
|
watermarkTransparency: 'WatermarkTransparency',
|
|
@@ -3661,6 +3669,8 @@ export class CreatePolicyGroupRequest extends $tea.Model {
|
|
|
3661
3669
|
recordingExpires: 'number',
|
|
3662
3670
|
recordingFps: 'number',
|
|
3663
3671
|
recordingStartTime: 'string',
|
|
3672
|
+
recordingUserNotify: 'string',
|
|
3673
|
+
recordingUserNotifyMessage: 'string',
|
|
3664
3674
|
regionId: 'string',
|
|
3665
3675
|
remoteCoordinate: 'string',
|
|
3666
3676
|
scope: 'string',
|
|
@@ -3670,10 +3680,12 @@ export class CreatePolicyGroupRequest extends $tea.Model {
|
|
|
3670
3680
|
videoRedirect: 'string',
|
|
3671
3681
|
visualQuality: 'string',
|
|
3672
3682
|
watermark: 'string',
|
|
3683
|
+
watermarkAntiCam: 'string',
|
|
3673
3684
|
watermarkColor: 'number',
|
|
3674
3685
|
watermarkDegree: 'number',
|
|
3675
3686
|
watermarkFontSize: 'number',
|
|
3676
3687
|
watermarkFontStyle: 'string',
|
|
3688
|
+
watermarkPower: 'string',
|
|
3677
3689
|
watermarkRowAmount: 'number',
|
|
3678
3690
|
watermarkSecurity: 'string',
|
|
3679
3691
|
watermarkTransparency: 'string',
|
|
@@ -3710,9 +3722,9 @@ export class CreatePolicyGroupResponseBody extends $tea.Model {
|
|
|
3710
3722
|
}
|
|
3711
3723
|
|
|
3712
3724
|
export class CreatePolicyGroupResponse extends $tea.Model {
|
|
3713
|
-
headers
|
|
3714
|
-
statusCode
|
|
3715
|
-
body
|
|
3725
|
+
headers?: { [key: string]: string };
|
|
3726
|
+
statusCode?: number;
|
|
3727
|
+
body?: CreatePolicyGroupResponseBody;
|
|
3716
3728
|
static names(): { [key: string]: string } {
|
|
3717
3729
|
return {
|
|
3718
3730
|
headers: 'headers',
|
|
@@ -3791,9 +3803,9 @@ export class CreateRAMDirectoryResponseBody extends $tea.Model {
|
|
|
3791
3803
|
}
|
|
3792
3804
|
|
|
3793
3805
|
export class CreateRAMDirectoryResponse extends $tea.Model {
|
|
3794
|
-
headers
|
|
3795
|
-
statusCode
|
|
3796
|
-
body
|
|
3806
|
+
headers?: { [key: string]: string };
|
|
3807
|
+
statusCode?: number;
|
|
3808
|
+
body?: CreateRAMDirectoryResponseBody;
|
|
3797
3809
|
static names(): { [key: string]: string } {
|
|
3798
3810
|
return {
|
|
3799
3811
|
headers: 'headers',
|
|
@@ -3896,9 +3908,9 @@ export class CreateSimpleOfficeSiteResponseBody extends $tea.Model {
|
|
|
3896
3908
|
}
|
|
3897
3909
|
|
|
3898
3910
|
export class CreateSimpleOfficeSiteResponse extends $tea.Model {
|
|
3899
|
-
headers
|
|
3900
|
-
statusCode
|
|
3901
|
-
body
|
|
3911
|
+
headers?: { [key: string]: string };
|
|
3912
|
+
statusCode?: number;
|
|
3913
|
+
body?: CreateSimpleOfficeSiteResponseBody;
|
|
3902
3914
|
static names(): { [key: string]: string } {
|
|
3903
3915
|
return {
|
|
3904
3916
|
headers: 'headers',
|
|
@@ -3974,9 +3986,9 @@ export class CreateSnapshotResponseBody extends $tea.Model {
|
|
|
3974
3986
|
}
|
|
3975
3987
|
|
|
3976
3988
|
export class CreateSnapshotResponse extends $tea.Model {
|
|
3977
|
-
headers
|
|
3978
|
-
statusCode
|
|
3979
|
-
body
|
|
3989
|
+
headers?: { [key: string]: string };
|
|
3990
|
+
statusCode?: number;
|
|
3991
|
+
body?: CreateSnapshotResponseBody;
|
|
3980
3992
|
static names(): { [key: string]: string } {
|
|
3981
3993
|
return {
|
|
3982
3994
|
headers: 'headers',
|
|
@@ -4040,9 +4052,9 @@ export class DeleteAutoSnapshotPolicyResponseBody extends $tea.Model {
|
|
|
4040
4052
|
}
|
|
4041
4053
|
|
|
4042
4054
|
export class DeleteAutoSnapshotPolicyResponse extends $tea.Model {
|
|
4043
|
-
headers
|
|
4044
|
-
statusCode
|
|
4045
|
-
body
|
|
4055
|
+
headers?: { [key: string]: string };
|
|
4056
|
+
statusCode?: number;
|
|
4057
|
+
body?: DeleteAutoSnapshotPolicyResponseBody;
|
|
4046
4058
|
static names(): { [key: string]: string } {
|
|
4047
4059
|
return {
|
|
4048
4060
|
headers: 'headers',
|
|
@@ -4106,9 +4118,9 @@ export class DeleteBundlesResponseBody extends $tea.Model {
|
|
|
4106
4118
|
}
|
|
4107
4119
|
|
|
4108
4120
|
export class DeleteBundlesResponse extends $tea.Model {
|
|
4109
|
-
headers
|
|
4110
|
-
statusCode
|
|
4111
|
-
body
|
|
4121
|
+
headers?: { [key: string]: string };
|
|
4122
|
+
statusCode?: number;
|
|
4123
|
+
body?: DeleteBundlesResponseBody;
|
|
4112
4124
|
static names(): { [key: string]: string } {
|
|
4113
4125
|
return {
|
|
4114
4126
|
headers: 'headers',
|
|
@@ -4193,9 +4205,9 @@ export class DeleteCdsFileResponseBody extends $tea.Model {
|
|
|
4193
4205
|
}
|
|
4194
4206
|
|
|
4195
4207
|
export class DeleteCdsFileResponse extends $tea.Model {
|
|
4196
|
-
headers
|
|
4197
|
-
statusCode
|
|
4198
|
-
body
|
|
4208
|
+
headers?: { [key: string]: string };
|
|
4209
|
+
statusCode?: number;
|
|
4210
|
+
body?: DeleteCdsFileResponseBody;
|
|
4199
4211
|
static names(): { [key: string]: string } {
|
|
4200
4212
|
return {
|
|
4201
4213
|
headers: 'headers',
|
|
@@ -4274,9 +4286,9 @@ export class DeleteCloudDriveGroupsResponseBody extends $tea.Model {
|
|
|
4274
4286
|
}
|
|
4275
4287
|
|
|
4276
4288
|
export class DeleteCloudDriveGroupsResponse extends $tea.Model {
|
|
4277
|
-
headers
|
|
4278
|
-
statusCode
|
|
4279
|
-
body
|
|
4289
|
+
headers?: { [key: string]: string };
|
|
4290
|
+
statusCode?: number;
|
|
4291
|
+
body?: DeleteCloudDriveGroupsResponseBody;
|
|
4280
4292
|
static names(): { [key: string]: string } {
|
|
4281
4293
|
return {
|
|
4282
4294
|
headers: 'headers',
|
|
@@ -4343,9 +4355,9 @@ export class DeleteCloudDriveUsersResponseBody extends $tea.Model {
|
|
|
4343
4355
|
}
|
|
4344
4356
|
|
|
4345
4357
|
export class DeleteCloudDriveUsersResponse extends $tea.Model {
|
|
4346
|
-
headers
|
|
4347
|
-
statusCode
|
|
4348
|
-
body
|
|
4358
|
+
headers?: { [key: string]: string };
|
|
4359
|
+
statusCode?: number;
|
|
4360
|
+
body?: DeleteCloudDriveUsersResponseBody;
|
|
4349
4361
|
static names(): { [key: string]: string } {
|
|
4350
4362
|
return {
|
|
4351
4363
|
headers: 'headers',
|
|
@@ -4409,9 +4421,9 @@ export class DeleteDesktopGroupResponseBody extends $tea.Model {
|
|
|
4409
4421
|
}
|
|
4410
4422
|
|
|
4411
4423
|
export class DeleteDesktopGroupResponse extends $tea.Model {
|
|
4412
|
-
headers
|
|
4413
|
-
statusCode
|
|
4414
|
-
body
|
|
4424
|
+
headers?: { [key: string]: string };
|
|
4425
|
+
statusCode?: number;
|
|
4426
|
+
body?: DeleteDesktopGroupResponseBody;
|
|
4415
4427
|
static names(): { [key: string]: string } {
|
|
4416
4428
|
return {
|
|
4417
4429
|
headers: 'headers',
|
|
@@ -4475,9 +4487,9 @@ export class DeleteDesktopsResponseBody extends $tea.Model {
|
|
|
4475
4487
|
}
|
|
4476
4488
|
|
|
4477
4489
|
export class DeleteDesktopsResponse extends $tea.Model {
|
|
4478
|
-
headers
|
|
4479
|
-
statusCode
|
|
4480
|
-
body
|
|
4490
|
+
headers?: { [key: string]: string };
|
|
4491
|
+
statusCode?: number;
|
|
4492
|
+
body?: DeleteDesktopsResponseBody;
|
|
4481
4493
|
static names(): { [key: string]: string } {
|
|
4482
4494
|
return {
|
|
4483
4495
|
headers: 'headers',
|
|
@@ -4547,9 +4559,9 @@ export class DeleteDevicesResponseBody extends $tea.Model {
|
|
|
4547
4559
|
}
|
|
4548
4560
|
|
|
4549
4561
|
export class DeleteDevicesResponse extends $tea.Model {
|
|
4550
|
-
headers
|
|
4551
|
-
statusCode
|
|
4552
|
-
body
|
|
4562
|
+
headers?: { [key: string]: string };
|
|
4563
|
+
statusCode?: number;
|
|
4564
|
+
body?: DeleteDevicesResponseBody;
|
|
4553
4565
|
static names(): { [key: string]: string } {
|
|
4554
4566
|
return {
|
|
4555
4567
|
headers: 'headers',
|
|
@@ -4613,9 +4625,9 @@ export class DeleteDirectoriesResponseBody extends $tea.Model {
|
|
|
4613
4625
|
}
|
|
4614
4626
|
|
|
4615
4627
|
export class DeleteDirectoriesResponse extends $tea.Model {
|
|
4616
|
-
headers
|
|
4617
|
-
statusCode
|
|
4618
|
-
body
|
|
4628
|
+
headers?: { [key: string]: string };
|
|
4629
|
+
statusCode?: number;
|
|
4630
|
+
body?: DeleteDirectoriesResponseBody;
|
|
4619
4631
|
static names(): { [key: string]: string } {
|
|
4620
4632
|
return {
|
|
4621
4633
|
headers: 'headers',
|
|
@@ -4679,9 +4691,9 @@ export class DeleteEduRoomResponseBody extends $tea.Model {
|
|
|
4679
4691
|
}
|
|
4680
4692
|
|
|
4681
4693
|
export class DeleteEduRoomResponse extends $tea.Model {
|
|
4682
|
-
headers
|
|
4683
|
-
statusCode
|
|
4684
|
-
body
|
|
4694
|
+
headers?: { [key: string]: string };
|
|
4695
|
+
statusCode?: number;
|
|
4696
|
+
body?: DeleteEduRoomResponseBody;
|
|
4685
4697
|
static names(): { [key: string]: string } {
|
|
4686
4698
|
return {
|
|
4687
4699
|
headers: 'headers',
|
|
@@ -4748,9 +4760,9 @@ export class DeleteImagesResponseBody extends $tea.Model {
|
|
|
4748
4760
|
}
|
|
4749
4761
|
|
|
4750
4762
|
export class DeleteImagesResponse extends $tea.Model {
|
|
4751
|
-
headers
|
|
4752
|
-
statusCode
|
|
4753
|
-
body
|
|
4763
|
+
headers?: { [key: string]: string };
|
|
4764
|
+
statusCode?: number;
|
|
4765
|
+
body?: DeleteImagesResponseBody;
|
|
4754
4766
|
static names(): { [key: string]: string } {
|
|
4755
4767
|
return {
|
|
4756
4768
|
headers: 'headers',
|
|
@@ -4814,9 +4826,9 @@ export class DeleteNASFileSystemsResponseBody extends $tea.Model {
|
|
|
4814
4826
|
}
|
|
4815
4827
|
|
|
4816
4828
|
export class DeleteNASFileSystemsResponse extends $tea.Model {
|
|
4817
|
-
headers
|
|
4818
|
-
statusCode
|
|
4819
|
-
body
|
|
4829
|
+
headers?: { [key: string]: string };
|
|
4830
|
+
statusCode?: number;
|
|
4831
|
+
body?: DeleteNASFileSystemsResponseBody;
|
|
4820
4832
|
static names(): { [key: string]: string } {
|
|
4821
4833
|
return {
|
|
4822
4834
|
headers: 'headers',
|
|
@@ -4880,9 +4892,9 @@ export class DeleteNetworkPackagesResponseBody extends $tea.Model {
|
|
|
4880
4892
|
}
|
|
4881
4893
|
|
|
4882
4894
|
export class DeleteNetworkPackagesResponse extends $tea.Model {
|
|
4883
|
-
headers
|
|
4884
|
-
statusCode
|
|
4885
|
-
body
|
|
4895
|
+
headers?: { [key: string]: string };
|
|
4896
|
+
statusCode?: number;
|
|
4897
|
+
body?: DeleteNetworkPackagesResponseBody;
|
|
4886
4898
|
static names(): { [key: string]: string } {
|
|
4887
4899
|
return {
|
|
4888
4900
|
headers: 'headers',
|
|
@@ -4946,9 +4958,9 @@ export class DeleteOfficeSitesResponseBody extends $tea.Model {
|
|
|
4946
4958
|
}
|
|
4947
4959
|
|
|
4948
4960
|
export class DeleteOfficeSitesResponse extends $tea.Model {
|
|
4949
|
-
headers
|
|
4950
|
-
statusCode
|
|
4951
|
-
body
|
|
4961
|
+
headers?: { [key: string]: string };
|
|
4962
|
+
statusCode?: number;
|
|
4963
|
+
body?: DeleteOfficeSitesResponseBody;
|
|
4952
4964
|
static names(): { [key: string]: string } {
|
|
4953
4965
|
return {
|
|
4954
4966
|
headers: 'headers',
|
|
@@ -5012,9 +5024,9 @@ export class DeletePolicyGroupsResponseBody extends $tea.Model {
|
|
|
5012
5024
|
}
|
|
5013
5025
|
|
|
5014
5026
|
export class DeletePolicyGroupsResponse extends $tea.Model {
|
|
5015
|
-
headers
|
|
5016
|
-
statusCode
|
|
5017
|
-
body
|
|
5027
|
+
headers?: { [key: string]: string };
|
|
5028
|
+
statusCode?: number;
|
|
5029
|
+
body?: DeletePolicyGroupsResponseBody;
|
|
5018
5030
|
static names(): { [key: string]: string } {
|
|
5019
5031
|
return {
|
|
5020
5032
|
headers: 'headers',
|
|
@@ -5078,9 +5090,9 @@ export class DeleteSnapshotResponseBody extends $tea.Model {
|
|
|
5078
5090
|
}
|
|
5079
5091
|
|
|
5080
5092
|
export class DeleteSnapshotResponse extends $tea.Model {
|
|
5081
|
-
headers
|
|
5082
|
-
statusCode
|
|
5083
|
-
body
|
|
5093
|
+
headers?: { [key: string]: string };
|
|
5094
|
+
statusCode?: number;
|
|
5095
|
+
body?: DeleteSnapshotResponseBody;
|
|
5084
5096
|
static names(): { [key: string]: string } {
|
|
5085
5097
|
return {
|
|
5086
5098
|
headers: 'headers',
|
|
@@ -5144,9 +5156,9 @@ export class DeleteVirtualMFADeviceResponseBody extends $tea.Model {
|
|
|
5144
5156
|
}
|
|
5145
5157
|
|
|
5146
5158
|
export class DeleteVirtualMFADeviceResponse extends $tea.Model {
|
|
5147
|
-
headers
|
|
5148
|
-
statusCode
|
|
5149
|
-
body
|
|
5159
|
+
headers?: { [key: string]: string };
|
|
5160
|
+
statusCode?: number;
|
|
5161
|
+
body?: DeleteVirtualMFADeviceResponseBody;
|
|
5150
5162
|
static names(): { [key: string]: string } {
|
|
5151
5163
|
return {
|
|
5152
5164
|
headers: 'headers',
|
|
@@ -5225,9 +5237,9 @@ export class DescribeAclEntriesResponseBody extends $tea.Model {
|
|
|
5225
5237
|
}
|
|
5226
5238
|
|
|
5227
5239
|
export class DescribeAclEntriesResponse extends $tea.Model {
|
|
5228
|
-
headers
|
|
5229
|
-
statusCode
|
|
5230
|
-
body
|
|
5240
|
+
headers?: { [key: string]: string };
|
|
5241
|
+
statusCode?: number;
|
|
5242
|
+
body?: DescribeAclEntriesResponseBody;
|
|
5231
5243
|
static names(): { [key: string]: string } {
|
|
5232
5244
|
return {
|
|
5233
5245
|
headers: 'headers',
|
|
@@ -5306,9 +5318,9 @@ export class DescribeAutoSnapshotPolicyResponseBody extends $tea.Model {
|
|
|
5306
5318
|
}
|
|
5307
5319
|
|
|
5308
5320
|
export class DescribeAutoSnapshotPolicyResponse extends $tea.Model {
|
|
5309
|
-
headers
|
|
5310
|
-
statusCode
|
|
5311
|
-
body
|
|
5321
|
+
headers?: { [key: string]: string };
|
|
5322
|
+
statusCode?: number;
|
|
5323
|
+
body?: DescribeAutoSnapshotPolicyResponseBody;
|
|
5312
5324
|
static names(): { [key: string]: string } {
|
|
5313
5325
|
return {
|
|
5314
5326
|
headers: 'headers',
|
|
@@ -5432,9 +5444,9 @@ export class DescribeBundlesResponseBody extends $tea.Model {
|
|
|
5432
5444
|
}
|
|
5433
5445
|
|
|
5434
5446
|
export class DescribeBundlesResponse extends $tea.Model {
|
|
5435
|
-
headers
|
|
5436
|
-
statusCode
|
|
5437
|
-
body
|
|
5447
|
+
headers?: { [key: string]: string };
|
|
5448
|
+
statusCode?: number;
|
|
5449
|
+
body?: DescribeBundlesResponseBody;
|
|
5438
5450
|
static names(): { [key: string]: string } {
|
|
5439
5451
|
return {
|
|
5440
5452
|
headers: 'headers',
|
|
@@ -5528,9 +5540,9 @@ export class DescribeCdsFileShareLinksResponseBody extends $tea.Model {
|
|
|
5528
5540
|
}
|
|
5529
5541
|
|
|
5530
5542
|
export class DescribeCdsFileShareLinksResponse extends $tea.Model {
|
|
5531
|
-
headers
|
|
5532
|
-
statusCode
|
|
5533
|
-
body
|
|
5543
|
+
headers?: { [key: string]: string };
|
|
5544
|
+
statusCode?: number;
|
|
5545
|
+
body?: DescribeCdsFileShareLinksResponseBody;
|
|
5534
5546
|
static names(): { [key: string]: string } {
|
|
5535
5547
|
return {
|
|
5536
5548
|
headers: 'headers',
|
|
@@ -5609,9 +5621,9 @@ export class DescribeCensResponseBody extends $tea.Model {
|
|
|
5609
5621
|
}
|
|
5610
5622
|
|
|
5611
5623
|
export class DescribeCensResponse extends $tea.Model {
|
|
5612
|
-
headers
|
|
5613
|
-
statusCode
|
|
5614
|
-
body
|
|
5624
|
+
headers?: { [key: string]: string };
|
|
5625
|
+
statusCode?: number;
|
|
5626
|
+
body?: DescribeCensResponseBody;
|
|
5615
5627
|
static names(): { [key: string]: string } {
|
|
5616
5628
|
return {
|
|
5617
5629
|
headers: 'headers',
|
|
@@ -5717,9 +5729,9 @@ export class DescribeClientEventsResponseBody extends $tea.Model {
|
|
|
5717
5729
|
}
|
|
5718
5730
|
|
|
5719
5731
|
export class DescribeClientEventsResponse extends $tea.Model {
|
|
5720
|
-
headers
|
|
5721
|
-
statusCode
|
|
5722
|
-
body
|
|
5732
|
+
headers?: { [key: string]: string };
|
|
5733
|
+
statusCode?: number;
|
|
5734
|
+
body?: DescribeClientEventsResponseBody;
|
|
5723
5735
|
static names(): { [key: string]: string } {
|
|
5724
5736
|
return {
|
|
5725
5737
|
headers: 'headers',
|
|
@@ -5825,9 +5837,9 @@ export class DescribeCloudDriveGroupsResponseBody extends $tea.Model {
|
|
|
5825
5837
|
}
|
|
5826
5838
|
|
|
5827
5839
|
export class DescribeCloudDriveGroupsResponse extends $tea.Model {
|
|
5828
|
-
headers
|
|
5829
|
-
statusCode
|
|
5830
|
-
body
|
|
5840
|
+
headers?: { [key: string]: string };
|
|
5841
|
+
statusCode?: number;
|
|
5842
|
+
body?: DescribeCloudDriveGroupsResponseBody;
|
|
5831
5843
|
static names(): { [key: string]: string } {
|
|
5832
5844
|
return {
|
|
5833
5845
|
headers: 'headers',
|
|
@@ -5894,9 +5906,9 @@ export class DescribeCloudDrivePermissionsResponseBody extends $tea.Model {
|
|
|
5894
5906
|
}
|
|
5895
5907
|
|
|
5896
5908
|
export class DescribeCloudDrivePermissionsResponse extends $tea.Model {
|
|
5897
|
-
headers
|
|
5898
|
-
statusCode
|
|
5899
|
-
body
|
|
5909
|
+
headers?: { [key: string]: string };
|
|
5910
|
+
statusCode?: number;
|
|
5911
|
+
body?: DescribeCloudDrivePermissionsResponseBody;
|
|
5900
5912
|
static names(): { [key: string]: string } {
|
|
5901
5913
|
return {
|
|
5902
5914
|
headers: 'headers',
|
|
@@ -5975,9 +5987,9 @@ export class DescribeCloudDriveUsersResponseBody extends $tea.Model {
|
|
|
5975
5987
|
}
|
|
5976
5988
|
|
|
5977
5989
|
export class DescribeCloudDriveUsersResponse extends $tea.Model {
|
|
5978
|
-
headers
|
|
5979
|
-
statusCode
|
|
5980
|
-
body
|
|
5990
|
+
headers?: { [key: string]: string };
|
|
5991
|
+
statusCode?: number;
|
|
5992
|
+
body?: DescribeCloudDriveUsersResponseBody;
|
|
5981
5993
|
static names(): { [key: string]: string } {
|
|
5982
5994
|
return {
|
|
5983
5995
|
headers: 'headers',
|
|
@@ -6047,9 +6059,9 @@ export class DescribeCustomizedListHeadersResponseBody extends $tea.Model {
|
|
|
6047
6059
|
}
|
|
6048
6060
|
|
|
6049
6061
|
export class DescribeCustomizedListHeadersResponse extends $tea.Model {
|
|
6050
|
-
headers
|
|
6051
|
-
statusCode
|
|
6052
|
-
body
|
|
6062
|
+
headers?: { [key: string]: string };
|
|
6063
|
+
statusCode?: number;
|
|
6064
|
+
body?: DescribeCustomizedListHeadersResponseBody;
|
|
6053
6065
|
static names(): { [key: string]: string } {
|
|
6054
6066
|
return {
|
|
6055
6067
|
headers: 'headers',
|
|
@@ -6161,9 +6173,9 @@ export class DescribeDesktopGroupsResponseBody extends $tea.Model {
|
|
|
6161
6173
|
}
|
|
6162
6174
|
|
|
6163
6175
|
export class DescribeDesktopGroupsResponse extends $tea.Model {
|
|
6164
|
-
headers
|
|
6165
|
-
statusCode
|
|
6166
|
-
body
|
|
6176
|
+
headers?: { [key: string]: string };
|
|
6177
|
+
statusCode?: number;
|
|
6178
|
+
body?: DescribeDesktopGroupsResponseBody;
|
|
6167
6179
|
static names(): { [key: string]: string } {
|
|
6168
6180
|
return {
|
|
6169
6181
|
headers: 'headers',
|
|
@@ -6230,9 +6242,9 @@ export class DescribeDesktopInfoResponseBody extends $tea.Model {
|
|
|
6230
6242
|
}
|
|
6231
6243
|
|
|
6232
6244
|
export class DescribeDesktopInfoResponse extends $tea.Model {
|
|
6233
|
-
headers
|
|
6234
|
-
statusCode
|
|
6235
|
-
body
|
|
6245
|
+
headers?: { [key: string]: string };
|
|
6246
|
+
statusCode?: number;
|
|
6247
|
+
body?: DescribeDesktopInfoResponseBody;
|
|
6236
6248
|
static names(): { [key: string]: string } {
|
|
6237
6249
|
return {
|
|
6238
6250
|
headers: 'headers',
|
|
@@ -6308,9 +6320,9 @@ export class DescribeDesktopOversoldGroupResponseBody extends $tea.Model {
|
|
|
6308
6320
|
}
|
|
6309
6321
|
|
|
6310
6322
|
export class DescribeDesktopOversoldGroupResponse extends $tea.Model {
|
|
6311
|
-
headers
|
|
6312
|
-
statusCode
|
|
6313
|
-
body
|
|
6323
|
+
headers?: { [key: string]: string };
|
|
6324
|
+
statusCode?: number;
|
|
6325
|
+
body?: DescribeDesktopOversoldGroupResponseBody;
|
|
6314
6326
|
static names(): { [key: string]: string } {
|
|
6315
6327
|
return {
|
|
6316
6328
|
headers: 'headers',
|
|
@@ -6398,9 +6410,9 @@ export class DescribeDesktopOversoldUserResponseBody extends $tea.Model {
|
|
|
6398
6410
|
}
|
|
6399
6411
|
|
|
6400
6412
|
export class DescribeDesktopOversoldUserResponse extends $tea.Model {
|
|
6401
|
-
headers
|
|
6402
|
-
statusCode
|
|
6403
|
-
body
|
|
6413
|
+
headers?: { [key: string]: string };
|
|
6414
|
+
statusCode?: number;
|
|
6415
|
+
body?: DescribeDesktopOversoldUserResponseBody;
|
|
6404
6416
|
static names(): { [key: string]: string } {
|
|
6405
6417
|
return {
|
|
6406
6418
|
headers: 'headers',
|
|
@@ -6479,9 +6491,9 @@ export class DescribeDesktopOversoldUserGroupResponseBody extends $tea.Model {
|
|
|
6479
6491
|
}
|
|
6480
6492
|
|
|
6481
6493
|
export class DescribeDesktopOversoldUserGroupResponse extends $tea.Model {
|
|
6482
|
-
headers
|
|
6483
|
-
statusCode
|
|
6484
|
-
body
|
|
6494
|
+
headers?: { [key: string]: string };
|
|
6495
|
+
statusCode?: number;
|
|
6496
|
+
body?: DescribeDesktopOversoldUserGroupResponseBody;
|
|
6485
6497
|
static names(): { [key: string]: string } {
|
|
6486
6498
|
return {
|
|
6487
6499
|
headers: 'headers',
|
|
@@ -6569,9 +6581,9 @@ export class DescribeDesktopSessionsResponseBody extends $tea.Model {
|
|
|
6569
6581
|
}
|
|
6570
6582
|
|
|
6571
6583
|
export class DescribeDesktopSessionsResponse extends $tea.Model {
|
|
6572
|
-
headers
|
|
6573
|
-
statusCode
|
|
6574
|
-
body
|
|
6584
|
+
headers?: { [key: string]: string };
|
|
6585
|
+
statusCode?: number;
|
|
6586
|
+
body?: DescribeDesktopSessionsResponseBody;
|
|
6575
6587
|
static names(): { [key: string]: string } {
|
|
6576
6588
|
return {
|
|
6577
6589
|
headers: 'headers',
|
|
@@ -6662,9 +6674,9 @@ export class DescribeDesktopTypesResponseBody extends $tea.Model {
|
|
|
6662
6674
|
}
|
|
6663
6675
|
|
|
6664
6676
|
export class DescribeDesktopTypesResponse extends $tea.Model {
|
|
6665
|
-
headers
|
|
6666
|
-
statusCode
|
|
6667
|
-
body
|
|
6677
|
+
headers?: { [key: string]: string };
|
|
6678
|
+
statusCode?: number;
|
|
6679
|
+
body?: DescribeDesktopTypesResponseBody;
|
|
6668
6680
|
static names(): { [key: string]: string } {
|
|
6669
6681
|
return {
|
|
6670
6682
|
headers: 'headers',
|
|
@@ -6815,9 +6827,9 @@ export class DescribeDesktopsResponseBody extends $tea.Model {
|
|
|
6815
6827
|
}
|
|
6816
6828
|
|
|
6817
6829
|
export class DescribeDesktopsResponse extends $tea.Model {
|
|
6818
|
-
headers
|
|
6819
|
-
statusCode
|
|
6820
|
-
body
|
|
6830
|
+
headers?: { [key: string]: string };
|
|
6831
|
+
statusCode?: number;
|
|
6832
|
+
body?: DescribeDesktopsResponseBody;
|
|
6821
6833
|
static names(): { [key: string]: string } {
|
|
6822
6834
|
return {
|
|
6823
6835
|
headers: 'headers',
|
|
@@ -6923,9 +6935,9 @@ export class DescribeDesktopsInGroupResponseBody extends $tea.Model {
|
|
|
6923
6935
|
}
|
|
6924
6936
|
|
|
6925
6937
|
export class DescribeDesktopsInGroupResponse extends $tea.Model {
|
|
6926
|
-
headers
|
|
6927
|
-
statusCode
|
|
6928
|
-
body
|
|
6938
|
+
headers?: { [key: string]: string };
|
|
6939
|
+
statusCode?: number;
|
|
6940
|
+
body?: DescribeDesktopsInGroupResponseBody;
|
|
6929
6941
|
static names(): { [key: string]: string } {
|
|
6930
6942
|
return {
|
|
6931
6943
|
headers: 'headers',
|
|
@@ -7013,9 +7025,9 @@ export class DescribeDevicesResponseBody extends $tea.Model {
|
|
|
7013
7025
|
}
|
|
7014
7026
|
|
|
7015
7027
|
export class DescribeDevicesResponse extends $tea.Model {
|
|
7016
|
-
headers
|
|
7017
|
-
statusCode
|
|
7018
|
-
body
|
|
7028
|
+
headers?: { [key: string]: string };
|
|
7029
|
+
statusCode?: number;
|
|
7030
|
+
body?: DescribeDevicesResponseBody;
|
|
7019
7031
|
static names(): { [key: string]: string } {
|
|
7020
7032
|
return {
|
|
7021
7033
|
headers: 'headers',
|
|
@@ -7103,9 +7115,9 @@ export class DescribeDirectoriesResponseBody extends $tea.Model {
|
|
|
7103
7115
|
}
|
|
7104
7116
|
|
|
7105
7117
|
export class DescribeDirectoriesResponse extends $tea.Model {
|
|
7106
|
-
headers
|
|
7107
|
-
statusCode
|
|
7108
|
-
body
|
|
7118
|
+
headers?: { [key: string]: string };
|
|
7119
|
+
statusCode?: number;
|
|
7120
|
+
body?: DescribeDirectoriesResponseBody;
|
|
7109
7121
|
static names(): { [key: string]: string } {
|
|
7110
7122
|
return {
|
|
7111
7123
|
headers: 'headers',
|
|
@@ -7187,9 +7199,9 @@ export class DescribeFlowMetricResponseBody extends $tea.Model {
|
|
|
7187
7199
|
}
|
|
7188
7200
|
|
|
7189
7201
|
export class DescribeFlowMetricResponse extends $tea.Model {
|
|
7190
|
-
headers
|
|
7191
|
-
statusCode
|
|
7192
|
-
body
|
|
7202
|
+
headers?: { [key: string]: string };
|
|
7203
|
+
statusCode?: number;
|
|
7204
|
+
body?: DescribeFlowMetricResponseBody;
|
|
7193
7205
|
static names(): { [key: string]: string } {
|
|
7194
7206
|
return {
|
|
7195
7207
|
headers: 'headers',
|
|
@@ -7271,9 +7283,9 @@ export class DescribeFlowStatisticResponseBody extends $tea.Model {
|
|
|
7271
7283
|
}
|
|
7272
7284
|
|
|
7273
7285
|
export class DescribeFlowStatisticResponse extends $tea.Model {
|
|
7274
|
-
headers
|
|
7275
|
-
statusCode
|
|
7276
|
-
body
|
|
7286
|
+
headers?: { [key: string]: string };
|
|
7287
|
+
statusCode?: number;
|
|
7288
|
+
body?: DescribeFlowStatisticResponseBody;
|
|
7277
7289
|
static names(): { [key: string]: string } {
|
|
7278
7290
|
return {
|
|
7279
7291
|
headers: 'headers',
|
|
@@ -7364,9 +7376,9 @@ export class DescribeFotaPendingDesktopsResponseBody extends $tea.Model {
|
|
|
7364
7376
|
}
|
|
7365
7377
|
|
|
7366
7378
|
export class DescribeFotaPendingDesktopsResponse extends $tea.Model {
|
|
7367
|
-
headers
|
|
7368
|
-
statusCode
|
|
7369
|
-
body
|
|
7379
|
+
headers?: { [key: string]: string };
|
|
7380
|
+
statusCode?: number;
|
|
7381
|
+
body?: DescribeFotaPendingDesktopsResponseBody;
|
|
7370
7382
|
static names(): { [key: string]: string } {
|
|
7371
7383
|
return {
|
|
7372
7384
|
headers: 'headers',
|
|
@@ -7457,9 +7469,9 @@ export class DescribeFotaTasksResponseBody extends $tea.Model {
|
|
|
7457
7469
|
}
|
|
7458
7470
|
|
|
7459
7471
|
export class DescribeFotaTasksResponse extends $tea.Model {
|
|
7460
|
-
headers
|
|
7461
|
-
statusCode
|
|
7462
|
-
body
|
|
7472
|
+
headers?: { [key: string]: string };
|
|
7473
|
+
statusCode?: number;
|
|
7474
|
+
body?: DescribeFotaTasksResponseBody;
|
|
7463
7475
|
static names(): { [key: string]: string } {
|
|
7464
7476
|
return {
|
|
7465
7477
|
headers: 'headers',
|
|
@@ -7529,9 +7541,9 @@ export class DescribeGuestApplicationsResponseBody extends $tea.Model {
|
|
|
7529
7541
|
}
|
|
7530
7542
|
|
|
7531
7543
|
export class DescribeGuestApplicationsResponse extends $tea.Model {
|
|
7532
|
-
headers
|
|
7533
|
-
statusCode
|
|
7534
|
-
body
|
|
7544
|
+
headers?: { [key: string]: string };
|
|
7545
|
+
statusCode?: number;
|
|
7546
|
+
body?: DescribeGuestApplicationsResponseBody;
|
|
7535
7547
|
static names(): { [key: string]: string } {
|
|
7536
7548
|
return {
|
|
7537
7549
|
headers: 'headers',
|
|
@@ -7610,9 +7622,9 @@ export class DescribeImageModifiedRecordsResponseBody extends $tea.Model {
|
|
|
7610
7622
|
}
|
|
7611
7623
|
|
|
7612
7624
|
export class DescribeImageModifiedRecordsResponse extends $tea.Model {
|
|
7613
|
-
headers
|
|
7614
|
-
statusCode
|
|
7615
|
-
body
|
|
7625
|
+
headers?: { [key: string]: string };
|
|
7626
|
+
statusCode?: number;
|
|
7627
|
+
body?: DescribeImageModifiedRecordsResponseBody;
|
|
7616
7628
|
static names(): { [key: string]: string } {
|
|
7617
7629
|
return {
|
|
7618
7630
|
headers: 'headers',
|
|
@@ -7679,9 +7691,9 @@ export class DescribeImagePermissionResponseBody extends $tea.Model {
|
|
|
7679
7691
|
}
|
|
7680
7692
|
|
|
7681
7693
|
export class DescribeImagePermissionResponse extends $tea.Model {
|
|
7682
|
-
headers
|
|
7683
|
-
statusCode
|
|
7684
|
-
body
|
|
7694
|
+
headers?: { [key: string]: string };
|
|
7695
|
+
statusCode?: number;
|
|
7696
|
+
body?: DescribeImagePermissionResponseBody;
|
|
7685
7697
|
static names(): { [key: string]: string } {
|
|
7686
7698
|
return {
|
|
7687
7699
|
headers: 'headers',
|
|
@@ -7790,9 +7802,9 @@ export class DescribeImagesResponseBody extends $tea.Model {
|
|
|
7790
7802
|
}
|
|
7791
7803
|
|
|
7792
7804
|
export class DescribeImagesResponse extends $tea.Model {
|
|
7793
|
-
headers
|
|
7794
|
-
statusCode
|
|
7795
|
-
body
|
|
7805
|
+
headers?: { [key: string]: string };
|
|
7806
|
+
statusCode?: number;
|
|
7807
|
+
body?: DescribeImagesResponseBody;
|
|
7796
7808
|
static names(): { [key: string]: string } {
|
|
7797
7809
|
return {
|
|
7798
7810
|
headers: 'headers',
|
|
@@ -7889,9 +7901,9 @@ export class DescribeInvocationsResponseBody extends $tea.Model {
|
|
|
7889
7901
|
}
|
|
7890
7902
|
|
|
7891
7903
|
export class DescribeInvocationsResponse extends $tea.Model {
|
|
7892
|
-
headers
|
|
7893
|
-
statusCode
|
|
7894
|
-
body
|
|
7904
|
+
headers?: { [key: string]: string };
|
|
7905
|
+
statusCode?: number;
|
|
7906
|
+
body?: DescribeInvocationsResponseBody;
|
|
7895
7907
|
static names(): { [key: string]: string } {
|
|
7896
7908
|
return {
|
|
7897
7909
|
headers: 'headers',
|
|
@@ -7961,9 +7973,9 @@ export class DescribeKmsKeysResponseBody extends $tea.Model {
|
|
|
7961
7973
|
}
|
|
7962
7974
|
|
|
7963
7975
|
export class DescribeKmsKeysResponse extends $tea.Model {
|
|
7964
|
-
headers
|
|
7965
|
-
statusCode
|
|
7966
|
-
body
|
|
7976
|
+
headers?: { [key: string]: string };
|
|
7977
|
+
statusCode?: number;
|
|
7978
|
+
body?: DescribeKmsKeysResponseBody;
|
|
7967
7979
|
static names(): { [key: string]: string } {
|
|
7968
7980
|
return {
|
|
7969
7981
|
headers: 'headers',
|
|
@@ -8045,9 +8057,9 @@ export class DescribeNASFileSystemsResponseBody extends $tea.Model {
|
|
|
8045
8057
|
}
|
|
8046
8058
|
|
|
8047
8059
|
export class DescribeNASFileSystemsResponse extends $tea.Model {
|
|
8048
|
-
headers
|
|
8049
|
-
statusCode
|
|
8050
|
-
body
|
|
8060
|
+
headers?: { [key: string]: string };
|
|
8061
|
+
statusCode?: number;
|
|
8062
|
+
body?: DescribeNASFileSystemsResponseBody;
|
|
8051
8063
|
static names(): { [key: string]: string } {
|
|
8052
8064
|
return {
|
|
8053
8065
|
headers: 'headers',
|
|
@@ -8126,9 +8138,9 @@ export class DescribeNetworkPackagesResponseBody extends $tea.Model {
|
|
|
8126
8138
|
}
|
|
8127
8139
|
|
|
8128
8140
|
export class DescribeNetworkPackagesResponse extends $tea.Model {
|
|
8129
|
-
headers
|
|
8130
|
-
statusCode
|
|
8131
|
-
body
|
|
8141
|
+
headers?: { [key: string]: string };
|
|
8142
|
+
statusCode?: number;
|
|
8143
|
+
body?: DescribeNetworkPackagesResponseBody;
|
|
8132
8144
|
static names(): { [key: string]: string } {
|
|
8133
8145
|
return {
|
|
8134
8146
|
headers: 'headers',
|
|
@@ -8210,9 +8222,9 @@ export class DescribeOfficeSitesResponseBody extends $tea.Model {
|
|
|
8210
8222
|
}
|
|
8211
8223
|
|
|
8212
8224
|
export class DescribeOfficeSitesResponse extends $tea.Model {
|
|
8213
|
-
headers
|
|
8214
|
-
statusCode
|
|
8215
|
-
body
|
|
8225
|
+
headers?: { [key: string]: string };
|
|
8226
|
+
statusCode?: number;
|
|
8227
|
+
body?: DescribeOfficeSitesResponseBody;
|
|
8216
8228
|
static names(): { [key: string]: string } {
|
|
8217
8229
|
return {
|
|
8218
8230
|
headers: 'headers',
|
|
@@ -8291,9 +8303,9 @@ export class DescribePolicyGroupsResponseBody extends $tea.Model {
|
|
|
8291
8303
|
}
|
|
8292
8304
|
|
|
8293
8305
|
export class DescribePolicyGroupsResponse extends $tea.Model {
|
|
8294
|
-
headers
|
|
8295
|
-
statusCode
|
|
8296
|
-
body
|
|
8306
|
+
headers?: { [key: string]: string };
|
|
8307
|
+
statusCode?: number;
|
|
8308
|
+
body?: DescribePolicyGroupsResponseBody;
|
|
8297
8309
|
static names(): { [key: string]: string } {
|
|
8298
8310
|
return {
|
|
8299
8311
|
headers: 'headers',
|
|
@@ -8450,9 +8462,9 @@ export class DescribePriceResponseBody extends $tea.Model {
|
|
|
8450
8462
|
}
|
|
8451
8463
|
|
|
8452
8464
|
export class DescribePriceResponse extends $tea.Model {
|
|
8453
|
-
headers
|
|
8454
|
-
statusCode
|
|
8455
|
-
body
|
|
8465
|
+
headers?: { [key: string]: string };
|
|
8466
|
+
statusCode?: number;
|
|
8467
|
+
body?: DescribePriceResponseBody;
|
|
8456
8468
|
static names(): { [key: string]: string } {
|
|
8457
8469
|
return {
|
|
8458
8470
|
headers: 'headers',
|
|
@@ -8534,9 +8546,9 @@ export class DescribePriceForCreateDesktopOversoldGroupResponseBody extends $tea
|
|
|
8534
8546
|
}
|
|
8535
8547
|
|
|
8536
8548
|
export class DescribePriceForCreateDesktopOversoldGroupResponse extends $tea.Model {
|
|
8537
|
-
headers
|
|
8538
|
-
statusCode
|
|
8539
|
-
body
|
|
8549
|
+
headers?: { [key: string]: string };
|
|
8550
|
+
statusCode?: number;
|
|
8551
|
+
body?: DescribePriceForCreateDesktopOversoldGroupResponseBody;
|
|
8540
8552
|
static names(): { [key: string]: string } {
|
|
8541
8553
|
return {
|
|
8542
8554
|
headers: 'headers',
|
|
@@ -8606,9 +8618,9 @@ export class DescribePriceForModifyDesktopOversoldGroupSaleResponseBody extends
|
|
|
8606
8618
|
}
|
|
8607
8619
|
|
|
8608
8620
|
export class DescribePriceForModifyDesktopOversoldGroupSaleResponse extends $tea.Model {
|
|
8609
|
-
headers
|
|
8610
|
-
statusCode
|
|
8611
|
-
body
|
|
8621
|
+
headers?: { [key: string]: string };
|
|
8622
|
+
statusCode?: number;
|
|
8623
|
+
body?: DescribePriceForModifyDesktopOversoldGroupSaleResponseBody;
|
|
8612
8624
|
static names(): { [key: string]: string } {
|
|
8613
8625
|
return {
|
|
8614
8626
|
headers: 'headers',
|
|
@@ -8678,9 +8690,9 @@ export class DescribePriceForRenewDesktopOversoldGroupResponseBody extends $tea.
|
|
|
8678
8690
|
}
|
|
8679
8691
|
|
|
8680
8692
|
export class DescribePriceForRenewDesktopOversoldGroupResponse extends $tea.Model {
|
|
8681
|
-
headers
|
|
8682
|
-
statusCode
|
|
8683
|
-
body
|
|
8693
|
+
headers?: { [key: string]: string };
|
|
8694
|
+
statusCode?: number;
|
|
8695
|
+
body?: DescribePriceForRenewDesktopOversoldGroupResponseBody;
|
|
8684
8696
|
static names(): { [key: string]: string } {
|
|
8685
8697
|
return {
|
|
8686
8698
|
headers: 'headers',
|
|
@@ -8747,9 +8759,9 @@ export class DescribeRegionsResponseBody extends $tea.Model {
|
|
|
8747
8759
|
}
|
|
8748
8760
|
|
|
8749
8761
|
export class DescribeRegionsResponse extends $tea.Model {
|
|
8750
|
-
headers
|
|
8751
|
-
statusCode
|
|
8752
|
-
body
|
|
8762
|
+
headers?: { [key: string]: string };
|
|
8763
|
+
statusCode?: number;
|
|
8764
|
+
body?: DescribeRegionsResponseBody;
|
|
8753
8765
|
static names(): { [key: string]: string } {
|
|
8754
8766
|
return {
|
|
8755
8767
|
headers: 'headers',
|
|
@@ -8831,9 +8843,9 @@ export class DescribeSessionStatisticResponseBody extends $tea.Model {
|
|
|
8831
8843
|
}
|
|
8832
8844
|
|
|
8833
8845
|
export class DescribeSessionStatisticResponse extends $tea.Model {
|
|
8834
|
-
headers
|
|
8835
|
-
statusCode
|
|
8836
|
-
body
|
|
8846
|
+
headers?: { [key: string]: string };
|
|
8847
|
+
statusCode?: number;
|
|
8848
|
+
body?: DescribeSessionStatisticResponseBody;
|
|
8837
8849
|
static names(): { [key: string]: string } {
|
|
8838
8850
|
return {
|
|
8839
8851
|
headers: 'headers',
|
|
@@ -8933,9 +8945,9 @@ export class DescribeSnapshotsResponseBody extends $tea.Model {
|
|
|
8933
8945
|
}
|
|
8934
8946
|
|
|
8935
8947
|
export class DescribeSnapshotsResponse extends $tea.Model {
|
|
8936
|
-
headers
|
|
8937
|
-
statusCode
|
|
8938
|
-
body
|
|
8948
|
+
headers?: { [key: string]: string };
|
|
8949
|
+
statusCode?: number;
|
|
8950
|
+
body?: DescribeSnapshotsResponseBody;
|
|
8939
8951
|
static names(): { [key: string]: string } {
|
|
8940
8952
|
return {
|
|
8941
8953
|
headers: 'headers',
|
|
@@ -9026,9 +9038,9 @@ export class DescribeUserConnectTimeResponseBody extends $tea.Model {
|
|
|
9026
9038
|
}
|
|
9027
9039
|
|
|
9028
9040
|
export class DescribeUserConnectTimeResponse extends $tea.Model {
|
|
9029
|
-
headers
|
|
9030
|
-
statusCode
|
|
9031
|
-
body
|
|
9041
|
+
headers?: { [key: string]: string };
|
|
9042
|
+
statusCode?: number;
|
|
9043
|
+
body?: DescribeUserConnectTimeResponseBody;
|
|
9032
9044
|
static names(): { [key: string]: string } {
|
|
9033
9045
|
return {
|
|
9034
9046
|
headers: 'headers',
|
|
@@ -9131,9 +9143,9 @@ export class DescribeUserConnectionRecordsResponseBody extends $tea.Model {
|
|
|
9131
9143
|
}
|
|
9132
9144
|
|
|
9133
9145
|
export class DescribeUserConnectionRecordsResponse extends $tea.Model {
|
|
9134
|
-
headers
|
|
9135
|
-
statusCode
|
|
9136
|
-
body
|
|
9146
|
+
headers?: { [key: string]: string };
|
|
9147
|
+
statusCode?: number;
|
|
9148
|
+
body?: DescribeUserConnectionRecordsResponseBody;
|
|
9137
9149
|
static names(): { [key: string]: string } {
|
|
9138
9150
|
return {
|
|
9139
9151
|
headers: 'headers',
|
|
@@ -9203,9 +9215,9 @@ export class DescribeUserProfilePathRulesResponseBody extends $tea.Model {
|
|
|
9203
9215
|
}
|
|
9204
9216
|
|
|
9205
9217
|
export class DescribeUserProfilePathRulesResponse extends $tea.Model {
|
|
9206
|
-
headers
|
|
9207
|
-
statusCode
|
|
9208
|
-
body
|
|
9218
|
+
headers?: { [key: string]: string };
|
|
9219
|
+
statusCode?: number;
|
|
9220
|
+
body?: DescribeUserProfilePathRulesResponseBody;
|
|
9209
9221
|
static names(): { [key: string]: string } {
|
|
9210
9222
|
return {
|
|
9211
9223
|
headers: 'headers',
|
|
@@ -9305,9 +9317,9 @@ export class DescribeUsersInGroupResponseBody extends $tea.Model {
|
|
|
9305
9317
|
}
|
|
9306
9318
|
|
|
9307
9319
|
export class DescribeUsersInGroupResponse extends $tea.Model {
|
|
9308
|
-
headers
|
|
9309
|
-
statusCode
|
|
9310
|
-
body
|
|
9320
|
+
headers?: { [key: string]: string };
|
|
9321
|
+
statusCode?: number;
|
|
9322
|
+
body?: DescribeUsersInGroupResponseBody;
|
|
9311
9323
|
static names(): { [key: string]: string } {
|
|
9312
9324
|
return {
|
|
9313
9325
|
headers: 'headers',
|
|
@@ -9374,9 +9386,9 @@ export class DescribeUsersPasswordResponseBody extends $tea.Model {
|
|
|
9374
9386
|
}
|
|
9375
9387
|
|
|
9376
9388
|
export class DescribeUsersPasswordResponse extends $tea.Model {
|
|
9377
|
-
headers
|
|
9378
|
-
statusCode
|
|
9379
|
-
body
|
|
9389
|
+
headers?: { [key: string]: string };
|
|
9390
|
+
statusCode?: number;
|
|
9391
|
+
body?: DescribeUsersPasswordResponseBody;
|
|
9380
9392
|
static names(): { [key: string]: string } {
|
|
9381
9393
|
return {
|
|
9382
9394
|
headers: 'headers',
|
|
@@ -9455,9 +9467,9 @@ export class DescribeVirtualMFADevicesResponseBody extends $tea.Model {
|
|
|
9455
9467
|
}
|
|
9456
9468
|
|
|
9457
9469
|
export class DescribeVirtualMFADevicesResponse extends $tea.Model {
|
|
9458
|
-
headers
|
|
9459
|
-
statusCode
|
|
9460
|
-
body
|
|
9470
|
+
headers?: { [key: string]: string };
|
|
9471
|
+
statusCode?: number;
|
|
9472
|
+
body?: DescribeVirtualMFADevicesResponseBody;
|
|
9461
9473
|
static names(): { [key: string]: string } {
|
|
9462
9474
|
return {
|
|
9463
9475
|
headers: 'headers',
|
|
@@ -9524,9 +9536,9 @@ export class DescribeZonesResponseBody extends $tea.Model {
|
|
|
9524
9536
|
}
|
|
9525
9537
|
|
|
9526
9538
|
export class DescribeZonesResponse extends $tea.Model {
|
|
9527
|
-
headers
|
|
9528
|
-
statusCode
|
|
9529
|
-
body
|
|
9539
|
+
headers?: { [key: string]: string };
|
|
9540
|
+
statusCode?: number;
|
|
9541
|
+
body?: DescribeZonesResponseBody;
|
|
9530
9542
|
static names(): { [key: string]: string } {
|
|
9531
9543
|
return {
|
|
9532
9544
|
headers: 'headers',
|
|
@@ -9590,9 +9602,9 @@ export class DetachCenResponseBody extends $tea.Model {
|
|
|
9590
9602
|
}
|
|
9591
9603
|
|
|
9592
9604
|
export class DetachCenResponse extends $tea.Model {
|
|
9593
|
-
headers
|
|
9594
|
-
statusCode
|
|
9595
|
-
body
|
|
9605
|
+
headers?: { [key: string]: string };
|
|
9606
|
+
statusCode?: number;
|
|
9607
|
+
body?: DetachCenResponseBody;
|
|
9596
9608
|
static names(): { [key: string]: string } {
|
|
9597
9609
|
return {
|
|
9598
9610
|
headers: 'headers',
|
|
@@ -9668,9 +9680,9 @@ export class DetachEndUserResponseBody extends $tea.Model {
|
|
|
9668
9680
|
}
|
|
9669
9681
|
|
|
9670
9682
|
export class DetachEndUserResponse extends $tea.Model {
|
|
9671
|
-
headers
|
|
9672
|
-
statusCode
|
|
9673
|
-
body
|
|
9683
|
+
headers?: { [key: string]: string };
|
|
9684
|
+
statusCode?: number;
|
|
9685
|
+
body?: DetachEndUserResponseBody;
|
|
9674
9686
|
static names(): { [key: string]: string } {
|
|
9675
9687
|
return {
|
|
9676
9688
|
headers: 'headers',
|
|
@@ -9737,9 +9749,9 @@ export class DisableDesktopsInGroupResponseBody extends $tea.Model {
|
|
|
9737
9749
|
}
|
|
9738
9750
|
|
|
9739
9751
|
export class DisableDesktopsInGroupResponse extends $tea.Model {
|
|
9740
|
-
headers
|
|
9741
|
-
statusCode
|
|
9742
|
-
body
|
|
9752
|
+
headers?: { [key: string]: string };
|
|
9753
|
+
statusCode?: number;
|
|
9754
|
+
body?: DisableDesktopsInGroupResponseBody;
|
|
9743
9755
|
static names(): { [key: string]: string } {
|
|
9744
9756
|
return {
|
|
9745
9757
|
headers: 'headers',
|
|
@@ -9803,9 +9815,9 @@ export class DissociateNetworkPackageResponseBody extends $tea.Model {
|
|
|
9803
9815
|
}
|
|
9804
9816
|
|
|
9805
9817
|
export class DissociateNetworkPackageResponse extends $tea.Model {
|
|
9806
|
-
headers
|
|
9807
|
-
statusCode
|
|
9808
|
-
body
|
|
9818
|
+
headers?: { [key: string]: string };
|
|
9819
|
+
statusCode?: number;
|
|
9820
|
+
body?: DissociateNetworkPackageResponseBody;
|
|
9809
9821
|
static names(): { [key: string]: string } {
|
|
9810
9822
|
return {
|
|
9811
9823
|
headers: 'headers',
|
|
@@ -9902,9 +9914,9 @@ export class ExportClientEventsResponseBody extends $tea.Model {
|
|
|
9902
9914
|
}
|
|
9903
9915
|
|
|
9904
9916
|
export class ExportClientEventsResponse extends $tea.Model {
|
|
9905
|
-
headers
|
|
9906
|
-
statusCode
|
|
9907
|
-
body
|
|
9917
|
+
headers?: { [key: string]: string };
|
|
9918
|
+
statusCode?: number;
|
|
9919
|
+
body?: ExportClientEventsResponseBody;
|
|
9908
9920
|
static names(): { [key: string]: string } {
|
|
9909
9921
|
return {
|
|
9910
9922
|
headers: 'headers',
|
|
@@ -9998,9 +10010,9 @@ export class ExportDesktopGroupInfoResponseBody extends $tea.Model {
|
|
|
9998
10010
|
}
|
|
9999
10011
|
|
|
10000
10012
|
export class ExportDesktopGroupInfoResponse extends $tea.Model {
|
|
10001
|
-
headers
|
|
10002
|
-
statusCode
|
|
10003
|
-
body
|
|
10013
|
+
headers?: { [key: string]: string };
|
|
10014
|
+
statusCode?: number;
|
|
10015
|
+
body?: ExportDesktopGroupInfoResponseBody;
|
|
10004
10016
|
static names(): { [key: string]: string } {
|
|
10005
10017
|
return {
|
|
10006
10018
|
headers: 'headers',
|
|
@@ -10106,9 +10118,9 @@ export class ExportDesktopListInfoResponseBody extends $tea.Model {
|
|
|
10106
10118
|
}
|
|
10107
10119
|
|
|
10108
10120
|
export class ExportDesktopListInfoResponse extends $tea.Model {
|
|
10109
|
-
headers
|
|
10110
|
-
statusCode
|
|
10111
|
-
body
|
|
10121
|
+
headers?: { [key: string]: string };
|
|
10122
|
+
statusCode?: number;
|
|
10123
|
+
body?: ExportDesktopListInfoResponseBody;
|
|
10112
10124
|
static names(): { [key: string]: string } {
|
|
10113
10125
|
return {
|
|
10114
10126
|
headers: 'headers',
|
|
@@ -10181,9 +10193,9 @@ export class GetAsyncTaskResponseBody extends $tea.Model {
|
|
|
10181
10193
|
}
|
|
10182
10194
|
|
|
10183
10195
|
export class GetAsyncTaskResponse extends $tea.Model {
|
|
10184
|
-
headers
|
|
10185
|
-
statusCode
|
|
10186
|
-
body
|
|
10196
|
+
headers?: { [key: string]: string };
|
|
10197
|
+
statusCode?: number;
|
|
10198
|
+
body?: GetAsyncTaskResponseBody;
|
|
10187
10199
|
static names(): { [key: string]: string } {
|
|
10188
10200
|
return {
|
|
10189
10201
|
headers: 'headers',
|
|
@@ -10280,9 +10292,9 @@ export class GetConnectionTicketResponseBody extends $tea.Model {
|
|
|
10280
10292
|
}
|
|
10281
10293
|
|
|
10282
10294
|
export class GetConnectionTicketResponse extends $tea.Model {
|
|
10283
|
-
headers
|
|
10284
|
-
statusCode
|
|
10285
|
-
body
|
|
10295
|
+
headers?: { [key: string]: string };
|
|
10296
|
+
statusCode?: number;
|
|
10297
|
+
body?: GetConnectionTicketResponseBody;
|
|
10286
10298
|
static names(): { [key: string]: string } {
|
|
10287
10299
|
return {
|
|
10288
10300
|
headers: 'headers',
|
|
@@ -10367,9 +10379,9 @@ export class GetCoordinateTicketResponseBody extends $tea.Model {
|
|
|
10367
10379
|
}
|
|
10368
10380
|
|
|
10369
10381
|
export class GetCoordinateTicketResponse extends $tea.Model {
|
|
10370
|
-
headers
|
|
10371
|
-
statusCode
|
|
10372
|
-
body
|
|
10382
|
+
headers?: { [key: string]: string };
|
|
10383
|
+
statusCode?: number;
|
|
10384
|
+
body?: GetCoordinateTicketResponseBody;
|
|
10373
10385
|
static names(): { [key: string]: string } {
|
|
10374
10386
|
return {
|
|
10375
10387
|
headers: 'headers',
|
|
@@ -10436,9 +10448,9 @@ export class GetDesktopGroupDetailResponseBody extends $tea.Model {
|
|
|
10436
10448
|
}
|
|
10437
10449
|
|
|
10438
10450
|
export class GetDesktopGroupDetailResponse extends $tea.Model {
|
|
10439
|
-
headers
|
|
10440
|
-
statusCode
|
|
10441
|
-
body
|
|
10451
|
+
headers?: { [key: string]: string };
|
|
10452
|
+
statusCode?: number;
|
|
10453
|
+
body?: GetDesktopGroupDetailResponseBody;
|
|
10442
10454
|
static names(): { [key: string]: string } {
|
|
10443
10455
|
return {
|
|
10444
10456
|
headers: 'headers',
|
|
@@ -10505,9 +10517,9 @@ export class GetOfficeSiteSsoStatusResponseBody extends $tea.Model {
|
|
|
10505
10517
|
}
|
|
10506
10518
|
|
|
10507
10519
|
export class GetOfficeSiteSsoStatusResponse extends $tea.Model {
|
|
10508
|
-
headers
|
|
10509
|
-
statusCode
|
|
10510
|
-
body
|
|
10520
|
+
headers?: { [key: string]: string };
|
|
10521
|
+
statusCode?: number;
|
|
10522
|
+
body?: GetOfficeSiteSsoStatusResponseBody;
|
|
10511
10523
|
static names(): { [key: string]: string } {
|
|
10512
10524
|
return {
|
|
10513
10525
|
headers: 'headers',
|
|
@@ -10577,9 +10589,9 @@ export class GetSpMetadataResponseBody extends $tea.Model {
|
|
|
10577
10589
|
}
|
|
10578
10590
|
|
|
10579
10591
|
export class GetSpMetadataResponse extends $tea.Model {
|
|
10580
|
-
headers
|
|
10581
|
-
statusCode
|
|
10582
|
-
body
|
|
10592
|
+
headers?: { [key: string]: string };
|
|
10593
|
+
statusCode?: number;
|
|
10594
|
+
body?: GetSpMetadataResponseBody;
|
|
10583
10595
|
static names(): { [key: string]: string } {
|
|
10584
10596
|
return {
|
|
10585
10597
|
headers: 'headers',
|
|
@@ -10643,9 +10655,9 @@ export class HibernateDesktopsResponseBody extends $tea.Model {
|
|
|
10643
10655
|
}
|
|
10644
10656
|
|
|
10645
10657
|
export class HibernateDesktopsResponse extends $tea.Model {
|
|
10646
|
-
headers
|
|
10647
|
-
statusCode
|
|
10648
|
-
body
|
|
10658
|
+
headers?: { [key: string]: string };
|
|
10659
|
+
statusCode?: number;
|
|
10660
|
+
body?: HibernateDesktopsResponseBody;
|
|
10649
10661
|
static names(): { [key: string]: string } {
|
|
10650
10662
|
return {
|
|
10651
10663
|
headers: 'headers',
|
|
@@ -10797,9 +10809,9 @@ export class ListCdsFilesResponseBody extends $tea.Model {
|
|
|
10797
10809
|
}
|
|
10798
10810
|
|
|
10799
10811
|
export class ListCdsFilesResponse extends $tea.Model {
|
|
10800
|
-
headers
|
|
10801
|
-
statusCode
|
|
10802
|
-
body
|
|
10812
|
+
headers?: { [key: string]: string };
|
|
10813
|
+
statusCode?: number;
|
|
10814
|
+
body?: ListCdsFilesResponseBody;
|
|
10803
10815
|
static names(): { [key: string]: string } {
|
|
10804
10816
|
return {
|
|
10805
10817
|
headers: 'headers',
|
|
@@ -10881,9 +10893,9 @@ export class ListDirectoryUsersResponseBody extends $tea.Model {
|
|
|
10881
10893
|
}
|
|
10882
10894
|
|
|
10883
10895
|
export class ListDirectoryUsersResponse extends $tea.Model {
|
|
10884
|
-
headers
|
|
10885
|
-
statusCode
|
|
10886
|
-
body
|
|
10896
|
+
headers?: { [key: string]: string };
|
|
10897
|
+
statusCode?: number;
|
|
10898
|
+
body?: ListDirectoryUsersResponseBody;
|
|
10887
10899
|
static names(): { [key: string]: string } {
|
|
10888
10900
|
return {
|
|
10889
10901
|
headers: 'headers',
|
|
@@ -10959,9 +10971,9 @@ export class ListFilePermissionResponseBody extends $tea.Model {
|
|
|
10959
10971
|
}
|
|
10960
10972
|
|
|
10961
10973
|
export class ListFilePermissionResponse extends $tea.Model {
|
|
10962
|
-
headers
|
|
10963
|
-
statusCode
|
|
10964
|
-
body
|
|
10974
|
+
headers?: { [key: string]: string };
|
|
10975
|
+
statusCode?: number;
|
|
10976
|
+
body?: ListFilePermissionResponseBody;
|
|
10965
10977
|
static names(): { [key: string]: string } {
|
|
10966
10978
|
return {
|
|
10967
10979
|
headers: 'headers',
|
|
@@ -11043,9 +11055,9 @@ export class ListOfficeSiteOverviewResponseBody extends $tea.Model {
|
|
|
11043
11055
|
}
|
|
11044
11056
|
|
|
11045
11057
|
export class ListOfficeSiteOverviewResponse extends $tea.Model {
|
|
11046
|
-
headers
|
|
11047
|
-
statusCode
|
|
11048
|
-
body
|
|
11058
|
+
headers?: { [key: string]: string };
|
|
11059
|
+
statusCode?: number;
|
|
11060
|
+
body?: ListOfficeSiteOverviewResponseBody;
|
|
11049
11061
|
static names(): { [key: string]: string } {
|
|
11050
11062
|
return {
|
|
11051
11063
|
headers: 'headers',
|
|
@@ -11127,9 +11139,9 @@ export class ListOfficeSiteUsersResponseBody extends $tea.Model {
|
|
|
11127
11139
|
}
|
|
11128
11140
|
|
|
11129
11141
|
export class ListOfficeSiteUsersResponse extends $tea.Model {
|
|
11130
|
-
headers
|
|
11131
|
-
statusCode
|
|
11132
|
-
body
|
|
11142
|
+
headers?: { [key: string]: string };
|
|
11143
|
+
statusCode?: number;
|
|
11144
|
+
body?: ListOfficeSiteUsersResponseBody;
|
|
11133
11145
|
static names(): { [key: string]: string } {
|
|
11134
11146
|
return {
|
|
11135
11147
|
headers: 'headers',
|
|
@@ -11211,9 +11223,9 @@ export class ListTagResourcesResponseBody extends $tea.Model {
|
|
|
11211
11223
|
}
|
|
11212
11224
|
|
|
11213
11225
|
export class ListTagResourcesResponse extends $tea.Model {
|
|
11214
|
-
headers
|
|
11215
|
-
statusCode
|
|
11216
|
-
body
|
|
11226
|
+
headers?: { [key: string]: string };
|
|
11227
|
+
statusCode?: number;
|
|
11228
|
+
body?: ListTagResourcesResponseBody;
|
|
11217
11229
|
static names(): { [key: string]: string } {
|
|
11218
11230
|
return {
|
|
11219
11231
|
headers: 'headers',
|
|
@@ -11292,9 +11304,9 @@ export class ListUserAdOrganizationUnitsResponseBody extends $tea.Model {
|
|
|
11292
11304
|
}
|
|
11293
11305
|
|
|
11294
11306
|
export class ListUserAdOrganizationUnitsResponse extends $tea.Model {
|
|
11295
|
-
headers
|
|
11296
|
-
statusCode
|
|
11297
|
-
body
|
|
11307
|
+
headers?: { [key: string]: string };
|
|
11308
|
+
statusCode?: number;
|
|
11309
|
+
body?: ListUserAdOrganizationUnitsResponseBody;
|
|
11298
11310
|
static names(): { [key: string]: string } {
|
|
11299
11311
|
return {
|
|
11300
11312
|
headers: 'headers',
|
|
@@ -11358,9 +11370,9 @@ export class LockVirtualMFADeviceResponseBody extends $tea.Model {
|
|
|
11358
11370
|
}
|
|
11359
11371
|
|
|
11360
11372
|
export class LockVirtualMFADeviceResponse extends $tea.Model {
|
|
11361
|
-
headers
|
|
11362
|
-
statusCode
|
|
11363
|
-
body
|
|
11373
|
+
headers?: { [key: string]: string };
|
|
11374
|
+
statusCode?: number;
|
|
11375
|
+
body?: LockVirtualMFADeviceResponseBody;
|
|
11364
11376
|
static names(): { [key: string]: string } {
|
|
11365
11377
|
return {
|
|
11366
11378
|
headers: 'headers',
|
|
@@ -11427,9 +11439,9 @@ export class MigrateDesktopsResponseBody extends $tea.Model {
|
|
|
11427
11439
|
}
|
|
11428
11440
|
|
|
11429
11441
|
export class MigrateDesktopsResponse extends $tea.Model {
|
|
11430
|
-
headers
|
|
11431
|
-
statusCode
|
|
11432
|
-
body
|
|
11442
|
+
headers?: { [key: string]: string };
|
|
11443
|
+
statusCode?: number;
|
|
11444
|
+
body?: MigrateDesktopsResponseBody;
|
|
11433
11445
|
static names(): { [key: string]: string } {
|
|
11434
11446
|
return {
|
|
11435
11447
|
headers: 'headers',
|
|
@@ -11499,9 +11511,9 @@ export class MigrateImageProtocolResponseBody extends $tea.Model {
|
|
|
11499
11511
|
}
|
|
11500
11512
|
|
|
11501
11513
|
export class MigrateImageProtocolResponse extends $tea.Model {
|
|
11502
|
-
headers
|
|
11503
|
-
statusCode
|
|
11504
|
-
body
|
|
11514
|
+
headers?: { [key: string]: string };
|
|
11515
|
+
statusCode?: number;
|
|
11516
|
+
body?: MigrateImageProtocolResponseBody;
|
|
11505
11517
|
static names(): { [key: string]: string } {
|
|
11506
11518
|
return {
|
|
11507
11519
|
headers: 'headers',
|
|
@@ -11595,9 +11607,9 @@ export class ModifyADConnectorDirectoryResponseBody extends $tea.Model {
|
|
|
11595
11607
|
}
|
|
11596
11608
|
|
|
11597
11609
|
export class ModifyADConnectorDirectoryResponse extends $tea.Model {
|
|
11598
|
-
headers
|
|
11599
|
-
statusCode
|
|
11600
|
-
body
|
|
11610
|
+
headers?: { [key: string]: string };
|
|
11611
|
+
statusCode?: number;
|
|
11612
|
+
body?: ModifyADConnectorDirectoryResponseBody;
|
|
11601
11613
|
static names(): { [key: string]: string } {
|
|
11602
11614
|
return {
|
|
11603
11615
|
headers: 'headers',
|
|
@@ -11691,9 +11703,9 @@ export class ModifyADConnectorOfficeSiteResponseBody extends $tea.Model {
|
|
|
11691
11703
|
}
|
|
11692
11704
|
|
|
11693
11705
|
export class ModifyADConnectorOfficeSiteResponse extends $tea.Model {
|
|
11694
|
-
headers
|
|
11695
|
-
statusCode
|
|
11696
|
-
body
|
|
11706
|
+
headers?: { [key: string]: string };
|
|
11707
|
+
statusCode?: number;
|
|
11708
|
+
body?: ModifyADConnectorOfficeSiteResponseBody;
|
|
11697
11709
|
static names(): { [key: string]: string } {
|
|
11698
11710
|
return {
|
|
11699
11711
|
headers: 'headers',
|
|
@@ -11763,9 +11775,9 @@ export class ModifyAclEntriesResponseBody extends $tea.Model {
|
|
|
11763
11775
|
}
|
|
11764
11776
|
|
|
11765
11777
|
export class ModifyAclEntriesResponse extends $tea.Model {
|
|
11766
|
-
headers
|
|
11767
|
-
statusCode
|
|
11768
|
-
body
|
|
11778
|
+
headers?: { [key: string]: string };
|
|
11779
|
+
statusCode?: number;
|
|
11780
|
+
body?: ModifyAclEntriesResponseBody;
|
|
11769
11781
|
static names(): { [key: string]: string } {
|
|
11770
11782
|
return {
|
|
11771
11783
|
headers: 'headers',
|
|
@@ -11838,9 +11850,9 @@ export class ModifyAutoSnapshotPolicyResponseBody extends $tea.Model {
|
|
|
11838
11850
|
}
|
|
11839
11851
|
|
|
11840
11852
|
export class ModifyAutoSnapshotPolicyResponse extends $tea.Model {
|
|
11841
|
-
headers
|
|
11842
|
-
statusCode
|
|
11843
|
-
body
|
|
11853
|
+
headers?: { [key: string]: string };
|
|
11854
|
+
statusCode?: number;
|
|
11855
|
+
body?: ModifyAutoSnapshotPolicyResponseBody;
|
|
11844
11856
|
static names(): { [key: string]: string } {
|
|
11845
11857
|
return {
|
|
11846
11858
|
headers: 'headers',
|
|
@@ -11916,9 +11928,9 @@ export class ModifyBundleResponseBody extends $tea.Model {
|
|
|
11916
11928
|
}
|
|
11917
11929
|
|
|
11918
11930
|
export class ModifyBundleResponse extends $tea.Model {
|
|
11919
|
-
headers
|
|
11920
|
-
statusCode
|
|
11921
|
-
body
|
|
11931
|
+
headers?: { [key: string]: string };
|
|
11932
|
+
statusCode?: number;
|
|
11933
|
+
body?: ModifyBundleResponseBody;
|
|
11922
11934
|
static names(): { [key: string]: string } {
|
|
11923
11935
|
return {
|
|
11924
11936
|
headers: 'headers',
|
|
@@ -12009,9 +12021,9 @@ export class ModifyCdsFileResponseBody extends $tea.Model {
|
|
|
12009
12021
|
}
|
|
12010
12022
|
|
|
12011
12023
|
export class ModifyCdsFileResponse extends $tea.Model {
|
|
12012
|
-
headers
|
|
12013
|
-
statusCode
|
|
12014
|
-
body
|
|
12024
|
+
headers?: { [key: string]: string };
|
|
12025
|
+
statusCode?: number;
|
|
12026
|
+
body?: ModifyCdsFileResponseBody;
|
|
12015
12027
|
static names(): { [key: string]: string } {
|
|
12016
12028
|
return {
|
|
12017
12029
|
headers: 'headers',
|
|
@@ -12135,9 +12147,9 @@ export class ModifyCdsFileShareLinkResponseBody extends $tea.Model {
|
|
|
12135
12147
|
}
|
|
12136
12148
|
|
|
12137
12149
|
export class ModifyCdsFileShareLinkResponse extends $tea.Model {
|
|
12138
|
-
headers
|
|
12139
|
-
statusCode
|
|
12140
|
-
body
|
|
12150
|
+
headers?: { [key: string]: string };
|
|
12151
|
+
statusCode?: number;
|
|
12152
|
+
body?: ModifyCdsFileShareLinkResponseBody;
|
|
12141
12153
|
static names(): { [key: string]: string } {
|
|
12142
12154
|
return {
|
|
12143
12155
|
headers: 'headers',
|
|
@@ -12222,9 +12234,9 @@ export class ModifyCloudDriveGroupsResponseBody extends $tea.Model {
|
|
|
12222
12234
|
}
|
|
12223
12235
|
|
|
12224
12236
|
export class ModifyCloudDriveGroupsResponse extends $tea.Model {
|
|
12225
|
-
headers
|
|
12226
|
-
statusCode
|
|
12227
|
-
body
|
|
12237
|
+
headers?: { [key: string]: string };
|
|
12238
|
+
statusCode?: number;
|
|
12239
|
+
body?: ModifyCloudDriveGroupsResponseBody;
|
|
12228
12240
|
static names(): { [key: string]: string } {
|
|
12229
12241
|
return {
|
|
12230
12242
|
headers: 'headers',
|
|
@@ -12294,9 +12306,9 @@ export class ModifyCloudDrivePermissionResponseBody extends $tea.Model {
|
|
|
12294
12306
|
}
|
|
12295
12307
|
|
|
12296
12308
|
export class ModifyCloudDrivePermissionResponse extends $tea.Model {
|
|
12297
|
-
headers
|
|
12298
|
-
statusCode
|
|
12299
|
-
body
|
|
12309
|
+
headers?: { [key: string]: string };
|
|
12310
|
+
statusCode?: number;
|
|
12311
|
+
body?: ModifyCloudDrivePermissionResponseBody;
|
|
12300
12312
|
static names(): { [key: string]: string } {
|
|
12301
12313
|
return {
|
|
12302
12314
|
headers: 'headers',
|
|
@@ -12369,9 +12381,9 @@ export class ModifyCloudDriveUsersResponseBody extends $tea.Model {
|
|
|
12369
12381
|
}
|
|
12370
12382
|
|
|
12371
12383
|
export class ModifyCloudDriveUsersResponse extends $tea.Model {
|
|
12372
|
-
headers
|
|
12373
|
-
statusCode
|
|
12374
|
-
body
|
|
12384
|
+
headers?: { [key: string]: string };
|
|
12385
|
+
statusCode?: number;
|
|
12386
|
+
body?: ModifyCloudDriveUsersResponseBody;
|
|
12375
12387
|
static names(): { [key: string]: string } {
|
|
12376
12388
|
return {
|
|
12377
12389
|
headers: 'headers',
|
|
@@ -12438,9 +12450,9 @@ export class ModifyCustomizedListHeadersResponseBody extends $tea.Model {
|
|
|
12438
12450
|
}
|
|
12439
12451
|
|
|
12440
12452
|
export class ModifyCustomizedListHeadersResponse extends $tea.Model {
|
|
12441
|
-
headers
|
|
12442
|
-
statusCode
|
|
12443
|
-
body
|
|
12453
|
+
headers?: { [key: string]: string };
|
|
12454
|
+
statusCode?: number;
|
|
12455
|
+
body?: ModifyCustomizedListHeadersResponseBody;
|
|
12444
12456
|
static names(): { [key: string]: string } {
|
|
12445
12457
|
return {
|
|
12446
12458
|
headers: 'headers',
|
|
@@ -12528,9 +12540,9 @@ export class ModifyDesktopChargeTypeResponseBody extends $tea.Model {
|
|
|
12528
12540
|
}
|
|
12529
12541
|
|
|
12530
12542
|
export class ModifyDesktopChargeTypeResponse extends $tea.Model {
|
|
12531
|
-
headers
|
|
12532
|
-
statusCode
|
|
12533
|
-
body
|
|
12543
|
+
headers?: { [key: string]: string };
|
|
12544
|
+
statusCode?: number;
|
|
12545
|
+
body?: ModifyDesktopChargeTypeResponseBody;
|
|
12534
12546
|
static names(): { [key: string]: string } {
|
|
12535
12547
|
return {
|
|
12536
12548
|
headers: 'headers',
|
|
@@ -12666,9 +12678,9 @@ export class ModifyDesktopGroupResponseBody extends $tea.Model {
|
|
|
12666
12678
|
}
|
|
12667
12679
|
|
|
12668
12680
|
export class ModifyDesktopGroupResponse extends $tea.Model {
|
|
12669
|
-
headers
|
|
12670
|
-
statusCode
|
|
12671
|
-
body
|
|
12681
|
+
headers?: { [key: string]: string };
|
|
12682
|
+
statusCode?: number;
|
|
12683
|
+
body?: ModifyDesktopGroupResponseBody;
|
|
12672
12684
|
static names(): { [key: string]: string } {
|
|
12673
12685
|
return {
|
|
12674
12686
|
headers: 'headers',
|
|
@@ -12735,9 +12747,9 @@ export class ModifyDesktopHostNameResponseBody extends $tea.Model {
|
|
|
12735
12747
|
}
|
|
12736
12748
|
|
|
12737
12749
|
export class ModifyDesktopHostNameResponse extends $tea.Model {
|
|
12738
|
-
headers
|
|
12739
|
-
statusCode
|
|
12740
|
-
body
|
|
12750
|
+
headers?: { [key: string]: string };
|
|
12751
|
+
statusCode?: number;
|
|
12752
|
+
body?: ModifyDesktopHostNameResponseBody;
|
|
12741
12753
|
static names(): { [key: string]: string } {
|
|
12742
12754
|
return {
|
|
12743
12755
|
headers: 'headers',
|
|
@@ -12804,9 +12816,9 @@ export class ModifyDesktopNameResponseBody extends $tea.Model {
|
|
|
12804
12816
|
}
|
|
12805
12817
|
|
|
12806
12818
|
export class ModifyDesktopNameResponse extends $tea.Model {
|
|
12807
|
-
headers
|
|
12808
|
-
statusCode
|
|
12809
|
-
body
|
|
12819
|
+
headers?: { [key: string]: string };
|
|
12820
|
+
statusCode?: number;
|
|
12821
|
+
body?: ModifyDesktopNameResponseBody;
|
|
12810
12822
|
static names(): { [key: string]: string } {
|
|
12811
12823
|
return {
|
|
12812
12824
|
headers: 'headers',
|
|
@@ -12894,9 +12906,9 @@ export class ModifyDesktopOversoldGroupResponseBody extends $tea.Model {
|
|
|
12894
12906
|
}
|
|
12895
12907
|
|
|
12896
12908
|
export class ModifyDesktopOversoldGroupResponse extends $tea.Model {
|
|
12897
|
-
headers
|
|
12898
|
-
statusCode
|
|
12899
|
-
body
|
|
12909
|
+
headers?: { [key: string]: string };
|
|
12910
|
+
statusCode?: number;
|
|
12911
|
+
body?: ModifyDesktopOversoldGroupResponseBody;
|
|
12900
12912
|
static names(): { [key: string]: string } {
|
|
12901
12913
|
return {
|
|
12902
12914
|
headers: 'headers',
|
|
@@ -12966,9 +12978,9 @@ export class ModifyDesktopOversoldGroupSaleResponseBody extends $tea.Model {
|
|
|
12966
12978
|
}
|
|
12967
12979
|
|
|
12968
12980
|
export class ModifyDesktopOversoldGroupSaleResponse extends $tea.Model {
|
|
12969
|
-
headers
|
|
12970
|
-
statusCode
|
|
12971
|
-
body
|
|
12981
|
+
headers?: { [key: string]: string };
|
|
12982
|
+
statusCode?: number;
|
|
12983
|
+
body?: ModifyDesktopOversoldGroupSaleResponseBody;
|
|
12972
12984
|
static names(): { [key: string]: string } {
|
|
12973
12985
|
return {
|
|
12974
12986
|
headers: 'headers',
|
|
@@ -13044,9 +13056,9 @@ export class ModifyDesktopOversoldUserGroupResponseBody extends $tea.Model {
|
|
|
13044
13056
|
}
|
|
13045
13057
|
|
|
13046
13058
|
export class ModifyDesktopOversoldUserGroupResponse extends $tea.Model {
|
|
13047
|
-
headers
|
|
13048
|
-
statusCode
|
|
13049
|
-
body
|
|
13059
|
+
headers?: { [key: string]: string };
|
|
13060
|
+
statusCode?: number;
|
|
13061
|
+
body?: ModifyDesktopOversoldUserGroupResponseBody;
|
|
13050
13062
|
static names(): { [key: string]: string } {
|
|
13051
13063
|
return {
|
|
13052
13064
|
headers: 'headers',
|
|
@@ -13131,9 +13143,9 @@ export class ModifyDesktopSpecResponseBody extends $tea.Model {
|
|
|
13131
13143
|
}
|
|
13132
13144
|
|
|
13133
13145
|
export class ModifyDesktopSpecResponse extends $tea.Model {
|
|
13134
|
-
headers
|
|
13135
|
-
statusCode
|
|
13136
|
-
body
|
|
13146
|
+
headers?: { [key: string]: string };
|
|
13147
|
+
statusCode?: number;
|
|
13148
|
+
body?: ModifyDesktopSpecResponseBody;
|
|
13137
13149
|
static names(): { [key: string]: string } {
|
|
13138
13150
|
return {
|
|
13139
13151
|
headers: 'headers',
|
|
@@ -13206,9 +13218,9 @@ export class ModifyDesktopTimerResponseBody extends $tea.Model {
|
|
|
13206
13218
|
}
|
|
13207
13219
|
|
|
13208
13220
|
export class ModifyDesktopTimerResponse extends $tea.Model {
|
|
13209
|
-
headers
|
|
13210
|
-
statusCode
|
|
13211
|
-
body
|
|
13221
|
+
headers?: { [key: string]: string };
|
|
13222
|
+
statusCode?: number;
|
|
13223
|
+
body?: ModifyDesktopTimerResponseBody;
|
|
13212
13224
|
static names(): { [key: string]: string } {
|
|
13213
13225
|
return {
|
|
13214
13226
|
headers: 'headers',
|
|
@@ -13281,9 +13293,9 @@ export class ModifyDesktopsPolicyGroupResponseBody extends $tea.Model {
|
|
|
13281
13293
|
}
|
|
13282
13294
|
|
|
13283
13295
|
export class ModifyDesktopsPolicyGroupResponse extends $tea.Model {
|
|
13284
|
-
headers
|
|
13285
|
-
statusCode
|
|
13286
|
-
body
|
|
13296
|
+
headers?: { [key: string]: string };
|
|
13297
|
+
statusCode?: number;
|
|
13298
|
+
body?: ModifyDesktopsPolicyGroupResponseBody;
|
|
13287
13299
|
static names(): { [key: string]: string } {
|
|
13288
13300
|
return {
|
|
13289
13301
|
headers: 'headers',
|
|
@@ -13362,9 +13374,9 @@ export class ModifyDiskSpecResponseBody extends $tea.Model {
|
|
|
13362
13374
|
}
|
|
13363
13375
|
|
|
13364
13376
|
export class ModifyDiskSpecResponse extends $tea.Model {
|
|
13365
|
-
headers
|
|
13366
|
-
statusCode
|
|
13367
|
-
body
|
|
13377
|
+
headers?: { [key: string]: string };
|
|
13378
|
+
statusCode?: number;
|
|
13379
|
+
body?: ModifyDiskSpecResponseBody;
|
|
13368
13380
|
static names(): { [key: string]: string } {
|
|
13369
13381
|
return {
|
|
13370
13382
|
headers: 'headers',
|
|
@@ -13431,9 +13443,9 @@ export class ModifyEntitlementResponseBody extends $tea.Model {
|
|
|
13431
13443
|
}
|
|
13432
13444
|
|
|
13433
13445
|
export class ModifyEntitlementResponse extends $tea.Model {
|
|
13434
|
-
headers
|
|
13435
|
-
statusCode
|
|
13436
|
-
body
|
|
13446
|
+
headers?: { [key: string]: string };
|
|
13447
|
+
statusCode?: number;
|
|
13448
|
+
body?: ModifyEntitlementResponseBody;
|
|
13437
13449
|
static names(): { [key: string]: string } {
|
|
13438
13450
|
return {
|
|
13439
13451
|
headers: 'headers',
|
|
@@ -13503,9 +13515,9 @@ export class ModifyImageAttributeResponseBody extends $tea.Model {
|
|
|
13503
13515
|
}
|
|
13504
13516
|
|
|
13505
13517
|
export class ModifyImageAttributeResponse extends $tea.Model {
|
|
13506
|
-
headers
|
|
13507
|
-
statusCode
|
|
13508
|
-
body
|
|
13518
|
+
headers?: { [key: string]: string };
|
|
13519
|
+
statusCode?: number;
|
|
13520
|
+
body?: ModifyImageAttributeResponseBody;
|
|
13509
13521
|
static names(): { [key: string]: string } {
|
|
13510
13522
|
return {
|
|
13511
13523
|
headers: 'headers',
|
|
@@ -13575,9 +13587,9 @@ export class ModifyImagePermissionResponseBody extends $tea.Model {
|
|
|
13575
13587
|
}
|
|
13576
13588
|
|
|
13577
13589
|
export class ModifyImagePermissionResponse extends $tea.Model {
|
|
13578
|
-
headers
|
|
13579
|
-
statusCode
|
|
13580
|
-
body
|
|
13590
|
+
headers?: { [key: string]: string };
|
|
13591
|
+
statusCode?: number;
|
|
13592
|
+
body?: ModifyImagePermissionResponseBody;
|
|
13581
13593
|
static names(): { [key: string]: string } {
|
|
13582
13594
|
return {
|
|
13583
13595
|
headers: 'headers',
|
|
@@ -13644,9 +13656,9 @@ export class ModifyNASDefaultMountTargetResponseBody extends $tea.Model {
|
|
|
13644
13656
|
}
|
|
13645
13657
|
|
|
13646
13658
|
export class ModifyNASDefaultMountTargetResponse extends $tea.Model {
|
|
13647
|
-
headers
|
|
13648
|
-
statusCode
|
|
13649
|
-
body
|
|
13659
|
+
headers?: { [key: string]: string };
|
|
13660
|
+
statusCode?: number;
|
|
13661
|
+
body?: ModifyNASDefaultMountTargetResponseBody;
|
|
13650
13662
|
static names(): { [key: string]: string } {
|
|
13651
13663
|
return {
|
|
13652
13664
|
headers: 'headers',
|
|
@@ -13722,9 +13734,9 @@ export class ModifyNetworkPackageBandwidthResponseBody extends $tea.Model {
|
|
|
13722
13734
|
}
|
|
13723
13735
|
|
|
13724
13736
|
export class ModifyNetworkPackageBandwidthResponse extends $tea.Model {
|
|
13725
|
-
headers
|
|
13726
|
-
statusCode
|
|
13727
|
-
body
|
|
13737
|
+
headers?: { [key: string]: string };
|
|
13738
|
+
statusCode?: number;
|
|
13739
|
+
body?: ModifyNetworkPackageBandwidthResponseBody;
|
|
13728
13740
|
static names(): { [key: string]: string } {
|
|
13729
13741
|
return {
|
|
13730
13742
|
headers: 'headers',
|
|
@@ -13791,9 +13803,9 @@ export class ModifyNetworkPackageEnabledResponseBody extends $tea.Model {
|
|
|
13791
13803
|
}
|
|
13792
13804
|
|
|
13793
13805
|
export class ModifyNetworkPackageEnabledResponse extends $tea.Model {
|
|
13794
|
-
headers
|
|
13795
|
-
statusCode
|
|
13796
|
-
body
|
|
13806
|
+
headers?: { [key: string]: string };
|
|
13807
|
+
statusCode?: number;
|
|
13808
|
+
body?: ModifyNetworkPackageEnabledResponseBody;
|
|
13797
13809
|
static names(): { [key: string]: string } {
|
|
13798
13810
|
return {
|
|
13799
13811
|
headers: 'headers',
|
|
@@ -13872,9 +13884,9 @@ export class ModifyOfficeSiteAttributeResponseBody extends $tea.Model {
|
|
|
13872
13884
|
}
|
|
13873
13885
|
|
|
13874
13886
|
export class ModifyOfficeSiteAttributeResponse extends $tea.Model {
|
|
13875
|
-
headers
|
|
13876
|
-
statusCode
|
|
13877
|
-
body
|
|
13887
|
+
headers?: { [key: string]: string };
|
|
13888
|
+
statusCode?: number;
|
|
13889
|
+
body?: ModifyOfficeSiteAttributeResponseBody;
|
|
13878
13890
|
static names(): { [key: string]: string } {
|
|
13879
13891
|
return {
|
|
13880
13892
|
headers: 'headers',
|
|
@@ -13941,9 +13953,9 @@ export class ModifyOfficeSiteCrossDesktopAccessResponseBody extends $tea.Model {
|
|
|
13941
13953
|
}
|
|
13942
13954
|
|
|
13943
13955
|
export class ModifyOfficeSiteCrossDesktopAccessResponse extends $tea.Model {
|
|
13944
|
-
headers
|
|
13945
|
-
statusCode
|
|
13946
|
-
body
|
|
13956
|
+
headers?: { [key: string]: string };
|
|
13957
|
+
statusCode?: number;
|
|
13958
|
+
body?: ModifyOfficeSiteCrossDesktopAccessResponseBody;
|
|
13947
13959
|
static names(): { [key: string]: string } {
|
|
13948
13960
|
return {
|
|
13949
13961
|
headers: 'headers',
|
|
@@ -14010,9 +14022,9 @@ export class ModifyOfficeSiteMfaEnabledResponseBody extends $tea.Model {
|
|
|
14010
14022
|
}
|
|
14011
14023
|
|
|
14012
14024
|
export class ModifyOfficeSiteMfaEnabledResponse extends $tea.Model {
|
|
14013
|
-
headers
|
|
14014
|
-
statusCode
|
|
14015
|
-
body
|
|
14025
|
+
headers?: { [key: string]: string };
|
|
14026
|
+
statusCode?: number;
|
|
14027
|
+
body?: ModifyOfficeSiteMfaEnabledResponseBody;
|
|
14016
14028
|
static names(): { [key: string]: string } {
|
|
14017
14029
|
return {
|
|
14018
14030
|
headers: 'headers',
|
|
@@ -14067,6 +14079,8 @@ export class ModifyPolicyGroupRequest extends $tea.Model {
|
|
|
14067
14079
|
recordingExpires?: number;
|
|
14068
14080
|
recordingFps?: number;
|
|
14069
14081
|
recordingStartTime?: string;
|
|
14082
|
+
recordingUserNotify?: string;
|
|
14083
|
+
recordingUserNotifyMessage?: string;
|
|
14070
14084
|
regionId?: string;
|
|
14071
14085
|
remoteCoordinate?: string;
|
|
14072
14086
|
revokeAccessPolicyRule?: ModifyPolicyGroupRequestRevokeAccessPolicyRule[];
|
|
@@ -14078,10 +14092,12 @@ export class ModifyPolicyGroupRequest extends $tea.Model {
|
|
|
14078
14092
|
videoRedirect?: string;
|
|
14079
14093
|
visualQuality?: string;
|
|
14080
14094
|
watermark?: string;
|
|
14095
|
+
watermarkAntiCam?: string;
|
|
14081
14096
|
watermarkColor?: number;
|
|
14082
14097
|
watermarkDegree?: number;
|
|
14083
14098
|
watermarkFontSize?: number;
|
|
14084
14099
|
watermarkFontStyle?: string;
|
|
14100
|
+
watermarkPower?: string;
|
|
14085
14101
|
watermarkRowAmount?: number;
|
|
14086
14102
|
watermarkSecurity?: string;
|
|
14087
14103
|
watermarkTransparency?: string;
|
|
@@ -14121,6 +14137,8 @@ export class ModifyPolicyGroupRequest extends $tea.Model {
|
|
|
14121
14137
|
recordingExpires: 'RecordingExpires',
|
|
14122
14138
|
recordingFps: 'RecordingFps',
|
|
14123
14139
|
recordingStartTime: 'RecordingStartTime',
|
|
14140
|
+
recordingUserNotify: 'RecordingUserNotify',
|
|
14141
|
+
recordingUserNotifyMessage: 'RecordingUserNotifyMessage',
|
|
14124
14142
|
regionId: 'RegionId',
|
|
14125
14143
|
remoteCoordinate: 'RemoteCoordinate',
|
|
14126
14144
|
revokeAccessPolicyRule: 'RevokeAccessPolicyRule',
|
|
@@ -14132,10 +14150,12 @@ export class ModifyPolicyGroupRequest extends $tea.Model {
|
|
|
14132
14150
|
videoRedirect: 'VideoRedirect',
|
|
14133
14151
|
visualQuality: 'VisualQuality',
|
|
14134
14152
|
watermark: 'Watermark',
|
|
14153
|
+
watermarkAntiCam: 'WatermarkAntiCam',
|
|
14135
14154
|
watermarkColor: 'WatermarkColor',
|
|
14136
14155
|
watermarkDegree: 'WatermarkDegree',
|
|
14137
14156
|
watermarkFontSize: 'WatermarkFontSize',
|
|
14138
14157
|
watermarkFontStyle: 'WatermarkFontStyle',
|
|
14158
|
+
watermarkPower: 'WatermarkPower',
|
|
14139
14159
|
watermarkRowAmount: 'WatermarkRowAmount',
|
|
14140
14160
|
watermarkSecurity: 'WatermarkSecurity',
|
|
14141
14161
|
watermarkTransparency: 'WatermarkTransparency',
|
|
@@ -14178,6 +14198,8 @@ export class ModifyPolicyGroupRequest extends $tea.Model {
|
|
|
14178
14198
|
recordingExpires: 'number',
|
|
14179
14199
|
recordingFps: 'number',
|
|
14180
14200
|
recordingStartTime: 'string',
|
|
14201
|
+
recordingUserNotify: 'string',
|
|
14202
|
+
recordingUserNotifyMessage: 'string',
|
|
14181
14203
|
regionId: 'string',
|
|
14182
14204
|
remoteCoordinate: 'string',
|
|
14183
14205
|
revokeAccessPolicyRule: { 'type': 'array', 'itemType': ModifyPolicyGroupRequestRevokeAccessPolicyRule },
|
|
@@ -14189,10 +14211,12 @@ export class ModifyPolicyGroupRequest extends $tea.Model {
|
|
|
14189
14211
|
videoRedirect: 'string',
|
|
14190
14212
|
visualQuality: 'string',
|
|
14191
14213
|
watermark: 'string',
|
|
14214
|
+
watermarkAntiCam: 'string',
|
|
14192
14215
|
watermarkColor: 'number',
|
|
14193
14216
|
watermarkDegree: 'number',
|
|
14194
14217
|
watermarkFontSize: 'number',
|
|
14195
14218
|
watermarkFontStyle: 'string',
|
|
14219
|
+
watermarkPower: 'string',
|
|
14196
14220
|
watermarkRowAmount: 'number',
|
|
14197
14221
|
watermarkSecurity: 'string',
|
|
14198
14222
|
watermarkTransparency: 'string',
|
|
@@ -14226,9 +14250,9 @@ export class ModifyPolicyGroupResponseBody extends $tea.Model {
|
|
|
14226
14250
|
}
|
|
14227
14251
|
|
|
14228
14252
|
export class ModifyPolicyGroupResponse extends $tea.Model {
|
|
14229
|
-
headers
|
|
14230
|
-
statusCode
|
|
14231
|
-
body
|
|
14253
|
+
headers?: { [key: string]: string };
|
|
14254
|
+
statusCode?: number;
|
|
14255
|
+
body?: ModifyPolicyGroupResponseBody;
|
|
14232
14256
|
static names(): { [key: string]: string } {
|
|
14233
14257
|
return {
|
|
14234
14258
|
headers: 'headers',
|
|
@@ -14298,9 +14322,9 @@ export class ModifyUserEntitlementResponseBody extends $tea.Model {
|
|
|
14298
14322
|
}
|
|
14299
14323
|
|
|
14300
14324
|
export class ModifyUserEntitlementResponse extends $tea.Model {
|
|
14301
|
-
headers
|
|
14302
|
-
statusCode
|
|
14303
|
-
body
|
|
14325
|
+
headers?: { [key: string]: string };
|
|
14326
|
+
statusCode?: number;
|
|
14327
|
+
body?: ModifyUserEntitlementResponseBody;
|
|
14304
14328
|
static names(): { [key: string]: string } {
|
|
14305
14329
|
return {
|
|
14306
14330
|
headers: 'headers',
|
|
@@ -14370,9 +14394,9 @@ export class ModifyUserToDesktopGroupResponseBody extends $tea.Model {
|
|
|
14370
14394
|
}
|
|
14371
14395
|
|
|
14372
14396
|
export class ModifyUserToDesktopGroupResponse extends $tea.Model {
|
|
14373
|
-
headers
|
|
14374
|
-
statusCode
|
|
14375
|
-
body
|
|
14397
|
+
headers?: { [key: string]: string };
|
|
14398
|
+
statusCode?: number;
|
|
14399
|
+
body?: ModifyUserToDesktopGroupResponseBody;
|
|
14376
14400
|
static names(): { [key: string]: string } {
|
|
14377
14401
|
return {
|
|
14378
14402
|
headers: 'headers',
|
|
@@ -14463,9 +14487,9 @@ export class MoveCdsFileResponseBody extends $tea.Model {
|
|
|
14463
14487
|
}
|
|
14464
14488
|
|
|
14465
14489
|
export class MoveCdsFileResponse extends $tea.Model {
|
|
14466
|
-
headers
|
|
14467
|
-
statusCode
|
|
14468
|
-
body
|
|
14490
|
+
headers?: { [key: string]: string };
|
|
14491
|
+
statusCode?: number;
|
|
14492
|
+
body?: MoveCdsFileResponseBody;
|
|
14469
14493
|
static names(): { [key: string]: string } {
|
|
14470
14494
|
return {
|
|
14471
14495
|
headers: 'headers',
|
|
@@ -14529,9 +14553,9 @@ export class RebootDesktopsResponseBody extends $tea.Model {
|
|
|
14529
14553
|
}
|
|
14530
14554
|
|
|
14531
14555
|
export class RebootDesktopsResponse extends $tea.Model {
|
|
14532
|
-
headers
|
|
14533
|
-
statusCode
|
|
14534
|
-
body
|
|
14556
|
+
headers?: { [key: string]: string };
|
|
14557
|
+
statusCode?: number;
|
|
14558
|
+
body?: RebootDesktopsResponseBody;
|
|
14535
14559
|
static names(): { [key: string]: string } {
|
|
14536
14560
|
return {
|
|
14537
14561
|
headers: 'headers',
|
|
@@ -14604,9 +14628,9 @@ export class RebuildDesktopsResponseBody extends $tea.Model {
|
|
|
14604
14628
|
}
|
|
14605
14629
|
|
|
14606
14630
|
export class RebuildDesktopsResponse extends $tea.Model {
|
|
14607
|
-
headers
|
|
14608
|
-
statusCode
|
|
14609
|
-
body
|
|
14631
|
+
headers?: { [key: string]: string };
|
|
14632
|
+
statusCode?: number;
|
|
14633
|
+
body?: RebuildDesktopsResponseBody;
|
|
14610
14634
|
static names(): { [key: string]: string } {
|
|
14611
14635
|
return {
|
|
14612
14636
|
headers: 'headers',
|
|
@@ -14716,9 +14740,9 @@ export class RemoveFilePermissionResponseBody extends $tea.Model {
|
|
|
14716
14740
|
}
|
|
14717
14741
|
|
|
14718
14742
|
export class RemoveFilePermissionResponse extends $tea.Model {
|
|
14719
|
-
headers
|
|
14720
|
-
statusCode
|
|
14721
|
-
body
|
|
14743
|
+
headers?: { [key: string]: string };
|
|
14744
|
+
statusCode?: number;
|
|
14745
|
+
body?: RemoveFilePermissionResponseBody;
|
|
14722
14746
|
static names(): { [key: string]: string } {
|
|
14723
14747
|
return {
|
|
14724
14748
|
headers: 'headers',
|
|
@@ -14788,9 +14812,9 @@ export class RemoveUserFromDesktopGroupResponseBody extends $tea.Model {
|
|
|
14788
14812
|
}
|
|
14789
14813
|
|
|
14790
14814
|
export class RemoveUserFromDesktopGroupResponse extends $tea.Model {
|
|
14791
|
-
headers
|
|
14792
|
-
statusCode
|
|
14793
|
-
body
|
|
14815
|
+
headers?: { [key: string]: string };
|
|
14816
|
+
statusCode?: number;
|
|
14817
|
+
body?: RemoveUserFromDesktopGroupResponseBody;
|
|
14794
14818
|
static names(): { [key: string]: string } {
|
|
14795
14819
|
return {
|
|
14796
14820
|
headers: 'headers',
|
|
@@ -14860,9 +14884,9 @@ export class RemoveUserFromDesktopOversoldUserGroupResponseBody extends $tea.Mod
|
|
|
14860
14884
|
}
|
|
14861
14885
|
|
|
14862
14886
|
export class RemoveUserFromDesktopOversoldUserGroupResponse extends $tea.Model {
|
|
14863
|
-
headers
|
|
14864
|
-
statusCode
|
|
14865
|
-
body
|
|
14887
|
+
headers?: { [key: string]: string };
|
|
14888
|
+
statusCode?: number;
|
|
14889
|
+
body?: RemoveUserFromDesktopOversoldUserGroupResponseBody;
|
|
14866
14890
|
static names(): { [key: string]: string } {
|
|
14867
14891
|
return {
|
|
14868
14892
|
headers: 'headers',
|
|
@@ -14932,9 +14956,9 @@ export class RenewDesktopOversoldGroupResponseBody extends $tea.Model {
|
|
|
14932
14956
|
}
|
|
14933
14957
|
|
|
14934
14958
|
export class RenewDesktopOversoldGroupResponse extends $tea.Model {
|
|
14935
|
-
headers
|
|
14936
|
-
statusCode
|
|
14937
|
-
body
|
|
14959
|
+
headers?: { [key: string]: string };
|
|
14960
|
+
statusCode?: number;
|
|
14961
|
+
body?: RenewDesktopOversoldGroupResponseBody;
|
|
14938
14962
|
static names(): { [key: string]: string } {
|
|
14939
14963
|
return {
|
|
14940
14964
|
headers: 'headers',
|
|
@@ -15013,9 +15037,9 @@ export class RenewDesktopsResponseBody extends $tea.Model {
|
|
|
15013
15037
|
}
|
|
15014
15038
|
|
|
15015
15039
|
export class RenewDesktopsResponse extends $tea.Model {
|
|
15016
|
-
headers
|
|
15017
|
-
statusCode
|
|
15018
|
-
body
|
|
15040
|
+
headers?: { [key: string]: string };
|
|
15041
|
+
statusCode?: number;
|
|
15042
|
+
body?: RenewDesktopsResponseBody;
|
|
15019
15043
|
static names(): { [key: string]: string } {
|
|
15020
15044
|
return {
|
|
15021
15045
|
headers: 'headers',
|
|
@@ -15094,9 +15118,9 @@ export class RenewNetworkPackagesResponseBody extends $tea.Model {
|
|
|
15094
15118
|
}
|
|
15095
15119
|
|
|
15096
15120
|
export class RenewNetworkPackagesResponse extends $tea.Model {
|
|
15097
|
-
headers
|
|
15098
|
-
statusCode
|
|
15099
|
-
body
|
|
15121
|
+
headers?: { [key: string]: string };
|
|
15122
|
+
statusCode?: number;
|
|
15123
|
+
body?: RenewNetworkPackagesResponseBody;
|
|
15100
15124
|
static names(): { [key: string]: string } {
|
|
15101
15125
|
return {
|
|
15102
15126
|
headers: 'headers',
|
|
@@ -15172,9 +15196,9 @@ export class ResetDesktopsResponseBody extends $tea.Model {
|
|
|
15172
15196
|
}
|
|
15173
15197
|
|
|
15174
15198
|
export class ResetDesktopsResponse extends $tea.Model {
|
|
15175
|
-
headers
|
|
15176
|
-
statusCode
|
|
15177
|
-
body
|
|
15199
|
+
headers?: { [key: string]: string };
|
|
15200
|
+
statusCode?: number;
|
|
15201
|
+
body?: ResetDesktopsResponseBody;
|
|
15178
15202
|
static names(): { [key: string]: string } {
|
|
15179
15203
|
return {
|
|
15180
15204
|
headers: 'headers',
|
|
@@ -15238,9 +15262,9 @@ export class ResetNASDefaultMountTargetResponseBody extends $tea.Model {
|
|
|
15238
15262
|
}
|
|
15239
15263
|
|
|
15240
15264
|
export class ResetNASDefaultMountTargetResponse extends $tea.Model {
|
|
15241
|
-
headers
|
|
15242
|
-
statusCode
|
|
15243
|
-
body
|
|
15265
|
+
headers?: { [key: string]: string };
|
|
15266
|
+
statusCode?: number;
|
|
15267
|
+
body?: ResetNASDefaultMountTargetResponseBody;
|
|
15244
15268
|
static names(): { [key: string]: string } {
|
|
15245
15269
|
return {
|
|
15246
15270
|
headers: 'headers',
|
|
@@ -15304,9 +15328,9 @@ export class ResetSnapshotResponseBody extends $tea.Model {
|
|
|
15304
15328
|
}
|
|
15305
15329
|
|
|
15306
15330
|
export class ResetSnapshotResponse extends $tea.Model {
|
|
15307
|
-
headers
|
|
15308
|
-
statusCode
|
|
15309
|
-
body
|
|
15331
|
+
headers?: { [key: string]: string };
|
|
15332
|
+
statusCode?: number;
|
|
15333
|
+
body?: ResetSnapshotResponseBody;
|
|
15310
15334
|
static names(): { [key: string]: string } {
|
|
15311
15335
|
return {
|
|
15312
15336
|
headers: 'headers',
|
|
@@ -15379,9 +15403,9 @@ export class RevokeCoordinatePrivilegeResponseBody extends $tea.Model {
|
|
|
15379
15403
|
}
|
|
15380
15404
|
|
|
15381
15405
|
export class RevokeCoordinatePrivilegeResponse extends $tea.Model {
|
|
15382
|
-
headers
|
|
15383
|
-
statusCode
|
|
15384
|
-
body
|
|
15406
|
+
headers?: { [key: string]: string };
|
|
15407
|
+
statusCode?: number;
|
|
15408
|
+
body?: RevokeCoordinatePrivilegeResponseBody;
|
|
15385
15409
|
static names(): { [key: string]: string } {
|
|
15386
15410
|
return {
|
|
15387
15411
|
headers: 'headers',
|
|
@@ -15463,9 +15487,9 @@ export class RunCommandResponseBody extends $tea.Model {
|
|
|
15463
15487
|
}
|
|
15464
15488
|
|
|
15465
15489
|
export class RunCommandResponse extends $tea.Model {
|
|
15466
|
-
headers
|
|
15467
|
-
statusCode
|
|
15468
|
-
body
|
|
15490
|
+
headers?: { [key: string]: string };
|
|
15491
|
+
statusCode?: number;
|
|
15492
|
+
body?: RunCommandResponseBody;
|
|
15469
15493
|
static names(): { [key: string]: string } {
|
|
15470
15494
|
return {
|
|
15471
15495
|
headers: 'headers',
|
|
@@ -15532,9 +15556,9 @@ export class SendVerifyCodeResponseBody extends $tea.Model {
|
|
|
15532
15556
|
}
|
|
15533
15557
|
|
|
15534
15558
|
export class SendVerifyCodeResponse extends $tea.Model {
|
|
15535
|
-
headers
|
|
15536
|
-
statusCode
|
|
15537
|
-
body
|
|
15559
|
+
headers?: { [key: string]: string };
|
|
15560
|
+
statusCode?: number;
|
|
15561
|
+
body?: SendVerifyCodeResponseBody;
|
|
15538
15562
|
static names(): { [key: string]: string } {
|
|
15539
15563
|
return {
|
|
15540
15564
|
headers: 'headers',
|
|
@@ -15601,9 +15625,9 @@ export class SetDesktopGroupScaleTimerResponseBody extends $tea.Model {
|
|
|
15601
15625
|
}
|
|
15602
15626
|
|
|
15603
15627
|
export class SetDesktopGroupScaleTimerResponse extends $tea.Model {
|
|
15604
|
-
headers
|
|
15605
|
-
statusCode
|
|
15606
|
-
body
|
|
15628
|
+
headers?: { [key: string]: string };
|
|
15629
|
+
statusCode?: number;
|
|
15630
|
+
body?: SetDesktopGroupScaleTimerResponseBody;
|
|
15607
15631
|
static names(): { [key: string]: string } {
|
|
15608
15632
|
return {
|
|
15609
15633
|
headers: 'headers',
|
|
@@ -15679,9 +15703,9 @@ export class SetDesktopGroupTimerResponseBody extends $tea.Model {
|
|
|
15679
15703
|
}
|
|
15680
15704
|
|
|
15681
15705
|
export class SetDesktopGroupTimerResponse extends $tea.Model {
|
|
15682
|
-
headers
|
|
15683
|
-
statusCode
|
|
15684
|
-
body
|
|
15706
|
+
headers?: { [key: string]: string };
|
|
15707
|
+
statusCode?: number;
|
|
15708
|
+
body?: SetDesktopGroupTimerResponseBody;
|
|
15685
15709
|
static names(): { [key: string]: string } {
|
|
15686
15710
|
return {
|
|
15687
15711
|
headers: 'headers',
|
|
@@ -15751,9 +15775,9 @@ export class SetDesktopGroupTimerStatusResponseBody extends $tea.Model {
|
|
|
15751
15775
|
}
|
|
15752
15776
|
|
|
15753
15777
|
export class SetDesktopGroupTimerStatusResponse extends $tea.Model {
|
|
15754
|
-
headers
|
|
15755
|
-
statusCode
|
|
15756
|
-
body
|
|
15778
|
+
headers?: { [key: string]: string };
|
|
15779
|
+
statusCode?: number;
|
|
15780
|
+
body?: SetDesktopGroupTimerStatusResponseBody;
|
|
15757
15781
|
static names(): { [key: string]: string } {
|
|
15758
15782
|
return {
|
|
15759
15783
|
headers: 'headers',
|
|
@@ -15820,9 +15844,9 @@ export class SetDirectorySsoStatusResponseBody extends $tea.Model {
|
|
|
15820
15844
|
}
|
|
15821
15845
|
|
|
15822
15846
|
export class SetDirectorySsoStatusResponse extends $tea.Model {
|
|
15823
|
-
headers
|
|
15824
|
-
statusCode
|
|
15825
|
-
body
|
|
15847
|
+
headers?: { [key: string]: string };
|
|
15848
|
+
statusCode?: number;
|
|
15849
|
+
body?: SetDirectorySsoStatusResponseBody;
|
|
15826
15850
|
static names(): { [key: string]: string } {
|
|
15827
15851
|
return {
|
|
15828
15852
|
headers: 'headers',
|
|
@@ -15895,9 +15919,9 @@ export class SetIdpMetadataResponseBody extends $tea.Model {
|
|
|
15895
15919
|
}
|
|
15896
15920
|
|
|
15897
15921
|
export class SetIdpMetadataResponse extends $tea.Model {
|
|
15898
|
-
headers
|
|
15899
|
-
statusCode
|
|
15900
|
-
body
|
|
15922
|
+
headers?: { [key: string]: string };
|
|
15923
|
+
statusCode?: number;
|
|
15924
|
+
body?: SetIdpMetadataResponseBody;
|
|
15901
15925
|
static names(): { [key: string]: string } {
|
|
15902
15926
|
return {
|
|
15903
15927
|
headers: 'headers',
|
|
@@ -15964,9 +15988,9 @@ export class SetOfficeSiteSsoStatusResponseBody extends $tea.Model {
|
|
|
15964
15988
|
}
|
|
15965
15989
|
|
|
15966
15990
|
export class SetOfficeSiteSsoStatusResponse extends $tea.Model {
|
|
15967
|
-
headers
|
|
15968
|
-
statusCode
|
|
15969
|
-
body
|
|
15991
|
+
headers?: { [key: string]: string };
|
|
15992
|
+
statusCode?: number;
|
|
15993
|
+
body?: SetOfficeSiteSsoStatusResponseBody;
|
|
15970
15994
|
static names(): { [key: string]: string } {
|
|
15971
15995
|
return {
|
|
15972
15996
|
headers: 'headers',
|
|
@@ -16064,9 +16088,9 @@ export class SetUserProfilePathRulesResponseBody extends $tea.Model {
|
|
|
16064
16088
|
}
|
|
16065
16089
|
|
|
16066
16090
|
export class SetUserProfilePathRulesResponse extends $tea.Model {
|
|
16067
|
-
headers
|
|
16068
|
-
statusCode
|
|
16069
|
-
body
|
|
16091
|
+
headers?: { [key: string]: string };
|
|
16092
|
+
statusCode?: number;
|
|
16093
|
+
body?: SetUserProfilePathRulesResponseBody;
|
|
16070
16094
|
static names(): { [key: string]: string } {
|
|
16071
16095
|
return {
|
|
16072
16096
|
headers: 'headers',
|
|
@@ -16130,9 +16154,9 @@ export class StartDesktopsResponseBody extends $tea.Model {
|
|
|
16130
16154
|
}
|
|
16131
16155
|
|
|
16132
16156
|
export class StartDesktopsResponse extends $tea.Model {
|
|
16133
|
-
headers
|
|
16134
|
-
statusCode
|
|
16135
|
-
body
|
|
16157
|
+
headers?: { [key: string]: string };
|
|
16158
|
+
statusCode?: number;
|
|
16159
|
+
body?: StartDesktopsResponseBody;
|
|
16136
16160
|
static names(): { [key: string]: string } {
|
|
16137
16161
|
return {
|
|
16138
16162
|
headers: 'headers',
|
|
@@ -16199,9 +16223,9 @@ export class StopDesktopsResponseBody extends $tea.Model {
|
|
|
16199
16223
|
}
|
|
16200
16224
|
|
|
16201
16225
|
export class StopDesktopsResponse extends $tea.Model {
|
|
16202
|
-
headers
|
|
16203
|
-
statusCode
|
|
16204
|
-
body
|
|
16226
|
+
headers?: { [key: string]: string };
|
|
16227
|
+
statusCode?: number;
|
|
16228
|
+
body?: StopDesktopsResponseBody;
|
|
16205
16229
|
static names(): { [key: string]: string } {
|
|
16206
16230
|
return {
|
|
16207
16231
|
headers: 'headers',
|
|
@@ -16268,9 +16292,9 @@ export class StopInvocationResponseBody extends $tea.Model {
|
|
|
16268
16292
|
}
|
|
16269
16293
|
|
|
16270
16294
|
export class StopInvocationResponse extends $tea.Model {
|
|
16271
|
-
headers
|
|
16272
|
-
statusCode
|
|
16273
|
-
body
|
|
16295
|
+
headers?: { [key: string]: string };
|
|
16296
|
+
statusCode?: number;
|
|
16297
|
+
body?: StopInvocationResponseBody;
|
|
16274
16298
|
static names(): { [key: string]: string } {
|
|
16275
16299
|
return {
|
|
16276
16300
|
headers: 'headers',
|
|
@@ -16340,9 +16364,9 @@ export class TagResourcesResponseBody extends $tea.Model {
|
|
|
16340
16364
|
}
|
|
16341
16365
|
|
|
16342
16366
|
export class TagResourcesResponse extends $tea.Model {
|
|
16343
|
-
headers
|
|
16344
|
-
statusCode
|
|
16345
|
-
body
|
|
16367
|
+
headers?: { [key: string]: string };
|
|
16368
|
+
statusCode?: number;
|
|
16369
|
+
body?: TagResourcesResponseBody;
|
|
16346
16370
|
static names(): { [key: string]: string } {
|
|
16347
16371
|
return {
|
|
16348
16372
|
headers: 'headers',
|
|
@@ -16406,9 +16430,9 @@ export class UnlockVirtualMFADeviceResponseBody extends $tea.Model {
|
|
|
16406
16430
|
}
|
|
16407
16431
|
|
|
16408
16432
|
export class UnlockVirtualMFADeviceResponse extends $tea.Model {
|
|
16409
|
-
headers
|
|
16410
|
-
statusCode
|
|
16411
|
-
body
|
|
16433
|
+
headers?: { [key: string]: string };
|
|
16434
|
+
statusCode?: number;
|
|
16435
|
+
body?: UnlockVirtualMFADeviceResponseBody;
|
|
16412
16436
|
static names(): { [key: string]: string } {
|
|
16413
16437
|
return {
|
|
16414
16438
|
headers: 'headers',
|
|
@@ -16481,9 +16505,9 @@ export class UntagResourcesResponseBody extends $tea.Model {
|
|
|
16481
16505
|
}
|
|
16482
16506
|
|
|
16483
16507
|
export class UntagResourcesResponse extends $tea.Model {
|
|
16484
|
-
headers
|
|
16485
|
-
statusCode
|
|
16486
|
-
body
|
|
16508
|
+
headers?: { [key: string]: string };
|
|
16509
|
+
statusCode?: number;
|
|
16510
|
+
body?: UntagResourcesResponseBody;
|
|
16487
16511
|
static names(): { [key: string]: string } {
|
|
16488
16512
|
return {
|
|
16489
16513
|
headers: 'headers',
|
|
@@ -16550,9 +16574,9 @@ export class UpdateFotaTaskResponseBody extends $tea.Model {
|
|
|
16550
16574
|
}
|
|
16551
16575
|
|
|
16552
16576
|
export class UpdateFotaTaskResponse extends $tea.Model {
|
|
16553
|
-
headers
|
|
16554
|
-
statusCode
|
|
16555
|
-
body
|
|
16577
|
+
headers?: { [key: string]: string };
|
|
16578
|
+
statusCode?: number;
|
|
16579
|
+
body?: UpdateFotaTaskResponseBody;
|
|
16556
16580
|
static names(): { [key: string]: string } {
|
|
16557
16581
|
return {
|
|
16558
16582
|
headers: 'headers',
|
|
@@ -16646,9 +16670,9 @@ export class UploadImageResponseBody extends $tea.Model {
|
|
|
16646
16670
|
}
|
|
16647
16671
|
|
|
16648
16672
|
export class UploadImageResponse extends $tea.Model {
|
|
16649
|
-
headers
|
|
16650
|
-
statusCode
|
|
16651
|
-
body
|
|
16673
|
+
headers?: { [key: string]: string };
|
|
16674
|
+
statusCode?: number;
|
|
16675
|
+
body?: UploadImageResponseBody;
|
|
16652
16676
|
static names(): { [key: string]: string } {
|
|
16653
16677
|
return {
|
|
16654
16678
|
headers: 'headers',
|
|
@@ -16730,9 +16754,9 @@ export class VerifyCenResponseBody extends $tea.Model {
|
|
|
16730
16754
|
}
|
|
16731
16755
|
|
|
16732
16756
|
export class VerifyCenResponse extends $tea.Model {
|
|
16733
|
-
headers
|
|
16734
|
-
statusCode
|
|
16735
|
-
body
|
|
16757
|
+
headers?: { [key: string]: string };
|
|
16758
|
+
statusCode?: number;
|
|
16759
|
+
body?: VerifyCenResponseBody;
|
|
16736
16760
|
static names(): { [key: string]: string } {
|
|
16737
16761
|
return {
|
|
16738
16762
|
headers: 'headers',
|
|
@@ -16796,9 +16820,9 @@ export class WakeupDesktopsResponseBody extends $tea.Model {
|
|
|
16796
16820
|
}
|
|
16797
16821
|
|
|
16798
16822
|
export class WakeupDesktopsResponse extends $tea.Model {
|
|
16799
|
-
headers
|
|
16800
|
-
statusCode
|
|
16801
|
-
body
|
|
16823
|
+
headers?: { [key: string]: string };
|
|
16824
|
+
statusCode?: number;
|
|
16825
|
+
body?: WakeupDesktopsResponseBody;
|
|
16802
16826
|
static names(): { [key: string]: string } {
|
|
16803
16827
|
return {
|
|
16804
16828
|
headers: 'headers',
|
|
@@ -20054,6 +20078,8 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $tea.M
|
|
|
20054
20078
|
recordingExpires?: number;
|
|
20055
20079
|
recordingFps?: number;
|
|
20056
20080
|
recordingStartTime?: string;
|
|
20081
|
+
recordingUserNotify?: string;
|
|
20082
|
+
recordingUserNotifyMessage?: string;
|
|
20057
20083
|
remoteCoordinate?: string;
|
|
20058
20084
|
scope?: string;
|
|
20059
20085
|
scopeValue?: string[];
|
|
@@ -20062,11 +20088,13 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $tea.M
|
|
|
20062
20088
|
videoRedirect?: string;
|
|
20063
20089
|
visualQuality?: string;
|
|
20064
20090
|
watermark?: string;
|
|
20091
|
+
watermarkAntiCam?: string;
|
|
20065
20092
|
watermarkColor?: number;
|
|
20066
20093
|
watermarkCustomText?: string;
|
|
20067
20094
|
watermarkDegree?: number;
|
|
20068
20095
|
watermarkFontSize?: number;
|
|
20069
20096
|
watermarkFontStyle?: string;
|
|
20097
|
+
watermarkPower?: string;
|
|
20070
20098
|
watermarkRowAmount?: number;
|
|
20071
20099
|
watermarkSecurity?: string;
|
|
20072
20100
|
watermarkTransparency?: string;
|
|
@@ -20122,6 +20150,8 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $tea.M
|
|
|
20122
20150
|
recordingExpires: 'RecordingExpires',
|
|
20123
20151
|
recordingFps: 'RecordingFps',
|
|
20124
20152
|
recordingStartTime: 'RecordingStartTime',
|
|
20153
|
+
recordingUserNotify: 'RecordingUserNotify',
|
|
20154
|
+
recordingUserNotifyMessage: 'RecordingUserNotifyMessage',
|
|
20125
20155
|
remoteCoordinate: 'RemoteCoordinate',
|
|
20126
20156
|
scope: 'Scope',
|
|
20127
20157
|
scopeValue: 'ScopeValue',
|
|
@@ -20130,11 +20160,13 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $tea.M
|
|
|
20130
20160
|
videoRedirect: 'VideoRedirect',
|
|
20131
20161
|
visualQuality: 'VisualQuality',
|
|
20132
20162
|
watermark: 'Watermark',
|
|
20163
|
+
watermarkAntiCam: 'WatermarkAntiCam',
|
|
20133
20164
|
watermarkColor: 'WatermarkColor',
|
|
20134
20165
|
watermarkCustomText: 'WatermarkCustomText',
|
|
20135
20166
|
watermarkDegree: 'WatermarkDegree',
|
|
20136
20167
|
watermarkFontSize: 'WatermarkFontSize',
|
|
20137
20168
|
watermarkFontStyle: 'WatermarkFontStyle',
|
|
20169
|
+
watermarkPower: 'WatermarkPower',
|
|
20138
20170
|
watermarkRowAmount: 'WatermarkRowAmount',
|
|
20139
20171
|
watermarkSecurity: 'WatermarkSecurity',
|
|
20140
20172
|
watermarkTransparency: 'WatermarkTransparency',
|
|
@@ -20193,6 +20225,8 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $tea.M
|
|
|
20193
20225
|
recordingExpires: 'number',
|
|
20194
20226
|
recordingFps: 'number',
|
|
20195
20227
|
recordingStartTime: 'string',
|
|
20228
|
+
recordingUserNotify: 'string',
|
|
20229
|
+
recordingUserNotifyMessage: 'string',
|
|
20196
20230
|
remoteCoordinate: 'string',
|
|
20197
20231
|
scope: 'string',
|
|
20198
20232
|
scopeValue: { 'type': 'array', 'itemType': 'string' },
|
|
@@ -20201,11 +20235,13 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $tea.M
|
|
|
20201
20235
|
videoRedirect: 'string',
|
|
20202
20236
|
visualQuality: 'string',
|
|
20203
20237
|
watermark: 'string',
|
|
20238
|
+
watermarkAntiCam: 'string',
|
|
20204
20239
|
watermarkColor: 'number',
|
|
20205
20240
|
watermarkCustomText: 'string',
|
|
20206
20241
|
watermarkDegree: 'number',
|
|
20207
20242
|
watermarkFontSize: 'number',
|
|
20208
20243
|
watermarkFontStyle: 'string',
|
|
20244
|
+
watermarkPower: 'string',
|
|
20209
20245
|
watermarkRowAmount: 'number',
|
|
20210
20246
|
watermarkSecurity: 'string',
|
|
20211
20247
|
watermarkTransparency: 'string',
|
|
@@ -24596,6 +24632,14 @@ export default class Client extends OpenApi {
|
|
|
24596
24632
|
query["RecordingStartTime"] = request.recordingStartTime;
|
|
24597
24633
|
}
|
|
24598
24634
|
|
|
24635
|
+
if (!Util.isUnset(request.recordingUserNotify)) {
|
|
24636
|
+
query["RecordingUserNotify"] = request.recordingUserNotify;
|
|
24637
|
+
}
|
|
24638
|
+
|
|
24639
|
+
if (!Util.isUnset(request.recordingUserNotifyMessage)) {
|
|
24640
|
+
query["RecordingUserNotifyMessage"] = request.recordingUserNotifyMessage;
|
|
24641
|
+
}
|
|
24642
|
+
|
|
24599
24643
|
if (!Util.isUnset(request.regionId)) {
|
|
24600
24644
|
query["RegionId"] = request.regionId;
|
|
24601
24645
|
}
|
|
@@ -24632,6 +24676,10 @@ export default class Client extends OpenApi {
|
|
|
24632
24676
|
query["Watermark"] = request.watermark;
|
|
24633
24677
|
}
|
|
24634
24678
|
|
|
24679
|
+
if (!Util.isUnset(request.watermarkAntiCam)) {
|
|
24680
|
+
query["WatermarkAntiCam"] = request.watermarkAntiCam;
|
|
24681
|
+
}
|
|
24682
|
+
|
|
24635
24683
|
if (!Util.isUnset(request.watermarkColor)) {
|
|
24636
24684
|
query["WatermarkColor"] = request.watermarkColor;
|
|
24637
24685
|
}
|
|
@@ -24648,6 +24696,10 @@ export default class Client extends OpenApi {
|
|
|
24648
24696
|
query["WatermarkFontStyle"] = request.watermarkFontStyle;
|
|
24649
24697
|
}
|
|
24650
24698
|
|
|
24699
|
+
if (!Util.isUnset(request.watermarkPower)) {
|
|
24700
|
+
query["WatermarkPower"] = request.watermarkPower;
|
|
24701
|
+
}
|
|
24702
|
+
|
|
24651
24703
|
if (!Util.isUnset(request.watermarkRowAmount)) {
|
|
24652
24704
|
query["WatermarkRowAmount"] = request.watermarkRowAmount;
|
|
24653
24705
|
}
|
|
@@ -25424,7 +25476,6 @@ export default class Client extends OpenApi {
|
|
|
25424
25476
|
* Before you delete a workspace, make sure that the following requirements are met:
|
|
25425
25477
|
* * All cloud desktops in the workspace are released.
|
|
25426
25478
|
* * The data that you want to retain is backed up.
|
|
25427
|
-
* **
|
|
25428
25479
|
* **Warning** After you delete a workspace, the resources and data of the workspace cannot be recovered. Exercise with caution.
|
|
25429
25480
|
*
|
|
25430
25481
|
* @param request DeleteOfficeSitesRequest
|
|
@@ -25463,7 +25514,6 @@ export default class Client extends OpenApi {
|
|
|
25463
25514
|
* Before you delete a workspace, make sure that the following requirements are met:
|
|
25464
25515
|
* * All cloud desktops in the workspace are released.
|
|
25465
25516
|
* * The data that you want to retain is backed up.
|
|
25466
|
-
* **
|
|
25467
25517
|
* **Warning** After you delete a workspace, the resources and data of the workspace cannot be recovered. Exercise with caution.
|
|
25468
25518
|
*
|
|
25469
25519
|
* @param request DeleteOfficeSitesRequest
|
|
@@ -31480,6 +31530,14 @@ export default class Client extends OpenApi {
|
|
|
31480
31530
|
query["RecordingStartTime"] = request.recordingStartTime;
|
|
31481
31531
|
}
|
|
31482
31532
|
|
|
31533
|
+
if (!Util.isUnset(request.recordingUserNotify)) {
|
|
31534
|
+
query["RecordingUserNotify"] = request.recordingUserNotify;
|
|
31535
|
+
}
|
|
31536
|
+
|
|
31537
|
+
if (!Util.isUnset(request.recordingUserNotifyMessage)) {
|
|
31538
|
+
query["RecordingUserNotifyMessage"] = request.recordingUserNotifyMessage;
|
|
31539
|
+
}
|
|
31540
|
+
|
|
31483
31541
|
if (!Util.isUnset(request.regionId)) {
|
|
31484
31542
|
query["RegionId"] = request.regionId;
|
|
31485
31543
|
}
|
|
@@ -31524,6 +31582,10 @@ export default class Client extends OpenApi {
|
|
|
31524
31582
|
query["Watermark"] = request.watermark;
|
|
31525
31583
|
}
|
|
31526
31584
|
|
|
31585
|
+
if (!Util.isUnset(request.watermarkAntiCam)) {
|
|
31586
|
+
query["WatermarkAntiCam"] = request.watermarkAntiCam;
|
|
31587
|
+
}
|
|
31588
|
+
|
|
31527
31589
|
if (!Util.isUnset(request.watermarkColor)) {
|
|
31528
31590
|
query["WatermarkColor"] = request.watermarkColor;
|
|
31529
31591
|
}
|
|
@@ -31540,6 +31602,10 @@ export default class Client extends OpenApi {
|
|
|
31540
31602
|
query["WatermarkFontStyle"] = request.watermarkFontStyle;
|
|
31541
31603
|
}
|
|
31542
31604
|
|
|
31605
|
+
if (!Util.isUnset(request.watermarkPower)) {
|
|
31606
|
+
query["WatermarkPower"] = request.watermarkPower;
|
|
31607
|
+
}
|
|
31608
|
+
|
|
31543
31609
|
if (!Util.isUnset(request.watermarkRowAmount)) {
|
|
31544
31610
|
query["WatermarkRowAmount"] = request.watermarkRowAmount;
|
|
31545
31611
|
}
|