@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 +3 -0
- package/dist/client.js.map +1 -1
- package/dist/models/DescribeDbproxyEndpointResponseBody.d.ts +1 -0
- package/dist/models/DescribeDbproxyEndpointResponseBody.js +2 -0
- package/dist/models/DescribeDbproxyEndpointResponseBody.js.map +1 -1
- package/dist/models/ModifyDbproxyEndpointRequest.d.ts +1 -0
- package/dist/models/ModifyDbproxyEndpointRequest.js +2 -0
- package/dist/models/ModifyDbproxyEndpointRequest.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +4 -0
- package/src/models/DescribeDbproxyEndpointResponseBody.ts +3 -0
- package/src/models/ModifyDbproxyEndpointRequest.ts +3 -0
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
|
}
|