tencentcloud-sdk-nodejs-vod 4.1.5 → 4.1.7

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-vod",
3
- "version": "4.1.5",
3
+ "version": "4.1.7",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -168,7 +168,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
168
168
  */
169
169
  ModifyDefaultDistributionConfig(req: ModifyDefaultDistributionConfigRequest, cb?: (error: string, rep: ModifyDefaultDistributionConfigResponse) => void): Promise<ModifyDefaultDistributionConfigResponse>;
170
170
  /**
171
- * 查询点播域名的 CDN 访问日志的下载链接。
171
+ * 查询点播域名的 CDN (不含 EdgeOne 回源到 VOD 域名)访问日志的下载链接。
172
172
  1. 可以查询最近30天内的 CDN 日志下载链接。
173
173
  2. 默认情况下 CDN 每小时生成一个日志文件,如果某一个小时没有 CDN 访问,不会生成日志文件。
174
174
  3. CDN 日志下载链接的有效期为24小时。
@@ -866,6 +866,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
866
866
  - 允许对结果根据创建时间进行排序并分页返回,通过 Offset 和 Limit (见输入参数)来控制分页。
867
867
 
868
868
  <div id="maxResultsDesc">接口返回结果数限制:</div>
869
+
869
870
  - <b><a href="#p_offset">Offset</a> 和 <a href="#p_limit">Limit</a> 两个参数影响单次分页查询结果数。特别注意:当这2个值都缺省时,本接口最多只返回10条查询结果。</b>
870
871
  - <b>最大支持返回5000条搜索结果,超出部分不再支持查询。如果搜索结果量太大,建议使用更精细的筛选条件来减少搜索结果。</b>
871
872
 
@@ -250,7 +250,7 @@ class Client extends TencentCloudCommon.AbstractClient {
250
250
  return this.request("ModifyDefaultDistributionConfig", req, cb);
251
251
  }
252
252
  /**
253
- * 查询点播域名的 CDN 访问日志的下载链接。
253
+ * 查询点播域名的 CDN (不含 EdgeOne 回源到 VOD 域名)访问日志的下载链接。
254
254
  1. 可以查询最近30天内的 CDN 日志下载链接。
255
255
  2. 默认情况下 CDN 每小时生成一个日志文件,如果某一个小时没有 CDN 访问,不会生成日志文件。
256
256
  3. CDN 日志下载链接的有效期为24小时。
@@ -1190,6 +1190,7 @@ class Client extends TencentCloudCommon.AbstractClient {
1190
1190
  - 允许对结果根据创建时间进行排序并分页返回,通过 Offset 和 Limit (见输入参数)来控制分页。
1191
1191
 
1192
1192
  <div id="maxResultsDesc">接口返回结果数限制:</div>
1193
+
1193
1194
  - <b><a href="#p_offset">Offset</a> 和 <a href="#p_limit">Limit</a> 两个参数影响单次分页查询结果数。特别注意:当这2个值都缺省时,本接口最多只返回10条查询结果。</b>
1194
1195
  - <b>最大支持返回5000条搜索结果,超出部分不再支持查询。如果搜索结果量太大,建议使用更精细的筛选条件来减少搜索结果。</b>
1195
1196