tencentcloud-sdk-nodejs-cynosdb 4.1.138 → 4.1.139

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.139",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3848,7 +3848,7 @@ export interface DescribeDBSecurityGroupsRequest {
3848
3848
  */
3849
3849
  InstanceId?: string;
3850
3850
  /**
3851
- * 实例组ID(InstanceId与InstanceGroupId必须任选一个传入)
3851
+ * 实例组 ID,可通过 [DescribeClusterInstanceGroups](https://cloud.tencent.com/document/product/1003/103934) 接口查询。
3852
3852
  */
3853
3853
  InstanceGroupId?: string;
3854
3854
  }
@@ -5078,6 +5078,14 @@ export interface DescribeClusterTransparentEncryptInfoResponse {
5078
5078
 
5079
5079
  */
5080
5080
  KeyRegion?: string;
5081
+ /**
5082
+ * 秘钥类型
5083
+ */
5084
+ KeyType?: string;
5085
+ /**
5086
+ * 是否已经开启全局加密
5087
+ */
5088
+ IsOpenGlobalEncryption?: boolean;
5081
5089
  /**
5082
5090
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5083
5091
  */
@@ -5513,6 +5521,10 @@ export interface OpenClusterTransparentEncryptRequest {
5513
5521
  * 秘钥地域
5514
5522
  */
5515
5523
  KeyRegion?: string;
5524
+ /**
5525
+ * 是否开启全局加密
5526
+ */
5527
+ IsOpenGlobalEncryption?: boolean;
5516
5528
  }
5517
5529
  /**
5518
5530
  * ReloadBalanceProxyNode请求参数结构体
@@ -6877,6 +6889,22 @@ export interface Ability {
6877
6889
  * 是否支持手动发起逻辑备份
6878
6890
  */
6879
6891
  IsSupportManualLogic?: string;
6892
+ /**
6893
+ * 是否支持开启全局加密
6894
+ */
6895
+ IsSupportGlobalEncryption?: string;
6896
+ /**
6897
+ * 不支持全局加密的原因
6898
+ */
6899
+ NoSupportGlobalEncryptionReason?: string;
6900
+ /**
6901
+ * 不支持透明加密原因状态码
6902
+ */
6903
+ NoSupportTransparentDataEncryptionReasonCode?: string;
6904
+ /**
6905
+ * 不支持全局加密原因状态码
6906
+ */
6907
+ NoSupportGlobalEncryptionReasonCode?: string;
6880
6908
  }
6881
6909
  /**
6882
6910
  * 实例初始化配置信息