tencentcloud-sdk-nodejs-teo 4.1.228 → 4.1.234

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-teo",
3
- "version": "4.1.228",
3
+ "version": "4.1.234",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1695,11 +1695,11 @@ export interface HealthChecker {
1695
1695
  */
1696
1696
  Port?: number;
1697
1697
  /**
1698
- * 检查频率,表示多久发起一次健康检查任务,单位为秒。可取值有:30,60,180,300 600。
1698
+ * 检查频率,表示多久发起一次健康检查任务,单位为秒。可配置 10-600 秒。
1699
1699
  */
1700
1700
  Interval?: number;
1701
1701
  /**
1702
- * 每一次健康检查的超时时间,若健康检查消耗时间大于此值,则检查结果判定为”不健康“, 单位为秒,默认值为 5s,取值必须小于 Interval。
1702
+ * 每一次健康检查的超时时间,若健康检查消耗时间大于此值,则检查结果判定为“不健康”, 单位为秒,默认值为 5s,取值必须小于 Interval。
1703
1703
  */
1704
1704
  Timeout?: number;
1705
1705
  /**