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

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 (30) 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 +237 -44
  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/cwp/v20180228/cwp_client.js +615 -350
  13. package/tencentcloud/cwp/v20180228/models.js +10317 -5290
  14. package/tencentcloud/cynosdb/v20190107/models.js +305 -286
  15. package/tencentcloud/faceid/v20180301/models.js +29 -12
  16. package/tencentcloud/iai/v20200303/iai_client.js +1 -1
  17. package/tencentcloud/mna/v20210119/models.js +2 -2
  18. package/tencentcloud/mongodb/v20190725/models.js +12 -12
  19. package/tencentcloud/rum/v20210622/models.js +16 -16
  20. package/tencentcloud/rum/v20210622/rum_client.js +1 -1
  21. package/tencentcloud/scf/v20180416/models.js +2 -2
  22. package/tencentcloud/tat/v20201028/models.js +56 -47
  23. package/tencentcloud/tcsas/v20250106/models.js +10772 -7283
  24. package/tencentcloud/tcsas/v20250106/tcsas_client.js +612 -324
  25. package/tencentcloud/tcss/v20201101/models.js +7275 -2457
  26. package/tencentcloud/tcss/v20201101/tcss_client.js +2328 -2021
  27. package/tencentcloud/teo/v20220901/models.js +880 -153
  28. package/tencentcloud/teo/v20220901/teo_client.js +103 -47
  29. package/tencentcloud/vod/v20180717/models.js +693 -229
  30. 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.1374",
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