@alicloud/adb20211201 4.6.0 → 4.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
@@ -1090,6 +1090,9 @@ class Client extends openapi_core_1.default {
1090
1090
  if (!$dara.isNull(request.DBClusterId)) {
1091
1091
  body["DBClusterId"] = request.DBClusterId;
1092
1092
  }
1093
+ if (!$dara.isNull(request.dataFormatType)) {
1094
+ body["DataFormatType"] = request.dataFormatType;
1095
+ }
1093
1096
  if (!$dara.isNull(request.dataOutputFormat)) {
1094
1097
  body["DataOutputFormat"] = request.dataOutputFormat;
1095
1098
  }