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.
- package/package.json +1 -1
- package/tencentcloud/antiddos/v20200309/models.js +2 -1
- package/tencentcloud/apigateway/v20180808/models.js +30 -2
- package/tencentcloud/cdn/v20180606/cdn_client.js +1 -0
- package/tencentcloud/cdn/v20180606/models.js +94 -3
- package/tencentcloud/ckafka/v20190819/ckafka_client.js +1 -0
- package/tencentcloud/ckafka/v20190819/models.js +89 -11
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/emr/v20190103/models.js +70 -0
- package/tencentcloud/gaap/v20180529/models.js +7 -0
- package/tencentcloud/index.js +1 -0
- package/tencentcloud/lighthouse/v20200324/models.js +11 -5
- package/tencentcloud/postgres/v20170312/models.js +51 -14
- package/tencentcloud/privatedns/v20201028/models.js +344 -59
- package/tencentcloud/privatedns/v20201028/privatedns_client.js +43 -3
- package/tencentcloud/tdmq/index.js +3 -0
- package/tencentcloud/tdmq/v20200217/index.js +4 -0
- package/tencentcloud/tdmq/v20200217/models.js +9546 -0
- package/tencentcloud/tdmq/v20200217/tdmq_client.js +1003 -0
- package/tencentcloud/tke/v20180525/models.js +1 -1
- package/tencentcloud/vod/v20180717/models.js +333 -24
- package/tencentcloud/vod/v20180717/vod_client.js +3 -2
|
@@ -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
|
|
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
|
|
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
|