@alicloud/ecs20140526 7.4.1 → 7.4.2

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
@@ -2668,6 +2668,9 @@ class Client extends openapi_core_1.default {
2668
2668
  if (!$dara.isNull(request.excessCapacityTerminationPolicy)) {
2669
2669
  query["ExcessCapacityTerminationPolicy"] = request.excessCapacityTerminationPolicy;
2670
2670
  }
2671
+ if (!$dara.isNull(request.executionMode)) {
2672
+ query["ExecutionMode"] = request.executionMode;
2673
+ }
2671
2674
  if (!$dara.isNull(request.hibernationOptionsConfigured)) {
2672
2675
  query["HibernationOptionsConfigured"] = request.hibernationOptionsConfigured;
2673
2676
  }