tencentcloud-sdk-nodejs-cynosdb 4.1.139 → 4.1.140

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.139",
3
+ "version": "4.1.140",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2434,7 +2434,9 @@ export interface CreateClustersRequest {
2434
2434
  */
2435
2435
  Port?: number;
2436
2436
  /**
2437
- * 计费模式,按量计费:0,包年包月:1。默认按量计费。
2437
+ * 计费模式,支持值为01,默认值为0。
2438
+ 取值为0,表示按量计费。
2439
+ 取值为1,表示包年包月。
2438
2440
  */
2439
2441
  PayMode?: number;
2440
2442
  /**
@@ -7049,7 +7051,7 @@ export interface OpenClusterReadOnlyInstanceGroupAccessResponse {
7049
7051
  */
7050
7052
  export interface QueryParamFilter {
7051
7053
  /**
7052
- * 搜索字段,目前支持:"InstanceId", "ProjectId", "InstanceName", "Vip"
7054
+ * 搜索字段,目前支持:ProxyGroupId
7053
7055
  */
7054
7056
  Names: Array<string>;
7055
7057
  /**