@alicloud/rds20140815 15.8.0 → 15.8.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
@@ -22553,6 +22553,9 @@ class Client extends openapi_core_1.default {
22553
22553
  if (!$dara.isNull(request.dbEndpointAliases)) {
22554
22554
  query["DbEndpointAliases"] = request.dbEndpointAliases;
22555
22555
  }
22556
+ if (!$dara.isNull(request.dbEndpointCostThresholdForDuckdb)) {
22557
+ query["DbEndpointCostThresholdForDuckdb"] = request.dbEndpointCostThresholdForDuckdb;
22558
+ }
22556
22559
  if (!$dara.isNull(request.dbEndpointMinSlaveCount)) {
22557
22560
  query["DbEndpointMinSlaveCount"] = request.dbEndpointMinSlaveCount;
22558
22561
  }
@@ -27734,6 +27737,9 @@ class Client extends openapi_core_1.default {
27734
27737
  if (!$dara.isNull(request.autoUseCoupon)) {
27735
27738
  query["AutoUseCoupon"] = request.autoUseCoupon;
27736
27739
  }
27740
+ if (!$dara.isNull(request.businessInfo)) {
27741
+ query["BusinessInfo"] = request.businessInfo;
27742
+ }
27737
27743
  if (!$dara.isNull(request.clientToken)) {
27738
27744
  query["ClientToken"] = request.clientToken;
27739
27745
  }