@alicloud/polardb20170801 6.6.0 → 6.6.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
@@ -13654,6 +13654,9 @@ class Client extends openapi_core_1.default {
13654
13654
  async modifyDBClusterAndNodesParametersWithOptions(request, runtime) {
13655
13655
  request.validate();
13656
13656
  let query = {};
13657
+ if (!$dara.isNull(request.clearBinlog)) {
13658
+ query["ClearBinlog"] = request.clearBinlog;
13659
+ }
13657
13660
  if (!$dara.isNull(request.DBClusterId)) {
13658
13661
  query["DBClusterId"] = request.DBClusterId;
13659
13662
  }
@@ -14433,6 +14436,9 @@ class Client extends openapi_core_1.default {
14433
14436
  async modifyDBClusterParametersWithOptions(request, runtime) {
14434
14437
  request.validate();
14435
14438
  let query = {};
14439
+ if (!$dara.isNull(request.clearBinlog)) {
14440
+ query["ClearBinlog"] = request.clearBinlog;
14441
+ }
14436
14442
  if (!$dara.isNull(request.DBClusterId)) {
14437
14443
  query["DBClusterId"] = request.DBClusterId;
14438
14444
  }