tencentcloud-sdk-nodejs-cynosdb 4.1.70 → 4.1.78

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-cynosdb",
3
- "version": "4.1.70",
3
+ "version": "4.1.78",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -4603,6 +4603,10 @@ export interface SlaveZoneAttrItem {
4603
4603
  * binlog同步方式
4604
4604
  */
4605
4605
  BinlogSyncWay?: string;
4606
+ /**
4607
+ * 半同步超时时间,单位ms
4608
+ */
4609
+ SemiSyncTimeout?: number;
4606
4610
  }
4607
4611
  /**
4608
4612
  * 日志投递信息
@@ -7901,6 +7905,10 @@ export interface ModifyClusterSlaveZoneRequest {
7901
7905
  * binlog同步方式。默认值:async。可选值:sync、semisync、async
7902
7906
  */
7903
7907
  BinlogSyncWay?: string;
7908
+ /**
7909
+ * 半同步超时时间,单位ms。为保证业务稳定性,半同步复制存在退化逻辑,当主可用区集群在等待备可用区集群确认事务时若超过该超时时间,复制方式将降为异步复制。最低设置为1000ms,最高支持4294967295ms,默认10000ms。
7910
+ */
7911
+ SemiSyncTimeout?: number;
7904
7912
  }
7905
7913
  /**
7906
7914
  * DescribeInstanceErrorLogs返回参数结构体
@@ -8997,6 +9005,10 @@ export interface AddClusterSlaveZoneRequest {
8997
9005
  * binlog同步方式。默认值:async。可选值:sync、semisync、async
8998
9006
  */
8999
9007
  BinlogSyncWay?: string;
9008
+ /**
9009
+ * 半同步超时时间,单位ms。为保证业务稳定性,半同步复制存在退化逻辑,当主可用区集群在等待备可用区集群确认事务时若超过该超时时间,复制方式将降为异步复制。最低设置为1000ms,最高支持4294967295ms,默认10000ms。
9010
+ */
9011
+ SemiSyncTimeout?: number;
9000
9012
  }
9001
9013
  /**
9002
9014
  * 回滚数据库信息