tencentcloud-sdk-nodejs-cynosdb 4.1.310 → 4.1.315

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.310",
3
+ "version": "4.1.315",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -417,9 +417,13 @@ export interface ModifyBackupDownloadRestrictionResponse {
417
417
  */
418
418
  export interface UpgradeClusterVersionResponse {
419
419
  /**
420
- * 异步任务id
420
+ * <p>异步任务id</p>
421
421
  */
422
422
  FlowId?: number;
423
+ /**
424
+ * <p>任务 ID</p>
425
+ */
426
+ TaskId?: number;
423
427
  /**
424
428
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
425
429
  */
@@ -5000,7 +5004,7 @@ export interface AuditInstanceInfo {
5000
5004
  */
5001
5005
  export interface AddClusterSlaveZoneResponse {
5002
5006
  /**
5003
- * 异步FlowId
5007
+ * <p>异步FlowId</p>
5004
5008
  */
5005
5009
  FlowId?: number;
5006
5010
  /**
@@ -5339,15 +5343,15 @@ export interface DescribeAccountAllGrantPrivilegesResponse {
5339
5343
  */
5340
5344
  export interface ModifyDbVersionData {
5341
5345
  /**
5342
- * 修改前版本
5346
+ * <p>修改前版本</p>
5343
5347
  */
5344
5348
  OldVersion?: string;
5345
5349
  /**
5346
- * 修改后版本
5350
+ * <p>修改后版本</p>
5347
5351
  */
5348
5352
  NewVersion?: string;
5349
5353
  /**
5350
- * 升级方式
5354
+ * <p>升级方式</p>
5351
5355
  */
5352
5356
  UpgradeType?: string;
5353
5357
  }
@@ -8519,11 +8523,11 @@ export interface VaultInfo {
8519
8523
  */
8520
8524
  export interface RemoveClusterSlaveZoneRequest {
8521
8525
  /**
8522
- * 集群ID
8526
+ * <p>集群ID</p>
8523
8527
  */
8524
8528
  ClusterId: string;
8525
8529
  /**
8526
- * 从可用区
8530
+ * <p>备可用区</p>
8527
8531
  */
8528
8532
  SlaveZone: string;
8529
8533
  }
@@ -10025,7 +10029,7 @@ export interface BizTaskInfo {
10025
10029
  */
10026
10030
  export interface RemoveClusterSlaveZoneResponse {
10027
10031
  /**
10028
- * 异步FlowId
10032
+ * <p>异步FlowId</p>
10029
10033
  */
10030
10034
  FlowId?: number;
10031
10035
  /**
@@ -10318,7 +10322,7 @@ export interface DbTable {
10318
10322
  */
10319
10323
  export interface ModifyClusterSlaveZoneResponse {
10320
10324
  /**
10321
- * 异步FlowId
10325
+ * <p>异步FlowId</p>
10322
10326
  */
10323
10327
  FlowId?: number;
10324
10328
  /**
@@ -11909,23 +11913,23 @@ export interface CalculateBackupSaveSecExpiresResponse {
11909
11913
  */
11910
11914
  export interface ModifyClusterSlaveZoneRequest {
11911
11915
  /**
11912
- * 集群Id
11916
+ * <p>集群Id</p>
11913
11917
  */
11914
11918
  ClusterId: string;
11915
11919
  /**
11916
- * 旧从可用区
11920
+ * <p>旧备可用区</p>
11917
11921
  */
11918
11922
  OldSlaveZone: string;
11919
11923
  /**
11920
- * 新从可用区
11924
+ * <p>新备可用区</p>
11921
11925
  */
11922
11926
  NewSlaveZone: string;
11923
11927
  /**
11924
- * binlog同步方式。默认值:async。可选值:sync、semisync、async
11928
+ * <p>binlog同步方式。默认值:async。可选值:sync、semisync、async</p>
11925
11929
  */
11926
11930
  BinlogSyncWay?: string;
11927
11931
  /**
11928
- * 半同步超时时间,单位ms。为保证业务稳定性,半同步复制存在退化逻辑,当主可用区集群在等待备可用区集群确认事务时若超过该超时时间,复制方式将降为异步复制。最低设置为1000ms,最高支持4294967295ms,默认10000ms
11932
+ * <p>半同步超时时间,单位ms。为保证业务稳定性,半同步复制存在退化逻辑,当主可用区集群在等待备可用区集群确认事务时若超过该超时时间,复制方式将降为异步复制。最低设置为1000ms,最高支持4294967295ms,默认10000ms。</p>
11929
11933
  */
11930
11934
  SemiSyncTimeout?: number;
11931
11935
  }
@@ -13542,19 +13546,19 @@ export interface DescribeLibraDBSlowLogsRequest {
13542
13546
  */
13543
13547
  export interface AddClusterSlaveZoneRequest {
13544
13548
  /**
13545
- * 集群ID
13549
+ * <p>集群ID</p>
13546
13550
  */
13547
13551
  ClusterId: string;
13548
13552
  /**
13549
- * 从可用区
13553
+ * <p>备可用区</p>
13550
13554
  */
13551
13555
  SlaveZone: string;
13552
13556
  /**
13553
- * binlog同步方式。默认值:async。可选值:sync、semisync、async
13557
+ * <p>binlog同步方式。默认值:async。可选值:sync、semisync、async</p>
13554
13558
  */
13555
13559
  BinlogSyncWay?: string;
13556
13560
  /**
13557
- * 半同步超时时间,单位ms。为保证业务稳定性,半同步复制存在退化逻辑,当主可用区集群在等待备可用区集群确认事务时若超过该超时时间,复制方式将降为异步复制。最低设置为1000ms,最高支持4294967295ms,默认10000ms
13561
+ * <p>半同步超时时间,单位ms。为保证业务稳定性,半同步复制存在退化逻辑,当主可用区集群在等待备可用区集群确认事务时若超过该超时时间,复制方式将降为异步复制。最低设置为1000ms,最高支持4294967295ms,默认10000ms。</p>
13558
13562
  */
13559
13563
  SemiSyncTimeout?: number;
13560
13564
  }
@@ -14699,15 +14703,15 @@ export interface ModifyClusterPasswordComplexityResponse {
14699
14703
  */
14700
14704
  export interface UpgradeClusterVersionRequest {
14701
14705
  /**
14702
- * 集群id
14706
+ * <p>集群id</p>
14703
14707
  */
14704
14708
  ClusterId: string;
14705
14709
  /**
14706
- * 内核版本
14710
+ * <p>内核版本</p>
14707
14711
  */
14708
14712
  CynosVersion: string;
14709
14713
  /**
14710
- * 升级时间类型,可选:upgradeImmediate,upgradeInMaintain
14714
+ * <p>升级时间类型,可选:upgradeImmediate,upgradeInMaintain</p>
14711
14715
  */
14712
14716
  UpgradeType: string;
14713
14717
  }