tencentcloud-sdk-nodejs-cynosdb 4.1.18 → 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.18",
3
+ "version": "4.1.19",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1194,6 +1194,14 @@ export interface ModifyInstanceData {
1194
1194
  * 升级方式。升级完成后切换或维护时间内切换
1195
1195
  */
1196
1196
  UpgradeType?: string;
1197
+ /**
1198
+ * libra节点数量
1199
+ */
1200
+ LibraNodeCount?: number;
1201
+ /**
1202
+ * 原libra节点数量
1203
+ */
1204
+ OldLibraNodeCount?: number;
1197
1205
  }
1198
1206
  /**
1199
1207
  * DescribeInstanceParams请求参数结构体
@@ -2844,6 +2852,10 @@ export interface ModifyParamItem {
2844
2852
  * 参数旧值(只在出参时有用)
2845
2853
  */
2846
2854
  OldValue?: string;
2855
+ /**
2856
+ * libra组件类型
2857
+ */
2858
+ Component?: string;
2847
2859
  }
2848
2860
  /**
2849
2861
  * AssociateSecurityGroups请求参数结构体