tencentcloud-sdk-nodejs-cynosdb 4.1.138 → 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.138",
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
  /**
@@ -3848,7 +3850,7 @@ export interface DescribeDBSecurityGroupsRequest {
3848
3850
  */
3849
3851
  InstanceId?: string;
3850
3852
  /**
3851
- * 实例组ID(InstanceId与InstanceGroupId必须任选一个传入)
3853
+ * 实例组 ID,可通过 [DescribeClusterInstanceGroups](https://cloud.tencent.com/document/product/1003/103934) 接口查询。
3852
3854
  */
3853
3855
  InstanceGroupId?: string;
3854
3856
  }
@@ -5078,6 +5080,14 @@ export interface DescribeClusterTransparentEncryptInfoResponse {
5078
5080
 
5079
5081
  */
5080
5082
  KeyRegion?: string;
5083
+ /**
5084
+ * 秘钥类型
5085
+ */
5086
+ KeyType?: string;
5087
+ /**
5088
+ * 是否已经开启全局加密
5089
+ */
5090
+ IsOpenGlobalEncryption?: boolean;
5081
5091
  /**
5082
5092
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5083
5093
  */
@@ -5513,6 +5523,10 @@ export interface OpenClusterTransparentEncryptRequest {
5513
5523
  * 秘钥地域
5514
5524
  */
5515
5525
  KeyRegion?: string;
5526
+ /**
5527
+ * 是否开启全局加密
5528
+ */
5529
+ IsOpenGlobalEncryption?: boolean;
5516
5530
  }
5517
5531
  /**
5518
5532
  * ReloadBalanceProxyNode请求参数结构体
@@ -6877,6 +6891,22 @@ export interface Ability {
6877
6891
  * 是否支持手动发起逻辑备份
6878
6892
  */
6879
6893
  IsSupportManualLogic?: string;
6894
+ /**
6895
+ * 是否支持开启全局加密
6896
+ */
6897
+ IsSupportGlobalEncryption?: string;
6898
+ /**
6899
+ * 不支持全局加密的原因
6900
+ */
6901
+ NoSupportGlobalEncryptionReason?: string;
6902
+ /**
6903
+ * 不支持透明加密原因状态码
6904
+ */
6905
+ NoSupportTransparentDataEncryptionReasonCode?: string;
6906
+ /**
6907
+ * 不支持全局加密原因状态码
6908
+ */
6909
+ NoSupportGlobalEncryptionReasonCode?: string;
6880
6910
  }
6881
6911
  /**
6882
6912
  * 实例初始化配置信息
@@ -7021,7 +7051,7 @@ export interface OpenClusterReadOnlyInstanceGroupAccessResponse {
7021
7051
  */
7022
7052
  export interface QueryParamFilter {
7023
7053
  /**
7024
- * 搜索字段,目前支持:"InstanceId", "ProjectId", "InstanceName", "Vip"
7054
+ * 搜索字段,目前支持:ProxyGroupId
7025
7055
  */
7026
7056
  Names: Array<string>;
7027
7057
  /**