@alicloud/ecd20200930 4.11.2 → 4.11.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.js +9 -0
- package/dist/client.js.map +1 -1
- package/dist/models/DescribeDesktopInfoRequest.d.ts +1 -0
- package/dist/models/DescribeDesktopInfoRequest.js +2 -0
- package/dist/models/DescribeDesktopInfoRequest.js.map +1 -1
- package/dist/models/DescribeModificationPriceRequest.d.ts +1 -0
- package/dist/models/DescribeModificationPriceRequest.js +2 -0
- package/dist/models/DescribeModificationPriceRequest.js.map +1 -1
- package/dist/models/DescribeRenewalPriceRequest.d.ts +1 -0
- package/dist/models/DescribeRenewalPriceRequest.js +2 -0
- package/dist/models/DescribeRenewalPriceRequest.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +12 -0
- package/src/models/DescribeDesktopInfoRequest.ts +3 -0
- package/src/models/DescribeModificationPriceRequest.ts +3 -0
- package/src/models/DescribeRenewalPriceRequest.ts +3 -0
|
@@ -5,6 +5,7 @@ export declare class DescribeDesktopInfoRequest extends $dara.Model {
|
|
|
5
5
|
* The IDs of the cloud computers. You can specify 1 to 100 IDs.
|
|
6
6
|
*/
|
|
7
7
|
desktopId?: string[];
|
|
8
|
+
needExtraInfo?: boolean;
|
|
8
9
|
/**
|
|
9
10
|
* @remarks
|
|
10
11
|
* The ID of the region. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/196646.html) operation to query the regions supported by Elastic Desktop Service.
|
|
@@ -40,12 +40,14 @@ class DescribeDesktopInfoRequest extends $dara.Model {
|
|
|
40
40
|
static names() {
|
|
41
41
|
return {
|
|
42
42
|
desktopId: 'DesktopId',
|
|
43
|
+
needExtraInfo: 'NeedExtraInfo',
|
|
43
44
|
regionId: 'RegionId',
|
|
44
45
|
};
|
|
45
46
|
}
|
|
46
47
|
static types() {
|
|
47
48
|
return {
|
|
48
49
|
desktopId: { 'type': 'array', 'itemType': 'string' },
|
|
50
|
+
needExtraInfo: 'boolean',
|
|
49
51
|
regionId: 'string',
|
|
50
52
|
};
|
|
51
53
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeDesktopInfoRequest.js","sourceRoot":"","sources":["../../src/models/DescribeDesktopInfoRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,0BAA2B,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"DescribeDesktopInfoRequest.js","sourceRoot":"","sources":["../../src/models/DescribeDesktopInfoRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,0BAA2B,SAAQ,KAAK,CAAC,KAAK;IAiBzD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;YACtB,aAAa,EAAE,eAAe;YAC9B,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;YACpD,aAAa,EAAE,SAAS;YACxB,QAAQ,EAAE,QAAQ;SACnB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC;YACjC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC5C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA3CD,gEA2CC"}
|
|
@@ -64,6 +64,7 @@ export declare class DescribeModificationPriceRequest extends $dara.Model {
|
|
|
64
64
|
* eds.enterprise_office.8c16g
|
|
65
65
|
*/
|
|
66
66
|
instanceType?: string;
|
|
67
|
+
promotionId?: string;
|
|
67
68
|
/**
|
|
68
69
|
* @remarks
|
|
69
70
|
* The region ID. You can call the [DescribeRegions](~~DescribeRegions~~) operation to query the list of regions where Elastic Desktop Service (EDS) Enterprise is available.
|
|
@@ -65,6 +65,7 @@ class DescribeModificationPriceRequest extends $dara.Model {
|
|
|
65
65
|
bandwidth: 'Bandwidth',
|
|
66
66
|
instanceId: 'InstanceId',
|
|
67
67
|
instanceType: 'InstanceType',
|
|
68
|
+
promotionId: 'PromotionId',
|
|
68
69
|
regionId: 'RegionId',
|
|
69
70
|
resellerOwnerUid: 'ResellerOwnerUid',
|
|
70
71
|
resourceSpecs: 'ResourceSpecs',
|
|
@@ -78,6 +79,7 @@ class DescribeModificationPriceRequest extends $dara.Model {
|
|
|
78
79
|
bandwidth: 'number',
|
|
79
80
|
instanceId: 'string',
|
|
80
81
|
instanceType: 'string',
|
|
82
|
+
promotionId: 'string',
|
|
81
83
|
regionId: 'string',
|
|
82
84
|
resellerOwnerUid: 'number',
|
|
83
85
|
resourceSpecs: { 'type': 'array', 'itemType': DescribeModificationPriceRequestResourceSpecs },
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeModificationPriceRequest.js","sourceRoot":"","sources":["../../src/models/DescribeModificationPriceRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,6CAA8C,SAAQ,KAAK,CAAC,KAAK;IAI5E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;YACtB,eAAe,EAAE,iBAAiB;YAClC,eAAe,EAAE,iBAAiB;SACnC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,QAAQ;YACnB,eAAe,EAAE,QAAQ;YACzB,eAAe,EAAE,QAAQ;SAC1B,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA3BD,sGA2BC;AAED,MAAa,gCAAiC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"DescribeModificationPriceRequest.js","sourceRoot":"","sources":["../../src/models/DescribeModificationPriceRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,6CAA8C,SAAQ,KAAK,CAAC,KAAK;IAI5E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;YACtB,eAAe,EAAE,iBAAiB;YAClC,eAAe,EAAE,iBAAiB;SACnC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,QAAQ;YACnB,eAAe,EAAE,QAAQ;YACzB,eAAe,EAAE,QAAQ;SAC1B,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA3BD,sGA2BC;AAED,MAAa,gCAAiC,SAAQ,KAAK,CAAC,KAAK;IA+F/D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;YACtB,UAAU,EAAE,YAAY;YACxB,YAAY,EAAE,cAAc;YAC5B,WAAW,EAAE,aAAa;YAC1B,QAAQ,EAAE,UAAU;YACpB,gBAAgB,EAAE,kBAAkB;YACpC,aAAa,EAAE,eAAe;YAC9B,YAAY,EAAE,cAAc;YAC5B,eAAe,EAAE,iBAAiB;YAClC,eAAe,EAAE,iBAAiB;SACnC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,QAAQ;YACnB,UAAU,EAAE,QAAQ;YACpB,YAAY,EAAE,QAAQ;YACtB,WAAW,EAAE,QAAQ;YACrB,QAAQ,EAAE,QAAQ;YAClB,gBAAgB,EAAE,QAAQ;YAC1B,aAAa,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,6CAA6C,EAAE;YAC7F,YAAY,EAAE,QAAQ;YACtB,eAAe,EAAE,QAAQ;YACzB,eAAe,EAAE,QAAQ;SAC1B,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,aAAa,CAAC,EAAE,CAAC;YACrC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;QAChD,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAvID,4EAuIC"}
|
|
@@ -43,6 +43,7 @@ export declare class DescribeRenewalPriceRequest extends $dara.Model {
|
|
|
43
43
|
* Month
|
|
44
44
|
*/
|
|
45
45
|
periodUnit?: string;
|
|
46
|
+
promotionId?: string;
|
|
46
47
|
/**
|
|
47
48
|
* @remarks
|
|
48
49
|
* The region ID. You can call the [DescribeRegions](~~DescribeRegions~~) operation to query the list of regions where Elastic Desktop Service (EDS) Enterprise is available.
|
|
@@ -43,6 +43,7 @@ class DescribeRenewalPriceRequest extends $dara.Model {
|
|
|
43
43
|
instanceIds: 'InstanceIds',
|
|
44
44
|
period: 'Period',
|
|
45
45
|
periodUnit: 'PeriodUnit',
|
|
46
|
+
promotionId: 'PromotionId',
|
|
46
47
|
regionId: 'RegionId',
|
|
47
48
|
resellerOwnerUid: 'ResellerOwnerUid',
|
|
48
49
|
resourceType: 'ResourceType',
|
|
@@ -54,6 +55,7 @@ class DescribeRenewalPriceRequest extends $dara.Model {
|
|
|
54
55
|
instanceIds: { 'type': 'array', 'itemType': 'string' },
|
|
55
56
|
period: 'number',
|
|
56
57
|
periodUnit: 'string',
|
|
58
|
+
promotionId: 'string',
|
|
57
59
|
regionId: 'string',
|
|
58
60
|
resellerOwnerUid: 'number',
|
|
59
61
|
resourceType: 'string',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeRenewalPriceRequest.js","sourceRoot":"","sources":["../../src/models/DescribeRenewalPriceRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,2BAA4B,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"DescribeRenewalPriceRequest.js","sourceRoot":"","sources":["../../src/models/DescribeRenewalPriceRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,2BAA4B,SAAQ,KAAK,CAAC,KAAK;IAsE1D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,YAAY;YACxB,WAAW,EAAE,aAAa;YAC1B,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,YAAY;YACxB,WAAW,EAAE,aAAa;YAC1B,QAAQ,EAAE,UAAU;YACpB,gBAAgB,EAAE,kBAAkB;YACpC,YAAY,EAAE,cAAc;SAC7B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,QAAQ;YACpB,WAAW,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;YACtD,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,WAAW,EAAE,QAAQ;YACrB,QAAQ,EAAE,QAAQ;YAClB,gBAAgB,EAAE,QAAQ;YAC1B,YAAY,EAAE,QAAQ;SACvB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC;YACnC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC9C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA1GD,kEA0GC"}
|
package/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -7551,6 +7551,10 @@ export default class Client extends OpenApi {
|
|
|
7551
7551
|
query["DesktopId"] = request.desktopId;
|
|
7552
7552
|
}
|
|
7553
7553
|
|
|
7554
|
+
if (!$dara.isNull(request.needExtraInfo)) {
|
|
7555
|
+
query["NeedExtraInfo"] = request.needExtraInfo;
|
|
7556
|
+
}
|
|
7557
|
+
|
|
7554
7558
|
if (!$dara.isNull(request.regionId)) {
|
|
7555
7559
|
query["RegionId"] = request.regionId;
|
|
7556
7560
|
}
|
|
@@ -9287,6 +9291,10 @@ export default class Client extends OpenApi {
|
|
|
9287
9291
|
query["InstanceType"] = request.instanceType;
|
|
9288
9292
|
}
|
|
9289
9293
|
|
|
9294
|
+
if (!$dara.isNull(request.promotionId)) {
|
|
9295
|
+
query["PromotionId"] = request.promotionId;
|
|
9296
|
+
}
|
|
9297
|
+
|
|
9290
9298
|
if (!$dara.isNull(request.regionId)) {
|
|
9291
9299
|
query["RegionId"] = request.regionId;
|
|
9292
9300
|
}
|
|
@@ -10157,6 +10165,10 @@ export default class Client extends OpenApi {
|
|
|
10157
10165
|
query["PeriodUnit"] = request.periodUnit;
|
|
10158
10166
|
}
|
|
10159
10167
|
|
|
10168
|
+
if (!$dara.isNull(request.promotionId)) {
|
|
10169
|
+
query["PromotionId"] = request.promotionId;
|
|
10170
|
+
}
|
|
10171
|
+
|
|
10160
10172
|
if (!$dara.isNull(request.regionId)) {
|
|
10161
10173
|
query["RegionId"] = request.regionId;
|
|
10162
10174
|
}
|
|
@@ -8,6 +8,7 @@ export class DescribeDesktopInfoRequest extends $dara.Model {
|
|
|
8
8
|
* The IDs of the cloud computers. You can specify 1 to 100 IDs.
|
|
9
9
|
*/
|
|
10
10
|
desktopId?: string[];
|
|
11
|
+
needExtraInfo?: boolean;
|
|
11
12
|
/**
|
|
12
13
|
* @remarks
|
|
13
14
|
* The ID of the region. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/196646.html) operation to query the regions supported by Elastic Desktop Service.
|
|
@@ -21,6 +22,7 @@ export class DescribeDesktopInfoRequest extends $dara.Model {
|
|
|
21
22
|
static names(): { [key: string]: string } {
|
|
22
23
|
return {
|
|
23
24
|
desktopId: 'DesktopId',
|
|
25
|
+
needExtraInfo: 'NeedExtraInfo',
|
|
24
26
|
regionId: 'RegionId',
|
|
25
27
|
};
|
|
26
28
|
}
|
|
@@ -28,6 +30,7 @@ export class DescribeDesktopInfoRequest extends $dara.Model {
|
|
|
28
30
|
static types(): { [key: string]: any } {
|
|
29
31
|
return {
|
|
30
32
|
desktopId: { 'type': 'array', 'itemType': 'string' },
|
|
33
|
+
needExtraInfo: 'boolean',
|
|
31
34
|
regionId: 'string',
|
|
32
35
|
};
|
|
33
36
|
}
|
|
@@ -81,6 +81,7 @@ export class DescribeModificationPriceRequest extends $dara.Model {
|
|
|
81
81
|
* eds.enterprise_office.8c16g
|
|
82
82
|
*/
|
|
83
83
|
instanceType?: string;
|
|
84
|
+
promotionId?: string;
|
|
84
85
|
/**
|
|
85
86
|
* @remarks
|
|
86
87
|
* The region ID. You can call the [DescribeRegions](~~DescribeRegions~~) operation to query the list of regions where Elastic Desktop Service (EDS) Enterprise is available.
|
|
@@ -130,6 +131,7 @@ export class DescribeModificationPriceRequest extends $dara.Model {
|
|
|
130
131
|
bandwidth: 'Bandwidth',
|
|
131
132
|
instanceId: 'InstanceId',
|
|
132
133
|
instanceType: 'InstanceType',
|
|
134
|
+
promotionId: 'PromotionId',
|
|
133
135
|
regionId: 'RegionId',
|
|
134
136
|
resellerOwnerUid: 'ResellerOwnerUid',
|
|
135
137
|
resourceSpecs: 'ResourceSpecs',
|
|
@@ -144,6 +146,7 @@ export class DescribeModificationPriceRequest extends $dara.Model {
|
|
|
144
146
|
bandwidth: 'number',
|
|
145
147
|
instanceId: 'string',
|
|
146
148
|
instanceType: 'string',
|
|
149
|
+
promotionId: 'string',
|
|
147
150
|
regionId: 'string',
|
|
148
151
|
resellerOwnerUid: 'number',
|
|
149
152
|
resourceSpecs: { 'type': 'array', 'itemType': DescribeModificationPriceRequestResourceSpecs },
|
|
@@ -46,6 +46,7 @@ export class DescribeRenewalPriceRequest extends $dara.Model {
|
|
|
46
46
|
* Month
|
|
47
47
|
*/
|
|
48
48
|
periodUnit?: string;
|
|
49
|
+
promotionId?: string;
|
|
49
50
|
/**
|
|
50
51
|
* @remarks
|
|
51
52
|
* The region ID. You can call the [DescribeRegions](~~DescribeRegions~~) operation to query the list of regions where Elastic Desktop Service (EDS) Enterprise is available.
|
|
@@ -77,6 +78,7 @@ export class DescribeRenewalPriceRequest extends $dara.Model {
|
|
|
77
78
|
instanceIds: 'InstanceIds',
|
|
78
79
|
period: 'Period',
|
|
79
80
|
periodUnit: 'PeriodUnit',
|
|
81
|
+
promotionId: 'PromotionId',
|
|
80
82
|
regionId: 'RegionId',
|
|
81
83
|
resellerOwnerUid: 'ResellerOwnerUid',
|
|
82
84
|
resourceType: 'ResourceType',
|
|
@@ -89,6 +91,7 @@ export class DescribeRenewalPriceRequest extends $dara.Model {
|
|
|
89
91
|
instanceIds: { 'type': 'array', 'itemType': 'string' },
|
|
90
92
|
period: 'number',
|
|
91
93
|
periodUnit: 'string',
|
|
94
|
+
promotionId: 'string',
|
|
92
95
|
regionId: 'string',
|
|
93
96
|
resellerOwnerUid: 'number',
|
|
94
97
|
resourceType: 'string',
|