tencentcloud-sdk-nodejs-intl-en 3.0.765 → 3.0.766

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-intl-en",
3
- "version": "3.0.765",
3
+ "version": "3.0.766",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.765";
1
+ const sdkVersion = "3.0.766";
2
2
  module.exports = sdkVersion
@@ -11338,14 +11338,17 @@ class DescribeStreamPlayInfoListRequest extends AbstractModel {
11338
11338
  super();
11339
11339
 
11340
11340
  /**
11341
- * Start time (Beijing time) in the format of yyyy-mm-dd HH:MM:SS
11341
+ * The start time of the query,supports data query for the last ont months,the gap between the start time and the end time cannot exceed twenty-four hours. Interface query supports two time formats:
11342
+ 1) YYYY-MM-DDThh:mm:ssZ: ISO time format,for details,see [ISO Date Format Description](https://cloud.tencent.com/document/product/267/38543#:~:text=I- ,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
11343
+ 2) YYYY-MM-DD hh:mm:ss: When using this format, it represents Beijing time by default.
11342
11344
  * @type {string || null}
11343
11345
  */
11344
11346
  this.StartTime = null;
11345
11347
 
11346
11348
  /**
11347
- * The end time (Beijing time) in the format of yyyy-mm-dd HH:MM:SS.
11348
- The start time and end time cannot be more than 24 hours apart and must be within the past month.
11349
+ * The end time of the query,supports data query for the last ont months,the gap between the start time and the end time cannot exceed twenty-four hours. Interface query supports two time formats:
11350
+ 1) YYYY-MM-DDThh:mm:ssZ: ISO time format,for details,see [ISO Date Format Description](https://cloud.tencent.com/document/product/267/38543#:~:text=I- ,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
11351
+ 2) YYYY-MM-DD hh:mm:ss: When using this format, it represents Beijing time by default.
11349
11352
  * @type {string || null}
11350
11353
  */
11351
11354
  this.EndTime = null;