tencentcloud-sdk-nodejs-cls 4.1.276 → 4.1.277

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.276",
3
+ "version": "4.1.277",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1657,7 +1657,7 @@ export interface CreateTopicRequest {
1657
1657
  */
1658
1658
  HotPeriod?: number;
1659
1659
  /**
1660
- * <p>加密相关参数。 支持加密地域并且开白用户可以传此参数,其他场景不能传递该参数。<br>0或者不传: 不加密<br>1:kms-cls 云产品密钥加密</p><p>支持地域:ap-beijing,ap-guangzhou,ap-shanghai,ap-singapore,ap-bangkok,ap-jakarta,eu-frankfurt,ap-seoul,ap-tokyo</p>
1660
+ * <p>加密相关参数。 支持加密地域并且开白用户可以传此参数,其他场景不能传递该参数。<br>0或者不传: 不加密<br>1:kms-cls 云产品密钥加密</p>
1661
1661
  */
1662
1662
  Encryption?: number;
1663
1663
  /**