@alicloud/rds20140815 15.8.0 → 15.8.1

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
  }