tencentcloud-sdk-nodejs-cdb 4.1.161 → 4.1.167

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-cdb",
3
- "version": "4.1.161",
3
+ "version": "4.1.167",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -4037,7 +4037,7 @@ export interface DescribeDBInstanceConfigResponse {
4037
4037
  */
4038
4038
  DeployMode?: number;
4039
4039
  /**
4040
- * 实例可用区信息,格式如 "ap-shanghai-1"。
4040
+ * 实例可用区信息,格式如 "ap-shanghai-2"。
4041
4041
  */
4042
4042
  Zone?: string;
4043
4043
  /**
@@ -4068,7 +4068,7 @@ export interface SlaveConfig {
4068
4068
  */
4069
4069
  ReplicationMode?: string;
4070
4070
  /**
4071
- * 从库可用区的正式名称,如ap-shanghai-1
4071
+ * 从库可用区的正式名称,如 ap-shanghai-2
4072
4072
  */
4073
4073
  Zone?: string;
4074
4074
  }
@@ -7340,7 +7340,7 @@ export interface RoInstanceInfo {
7340
7340
  */
7341
7341
  Region?: string;
7342
7342
  /**
7343
- * RO可用区的正式名称,如ap-shanghai-1
7343
+ * RO可用区的正式名称,如 ap-shanghai-2
7344
7344
  */
7345
7345
  Zone?: string;
7346
7346
  /**
@@ -10356,7 +10356,7 @@ export interface BackupConfig {
10356
10356
  */
10357
10357
  ReplicationMode?: string;
10358
10358
  /**
10359
- * 第二个从库可用区的正式名称,如ap-shanghai-1
10359
+ * 第二个从库可用区的正式名称,如 ap-shanghai-2
10360
10360
  */
10361
10361
  Zone?: string;
10362
10362
  /**