tencentcloud-sdk-nodejs-cls 4.1.149 → 4.1.150

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-cls",
3
- "version": "4.1.149",
3
+ "version": "4.1.150",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1138,6 +1138,14 @@ export interface CreateTopicRequest {
1138
1138
  仅在StorageType为 hot 时生效,指标主题不支持该配置。
1139
1139
  */
1140
1140
  HotPeriod?: number;
1141
+ /**
1142
+ * 加密相关参数。 支持加密地域并且开白用户可以传此参数,其他场景不能传递该参数。
1143
+ 0或者不传: 不加密
1144
+ 1:kms-cls 云产品密钥加密
1145
+
1146
+ 支持地域:ap-beijing,ap-guangzhou,ap-shanghai,ap-singapore,ap-bangkok,ap-jakarta,eu-frankfurt,ap-seoul,ap-tokyo
1147
+ */
1148
+ Encryption?: number;
1141
1149
  /**
1142
1150
  * 主题类型
1143
1151
  - 0:日志主题,默认值