@alicloud/dts20200101 1.8.4 → 1.8.5

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
@@ -8070,6 +8070,9 @@ class Client extends openapi_core_1.default {
8070
8070
  async transferInstanceClassWithOptions(request, runtime) {
8071
8071
  request.validate();
8072
8072
  let query = {};
8073
+ if (!$dara.isNull(request.databaseCount)) {
8074
+ query["DatabaseCount"] = request.databaseCount;
8075
+ }
8073
8076
  if (!$dara.isNull(request.dtsJobId)) {
8074
8077
  query["DtsJobId"] = request.dtsJobId;
8075
8078
  }