@alicloud/polardb20170801 6.2.0 → 6.2.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
@@ -1475,6 +1475,9 @@ class Client extends openapi_core_1.default {
1475
1475
  if (!$dara.isNull(request.architecture)) {
1476
1476
  query["Architecture"] = request.architecture;
1477
1477
  }
1478
+ if (!$dara.isNull(request.autoCreatePolarFs)) {
1479
+ query["AutoCreatePolarFs"] = request.autoCreatePolarFs;
1480
+ }
1478
1481
  if (!$dara.isNull(request.autoRenew)) {
1479
1482
  query["AutoRenew"] = request.autoRenew;
1480
1483
  }