tencentcloud-sdk-nodejs-cynosdb 4.1.9 → 4.1.19

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.9",
3
+ "version": "4.1.19",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1078,6 +1078,14 @@ export interface CynosdbInstance {
1078
1078
  * 实例存储类型
1079
1079
  */
1080
1080
  InstanceStorageType?: string;
1081
+ /**
1082
+ * 未知字段
1083
+ */
1084
+ CynosVersionTag?: string;
1085
+ /**
1086
+ * libradb 节点信息
1087
+ */
1088
+ NodeList?: Array<string>;
1081
1089
  }
1082
1090
  /**
1083
1091
  * DescribeClusterPasswordComplexity返回参数结构体
@@ -1186,6 +1194,14 @@ export interface ModifyInstanceData {
1186
1194
  * 升级方式。升级完成后切换或维护时间内切换
1187
1195
  */
1188
1196
  UpgradeType?: string;
1197
+ /**
1198
+ * libra节点数量
1199
+ */
1200
+ LibraNodeCount?: number;
1201
+ /**
1202
+ * 原libra节点数量
1203
+ */
1204
+ OldLibraNodeCount?: number;
1189
1205
  }
1190
1206
  /**
1191
1207
  * DescribeInstanceParams请求参数结构体
@@ -2836,6 +2852,10 @@ export interface ModifyParamItem {
2836
2852
  * 参数旧值(只在出参时有用)
2837
2853
  */
2838
2854
  OldValue?: string;
2855
+ /**
2856
+ * libra组件类型
2857
+ */
2858
+ Component?: string;
2839
2859
  }
2840
2860
  /**
2841
2861
  * AssociateSecurityGroups请求参数结构体
@@ -7402,6 +7422,10 @@ export interface CreateAuditLogFileRequest {
7402
7422
  * 审计日志过滤条件
7403
7423
  */
7404
7424
  LogFilter?: Array<InstanceAuditLogFilter>;
7425
+ /**
7426
+ * 审计日志列
7427
+ */
7428
+ ColumnFilter?: Array<string>;
7405
7429
  }
7406
7430
  /**
7407
7431
  * ModifyClusterSlaveZone请求参数结构体
@@ -8146,6 +8170,10 @@ export interface ClusterInstanceDetail {
8146
8170
  * 数据库类型
8147
8171
  */
8148
8172
  DbMode?: string;
8173
+ /**
8174
+ * 节点列表
8175
+ */
8176
+ NodeList?: Array<string>;
8149
8177
  }
8150
8178
  /**
8151
8179
  * 集群从可用区信息