tencentcloud-sdk-nodejs-teo 4.1.310 → 4.1.311

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.1.310",
3
+ "version": "4.1.311",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -48,7 +48,8 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
48
48
  */
49
49
  DescribeMultiPathGatewayRegions(req: DescribeMultiPathGatewayRegionsRequest, cb?: (error: string, rep: DescribeMultiPathGatewayRegionsResponse) => void): Promise<DescribeMultiPathGatewayRegionsResponse>;
50
50
  /**
51
- * 本接口(DownloadL4Logs)用于下载四层离线日志。
51
+ * 本接口(DownloadL4Logs)用于获取四层代理业务的离线日志下载链接。
52
+ **注意:**仅当离线日志功能开启期间,EO 才会存储相关离线日志并提供下载服务。具体功能介绍请见[文档](https://cloud.tencent.com/document/product/1552/73660)。
52
53
  */
53
54
  DownloadL4Logs(req: DownloadL4LogsRequest, cb?: (error: string, rep: DownloadL4LogsResponse) => void): Promise<DownloadL4LogsResponse>;
54
55
  /**
@@ -150,7 +151,8 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
150
151
  */
151
152
  ModifyL4ProxyStatus(req: ModifyL4ProxyStatusRequest, cb?: (error: string, rep: ModifyL4ProxyStatusResponse) => void): Promise<ModifyL4ProxyStatusResponse>;
152
153
  /**
153
- * 本接口(DownloadL7Logs)下载七层离线日志。
154
+ * 本接口(DownloadL7Logs)用于获取七层域名业务的离线日志下载链接。
155
+ **注意:**仅当离线日志功能开启期间,EO 才会存储相关离线日志并提供下载服务。具体功能介绍请见[文档](https://cloud.tencent.com/document/product/1552/73660)。
154
156
  */
155
157
  DownloadL7Logs(req: DownloadL7LogsRequest, cb?: (error: string, rep: DownloadL7LogsResponse) => void): Promise<DownloadL7LogsResponse>;
156
158
  /**
@@ -86,7 +86,8 @@ class Client extends TencentCloudCommon.AbstractClient {
86
86
  return this.request("DescribeMultiPathGatewayRegions", req, cb);
87
87
  }
88
88
  /**
89
- * 本接口(DownloadL4Logs)用于下载四层离线日志。
89
+ * 本接口(DownloadL4Logs)用于获取四层代理业务的离线日志下载链接。
90
+ **注意:**仅当离线日志功能开启期间,EO 才会存储相关离线日志并提供下载服务。具体功能介绍请见[文档](https://cloud.tencent.com/document/product/1552/73660)。
90
91
  */
91
92
  async DownloadL4Logs(req, cb) {
92
93
  return this.request("DownloadL4Logs", req, cb);
@@ -238,7 +239,8 @@ class Client extends TencentCloudCommon.AbstractClient {
238
239
  return this.request("ModifyL4ProxyStatus", req, cb);
239
240
  }
240
241
  /**
241
- * 本接口(DownloadL7Logs)下载七层离线日志。
242
+ * 本接口(DownloadL7Logs)用于获取七层域名业务的离线日志下载链接。
243
+ **注意:**仅当离线日志功能开启期间,EO 才会存储相关离线日志并提供下载服务。具体功能介绍请见[文档](https://cloud.tencent.com/document/product/1552/73660)。
242
244
  */
243
245
  async DownloadL7Logs(req, cb) {
244
246
  return this.request("DownloadL7Logs", req, cb);
@@ -3204,7 +3204,7 @@ export interface DownloadL4LogsRequest {
3204
3204
  /**
3205
3205
  * 站点 ID 集合,此参数将于2024年05月30日后由可选改为必填,详见公告:[【腾讯云 EdgeOne】云 API 变更通知](https://cloud.tencent.com/document/product/1552/104902)。
3206
3206
  */
3207
- ZoneIds?: Array<string>;
3207
+ ZoneIds: Array<string>;
3208
3208
  /**
3209
3209
  * 四层实例 ID 集合。
3210
3210
  */
@@ -7355,7 +7355,7 @@ export interface DownloadL7LogsRequest {
7355
7355
  /**
7356
7356
  * 站点ID集合,此参数将于2024年05月30日后由可选改为必填,详见公告:[【腾讯云 EdgeOne】云 API 变更通知](https://cloud.tencent.com/document/product/1552/104902)。
7357
7357
  */
7358
- ZoneIds?: Array<string>;
7358
+ ZoneIds: Array<string>;
7359
7359
  /**
7360
7360
  * 子域名集合,不填默认选择全部子域名。
7361
7361
  */