tencentcloud-sdk-nodejs-teo 4.1.309 → 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/es/services/teo/index.js +2 -2
- package/package.json +1 -1
- package/tencentcloud/services/teo/index.d.ts +4 -4
- package/tencentcloud/services/teo/index.js +2 -2
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +6 -4
- package/tencentcloud/services/teo/v20220901/teo_client.js +6 -4
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +14 -14
package/es/services/teo/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const teo: {
|
|
2
|
-
v20220901: {
|
|
3
|
-
Client: typeof import("./v20220901/teo_client").Client;
|
|
4
|
-
Models: typeof import("./v20220901/teo_models");
|
|
5
|
-
};
|
|
6
2
|
v20220106: {
|
|
7
3
|
Client: typeof import("./v20220106/teo_client").Client;
|
|
8
4
|
Models: typeof import("./v20220106/teo_models");
|
|
9
5
|
};
|
|
6
|
+
v20220901: {
|
|
7
|
+
Client: typeof import("./v20220901/teo_client").Client;
|
|
8
|
+
Models: typeof import("./v20220901/teo_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.teo = void 0;
|
|
4
|
-
const v20220901_1 = require("./v20220901");
|
|
5
4
|
const v20220106_1 = require("./v20220106");
|
|
5
|
+
const v20220901_1 = require("./v20220901");
|
|
6
6
|
exports.teo = {
|
|
7
|
-
v20220901: v20220901_1.v20220901,
|
|
8
7
|
v20220106: v20220106_1.v20220106,
|
|
8
|
+
v20220901: v20220901_1.v20220901,
|
|
9
9
|
};
|
|
@@ -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
|
/**
|
|
@@ -464,7 +466,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
464
466
|
*/
|
|
465
467
|
DeleteL4ProxyRules(req: DeleteL4ProxyRulesRequest, cb?: (error: string, rep: DeleteL4ProxyRulesResponse) => void): Promise<DeleteL4ProxyRulesResponse>;
|
|
466
468
|
/**
|
|
467
|
-
*
|
|
469
|
+
* 创建自定义响应页面。
|
|
468
470
|
*/
|
|
469
471
|
CreateCustomizeErrorPage(req: CreateCustomizeErrorPageRequest, cb?: (error: string, rep: CreateCustomizeErrorPageResponse) => void): Promise<CreateCustomizeErrorPageResponse>;
|
|
470
472
|
/**
|
|
@@ -943,7 +945,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
943
945
|
*/
|
|
944
946
|
CreateMultiPathGatewaySecretKey(req: CreateMultiPathGatewaySecretKeyRequest, cb?: (error: string, rep: CreateMultiPathGatewaySecretKeyResponse) => void): Promise<CreateMultiPathGatewaySecretKeyResponse>;
|
|
945
947
|
/**
|
|
946
|
-
*
|
|
948
|
+
* 修改自定义响应页面。
|
|
947
949
|
*/
|
|
948
950
|
ModifyCustomErrorPage(req: ModifyCustomErrorPageRequest, cb?: (error: string, rep: ModifyCustomErrorPageResponse) => void): Promise<ModifyCustomErrorPageResponse>;
|
|
949
951
|
/**
|
|
@@ -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);
|
|
@@ -696,7 +698,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
696
698
|
return this.request("DeleteL4ProxyRules", req, cb);
|
|
697
699
|
}
|
|
698
700
|
/**
|
|
699
|
-
*
|
|
701
|
+
* 创建自定义响应页面。
|
|
700
702
|
*/
|
|
701
703
|
async CreateCustomizeErrorPage(req, cb) {
|
|
702
704
|
return this.request("CreateCustomizeErrorPage", req, cb);
|
|
@@ -1393,7 +1395,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1393
1395
|
return this.request("CreateMultiPathGatewaySecretKey", req, cb);
|
|
1394
1396
|
}
|
|
1395
1397
|
/**
|
|
1396
|
-
*
|
|
1398
|
+
* 修改自定义响应页面。
|
|
1397
1399
|
*/
|
|
1398
1400
|
async ModifyCustomErrorPage(req, cb) {
|
|
1399
1401
|
return this.request("ModifyCustomErrorPage", 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
|
|
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
|
|
7358
|
+
ZoneIds: Array<string>;
|
|
7359
7359
|
/**
|
|
7360
7360
|
* 子域名集合,不填默认选择全部子域名。
|
|
7361
7361
|
*/
|
|
@@ -8209,27 +8209,27 @@ export interface TimingDataItem {
|
|
|
8209
8209
|
*/
|
|
8210
8210
|
export interface ModifyCustomErrorPageRequest {
|
|
8211
8211
|
/**
|
|
8212
|
-
*
|
|
8212
|
+
* <p>自定义响应页面 ID。</p>
|
|
8213
8213
|
*/
|
|
8214
8214
|
PageId: string;
|
|
8215
8215
|
/**
|
|
8216
|
-
*
|
|
8216
|
+
* <p>站点 ID。</p>
|
|
8217
8217
|
*/
|
|
8218
8218
|
ZoneId: string;
|
|
8219
8219
|
/**
|
|
8220
|
-
*
|
|
8220
|
+
* <p>自定义响应页面名称,名称为 2 - 60 个字符。</p>
|
|
8221
8221
|
*/
|
|
8222
8222
|
Name?: string;
|
|
8223
8223
|
/**
|
|
8224
|
-
*
|
|
8224
|
+
* <p>自定义响应页面描述,描述内容不超过 60 个字符。</p>
|
|
8225
8225
|
*/
|
|
8226
8226
|
Description?: string;
|
|
8227
8227
|
/**
|
|
8228
|
-
*
|
|
8228
|
+
* <p>自定义响应页面类型,取值有:</p><ul><li>text/html</li><li>application/json</li><li>plain/text</li><li>text/xml</li><li>text/css</li><li>text/javascript</li><li>application/javascript</li><li>text/markdown</li></ul>
|
|
8229
8229
|
*/
|
|
8230
8230
|
ContentType?: string;
|
|
8231
8231
|
/**
|
|
8232
|
-
*
|
|
8232
|
+
* <p>自定义响应页面内容。内容不超过 16KB。</p>
|
|
8233
8233
|
*/
|
|
8234
8234
|
Content?: string;
|
|
8235
8235
|
}
|
|
@@ -15766,7 +15766,7 @@ export interface ContentIdentifier {
|
|
|
15766
15766
|
*/
|
|
15767
15767
|
export interface CreateCustomizeErrorPageResponse {
|
|
15768
15768
|
/**
|
|
15769
|
-
*
|
|
15769
|
+
* <p>自定义响应页面 ID。</p>
|
|
15770
15770
|
*/
|
|
15771
15771
|
PageId?: string;
|
|
15772
15772
|
/**
|
|
@@ -16619,23 +16619,23 @@ export interface ModifyFunctionRulePriorityResponse {
|
|
|
16619
16619
|
*/
|
|
16620
16620
|
export interface CreateCustomizeErrorPageRequest {
|
|
16621
16621
|
/**
|
|
16622
|
-
*
|
|
16622
|
+
* <p>站点 ID。</p>
|
|
16623
16623
|
*/
|
|
16624
16624
|
ZoneId: string;
|
|
16625
16625
|
/**
|
|
16626
|
-
*
|
|
16626
|
+
* <p>自定义响应页面名称,名称为 2-30 个字符。</p>
|
|
16627
16627
|
*/
|
|
16628
16628
|
Name: string;
|
|
16629
16629
|
/**
|
|
16630
|
-
*
|
|
16630
|
+
* <p>自定义响应页面类型,取值有:</p><ul><li>text/html</li><li>application/json</li><li>plain/text</li><li>text/xml</li><li>text/css</li><li>text/javascript</li><li>application/javascript</li><li>text/markdown</li></ul>
|
|
16631
16631
|
*/
|
|
16632
16632
|
ContentType: string;
|
|
16633
16633
|
/**
|
|
16634
|
-
*
|
|
16634
|
+
* <p>自定义响应页面描述,描述不超过 60 个字符。</p>
|
|
16635
16635
|
*/
|
|
16636
16636
|
Description?: string;
|
|
16637
16637
|
/**
|
|
16638
|
-
*
|
|
16638
|
+
* <p>自定义响应页面内容,内容不超过 16KB。</p>
|
|
16639
16639
|
*/
|
|
16640
16640
|
Content?: string;
|
|
16641
16641
|
}
|