tencentcloud-sdk-nodejs-intl-en 3.0.351 → 3.0.355

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.
@@ -197,6 +197,7 @@ const CoverBySnapshotTaskInput = models.CoverBySnapshotTaskInput;
197
197
  const SegmentConfigureInfoForUpdate = models.SegmentConfigureInfoForUpdate;
198
198
  const UserDefineConfigureInfo = models.UserDefineConfigureInfo;
199
199
  const AiRecognitionTaskSegmentSegmentItem = models.AiRecognitionTaskSegmentSegmentItem;
200
+ const RestoreMediaTask = models.RestoreMediaTask;
200
201
  const AiReviewPornOcrTaskInput = models.AiReviewPornOcrTaskInput;
201
202
  const OcrWordsConfigureInfo = models.OcrWordsConfigureInfo;
202
203
  const CreateSuperPlayerConfigResponse = models.CreateSuperPlayerConfigResponse;
@@ -1678,11 +1679,11 @@ The advantage of temporary clipping is that the clipping operation is very "ligh
1678
1679
 
1679
1680
  /**
1680
1681
  * This API is used to query the download links of playback statistics files.
1681
- * You can query the download links of playback statistics files in last 30 days.
1682
+ * You can query the download links of playback statistics files in the past year. The start and end dates for query cannot be more than 90 days apart.
1682
1683
  * Every day, VOD will analyze CDN request logs of the previous day and then generate a playback statistics file.
1683
1684
  * A playback statistics file includes playback times and traffic of media files.
1684
1685
  * Notes on playback times:
1685
- 1. HLS file: VOD counts playback times when accessing M3U8 files, but not when accessing TS files.
1686
+ 1. HLS file: VOD counts playback times when M3U8 files are accessed, but not when TS files are accessed.
1686
1687
  2. Other files (MP4 files for example): VOD does not count playback times when the playback request carries the `range` parameter and the `start` parameter in `range` is not `0`. In other cases, VOD counts playback times.
1687
1688
  * Statistics on playback devices: VOD counts playback times on mobile clients when the playback request carries the `UserAgent` parameter which includes an identifier such as `Android` or `iPhone`. In other cases, VOD counts playback times on PC clients.
1688
1689
  * @param {DescribeDailyPlayStatFileListRequest} req