@alicloud/polardb20170801 6.1.6 → 6.1.8

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
@@ -56,12 +56,9 @@ class Client extends openapi_core_1.default {
56
56
  'cn-hangzhou': "polardb.aliyuncs.com",
57
57
  'cn-shanghai': "polardb.aliyuncs.com",
58
58
  'cn-shenzhen': "polardb.aliyuncs.com",
59
- 'cn-guangzhou': "polardb.aliyuncs.com",
60
- 'cn-hongkong': "polardb.aliyuncs.com",
59
+ 'cn-heyuan': "polardb.aliyuncs.com",
61
60
  'cn-hangzhou-finance': "polardb.aliyuncs.com",
62
61
  'cn-shanghai-finance-1': "polardb.aliyuncs.com",
63
- 'cn-shenzhen-finance-1': "polardb.aliyuncs.com",
64
- 'cn-north-2-gov-1': "polardb.aliyuncs.com",
65
62
  'ap-northeast-2-pop': "polardb.aliyuncs.com",
66
63
  'cn-beijing-finance-1': "polardb.aliyuncs.com",
67
64
  'cn-beijing-finance-pop': "polardb.aliyuncs.com",
@@ -8413,6 +8410,9 @@ class Client extends openapi_core_1.default {
8413
8410
  if (!$dara.isNull(request.DBName)) {
8414
8411
  query["DBName"] = request.DBName;
8415
8412
  }
8413
+ if (!$dara.isNull(request.extensionName)) {
8414
+ query["ExtensionName"] = request.extensionName;
8415
+ }
8416
8416
  if (!$dara.isNull(request.ownerAccount)) {
8417
8417
  query["OwnerAccount"] = request.ownerAccount;
8418
8418
  }