tencentcloud-sdk-nodejs-intl-en 3.0.1373 → 3.0.1375

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.
Files changed (36) hide show
  1. package/package.json +1 -1
  2. package/tencentcloud/as/v20180419/as_client.js +3 -2
  3. package/tencentcloud/as/v20180419/models.js +103 -87
  4. package/tencentcloud/billing/v20180709/billing_client.js +15 -1
  5. package/tencentcloud/billing/v20180709/models.js +248 -55
  6. package/tencentcloud/cdb/v20170320/models.js +8 -8
  7. package/tencentcloud/cdn/v20180606/cdn_client.js +15 -11
  8. package/tencentcloud/cdn/v20180606/models.js +319 -80
  9. package/tencentcloud/cls/v20201016/cls_client.js +1709 -374
  10. package/tencentcloud/cls/v20201016/models.js +23480 -6683
  11. package/tencentcloud/common/sdk_version.js +1 -1
  12. package/tencentcloud/cvm/v20170312/cvm_client.js +4 -4
  13. package/tencentcloud/cvm/v20170312/models.js +20 -22
  14. package/tencentcloud/cwp/v20180228/cwp_client.js +615 -350
  15. package/tencentcloud/cwp/v20180228/models.js +10317 -5290
  16. package/tencentcloud/cynosdb/v20190107/models.js +305 -286
  17. package/tencentcloud/faceid/v20180301/models.js +29 -12
  18. package/tencentcloud/gme/v20180711/models.js +13 -3
  19. package/tencentcloud/iai/v20200303/iai_client.js +1 -1
  20. package/tencentcloud/mna/v20210119/models.js +2 -2
  21. package/tencentcloud/mongodb/v20190725/models.js +12 -12
  22. package/tencentcloud/postgres/v20170312/models.js +9 -9
  23. package/tencentcloud/rum/v20210622/models.js +16 -16
  24. package/tencentcloud/rum/v20210622/rum_client.js +1 -1
  25. package/tencentcloud/scf/v20180416/models.js +2 -2
  26. package/tencentcloud/tat/v20201028/models.js +56 -47
  27. package/tencentcloud/tcsas/v20250106/models.js +11162 -7488
  28. package/tencentcloud/tcsas/v20250106/tcsas_client.js +613 -324
  29. package/tencentcloud/tcss/v20201101/models.js +7275 -2457
  30. package/tencentcloud/tcss/v20201101/tcss_client.js +2328 -2021
  31. package/tencentcloud/teo/v20220901/models.js +880 -153
  32. package/tencentcloud/teo/v20220901/teo_client.js +103 -47
  33. package/tencentcloud/trtc/v20190722/models.js +315 -83
  34. package/tencentcloud/trtc/v20190722/trtc_client.js +5 -1
  35. package/tencentcloud/vod/v20180717/models.js +693 -229
  36. package/tencentcloud/vod/v20180717/vod_client.js +24 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-intl-en",
3
- "version": "3.0.1373",
3
+ "version": "3.0.1375",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -803,7 +803,8 @@ The instance enters standby status, and the scaling group attempts to lower the
803
803
  }
804
804
 
805
805
  /**
806
- * This API (CreateScalingPolicy) is used to create an alarm trigger policy.
806
+ * This API is used to create an alarm-triggered scaling policy.
807
+ -The target tracking policy triggers scale-out when the specified type of metric exceeds the threshold (target value) for 3 consecutive cycles (1 minute each). It triggers auto scale-down when the specified type of metric is below the threshold (80% of the target value) for 15 consecutive cycles (1 minute each).
807
808
  * @param {CreateScalingPolicyRequest} req
808
809
  * @param {function(string, CreateScalingPolicyResponse):void} cb
809
810
  * @public
@@ -913,7 +914,7 @@ The instance enters standby status, and the scaling group attempts to lower the
913
914
  }
914
915
 
915
916
  /**
916
- * This API (DescribeAutoScalingActivities) is used to query the activity history of an auto scaling group.
917
+ * This API is used to query the scaling activities of the scaling group. Currently, only scaling operations from the past two years are saved.
917
918
  * @param {DescribeAutoScalingActivitiesRequest} req
918
919
  * @param {function(string, DescribeAutoScalingActivitiesResponse):void} cb
919
920
  * @public