@alicloud/ecd20200930 4.11.1 → 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 CHANGED
@@ -6951,6 +6951,9 @@ class Client extends openapi_core_1.default {
6951
6951
  if (!$dara.isNull(request.imageId)) {
6952
6952
  query["ImageId"] = request.imageId;
6953
6953
  }
6954
+ if (!$dara.isNull(request.includeAutoSnapshotPolicy)) {
6955
+ query["IncludeAutoSnapshotPolicy"] = request.includeAutoSnapshotPolicy;
6956
+ }
6954
6957
  if (!$dara.isNull(request.managementFlag)) {
6955
6958
  query["ManagementFlag"] = request.managementFlag;
6956
6959
  }
@@ -8017,6 +8020,9 @@ class Client extends openapi_core_1.default {
8017
8020
  if (!$dara.isNull(request.instanceType)) {
8018
8021
  query["InstanceType"] = request.instanceType;
8019
8022
  }
8023
+ if (!$dara.isNull(request.promotionId)) {
8024
+ query["PromotionId"] = request.promotionId;
8025
+ }
8020
8026
  if (!$dara.isNull(request.regionId)) {
8021
8027
  query["RegionId"] = request.regionId;
8022
8028
  }
@@ -8771,6 +8777,9 @@ class Client extends openapi_core_1.default {
8771
8777
  if (!$dara.isNull(request.periodUnit)) {
8772
8778
  query["PeriodUnit"] = request.periodUnit;
8773
8779
  }
8780
+ if (!$dara.isNull(request.promotionId)) {
8781
+ query["PromotionId"] = request.promotionId;
8782
+ }
8774
8783
  if (!$dara.isNull(request.regionId)) {
8775
8784
  query["RegionId"] = request.regionId;
8776
8785
  }