@alicloud/ecd20200930 4.11.2 → 4.11.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.js +6 -0
- package/dist/client.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 +8 -0
- package/src/models/DescribeModificationPriceRequest.ts +3 -0
- package/src/models/DescribeRenewalPriceRequest.ts +3 -0
package/dist/client.js
CHANGED
|
@@ -8020,6 +8020,9 @@ class Client extends openapi_core_1.default {
|
|
|
8020
8020
|
if (!$dara.isNull(request.instanceType)) {
|
|
8021
8021
|
query["InstanceType"] = request.instanceType;
|
|
8022
8022
|
}
|
|
8023
|
+
if (!$dara.isNull(request.promotionId)) {
|
|
8024
|
+
query["PromotionId"] = request.promotionId;
|
|
8025
|
+
}
|
|
8023
8026
|
if (!$dara.isNull(request.regionId)) {
|
|
8024
8027
|
query["RegionId"] = request.regionId;
|
|
8025
8028
|
}
|
|
@@ -8774,6 +8777,9 @@ class Client extends openapi_core_1.default {
|
|
|
8774
8777
|
if (!$dara.isNull(request.periodUnit)) {
|
|
8775
8778
|
query["PeriodUnit"] = request.periodUnit;
|
|
8776
8779
|
}
|
|
8780
|
+
if (!$dara.isNull(request.promotionId)) {
|
|
8781
|
+
query["PromotionId"] = request.promotionId;
|
|
8782
|
+
}
|
|
8777
8783
|
if (!$dara.isNull(request.regionId)) {
|
|
8778
8784
|
query["RegionId"] = request.regionId;
|
|
8779
8785
|
}
|