@alicloud/ecd20200930 4.6.5 → 4.6.7
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 +38 -1
- package/dist/client.js +133 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +188 -1
package/dist/client.d.ts
CHANGED
|
@@ -714,6 +714,7 @@ export declare class CreateCenterPolicyRequestDeviceRules extends $dara.Model {
|
|
|
714
714
|
* 2:0
|
|
715
715
|
*/
|
|
716
716
|
optCommand?: string;
|
|
717
|
+
platforms?: string;
|
|
717
718
|
/**
|
|
718
719
|
* @remarks
|
|
719
720
|
* The redirection type.
|
|
@@ -2182,6 +2183,7 @@ export declare class CreatePolicyGroupRequestDeviceRules extends $dara.Model {
|
|
|
2182
2183
|
* 2:0
|
|
2183
2184
|
*/
|
|
2184
2185
|
optCommand?: string;
|
|
2186
|
+
platforms?: string;
|
|
2185
2187
|
/**
|
|
2186
2188
|
* @remarks
|
|
2187
2189
|
* The redirection type.
|
|
@@ -3294,6 +3296,7 @@ export declare class DescribeCenterPolicyListResponseBodyDescribePolicyGroupsDev
|
|
|
3294
3296
|
* 2:0
|
|
3295
3297
|
*/
|
|
3296
3298
|
optCommand?: string;
|
|
3299
|
+
platforms?: string;
|
|
3297
3300
|
/**
|
|
3298
3301
|
* @remarks
|
|
3299
3302
|
* The redirection type.
|
|
@@ -3657,6 +3660,7 @@ export declare class DescribeCenterPolicyListResponseBodyDescribePolicyGroups ex
|
|
|
3657
3660
|
* tcp
|
|
3658
3661
|
*/
|
|
3659
3662
|
internetCommunicationProtocol?: string;
|
|
3663
|
+
internetPrinter?: string;
|
|
3660
3664
|
/**
|
|
3661
3665
|
* @remarks
|
|
3662
3666
|
* The read/write permissions on the on-premises drive.
|
|
@@ -3966,6 +3970,7 @@ export declare class DescribeCenterPolicyListResponseBodyDescribePolicyGroups ex
|
|
|
3966
3970
|
* 1
|
|
3967
3971
|
*/
|
|
3968
3972
|
resourceGroupCount?: number;
|
|
3973
|
+
safeMenu?: string;
|
|
3969
3974
|
/**
|
|
3970
3975
|
* @remarks
|
|
3971
3976
|
* The effective scope of the policy.
|
|
@@ -5508,7 +5513,7 @@ export declare class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dar
|
|
|
5508
5513
|
* The user\\"s organizational unit path.
|
|
5509
5514
|
*
|
|
5510
5515
|
* @example
|
|
5511
|
-
* example.com
|
|
5516
|
+
* example.com
|
|
5512
5517
|
*/
|
|
5513
5518
|
userOuPath?: string;
|
|
5514
5519
|
/**
|
|
@@ -8556,6 +8561,7 @@ export declare class DescribeImageModifiedRecordsResponseBodyImageModifiedRecord
|
|
|
8556
8561
|
* xxxxImageID
|
|
8557
8562
|
*/
|
|
8558
8563
|
newImageName?: string;
|
|
8564
|
+
reason?: string;
|
|
8559
8565
|
/**
|
|
8560
8566
|
* @remarks
|
|
8561
8567
|
* The status of the image modification.
|
|
@@ -10748,6 +10754,7 @@ export declare class DescribePolicyGroupsResponseBodyDescribePolicyGroupsDeviceR
|
|
|
10748
10754
|
* 2:0
|
|
10749
10755
|
*/
|
|
10750
10756
|
optCommand?: string;
|
|
10757
|
+
platforms?: string;
|
|
10751
10758
|
/**
|
|
10752
10759
|
* @remarks
|
|
10753
10760
|
* The redirection type.
|
|
@@ -11238,6 +11245,7 @@ export declare class DescribePolicyGroupsResponseBodyDescribePolicyGroups extend
|
|
|
11238
11245
|
* BOTH
|
|
11239
11246
|
*/
|
|
11240
11247
|
internetCommunicationProtocol?: string;
|
|
11248
|
+
internetPrinter?: string;
|
|
11241
11249
|
/**
|
|
11242
11250
|
* @remarks
|
|
11243
11251
|
* The permissions on local disk mapping.
|
|
@@ -11636,6 +11644,7 @@ export declare class DescribePolicyGroupsResponseBodyDescribePolicyGroups extend
|
|
|
11636
11644
|
* center
|
|
11637
11645
|
*/
|
|
11638
11646
|
resourceRegionId?: string;
|
|
11647
|
+
safeMenu?: string;
|
|
11639
11648
|
/**
|
|
11640
11649
|
* @remarks
|
|
11641
11650
|
* The effective scope of the policy.
|
|
@@ -15520,6 +15529,7 @@ export declare class ModifyCenterPolicyRequestDeviceRules extends $dara.Model {
|
|
|
15520
15529
|
* 2:0
|
|
15521
15530
|
*/
|
|
15522
15531
|
optCommand?: string;
|
|
15532
|
+
platforms?: string;
|
|
15523
15533
|
/**
|
|
15524
15534
|
* @remarks
|
|
15525
15535
|
* The redirection type.
|
|
@@ -16538,6 +16548,7 @@ export declare class ModifyPolicyGroupRequestDeviceRules extends $dara.Model {
|
|
|
16538
16548
|
* 2:0
|
|
16539
16549
|
*/
|
|
16540
16550
|
optCommand?: string;
|
|
16551
|
+
platforms?: string;
|
|
16541
16552
|
/**
|
|
16542
16553
|
* @remarks
|
|
16543
16554
|
* The redirection type.
|
|
@@ -22107,6 +22118,7 @@ export declare class CreateCenterPolicyRequest extends $dara.Model {
|
|
|
22107
22118
|
* both
|
|
22108
22119
|
*/
|
|
22109
22120
|
internetCommunicationProtocol?: string;
|
|
22121
|
+
internetPrinter?: string;
|
|
22110
22122
|
/**
|
|
22111
22123
|
* @remarks
|
|
22112
22124
|
* The read/write permissions on the on-premises drive.
|
|
@@ -22479,6 +22491,7 @@ export declare class CreateCenterPolicyRequest extends $dara.Model {
|
|
|
22479
22491
|
* desktop
|
|
22480
22492
|
*/
|
|
22481
22493
|
resourceType?: string;
|
|
22494
|
+
safeMenu?: string;
|
|
22482
22495
|
/**
|
|
22483
22496
|
* @remarks
|
|
22484
22497
|
* The effective scope of the policy.
|
|
@@ -23026,6 +23039,7 @@ export declare class CreateCloudDriveServiceRequest extends $dara.Model {
|
|
|
23026
23039
|
* cn-hangzhou
|
|
23027
23040
|
*/
|
|
23028
23041
|
regionId?: string;
|
|
23042
|
+
resellerOwnerUid?: number;
|
|
23029
23043
|
/**
|
|
23030
23044
|
* @remarks
|
|
23031
23045
|
* > This parameter is not publicly available.
|
|
@@ -23857,6 +23871,7 @@ export declare class CreateDesktopGroupRequest extends $dara.Model {
|
|
|
23857
23871
|
* cn-hangzhou
|
|
23858
23872
|
*/
|
|
23859
23873
|
regionId?: string;
|
|
23874
|
+
resellerOwnerUid?: number;
|
|
23860
23875
|
/**
|
|
23861
23876
|
* @remarks
|
|
23862
23877
|
* The reset option of the shared group.
|
|
@@ -24352,6 +24367,7 @@ export declare class CreateDesktopsRequest extends $dara.Model {
|
|
|
24352
24367
|
* cn-hangzhou
|
|
24353
24368
|
*/
|
|
24354
24369
|
regionId?: string;
|
|
24370
|
+
resellerOwnerUid?: number;
|
|
24355
24371
|
/**
|
|
24356
24372
|
* @remarks
|
|
24357
24373
|
* The ID of the resource group.
|
|
@@ -24707,6 +24723,7 @@ export declare class CreateDesktopsShrinkRequest extends $dara.Model {
|
|
|
24707
24723
|
* cn-hangzhou
|
|
24708
24724
|
*/
|
|
24709
24725
|
regionId?: string;
|
|
24726
|
+
resellerOwnerUid?: number;
|
|
24710
24727
|
/**
|
|
24711
24728
|
* @remarks
|
|
24712
24729
|
* The ID of the resource group.
|
|
@@ -25407,6 +25424,7 @@ export declare class CreateNetworkPackageRequest extends $dara.Model {
|
|
|
25407
25424
|
* cn-hangzhou
|
|
25408
25425
|
*/
|
|
25409
25426
|
regionId?: string;
|
|
25427
|
+
resellerOwnerUid?: number;
|
|
25410
25428
|
static names(): {
|
|
25411
25429
|
[key: string]: string;
|
|
25412
25430
|
};
|
|
@@ -27482,6 +27500,7 @@ export declare class DeleteDesktopGroupRequest extends $dara.Model {
|
|
|
27482
27500
|
* cn-hangzhou
|
|
27483
27501
|
*/
|
|
27484
27502
|
regionId?: string;
|
|
27503
|
+
resellerOwnerUid?: number;
|
|
27485
27504
|
static names(): {
|
|
27486
27505
|
[key: string]: string;
|
|
27487
27506
|
};
|
|
@@ -27548,6 +27567,7 @@ export declare class DeleteDesktopsRequest extends $dara.Model {
|
|
|
27548
27567
|
* cn-hangzhou
|
|
27549
27568
|
*/
|
|
27550
27569
|
regionId?: string;
|
|
27570
|
+
resellerOwnerUid?: number;
|
|
27551
27571
|
static names(): {
|
|
27552
27572
|
[key: string]: string;
|
|
27553
27573
|
};
|
|
@@ -27972,6 +27992,7 @@ export declare class DeleteNetworkPackagesRequest extends $dara.Model {
|
|
|
27972
27992
|
* cn-hangzhou
|
|
27973
27993
|
*/
|
|
27974
27994
|
regionId?: string;
|
|
27995
|
+
resellerOwnerUid?: number;
|
|
27975
27996
|
static names(): {
|
|
27976
27997
|
[key: string]: string;
|
|
27977
27998
|
};
|
|
@@ -33528,6 +33549,7 @@ export declare class DescribeModificationPriceRequest extends $dara.Model {
|
|
|
33528
33549
|
* cn-hangzhou
|
|
33529
33550
|
*/
|
|
33530
33551
|
regionId?: string;
|
|
33552
|
+
resellerOwnerUid?: number;
|
|
33531
33553
|
/**
|
|
33532
33554
|
* @remarks
|
|
33533
33555
|
* The resource type. The required parameters depend on the resource type.
|
|
@@ -34320,6 +34342,7 @@ export declare class DescribePriceRequest extends $dara.Model {
|
|
|
34320
34342
|
* cn-hangzhou
|
|
34321
34343
|
*/
|
|
34322
34344
|
regionId?: string;
|
|
34345
|
+
resellerOwnerUid?: number;
|
|
34323
34346
|
/**
|
|
34324
34347
|
* @remarks
|
|
34325
34348
|
* The type of the resource.
|
|
@@ -34766,6 +34789,7 @@ export declare class DescribeRefundPriceRequest extends $dara.Model {
|
|
|
34766
34789
|
* cn-hangzhou
|
|
34767
34790
|
*/
|
|
34768
34791
|
regionId?: string;
|
|
34792
|
+
resellerOwnerUid?: number;
|
|
34769
34793
|
static names(): {
|
|
34770
34794
|
[key: string]: string;
|
|
34771
34795
|
};
|
|
@@ -34945,6 +34969,7 @@ export declare class DescribeRenewalPriceRequest extends $dara.Model {
|
|
|
34945
34969
|
* cn-hangzhou
|
|
34946
34970
|
*/
|
|
34947
34971
|
regionId?: string;
|
|
34972
|
+
resellerOwnerUid?: number;
|
|
34948
34973
|
/**
|
|
34949
34974
|
* @remarks
|
|
34950
34975
|
* The resource type.
|
|
@@ -41148,6 +41173,7 @@ export declare class ModifyCenterPolicyRequest extends $dara.Model {
|
|
|
41148
41173
|
* both
|
|
41149
41174
|
*/
|
|
41150
41175
|
internetCommunicationProtocol?: string;
|
|
41176
|
+
internetPrinter?: string;
|
|
41151
41177
|
/**
|
|
41152
41178
|
* @remarks
|
|
41153
41179
|
* The read/write permissions on the on-premises drive.
|
|
@@ -41543,6 +41569,7 @@ export declare class ModifyCenterPolicyRequest extends $dara.Model {
|
|
|
41543
41569
|
* The security group rules that you want to delete.
|
|
41544
41570
|
*/
|
|
41545
41571
|
revokeSecurityPolicyRule?: ModifyCenterPolicyRequestRevokeSecurityPolicyRule[];
|
|
41572
|
+
safeMenu?: string;
|
|
41546
41573
|
/**
|
|
41547
41574
|
* @remarks
|
|
41548
41575
|
* The effective scope of the policy.
|
|
@@ -42512,6 +42539,7 @@ export declare class ModifyDesktopChargeTypeRequest extends $dara.Model {
|
|
|
42512
42539
|
* cn-hangzhou
|
|
42513
42540
|
*/
|
|
42514
42541
|
regionId?: string;
|
|
42542
|
+
resellerOwnerUid?: number;
|
|
42515
42543
|
/**
|
|
42516
42544
|
* @remarks
|
|
42517
42545
|
* > This parameter is in invitational preview and not publicly available.
|
|
@@ -43274,6 +43302,7 @@ export declare class ModifyDesktopSpecRequest extends $dara.Model {
|
|
|
43274
43302
|
* cn-hangzhou
|
|
43275
43303
|
*/
|
|
43276
43304
|
regionId?: string;
|
|
43305
|
+
resellerOwnerUid?: number;
|
|
43277
43306
|
/**
|
|
43278
43307
|
* @remarks
|
|
43279
43308
|
* The array of resource specification templates.
|
|
@@ -44111,6 +44140,7 @@ export declare class ModifyNetworkPackageBandwidthRequest extends $dara.Model {
|
|
|
44111
44140
|
* cn-hangzhou
|
|
44112
44141
|
*/
|
|
44113
44142
|
regionId?: string;
|
|
44143
|
+
resellerOwnerUid?: number;
|
|
44114
44144
|
static names(): {
|
|
44115
44145
|
[key: string]: string;
|
|
44116
44146
|
};
|
|
@@ -46448,6 +46478,7 @@ export declare class RenewDesktopGroupRequest extends $dara.Model {
|
|
|
46448
46478
|
* cn-hangzhou
|
|
46449
46479
|
*/
|
|
46450
46480
|
regionId?: string;
|
|
46481
|
+
resellerOwnerUid?: number;
|
|
46451
46482
|
static names(): {
|
|
46452
46483
|
[key: string]: string;
|
|
46453
46484
|
};
|
|
@@ -46636,6 +46667,7 @@ export declare class RenewDesktopsRequest extends $dara.Model {
|
|
|
46636
46667
|
* cn-hangzhou
|
|
46637
46668
|
*/
|
|
46638
46669
|
regionId?: string;
|
|
46670
|
+
resellerOwnerUid?: number;
|
|
46639
46671
|
/**
|
|
46640
46672
|
* @remarks
|
|
46641
46673
|
* > This field is not available for public use.
|
|
@@ -46782,6 +46814,7 @@ export declare class RenewNetworkPackagesRequest extends $dara.Model {
|
|
|
46782
46814
|
* cn-hangzhou
|
|
46783
46815
|
*/
|
|
46784
46816
|
regionId?: string;
|
|
46817
|
+
resellerOwnerUid?: number;
|
|
46785
46818
|
static names(): {
|
|
46786
46819
|
[key: string]: string;
|
|
46787
46820
|
};
|
|
@@ -49915,12 +49948,16 @@ export default class Client extends OpenApi {
|
|
|
49915
49948
|
*/
|
|
49916
49949
|
createCdsFileShareLink(request: CreateCdsFileShareLinkRequest): Promise<CreateCdsFileShareLinkResponse>;
|
|
49917
49950
|
/**
|
|
49951
|
+
* 创建无地域策略
|
|
49952
|
+
*
|
|
49918
49953
|
* @param request - CreateCenterPolicyRequest
|
|
49919
49954
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
49920
49955
|
* @returns CreateCenterPolicyResponse
|
|
49921
49956
|
*/
|
|
49922
49957
|
createCenterPolicyWithOptions(request: CreateCenterPolicyRequest, runtime: $dara.RuntimeOptions): Promise<CreateCenterPolicyResponse>;
|
|
49923
49958
|
/**
|
|
49959
|
+
* 创建无地域策略
|
|
49960
|
+
*
|
|
49924
49961
|
* @param request - CreateCenterPolicyRequest
|
|
49925
49962
|
* @returns CreateCenterPolicyResponse
|
|
49926
49963
|
*/
|