tencentcloud-sdk-nodejs 4.0.789 → 4.0.791
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/CHANGELOG.md +804 -0
- package/README.md +6 -0
- package/SERVICE_CHANGELOG.md +1231 -240
- package/examples/cls/v20201016/cls.proto +34 -0
- package/examples/cls/v20201016/upload_log.js +69 -0
- package/package.json +1 -1
- package/products.md +23 -23
- package/src/common/abstract_client.ts +32 -0
- package/src/common/http/http_connection.ts +5 -2
- package/src/common/sdk_version.ts +1 -1
- package/src/common/sign.ts +8 -4
- package/src/services/apigateway/v20180808/apigateway_models.ts +9 -4
- package/src/services/as/v20180419/as_models.ts +38 -38
- package/src/services/bi/v20220105/bi_client.ts +1 -0
- package/src/services/bi/v20220105/bi_models.ts +226 -16
- package/src/services/cdb/v20170320/cdb_client.ts +18 -6
- package/src/services/cdb/v20170320/cdb_models.ts +15 -0
- package/src/services/cls/v20201016/cls_client.ts +70 -21
- package/src/services/cls/v20201016/cls_models.ts +360 -145
- package/src/services/csip/v20221121/csip_client.ts +1 -0
- package/src/services/csip/v20221121/csip_models.ts +26 -0
- package/src/services/cwp/v20180228/cwp_client.ts +4 -2
- package/src/services/emr/v20190103/emr_models.ts +7 -7
- package/src/services/ess/v20201111/ess_client.ts +22 -4
- package/src/services/ess/v20201111/ess_models.ts +19 -10
- package/src/services/essbasic/v20210526/essbasic_client.ts +11 -9
- package/src/services/essbasic/v20210526/essbasic_models.ts +8 -0
- package/src/services/iotcloud/v20210408/iotcloud_client.ts +12 -0
- package/src/services/iotcloud/v20210408/iotcloud_models.ts +43 -3
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +8 -0
- package/src/services/lcic/v20220817/lcic_models.ts +8 -0
- package/src/services/mna/v20210119/mna_models.ts +3 -3
- package/src/services/rum/v20210622/rum_client.ts +0 -12
- package/src/services/rum/v20210622/rum_models.ts +2 -109
- package/src/services/ssl/v20191205/ssl_models.ts +2 -3
- package/src/services/teo/v20220901/teo_client.ts +20 -15
- package/src/services/teo/v20220901/teo_models.ts +8 -4
- package/src/services/tmt/v20180321/tmt_models.ts +2 -2
- package/src/services/trro/v20220325/trro_models.ts +13 -0
- package/src/services/tse/v20201207/tse_client.ts +2 -1
- package/src/services/tse/v20201207/tse_models.ts +45 -15
- package/src/services/wedata/v20210820/wedata_client.ts +2802 -5338
- package/src/services/wedata/v20210820/wedata_models.ts +14500 -29440
- package/src/services/weilingwith/v20230427/weilingwith_models.ts +20 -2
- package/tencentcloud/common/abstract_client.d.ts +4 -0
- package/tencentcloud/common/abstract_client.js +22 -0
- package/tencentcloud/common/http/http_connection.js +6 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/common/sign.d.ts +2 -1
- package/tencentcloud/common/sign.js +6 -4
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +9 -4
- package/tencentcloud/services/as/v20180419/as_models.d.ts +38 -38
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +225 -16
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +7 -3
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +9 -3
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +13 -0
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +23 -7
- package/tencentcloud/services/cls/v20201016/cls_client.js +33 -9
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +351 -145
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +25 -0
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +3 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +3 -1
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +7 -7
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +22 -4
- package/tencentcloud/services/ess/v20201111/ess_client.js +22 -4
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +19 -10
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +11 -9
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +11 -9
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +8 -0
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.d.ts +5 -1
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.js +6 -0
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +41 -3
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +8 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +8 -0
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +3 -3
- package/tencentcloud/services/rum/v20210622/rum_client.d.ts +1 -5
- package/tencentcloud/services/rum/v20210622/rum_client.js +0 -6
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +2 -107
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +2 -3
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +15 -10
- package/tencentcloud/services/teo/v20220901/teo_client.js +15 -10
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +8 -4
- package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +2 -2
- package/tencentcloud/services/trro/v20220325/trro_models.d.ts +13 -0
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +1 -1
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +44 -15
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +675 -1483
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +1027 -2237
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +14275 -28693
- package/tencentcloud/services/weilingwith/v20230427/weilingwith_models.d.ts +20 -2
- package/test/cdb.v20170320.test.js +12 -2
- package/test/cls.v20201016.test.js +52 -12
- package/test/iotcloud.v20210408.test.js +10 -0
- package/test/rum.v20210622.test.js +0 -10
- package/test/wedata.v20210820.test.js +636 -2646
|
@@ -1305,7 +1305,8 @@ export interface DescribeDataPvUrlStatisticsRequest {
|
|
|
1305
1305
|
*/
|
|
1306
1306
|
GroupByType?: number;
|
|
1307
1307
|
/**
|
|
1308
|
-
*
|
|
1308
|
+
* 1: 查询智研
|
|
1309
|
+
0: 走旧逻辑,已下线,勿使用
|
|
1309
1310
|
*/
|
|
1310
1311
|
IsNewData?: number;
|
|
1311
1312
|
}
|
|
@@ -1762,19 +1763,6 @@ export interface DescribeDataSetUrlStatisticsRequest {
|
|
|
1762
1763
|
*/
|
|
1763
1764
|
PackageType?: string;
|
|
1764
1765
|
}
|
|
1765
|
-
/**
|
|
1766
|
-
* DescribeDataPerformanceProject返回参数结构体
|
|
1767
|
-
*/
|
|
1768
|
-
export interface DescribeDataPerformanceProjectResponse {
|
|
1769
|
-
/**
|
|
1770
|
-
* 返回值
|
|
1771
|
-
*/
|
|
1772
|
-
Result: string;
|
|
1773
|
-
/**
|
|
1774
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1775
|
-
*/
|
|
1776
|
-
RequestId?: string;
|
|
1777
|
-
}
|
|
1778
1766
|
/**
|
|
1779
1767
|
* ResumeInstance返回参数结构体
|
|
1780
1768
|
*/
|
|
@@ -2782,99 +2770,6 @@ export interface DescribeDataReportCountResponse {
|
|
|
2782
2770
|
*/
|
|
2783
2771
|
RequestId?: string;
|
|
2784
2772
|
}
|
|
2785
|
-
/**
|
|
2786
|
-
* DescribeDataPerformanceProject请求参数结构体
|
|
2787
|
-
*/
|
|
2788
|
-
export interface DescribeDataPerformanceProjectRequest {
|
|
2789
|
-
/**
|
|
2790
|
-
* 开始时间
|
|
2791
|
-
*/
|
|
2792
|
-
StartTime: number;
|
|
2793
|
-
/**
|
|
2794
|
-
* allcount:性能视图,falls:页面加载瀑布图,samp:首屏时间,day:14天数据,nettype:网络/平台视图,performance:页面性能TOP视图,condition:条件列表,area:请求速度分布,version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:ISP视图/地区视图/浏览器视图等
|
|
2795
|
-
*/
|
|
2796
|
-
Type: string;
|
|
2797
|
-
/**
|
|
2798
|
-
* 结束时间
|
|
2799
|
-
*/
|
|
2800
|
-
EndTime: number;
|
|
2801
|
-
/**
|
|
2802
|
-
* 项目ID
|
|
2803
|
-
*/
|
|
2804
|
-
ID: number;
|
|
2805
|
-
/**
|
|
2806
|
-
* 自定义2
|
|
2807
|
-
*/
|
|
2808
|
-
ExtSecond?: string;
|
|
2809
|
-
/**
|
|
2810
|
-
* 浏览器引擎
|
|
2811
|
-
*/
|
|
2812
|
-
Engine?: string;
|
|
2813
|
-
/**
|
|
2814
|
-
* 运营商
|
|
2815
|
-
*/
|
|
2816
|
-
Isp?: string;
|
|
2817
|
-
/**
|
|
2818
|
-
* 来源页面
|
|
2819
|
-
*/
|
|
2820
|
-
From?: string;
|
|
2821
|
-
/**
|
|
2822
|
-
* 日志等级
|
|
2823
|
-
*/
|
|
2824
|
-
Level?: string;
|
|
2825
|
-
/**
|
|
2826
|
-
* 品牌
|
|
2827
|
-
*/
|
|
2828
|
-
Brand?: string;
|
|
2829
|
-
/**
|
|
2830
|
-
* 地区
|
|
2831
|
-
*/
|
|
2832
|
-
Area?: string;
|
|
2833
|
-
/**
|
|
2834
|
-
* 版本
|
|
2835
|
-
*/
|
|
2836
|
-
VersionNum?: string;
|
|
2837
|
-
/**
|
|
2838
|
-
* 平台
|
|
2839
|
-
*/
|
|
2840
|
-
Platform?: string;
|
|
2841
|
-
/**
|
|
2842
|
-
* 自定义3
|
|
2843
|
-
*/
|
|
2844
|
-
ExtThird?: string;
|
|
2845
|
-
/**
|
|
2846
|
-
* 自定义1
|
|
2847
|
-
*/
|
|
2848
|
-
ExtFirst?: string;
|
|
2849
|
-
/**
|
|
2850
|
-
* 网络类型
|
|
2851
|
-
*/
|
|
2852
|
-
NetType?: string;
|
|
2853
|
-
/**
|
|
2854
|
-
* 机型
|
|
2855
|
-
*/
|
|
2856
|
-
Device?: string;
|
|
2857
|
-
/**
|
|
2858
|
-
* 是否海外
|
|
2859
|
-
*/
|
|
2860
|
-
IsAbroad?: string;
|
|
2861
|
-
/**
|
|
2862
|
-
* 操作系统
|
|
2863
|
-
*/
|
|
2864
|
-
Os?: string;
|
|
2865
|
-
/**
|
|
2866
|
-
* 浏览器
|
|
2867
|
-
*/
|
|
2868
|
-
Browser?: string;
|
|
2869
|
-
/**
|
|
2870
|
-
* 耗时计算
|
|
2871
|
-
*/
|
|
2872
|
-
CostType?: string;
|
|
2873
|
-
/**
|
|
2874
|
-
* 环境
|
|
2875
|
-
*/
|
|
2876
|
-
Env?: string;
|
|
2877
|
-
}
|
|
2878
2773
|
/**
|
|
2879
2774
|
* DescribeRumLogExport返回参数结构体
|
|
2880
2775
|
*/
|
|
@@ -397,8 +397,7 @@ export interface Certificates {
|
|
|
397
397
|
From?: string;
|
|
398
398
|
/**
|
|
399
399
|
* 证书套餐类型:
|
|
400
|
-
|
|
401
|
-
1 = GeoTrust DV SSL CA - G3, 2 = TrustAsia TLS RSA CA, 3 = SecureSite 增强型企业版(EV Pro), 4 = SecureSite 增强型(EV), 5 = SecureSite 企业型专业版(OV Pro), 6 = SecureSite 企业型(OV), 7 = SecureSite 企业型(OV)通配符, 8 = Geotrust 增强型(EV), 9 = Geotrust 企业型(OV), 10 = Geotrust 企业型(OV)通配符, 11 = TrustAsia 域名型多域名 SSL 证书, 12 = TrustAsia 域名型(DV)通配符, 13 = TrustAsia 企业型通配符(OV)SSL 证书(D3), 14 = TrustAsia 企业型(OV)SSL 证书(D3), 15 = TrustAsia 企业型多域名 (OV)SSL 证书(D3), 16 = TrustAsia 增强型 (EV)SSL 证书(D3), 17 = TrustAsia 增强型多域名(EV)SSL 证书(D3), 18 = GlobalSign 企业型(OV)SSL 证书, 19 = GlobalSign 企业型通配符 (OV)SSL 证书, 20 = GlobalSign 增强型 (EV)SSL 证书, 21 = TrustAsia 企业型通配符多域名(OV)SSL 证书(D3), 22 = GlobalSign 企业型多域名(OV)SSL 证书, 23 = GlobalSign 企业型通配符多域名(OV)SSL 证书, 24 = GlobalSign 增强型多域名(EV)SSL 证书。
|
|
400
|
+
2 = TrustAsia TLS RSA CA,3 = SecureSite 增强型企业版(EV Pro), 4 = SecureSite 增强型(EV), 5 = SecureSite 企业型专业版(OV Pro), 6 = SecureSite 企业型(OV), 7 = SecureSite 企业型(OV)通配符, 8 = Geotrust 增强型(EV), 9 = Geotrust 企业型(OV), 10 = Geotrust 企业型(OV)通配符, 11 = TrustAsia 域名型多域名 SSL 证书, 12 = TrustAsia 域名型(DV)通配符, 13 = TrustAsia 企业型通配符(OV)SSL 证书(D3), 14 = TrustAsia 企业型(OV)SSL 证书(D3), 15 = TrustAsia 企业型多域名 (OV)SSL 证书(D3), 16 = TrustAsia 增强型 (EV)SSL 证书(D3), 17 = TrustAsia 增强型多域名(EV)SSL 证书(D3), 18 = GlobalSign 企业型(OV)SSL 证书, 19 = GlobalSign 企业型通配符 (OV)SSL 证书, 20 = GlobalSign 增强型 (EV)SSL 证书, 21 = TrustAsia 企业型通配符多域名(OV)SSL 证书(D3), 22 = GlobalSign 企业型多域名(OV)SSL 证书, 23 = GlobalSign 企业型通配符多域名(OV)SSL 证书, 24 = GlobalSign 增强型多域名(EV)SSL 证书,25 = Wotrus 域名型证书,26 = Wotrus 域名型多域名证书,27 = Wotrus 域名型通配符证书,28 = Wotrus 企业型证书,29 = Wotrus 企业型多域名证书,30 = Wotrus 企业型通配符证书,31 = Wotrus 增强型证书,32 = Wotrus 增强型多域名证书,33 = Wotrus 国密域名型证书,34 = Wotrus 国密域名型多域名证书,35 = Wotrus 国密域名型通配符证书,37 = Wotrus 国密企业型证书,38 = Wotrus 国密企业型多域名证书,39 = Wotrus 国密企业型通配符证书,40 = Wotrus 国密增强型证书,41 = Wotrus 国密增强型多域名证书,42 = TrustAsia 域名型通配符多域名证书,43 = DNSPod-企业型(OV)SSL证书,44 = DNSPod-企业型(OV)通配符SSL证书,45 = DNSPod-企业型(OV)多域名SSL证书, 46 = DNSPod-增强型(EV)SSL证书,47 = DNSPod-增强型(EV)多域名SSL证书,48 = DNSPod-域名型(DV)SSL证书,49 = DNSPod-域名型(DV)通配符SSL证书,50 = DNSPod-域名型(DV)多域名SSL证书,51 = DNSPod(国密)-企业型(OV)SSL证书,52 = DNSPod(国密)-企业型(OV)通配符SSL证书,53 = DNSPod(国密)-企业型(OV)多域名SSL证书,54 = DNSPod(国密)-域名型(DV)SSL证书,55 = DNSPod(国密)-域名型(DV)通配符SSL证书, 56 = DNSPod(国密)-域名型(DV)多域名SSL证书,57 = SecureSite 企业型专业版多域名(OV Pro),58 = SecureSite 企业型多域名(OV),59 = SecureSite 增强型专业版多域名(EV Pro),60 = SecureSite 增强型多域名(EV),61 = Geotrust 增强型多域名(EV)
|
|
402
401
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
403
402
|
*/
|
|
404
403
|
PackageType?: string;
|
|
@@ -2740,7 +2739,7 @@ export interface DescribeCertificatesRequest {
|
|
|
2740
2739
|
*/
|
|
2741
2740
|
Offset?: number;
|
|
2742
2741
|
/**
|
|
2743
|
-
* 每页数量,默认
|
|
2742
|
+
* 每页数量,默认10。最大1000
|
|
2744
2743
|
*/
|
|
2745
2744
|
Limit?: number;
|
|
2746
2745
|
/**
|
|
@@ -52,7 +52,8 @@ export declare class Client extends AbstractClient {
|
|
|
52
52
|
*/
|
|
53
53
|
ModifyOriginGroup(req: ModifyOriginGroupRequest, cb?: (error: string, rep: ModifyOriginGroupResponse) => void): Promise<ModifyOriginGroupResponse>;
|
|
54
54
|
/**
|
|
55
|
-
*
|
|
55
|
+
* 本接口为旧版,如需调用请尽快迁移至新版,详情请参考 [删除四层代理实例
|
|
56
|
+
](https://cloud.tencent.com/document/product/1552/103415) 。
|
|
56
57
|
*/
|
|
57
58
|
DeleteApplicationProxy(req: DeleteApplicationProxyRequest, cb?: (error: string, rep: DeleteApplicationProxyResponse) => void): Promise<DeleteApplicationProxyResponse>;
|
|
58
59
|
/**
|
|
@@ -68,7 +69,7 @@ export declare class Client extends AbstractClient {
|
|
|
68
69
|
*/
|
|
69
70
|
DescribeEnvironments(req: DescribeEnvironmentsRequest, cb?: (error: string, rep: DescribeEnvironmentsResponse) => void): Promise<DescribeEnvironmentsResponse>;
|
|
70
71
|
/**
|
|
71
|
-
*
|
|
72
|
+
* 本接口为旧版,如需调用请尽快迁移至新版,详情请参考 [删除四层代理转发规则](https://cloud.tencent.com/document/product/1552/103414) 。
|
|
72
73
|
*/
|
|
73
74
|
DeleteApplicationProxyRule(req: DeleteApplicationProxyRuleRequest, cb?: (error: string, rep: DeleteApplicationProxyRuleResponse) => void): Promise<DeleteApplicationProxyRuleResponse>;
|
|
74
75
|
/**
|
|
@@ -106,7 +107,8 @@ CNAME 模式接入时,若您未完成站点归属权校验,本接口将为
|
|
|
106
107
|
*/
|
|
107
108
|
BindSecurityTemplateToEntity(req: BindSecurityTemplateToEntityRequest, cb?: (error: string, rep: BindSecurityTemplateToEntityResponse) => void): Promise<BindSecurityTemplateToEntityResponse>;
|
|
108
109
|
/**
|
|
109
|
-
*
|
|
110
|
+
* 本接口为旧版,如需调用请尽快迁移至新版,详情请参考 [修改四层代理转发规则状态
|
|
111
|
+
](https://cloud.tencent.com/document/product/1552/103409) 。
|
|
110
112
|
*/
|
|
111
113
|
ModifyApplicationProxyRuleStatus(req: ModifyApplicationProxyRuleStatusRequest, cb?: (error: string, rep: ModifyApplicationProxyRuleStatusResponse) => void): Promise<ModifyApplicationProxyRuleStatusResponse>;
|
|
112
114
|
/**
|
|
@@ -202,7 +204,7 @@ CNAME 模式接入时,若您未完成站点归属权校验,本接口将为
|
|
|
202
204
|
*/
|
|
203
205
|
CreateL4Proxy(req: CreateL4ProxyRequest, cb?: (error: string, rep: CreateL4ProxyResponse) => void): Promise<CreateL4ProxyResponse>;
|
|
204
206
|
/**
|
|
205
|
-
*
|
|
207
|
+
* 本接口为旧版,如需调用请尽快迁移至新版,详情请参考 [修改四层代理实例状态](https://cloud.tencent.com/document/product/1552/103408) 。
|
|
206
208
|
*/
|
|
207
209
|
ModifyApplicationProxyStatus(req: ModifyApplicationProxyStatusRequest, cb?: (error: string, rep: ModifyApplicationProxyStatusResponse) => void): Promise<ModifyApplicationProxyStatusResponse>;
|
|
208
210
|
/**
|
|
@@ -210,7 +212,7 @@ CNAME 模式接入时,若您未完成站点归属权校验,本接口将为
|
|
|
210
212
|
*/
|
|
211
213
|
DescribeTimingL7AnalysisData(req: DescribeTimingL7AnalysisDataRequest, cb?: (error: string, rep: DescribeTimingL7AnalysisDataResponse) => void): Promise<DescribeTimingL7AnalysisDataResponse>;
|
|
212
214
|
/**
|
|
213
|
-
*
|
|
215
|
+
* 本接口为旧版,如需调用请尽快迁移至新版,新版接口中将四层代理实例列表的查询和四层转发规则的查询拆分成两个接口,详情请参考 [查询四层代理实例列表](https://cloud.tencent.com/document/product/1552/103413) 和 [查询四层代理转发规则列表](https://cloud.tencent.com/document/product/1552/103412)。
|
|
214
216
|
*/
|
|
215
217
|
DescribeApplicationProxies(req: DescribeApplicationProxiesRequest, cb?: (error: string, rep: DescribeApplicationProxiesResponse) => void): Promise<DescribeApplicationProxiesResponse>;
|
|
216
218
|
/**
|
|
@@ -226,7 +228,8 @@ CNAME 模式接入时,若您未完成站点归属权校验,本接口将为
|
|
|
226
228
|
*/
|
|
227
229
|
CreateConfigGroupVersion(req: CreateConfigGroupVersionRequest, cb?: (error: string, rep: CreateConfigGroupVersionResponse) => void): Promise<CreateConfigGroupVersionResponse>;
|
|
228
230
|
/**
|
|
229
|
-
*
|
|
231
|
+
* 本接口为旧版,如需调用请尽快迁移至新版,详情请参考 [修改四层代理实例
|
|
232
|
+
](https://cloud.tencent.com/document/product/1552/103411) 。
|
|
230
233
|
*/
|
|
231
234
|
ModifyApplicationProxy(req: ModifyApplicationProxyRequest, cb?: (error: string, rep: ModifyApplicationProxyResponse) => void): Promise<ModifyApplicationProxyResponse>;
|
|
232
235
|
/**
|
|
@@ -268,7 +271,7 @@ CNAME 模式接入时,若您未完成站点归属权校验,本接口将为
|
|
|
268
271
|
*/
|
|
269
272
|
DeleteRules(req: DeleteRulesRequest, cb?: (error: string, rep: DeleteRulesResponse) => void): Promise<DeleteRulesResponse>;
|
|
270
273
|
/**
|
|
271
|
-
*
|
|
274
|
+
* 查询四层代理实例下的转发规则列表。
|
|
272
275
|
*/
|
|
273
276
|
DescribeL4ProxyRules(req: DescribeL4ProxyRulesRequest, cb?: (error: string, rep: DescribeL4ProxyRulesResponse) => void): Promise<DescribeL4ProxyRulesResponse>;
|
|
274
277
|
/**
|
|
@@ -280,7 +283,7 @@ CNAME 模式接入时,若您未完成站点归属权校验,本接口将为
|
|
|
280
283
|
*/
|
|
281
284
|
DescribeRules(req: DescribeRulesRequest, cb?: (error: string, rep: DescribeRulesResponse) => void): Promise<DescribeRulesResponse>;
|
|
282
285
|
/**
|
|
283
|
-
*
|
|
286
|
+
* 本接口为旧版,如需调用请尽快迁移至新版 [创建四层代理实例](https://cloud.tencent.com/document/product/1552/103417) 。
|
|
284
287
|
*/
|
|
285
288
|
CreateApplicationProxy(req: CreateApplicationProxyRequest, cb?: (error: string, rep: CreateApplicationProxyResponse) => void): Promise<CreateApplicationProxyResponse>;
|
|
286
289
|
/**
|
|
@@ -292,7 +295,8 @@ CNAME 模式接入时,若您未完成站点归属权校验,本接口将为
|
|
|
292
295
|
*/
|
|
293
296
|
ModifyAliasDomain(req: ModifyAliasDomainRequest, cb?: (error: string, rep: ModifyAliasDomainResponse) => void): Promise<ModifyAliasDomainResponse>;
|
|
294
297
|
/**
|
|
295
|
-
*
|
|
298
|
+
* 本接口为旧版,如需调用请尽快迁移至新版,详情请参考 [修改四层代理转发规则
|
|
299
|
+
](https://cloud.tencent.com/document/product/1552/103410) 。
|
|
296
300
|
*/
|
|
297
301
|
ModifyApplicationProxyRule(req: ModifyApplicationProxyRuleRequest, cb?: (error: string, rep: ModifyApplicationProxyRuleResponse) => void): Promise<ModifyApplicationProxyRuleResponse>;
|
|
298
302
|
/**
|
|
@@ -346,7 +350,8 @@ CNAME 模式接入时,若您未完成站点归属权校验,本接口将为
|
|
|
346
350
|
*/
|
|
347
351
|
DeleteSecurityIPGroup(req: DeleteSecurityIPGroupRequest, cb?: (error: string, rep: DeleteSecurityIPGroupResponse) => void): Promise<DeleteSecurityIPGroupResponse>;
|
|
348
352
|
/**
|
|
349
|
-
*
|
|
353
|
+
* 本接口为旧版,如需调用请尽快迁移至新版,详情请参考 [创建四层代理转发规则
|
|
354
|
+
](https://cloud.tencent.com/document/product/1552/103416) 。
|
|
350
355
|
*/
|
|
351
356
|
CreateApplicationProxyRule(req: CreateApplicationProxyRuleRequest, cb?: (error: string, rep: CreateApplicationProxyRuleResponse) => void): Promise<CreateApplicationProxyRuleResponse>;
|
|
352
357
|
/**
|
|
@@ -92,7 +92,8 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
92
92
|
return this.request("ModifyOriginGroup", req, cb);
|
|
93
93
|
}
|
|
94
94
|
/**
|
|
95
|
-
*
|
|
95
|
+
* 本接口为旧版,如需调用请尽快迁移至新版,详情请参考 [删除四层代理实例
|
|
96
|
+
](https://cloud.tencent.com/document/product/1552/103415) 。
|
|
96
97
|
*/
|
|
97
98
|
async DeleteApplicationProxy(req, cb) {
|
|
98
99
|
return this.request("DeleteApplicationProxy", req, cb);
|
|
@@ -116,7 +117,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
116
117
|
return this.request("DescribeEnvironments", req, cb);
|
|
117
118
|
}
|
|
118
119
|
/**
|
|
119
|
-
*
|
|
120
|
+
* 本接口为旧版,如需调用请尽快迁移至新版,详情请参考 [删除四层代理转发规则](https://cloud.tencent.com/document/product/1552/103414) 。
|
|
120
121
|
*/
|
|
121
122
|
async DeleteApplicationProxyRule(req, cb) {
|
|
122
123
|
return this.request("DeleteApplicationProxyRule", req, cb);
|
|
@@ -172,7 +173,8 @@ CNAME 模式接入时,若您未完成站点归属权校验,本接口将为
|
|
|
172
173
|
return this.request("BindSecurityTemplateToEntity", req, cb);
|
|
173
174
|
}
|
|
174
175
|
/**
|
|
175
|
-
*
|
|
176
|
+
* 本接口为旧版,如需调用请尽快迁移至新版,详情请参考 [修改四层代理转发规则状态
|
|
177
|
+
](https://cloud.tencent.com/document/product/1552/103409) 。
|
|
176
178
|
*/
|
|
177
179
|
async ModifyApplicationProxyRuleStatus(req, cb) {
|
|
178
180
|
return this.request("ModifyApplicationProxyRuleStatus", req, cb);
|
|
@@ -316,7 +318,7 @@ CNAME 模式接入时,若您未完成站点归属权校验,本接口将为
|
|
|
316
318
|
return this.request("CreateL4Proxy", req, cb);
|
|
317
319
|
}
|
|
318
320
|
/**
|
|
319
|
-
*
|
|
321
|
+
* 本接口为旧版,如需调用请尽快迁移至新版,详情请参考 [修改四层代理实例状态](https://cloud.tencent.com/document/product/1552/103408) 。
|
|
320
322
|
*/
|
|
321
323
|
async ModifyApplicationProxyStatus(req, cb) {
|
|
322
324
|
return this.request("ModifyApplicationProxyStatus", req, cb);
|
|
@@ -328,7 +330,7 @@ CNAME 模式接入时,若您未完成站点归属权校验,本接口将为
|
|
|
328
330
|
return this.request("DescribeTimingL7AnalysisData", req, cb);
|
|
329
331
|
}
|
|
330
332
|
/**
|
|
331
|
-
*
|
|
333
|
+
* 本接口为旧版,如需调用请尽快迁移至新版,新版接口中将四层代理实例列表的查询和四层转发规则的查询拆分成两个接口,详情请参考 [查询四层代理实例列表](https://cloud.tencent.com/document/product/1552/103413) 和 [查询四层代理转发规则列表](https://cloud.tencent.com/document/product/1552/103412)。
|
|
332
334
|
*/
|
|
333
335
|
async DescribeApplicationProxies(req, cb) {
|
|
334
336
|
return this.request("DescribeApplicationProxies", req, cb);
|
|
@@ -352,7 +354,8 @@ CNAME 模式接入时,若您未完成站点归属权校验,本接口将为
|
|
|
352
354
|
return this.request("CreateConfigGroupVersion", req, cb);
|
|
353
355
|
}
|
|
354
356
|
/**
|
|
355
|
-
*
|
|
357
|
+
* 本接口为旧版,如需调用请尽快迁移至新版,详情请参考 [修改四层代理实例
|
|
358
|
+
](https://cloud.tencent.com/document/product/1552/103411) 。
|
|
356
359
|
*/
|
|
357
360
|
async ModifyApplicationProxy(req, cb) {
|
|
358
361
|
return this.request("ModifyApplicationProxy", req, cb);
|
|
@@ -414,7 +417,7 @@ CNAME 模式接入时,若您未完成站点归属权校验,本接口将为
|
|
|
414
417
|
return this.request("DeleteRules", req, cb);
|
|
415
418
|
}
|
|
416
419
|
/**
|
|
417
|
-
*
|
|
420
|
+
* 查询四层代理实例下的转发规则列表。
|
|
418
421
|
*/
|
|
419
422
|
async DescribeL4ProxyRules(req, cb) {
|
|
420
423
|
return this.request("DescribeL4ProxyRules", req, cb);
|
|
@@ -432,7 +435,7 @@ CNAME 模式接入时,若您未完成站点归属权校验,本接口将为
|
|
|
432
435
|
return this.request("DescribeRules", req, cb);
|
|
433
436
|
}
|
|
434
437
|
/**
|
|
435
|
-
*
|
|
438
|
+
* 本接口为旧版,如需调用请尽快迁移至新版 [创建四层代理实例](https://cloud.tencent.com/document/product/1552/103417) 。
|
|
436
439
|
*/
|
|
437
440
|
async CreateApplicationProxy(req, cb) {
|
|
438
441
|
return this.request("CreateApplicationProxy", req, cb);
|
|
@@ -450,7 +453,8 @@ CNAME 模式接入时,若您未完成站点归属权校验,本接口将为
|
|
|
450
453
|
return this.request("ModifyAliasDomain", req, cb);
|
|
451
454
|
}
|
|
452
455
|
/**
|
|
453
|
-
*
|
|
456
|
+
* 本接口为旧版,如需调用请尽快迁移至新版,详情请参考 [修改四层代理转发规则
|
|
457
|
+
](https://cloud.tencent.com/document/product/1552/103410) 。
|
|
454
458
|
*/
|
|
455
459
|
async ModifyApplicationProxyRule(req, cb) {
|
|
456
460
|
return this.request("ModifyApplicationProxyRule", req, cb);
|
|
@@ -530,7 +534,8 @@ CNAME 模式接入时,若您未完成站点归属权校验,本接口将为
|
|
|
530
534
|
return this.request("DeleteSecurityIPGroup", req, cb);
|
|
531
535
|
}
|
|
532
536
|
/**
|
|
533
|
-
*
|
|
537
|
+
* 本接口为旧版,如需调用请尽快迁移至新版,详情请参考 [创建四层代理转发规则
|
|
538
|
+
](https://cloud.tencent.com/document/product/1552/103416) 。
|
|
534
539
|
*/
|
|
535
540
|
async CreateApplicationProxyRule(req, cb) {
|
|
536
541
|
return this.request("CreateApplicationProxyRule", req, cb);
|
|
@@ -4874,6 +4874,14 @@ export interface DescribeConfigGroupVersionsResponse {
|
|
|
4874
4874
|
* DescribeApplicationProxies请求参数结构体
|
|
4875
4875
|
*/
|
|
4876
4876
|
export interface DescribeApplicationProxiesRequest {
|
|
4877
|
+
/**
|
|
4878
|
+
* 站点ID。该参数必填。
|
|
4879
|
+
*/
|
|
4880
|
+
ZoneId?: string;
|
|
4881
|
+
/**
|
|
4882
|
+
* 过滤条件,Filters.Values的上限为20。详细的过滤条件如下:<li>proxy-id<br> 按照【<strong>代理ID</strong>】进行过滤。代理ID形如:proxy-ev2sawbwfd。<br> 类型:String<br> 必选:否</li><li>zone-id<br> 按照【<strong>站点ID</strong>】进行过滤。站点ID形如:zone-vawer2vadg。<br> 类型:String<br> 必选:否</li><li>rule-tag<br> 按照【<strong>规则标签</strong>】对应用代理下的规则进行过滤。规则标签形如:rule-service-1。<br> 类型:String<br> 必选:否</li>
|
|
4883
|
+
*/
|
|
4884
|
+
Filters?: Array<Filter>;
|
|
4877
4885
|
/**
|
|
4878
4886
|
* 分页查询偏移量。默认为0。
|
|
4879
4887
|
*/
|
|
@@ -4882,10 +4890,6 @@ export interface DescribeApplicationProxiesRequest {
|
|
|
4882
4890
|
* 分页查询限制数目。默认值:20,最大值:1000。
|
|
4883
4891
|
*/
|
|
4884
4892
|
Limit?: number;
|
|
4885
|
-
/**
|
|
4886
|
-
* 过滤条件,Filters.Values的上限为20。详细的过滤条件如下:<li>proxy-id<br> 按照【<strong>代理ID</strong>】进行过滤。代理ID形如:proxy-ev2sawbwfd。<br> 类型:String<br> 必选:否</li><li>zone-id<br> 按照【<strong>站点ID</strong>】进行过滤。站点ID形如:zone-vawer2vadg。<br> 类型:String<br> 必选:否</li><li>rule-tag<br> 按照【<strong>规则标签</strong>】对应用代理下的规则进行过滤。规则标签形如:rule-service-1。<br> 类型:String<br> 必选:否</li>
|
|
4887
|
-
*/
|
|
4888
|
-
Filters?: Array<Filter>;
|
|
4889
4893
|
}
|
|
4890
4894
|
/**
|
|
4891
4895
|
* DescribeContentQuota请求参数结构体
|
|
@@ -455,8 +455,8 @@ export interface TextTranslateRequest {
|
|
|
455
455
|
/**
|
|
456
456
|
* 目标语言,各源语言的目标语言支持列表如下
|
|
457
457
|
|
|
458
|
-
<li> zh(简体中文):en(英语)、ja(日语)、ko(韩语)、fr(法语)、es(西班牙语)、it(意大利语)、de(德语)、tr(土耳其语)、ru(俄语)、pt(葡萄牙语)、vi(越南语)、id(印尼语)、th(泰语)、ms(马来语)</li>
|
|
459
|
-
<li>zh-TW(繁体中文):en(英语)、ja(日语)、ko(韩语)、fr(法语)、es(西班牙语)、it(意大利语)、de(德语)、tr(土耳其语)、ru(俄语)、pt(葡萄牙语)、vi(越南语)、id(印尼语)、th(泰语)、ms(马来语)</li>
|
|
458
|
+
<li> zh(简体中文):zh-TW(繁体中文)、en(英语)、ja(日语)、ko(韩语)、fr(法语)、es(西班牙语)、it(意大利语)、de(德语)、tr(土耳其语)、ru(俄语)、pt(葡萄牙语)、vi(越南语)、id(印尼语)、th(泰语)、ms(马来语)</li>
|
|
459
|
+
<li>zh-TW(繁体中文):zh(简体中文)、en(英语)、ja(日语)、ko(韩语)、fr(法语)、es(西班牙语)、it(意大利语)、de(德语)、tr(土耳其语)、ru(俄语)、pt(葡萄牙语)、vi(越南语)、id(印尼语)、th(泰语)、ms(马来语)</li>
|
|
460
460
|
<li>en(英语):zh(中文)、zh-TW(繁体中文)、ja(日语)、ko(韩语)、fr(法语)、es(西班牙语)、it(意大利语)、de(德语)、tr(土耳其语)、ru(俄语)、pt(葡萄牙语)、vi(越南语)、id(印尼语)、th(泰语)、ms(马来语)、ar(阿拉伯语)、hi(印地语)</li>
|
|
461
461
|
<li>ja(日语):zh(中文)、zh-TW(繁体中文)、en(英语)、ko(韩语)</li>
|
|
462
462
|
<li>ko(韩语):zh(中文)、zh-TW(繁体中文)、en(英语)、ja(日语)</li>
|
|
@@ -101,6 +101,10 @@ export interface GetLicensesRequest {
|
|
|
101
101
|
* DeviceId
|
|
102
102
|
*/
|
|
103
103
|
DeviceId?: string;
|
|
104
|
+
/**
|
|
105
|
+
* license状态:0:未绑定;1:已绑定;2:已停服;3:已退费
|
|
106
|
+
*/
|
|
107
|
+
Status?: number;
|
|
104
108
|
}
|
|
105
109
|
/**
|
|
106
110
|
* DescribePolicy返回参数结构体
|
|
@@ -391,6 +395,10 @@ export interface GetLicenseStatResponse {
|
|
|
391
395
|
* 过期授权
|
|
392
396
|
*/
|
|
393
397
|
Expire?: number;
|
|
398
|
+
/**
|
|
399
|
+
* 当月用量超时授权个数
|
|
400
|
+
*/
|
|
401
|
+
MonthlyExpire?: number;
|
|
394
402
|
/**
|
|
395
403
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
396
404
|
*/
|
|
@@ -483,6 +491,11 @@ export interface Device {
|
|
|
483
491
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
484
492
|
*/
|
|
485
493
|
LicenseIds?: Array<string>;
|
|
494
|
+
/**
|
|
495
|
+
* 每月license的限定时长
|
|
496
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
497
|
+
*/
|
|
498
|
+
MonthlyRemainTime?: number;
|
|
486
499
|
}
|
|
487
500
|
/**
|
|
488
501
|
* DescribeSessionStatistics请求参数结构体
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { DescribeCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayServiceResponse, DeleteCloudNativeAPIGatewayPublicNetworkResponse, DeleteCloudNativeAPIGatewayRouteRateLimitResponse, DeleteWafDomainsRequest, DescribeCloudNativeAPIGatewayServiceRateLimitRequest, CreateCloudNativeAPIGatewayRequest, DescribeCloudNativeAPIGatewayNodesRequest, ModifyCloudNativeAPIGatewayRouteRequest, DescribeCloudNativeAPIGatewayUpstreamRequest, DeleteNativeGatewayServerGroupResponse, ModifyCloudNativeAPIGatewayCertificateResponse, CreateCloudNativeAPIGatewayRouteRateLimitResponse, DescribeSREInstanceAccessAddressResponse, ModifyCloudNativeAPIGatewayCanaryRuleResponse, DescribeUpstreamHealthCheckConfigRequest, CreateNativeGatewayServerGroupRequest, DescribeCloudNativeAPIGatewayCertificatesRequest, ModifyCloudNativeAPIGatewayRouteRateLimitRequest, ModifyCloudNativeAPIGatewayResponse, CloseWafProtectionRequest, ModifyCloudNativeAPIGatewayServiceResponse, DescribeCloudNativeAPIGatewayNodesResponse, CreateCloudNativeAPIGatewayResponse, DescribeUpstreamHealthCheckConfigResponse, OpenWafProtectionResponse, DeleteCloudNativeAPIGatewayCertificateResponse, DeleteCloudNativeAPIGatewayCanaryRuleRequest,
|
|
3
|
+
import { DescribeCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayServiceResponse, DeleteCloudNativeAPIGatewayPublicNetworkResponse, DeleteCloudNativeAPIGatewayRouteRateLimitResponse, DeleteWafDomainsRequest, DescribeCloudNativeAPIGatewayServiceRateLimitRequest, CreateCloudNativeAPIGatewayRequest, DescribeCloudNativeAPIGatewayNodesRequest, ModifyCloudNativeAPIGatewayRouteRequest, DescribeCloudNativeAPIGatewayUpstreamRequest, DeleteNativeGatewayServerGroupResponse, ModifyCloudNativeAPIGatewayCertificateResponse, CreateCloudNativeAPIGatewayRouteRateLimitResponse, DescribeSREInstanceAccessAddressResponse, ModifyCloudNativeAPIGatewayCanaryRuleResponse, DescribeUpstreamHealthCheckConfigRequest, CreateNativeGatewayServerGroupRequest, DescribeCloudNativeAPIGatewayCertificatesRequest, ModifyCloudNativeAPIGatewayRouteRateLimitRequest, ModifyCloudNativeAPIGatewayResponse, CloseWafProtectionRequest, ModifyCloudNativeAPIGatewayServiceResponse, DescribeCloudNativeAPIGatewayNodesResponse, CreateCloudNativeAPIGatewayResponse, DescribeUpstreamHealthCheckConfigResponse, OpenWafProtectionResponse, DeleteCloudNativeAPIGatewayCertificateResponse, DeleteCloudNativeAPIGatewayCanaryRuleRequest, DescribeNacosReplicasRequest, CreateCloudNativeAPIGatewayServiceRequest, ModifyConsoleNetworkRequest, ModifyCloudNativeAPIGatewayCertificateRequest, CreateWafDomainsResponse, DescribeCloudNativeAPIGatewayServicesRequest, DescribeCloudNativeAPIGatewayUpstreamResponse, DescribeCloudNativeAPIGatewayCertificatesResponse, UpdateEngineInternetAccessRequest, CreateCloudNativeAPIGatewayCanaryRuleResponse, DescribeSREInstancesRequest, DeleteEngineResponse, DescribeCloudNativeAPIGatewayRoutesResponse, DescribeWafProtectionResponse, DescribeZookeeperReplicasRequest, DescribeZookeeperServerInterfacesRequest, UpdateUpstreamTargetsRequest, DeleteCloudNativeAPIGatewayServiceResponse, ModifyNetworkAccessStrategyRequest, DeleteCloudNativeAPIGatewayRouteResponse, DescribeCloudNativeAPIGatewayPortsResponse, CreateCloudNativeAPIGatewayRouteRateLimitRequest, DeleteNativeGatewayServerGroupRequest, ModifyCloudNativeAPIGatewayRouteResponse, DescribeNacosReplicasResponse, DeleteCloudNativeAPIGatewayServiceRateLimitRequest, ModifyUpstreamNodeStatusRequest, DescribeCloudNativeAPIGatewayConfigResponse, CreateCloudNativeAPIGatewayRouteResponse, DescribeCloudNativeAPIGatewayConfigRequest, DescribeCloudNativeAPIGatewaysRequest, DescribeNacosServerInterfacesResponse, DescribeCloudNativeAPIGatewayServiceRateLimitResponse, DeleteCloudNativeAPIGatewayServiceRequest, CreateCloudNativeAPIGatewayCertificateResponse, CreateCloudNativeAPIGatewayCanaryRuleRequest, ModifyNativeGatewayServerGroupRequest, DescribeCloudNativeAPIGatewayRouteRateLimitRequest, DescribeOneCloudNativeAPIGatewayServiceRequest, DescribeCloudNativeAPIGatewaysResponse, UpdateEngineInternetAccessResponse, UpdateCloudNativeAPIGatewaySpecRequest, DescribeCloudNativeAPIGatewayServicesResponse, DeleteCloudNativeAPIGatewayRouteRateLimitRequest, DeleteEngineRequest, CreateCloudNativeAPIGatewayPublicNetworkResponse, DescribeWafDomainsResponse, ModifyNetworkBasicInfoRequest, ModifyCloudNativeAPIGatewayServiceRateLimitRequest, DescribeSREInstanceAccessAddressRequest, DescribeCloudNativeAPIGatewayCanaryRulesResponse, UpdateUpstreamTargetsResponse, DeleteCloudNativeAPIGatewayCertificateRequest, DeleteCloudNativeAPIGatewayServiceRateLimitResponse, CloseWafProtectionResponse, UpdateUpstreamHealthCheckConfigRequest, UpdateCloudNativeAPIGatewaySpecResponse, DescribeZookeeperServerInterfacesResponse, ModifyNetworkAccessStrategyResponse, DescribeNativeGatewayServerGroupsRequest, DeleteCloudNativeAPIGatewayRequest, DescribeCloudNativeAPIGatewayCertificateDetailsResponse, UpdateCloudNativeAPIGatewayCertificateInfoRequest, DescribeOneCloudNativeAPIGatewayServiceResponse, ModifyCloudNativeAPIGatewayServiceRequest, DeleteCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayCertificateRequest, DescribeWafDomainsRequest, DescribeWafProtectionRequest, ModifyUpstreamNodeStatusResponse, CreateCloudNativeAPIGatewayPublicNetworkRequest, DescribeCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayRequest, DescribeNativeGatewayServerGroupsResponse, OpenWafProtectionRequest, DeleteCloudNativeAPIGatewayPublicNetworkRequest, DeleteCloudNativeAPIGatewayRouteRequest, DescribeCloudNativeAPIGatewayRoutesRequest, CreateEngineResponse, CreateCloudNativeAPIGatewayServiceRateLimitResponse, ModifyCloudNativeAPIGatewayServiceRateLimitResponse, DescribeNacosServerInterfacesRequest, UpdateUpstreamHealthCheckConfigResponse, DescribeSREInstancesResponse, DescribeCloudNativeAPIGatewayCertificateDetailsRequest, CreateWafDomainsRequest, CreateCloudNativeAPIGatewayRouteRequest, CreateNativeGatewayServerGroupResponse, CreateCloudNativeAPIGatewayServiceRateLimitRequest, DescribeZookeeperReplicasResponse, CreateEngineRequest, ModifyCloudNativeAPIGatewayCanaryRuleRequest, ModifyConsoleNetworkResponse, DeleteWafDomainsResponse, ModifyCloudNativeAPIGatewayRequest, ModifyCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayCanaryRulesRequest, DeleteCloudNativeAPIGatewayCanaryRuleResponse, DescribeCloudNativeAPIGatewayPortsRequest, ModifyNativeGatewayServerGroupResponse, UpdateCloudNativeAPIGatewayCertificateInfoResponse, ModifyNetworkBasicInfoResponse } from "./tse_models";
|
|
4
4
|
/**
|
|
5
5
|
* tse client
|
|
6
6
|
* @class
|
|
@@ -218,6 +218,7 @@ export interface CloudNativeAPIGatewayStrategyCronScalerConfig {
|
|
|
218
218
|
/**
|
|
219
219
|
* 是否开启定时伸缩
|
|
220
220
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
221
|
+
* @deprecated
|
|
221
222
|
*/
|
|
222
223
|
Enabled?: boolean;
|
|
223
224
|
/**
|
|
@@ -726,21 +727,24 @@ export interface GatewayInstanceSchemeAndPorts {
|
|
|
726
727
|
PortList?: Array<number | bigint>;
|
|
727
728
|
}
|
|
728
729
|
/**
|
|
729
|
-
*
|
|
730
|
+
* 创建kong客户端公网结果
|
|
730
731
|
*/
|
|
731
|
-
export interface
|
|
732
|
+
export interface CreatePublicNetworkResult {
|
|
732
733
|
/**
|
|
733
|
-
*
|
|
734
|
+
* 网关实例ID
|
|
735
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
734
736
|
*/
|
|
735
|
-
|
|
737
|
+
GatewayId?: string;
|
|
736
738
|
/**
|
|
737
|
-
*
|
|
739
|
+
* 分组ID
|
|
740
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
738
741
|
*/
|
|
739
|
-
|
|
742
|
+
GroupId?: string;
|
|
740
743
|
/**
|
|
741
|
-
*
|
|
744
|
+
* 客户端公网网络ID
|
|
745
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
742
746
|
*/
|
|
743
|
-
|
|
747
|
+
NetworkId?: string;
|
|
744
748
|
}
|
|
745
749
|
/**
|
|
746
750
|
* 云原生网关健康检查配置
|
|
@@ -1456,6 +1460,23 @@ export interface DescribeZookeeperReplicasRequest {
|
|
|
1456
1460
|
*/
|
|
1457
1461
|
Offset?: number;
|
|
1458
1462
|
}
|
|
1463
|
+
/**
|
|
1464
|
+
* DescribeZookeeperServerInterfaces请求参数结构体
|
|
1465
|
+
*/
|
|
1466
|
+
export interface DescribeZookeeperServerInterfacesRequest {
|
|
1467
|
+
/**
|
|
1468
|
+
* 实例id
|
|
1469
|
+
*/
|
|
1470
|
+
InstanceId?: string;
|
|
1471
|
+
/**
|
|
1472
|
+
* 返回的列表个数
|
|
1473
|
+
*/
|
|
1474
|
+
Limit?: number;
|
|
1475
|
+
/**
|
|
1476
|
+
* 返回的列表起始偏移量
|
|
1477
|
+
*/
|
|
1478
|
+
Offset?: number;
|
|
1479
|
+
}
|
|
1459
1480
|
/**
|
|
1460
1481
|
* UpdateUpstreamTargets请求参数结构体
|
|
1461
1482
|
*/
|
|
@@ -2182,7 +2203,7 @@ export interface DescribeCloudNativeAPIGatewaysRequest {
|
|
|
2182
2203
|
*/
|
|
2183
2204
|
export interface AutoScalerPolicy {
|
|
2184
2205
|
/**
|
|
2185
|
-
* 类型,Pods
|
|
2206
|
+
* 类型,Pods
|
|
2186
2207
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2187
2208
|
*/
|
|
2188
2209
|
Type?: string;
|
|
@@ -2677,6 +2698,11 @@ export interface DeleteEngineRequest {
|
|
|
2677
2698
|
* CreateCloudNativeAPIGatewayPublicNetwork返回参数结构体
|
|
2678
2699
|
*/
|
|
2679
2700
|
export interface CreateCloudNativeAPIGatewayPublicNetworkResponse {
|
|
2701
|
+
/**
|
|
2702
|
+
* 返回结果
|
|
2703
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2704
|
+
*/
|
|
2705
|
+
Result?: CreatePublicNetworkResult;
|
|
2680
2706
|
/**
|
|
2681
2707
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2682
2708
|
*/
|
|
@@ -2911,16 +2937,18 @@ export interface UpdateUpstreamHealthCheckConfigRequest {
|
|
|
2911
2937
|
export interface CloudNativeAPIGatewayStrategyAutoScalerConfigMetric {
|
|
2912
2938
|
/**
|
|
2913
2939
|
* 指标类型
|
|
2914
|
-
|
|
2940
|
+
- Resource
|
|
2915
2941
|
*/
|
|
2916
2942
|
Type?: string;
|
|
2917
2943
|
/**
|
|
2918
2944
|
* 指标资源名称
|
|
2945
|
+
- cpu
|
|
2946
|
+
- memory
|
|
2919
2947
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2920
2948
|
*/
|
|
2921
2949
|
ResourceName?: string;
|
|
2922
2950
|
/**
|
|
2923
|
-
*
|
|
2951
|
+
* 指标目标类型,目前只支持百分比Utilization
|
|
2924
2952
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2925
2953
|
*/
|
|
2926
2954
|
TargetType?: string;
|
|
@@ -3559,12 +3587,12 @@ export interface CloudNativeAPIGatewayStrategyCronScalerConfigParam {
|
|
|
3559
3587
|
*/
|
|
3560
3588
|
StartAt?: string;
|
|
3561
3589
|
/**
|
|
3562
|
-
*
|
|
3590
|
+
* 定时伸缩目标节点数,不超过指标伸缩中定义的最大节点数
|
|
3563
3591
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3564
3592
|
*/
|
|
3565
3593
|
TargetReplicas?: number;
|
|
3566
3594
|
/**
|
|
3567
|
-
* 定时伸缩cron
|
|
3595
|
+
* 定时伸缩cron表达式,无需输入
|
|
3568
3596
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3569
3597
|
*/
|
|
3570
3598
|
Crontab?: string;
|
|
@@ -3788,6 +3816,7 @@ export interface CloudNativeAPIGatewayStrategyAutoScalerConfig {
|
|
|
3788
3816
|
/**
|
|
3789
3817
|
* 是否开启指标伸缩
|
|
3790
3818
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3819
|
+
* @deprecated
|
|
3791
3820
|
*/
|
|
3792
3821
|
Enabled?: boolean;
|
|
3793
3822
|
/**
|
|
@@ -4025,7 +4054,7 @@ export interface DescribeCloudNativeAPIGatewayCertificateDetailsRequest {
|
|
|
4025
4054
|
*/
|
|
4026
4055
|
export interface AutoScalerRules {
|
|
4027
4056
|
/**
|
|
4028
|
-
*
|
|
4057
|
+
* 稳定窗口时间,扩容时默认0,缩容时默认300
|
|
4029
4058
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4030
4059
|
*/
|
|
4031
4060
|
StabilizationWindowSeconds?: number;
|
|
@@ -4035,7 +4064,7 @@ export interface AutoScalerRules {
|
|
|
4035
4064
|
*/
|
|
4036
4065
|
SelectPolicy?: string;
|
|
4037
4066
|
/**
|
|
4038
|
-
*
|
|
4067
|
+
* 扩缩容策略
|
|
4039
4068
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4040
4069
|
*/
|
|
4041
4070
|
Policies?: Array<AutoScalerPolicy>;
|