@alicloud/sae20190506 2.10.4 → 2.10.5

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
@@ -7452,6 +7452,12 @@ class Client extends openapi_core_1.default {
7452
7452
  if (!$dara.isNull(request.deploy)) {
7453
7453
  query["Deploy"] = request.deploy;
7454
7454
  }
7455
+ if (!$dara.isNull(request.minReadyInstanceRatio)) {
7456
+ query["MinReadyInstanceRatio"] = request.minReadyInstanceRatio;
7457
+ }
7458
+ if (!$dara.isNull(request.minReadyInstances)) {
7459
+ query["MinReadyInstances"] = request.minReadyInstances;
7460
+ }
7455
7461
  if (!$dara.isNull(request.vSwitchId)) {
7456
7462
  query["VSwitchId"] = request.vSwitchId;
7457
7463
  }