tencentcloud-sdk-nodejs-teo 4.0.1044 → 4.0.1047

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.0.1044",
3
+ "version": "4.0.1047",
4
4
  "description": "Tencent Cloud API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
@@ -6760,11 +6760,16 @@ export interface ResponseSpeedLimitParameters {
6760
6760
  */
6761
6761
  Mode: string
6762
6762
  /**
6763
- * 限速值,单位为:KB/s,填写数值,指定限速大小。
6763
+ * 限速值,指定限速大小,填写含单位的数值或变量。当前支持单位有:KB/s
6764
6764
  */
6765
6765
  MaxSpeed: string
6766
6766
  /**
6767
- * 限速开始值,可以为下载大小或指定时长,单位为:KB或s,当 Mode 取值为 LimitAfterSpecificBytesDownloaded 或 LimitAfterSpecificSecondsDownloaded 时,该参数必填。填写数值,指定下载大小或指定时长。
6767
+ * 限速开始值,可以为下载大小或指定时长,填写含单位的数值或变量,指定下载大小或指定时长。
6768
+
6769
+ - 当Mode 取值为 LimitAfterSpecificBytesDownloaded 时,单位取值有: KB;
6770
+
6771
+ - 当Mode 取值为 LimitAfterSpecificSecondsDownloaded 时,单位取值有: s。
6772
+
6768
6773
  */
6769
6774
  StartAt?: string
6770
6775
  }
@@ -6470,11 +6470,16 @@ export interface ResponseSpeedLimitParameters {
6470
6470
  */
6471
6471
  Mode: string;
6472
6472
  /**
6473
- * 限速值,单位为:KB/s,填写数值,指定限速大小。
6473
+ * 限速值,指定限速大小,填写含单位的数值或变量。当前支持单位有:KB/s
6474
6474
  */
6475
6475
  MaxSpeed: string;
6476
6476
  /**
6477
- * 限速开始值,可以为下载大小或指定时长,单位为:KB或s,当 Mode 取值为 LimitAfterSpecificBytesDownloaded 或 LimitAfterSpecificSecondsDownloaded 时,该参数必填。填写数值,指定下载大小或指定时长。
6477
+ * 限速开始值,可以为下载大小或指定时长,填写含单位的数值或变量,指定下载大小或指定时长。
6478
+
6479
+ - 当Mode 取值为 LimitAfterSpecificBytesDownloaded 时,单位取值有: KB;
6480
+
6481
+ - 当Mode 取值为 LimitAfterSpecificSecondsDownloaded 时,单位取值有: s。
6482
+
6478
6483
  */
6479
6484
  StartAt?: string;
6480
6485
  }