@alicloud/sae20190506 2.12.1 → 2.12.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
@@ -7529,6 +7529,9 @@ class Client extends openapi_core_1.default {
7529
7529
  if (!$dara.isNull(request.scalingRuleTimer)) {
7530
7530
  query["ScalingRuleTimer"] = request.scalingRuleTimer;
7531
7531
  }
7532
+ if (!$dara.isNull(request.scalingRuleType)) {
7533
+ query["ScalingRuleType"] = request.scalingRuleType;
7534
+ }
7532
7535
  let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
7533
7536
  headers: headers,
7534
7537
  query: openapi_core_2.OpenApiUtil.query(query),