@alicloud/adb20211201 4.2.2 → 4.2.3

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
@@ -6671,6 +6671,9 @@ class Client extends openapi_core_1.default {
6671
6671
  if (!$dara.isNull(request.DBClusterId)) {
6672
6672
  query["DBClusterId"] = request.DBClusterId;
6673
6673
  }
6674
+ if (!$dara.isNull(request.module)) {
6675
+ query["Module"] = request.module;
6676
+ }
6674
6677
  if (!$dara.isNull(request.regionId)) {
6675
6678
  query["RegionId"] = request.regionId;
6676
6679
  }