tencentcloud-sdk-nodejs 4.0.813 → 4.0.815
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 +209 -0
- package/SERVICE_CHANGELOG.md +191 -146
- package/package.json +1 -1
- package/products.md +14 -14
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +1 -1
- package/src/services/billing/v20180709/billing_models.ts +1 -1
- package/src/services/cme/v20191029/cme_models.ts +50 -50
- package/src/services/ess/v20201111/ess_client.ts +7 -4
- package/src/services/ess/v20201111/ess_models.ts +20 -14
- package/src/services/essbasic/v20210526/essbasic_client.ts +12 -4
- package/src/services/essbasic/v20210526/essbasic_models.ts +28 -13
- package/src/services/ims/v20200713/ims_models.ts +1 -1
- package/src/services/live/v20180801/live_models.ts +1 -1
- package/src/services/mongodb/v20190725/mongodb_client.ts +1 -1
- package/src/services/mongodb/v20190725/mongodb_models.ts +13 -5
- package/src/services/organization/v20181225/organization_models.ts +20 -20
- package/src/services/tat/v20201028/tat_models.ts +9 -7
- package/src/services/tione/v20191022/tione_models.ts +23 -23
- package/src/services/tse/v20201207/tse_client.ts +904 -478
- package/src/services/tse/v20201207/tse_models.ts +2677 -444
- package/src/services/vm/v20210922/vm_client.ts +1 -1
- package/src/services/vm/v20210922/vm_models.ts +2 -2
- package/src/services/waf/v20180125/waf_client.ts +3 -20
- package/src/services/waf/v20180125/waf_models.ts +36 -108
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +1 -1
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +50 -50
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +7 -4
- package/tencentcloud/services/ess/v20201111/ess_client.js +7 -4
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +20 -14
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +12 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +12 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +28 -13
- package/tencentcloud/services/ims/v20200713/ims_models.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +1 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +1 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +13 -5
- package/tencentcloud/services/organization/v20181225/organization_models.d.ts +20 -20
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +9 -7
- package/tencentcloud/services/tione/v20191022/tione_models.d.ts +23 -23
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +273 -137
- package/tencentcloud/services/tse/v20201207/tse_client.js +408 -204
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +2693 -546
- package/tencentcloud/services/vm/v20210922/vm_client.d.ts +1 -1
- package/tencentcloud/services/vm/v20210922/vm_client.js +1 -1
- package/tencentcloud/services/vm/v20210922/vm_models.d.ts +2 -2
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -8
- package/tencentcloud/services/waf/v20180125/waf_client.js +0 -9
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +36 -104
- package/test/tse.v20201207.test.js +493 -153
- package/test/waf.v20180125.test.js +0 -10
|
@@ -28,166 +28,178 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
28
28
|
super("tse.tencentcloudapi.com", "2020-12-07", clientConfig);
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* 获取云原生网关服务详情
|
|
32
32
|
*/
|
|
33
|
-
async
|
|
34
|
-
return this.request("
|
|
33
|
+
async DescribeOneCloudNativeAPIGatewayService(req, cb) {
|
|
34
|
+
return this.request("DescribeOneCloudNativeAPIGatewayService", req, cb);
|
|
35
35
|
}
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
37
|
+
* 修改引擎公网访问配置
|
|
38
38
|
*/
|
|
39
|
-
async
|
|
40
|
-
return this.request("
|
|
39
|
+
async UpdateEngineInternetAccess(req, cb) {
|
|
40
|
+
return this.request("UpdateEngineInternetAccess", req, cb);
|
|
41
41
|
}
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
43
|
+
* 查询云原生网关的限流插件(服务)
|
|
44
44
|
*/
|
|
45
|
-
async
|
|
46
|
-
return this.request("
|
|
45
|
+
async DescribeCloudNativeAPIGatewayServiceRateLimit(req, cb) {
|
|
46
|
+
return this.request("DescribeCloudNativeAPIGatewayServiceRateLimit", req, cb);
|
|
47
47
|
}
|
|
48
48
|
/**
|
|
49
|
-
*
|
|
49
|
+
* 删除公网网络配置
|
|
50
50
|
*/
|
|
51
|
-
async
|
|
52
|
-
return this.request("
|
|
51
|
+
async DeleteCloudNativeAPIGatewayPublicNetwork(req, cb) {
|
|
52
|
+
return this.request("DeleteCloudNativeAPIGatewayPublicNetwork", req, cb);
|
|
53
53
|
}
|
|
54
54
|
/**
|
|
55
|
-
*
|
|
55
|
+
* 查询治理中心服务别名列表
|
|
56
56
|
*/
|
|
57
|
-
async
|
|
58
|
-
return this.request("
|
|
57
|
+
async DescribeGovernanceAliases(req, cb) {
|
|
58
|
+
return this.request("DescribeGovernanceAliases", req, cb);
|
|
59
59
|
}
|
|
60
60
|
/**
|
|
61
|
-
*
|
|
61
|
+
* 删除配置文件分组
|
|
62
62
|
*/
|
|
63
|
-
async
|
|
64
|
-
return this.request("
|
|
63
|
+
async DeleteConfigFileGroup(req, cb) {
|
|
64
|
+
return this.request("DeleteConfigFileGroup", req, cb);
|
|
65
65
|
}
|
|
66
66
|
/**
|
|
67
|
-
*
|
|
67
|
+
* 创建服务治理中心配置文件组
|
|
68
68
|
*/
|
|
69
|
-
async
|
|
70
|
-
return this.request("
|
|
69
|
+
async CreateConfigFileGroup(req, cb) {
|
|
70
|
+
return this.request("CreateConfigFileGroup", req, cb);
|
|
71
71
|
}
|
|
72
72
|
/**
|
|
73
|
-
*
|
|
73
|
+
* 删除引擎实例
|
|
74
74
|
*/
|
|
75
|
-
async
|
|
76
|
-
return this.request("
|
|
75
|
+
async DeleteEngine(req, cb) {
|
|
76
|
+
return this.request("DeleteEngine", req, cb);
|
|
77
77
|
}
|
|
78
78
|
/**
|
|
79
|
-
*
|
|
79
|
+
* 修改治理中心服务
|
|
80
80
|
*/
|
|
81
|
-
async
|
|
82
|
-
return this.request("
|
|
81
|
+
async ModifyGovernanceServices(req, cb) {
|
|
82
|
+
return this.request("ModifyGovernanceServices", req, cb);
|
|
83
83
|
}
|
|
84
84
|
/**
|
|
85
|
-
*
|
|
85
|
+
* 获取云原生API网关实例列表
|
|
86
86
|
*/
|
|
87
|
-
async
|
|
88
|
-
return this.request("
|
|
87
|
+
async DescribeCloudNativeAPIGateways(req, cb) {
|
|
88
|
+
return this.request("DescribeCloudNativeAPIGateways", req, cb);
|
|
89
89
|
}
|
|
90
90
|
/**
|
|
91
|
-
*
|
|
91
|
+
* 创建云原生网关证书
|
|
92
92
|
*/
|
|
93
|
-
async
|
|
94
|
-
return this.request("
|
|
93
|
+
async CreateCloudNativeAPIGatewayCertificate(req, cb) {
|
|
94
|
+
return this.request("CreateCloudNativeAPIGatewayCertificate", req, cb);
|
|
95
95
|
}
|
|
96
96
|
/**
|
|
97
|
-
*
|
|
97
|
+
* 查询云原生网关服务列表
|
|
98
98
|
*/
|
|
99
|
-
async
|
|
100
|
-
return this.request("
|
|
99
|
+
async DescribeCloudNativeAPIGatewayServices(req, cb) {
|
|
100
|
+
return this.request("DescribeCloudNativeAPIGatewayServices", req, cb);
|
|
101
101
|
}
|
|
102
102
|
/**
|
|
103
|
-
* 修改云原生网关限流插件(
|
|
103
|
+
* 修改云原生网关限流插件(路由)
|
|
104
104
|
*/
|
|
105
|
-
async
|
|
106
|
-
return this.request("
|
|
105
|
+
async ModifyCloudNativeAPIGatewayRouteRateLimit(req, cb) {
|
|
106
|
+
return this.request("ModifyCloudNativeAPIGatewayRouteRateLimit", req, cb);
|
|
107
107
|
}
|
|
108
108
|
/**
|
|
109
|
-
*
|
|
109
|
+
* 删除治理中心服务别名
|
|
110
110
|
*/
|
|
111
|
-
async
|
|
112
|
-
return this.request("
|
|
111
|
+
async DeleteGovernanceAliases(req, cb) {
|
|
112
|
+
return this.request("DeleteGovernanceAliases", req, cb);
|
|
113
113
|
}
|
|
114
114
|
/**
|
|
115
|
-
*
|
|
115
|
+
* 查询Zookeeper类型注册引擎实例副本信息
|
|
116
116
|
*/
|
|
117
|
-
async
|
|
118
|
-
return this.request("
|
|
117
|
+
async DescribeZookeeperReplicas(req, cb) {
|
|
118
|
+
return this.request("DescribeZookeeperReplicas", req, cb);
|
|
119
119
|
}
|
|
120
120
|
/**
|
|
121
|
-
*
|
|
121
|
+
* 删除服务实例
|
|
122
122
|
*/
|
|
123
|
-
async
|
|
124
|
-
return this.request("
|
|
123
|
+
async DeleteGovernanceInstances(req, cb) {
|
|
124
|
+
return this.request("DeleteGovernanceInstances", req, cb);
|
|
125
125
|
}
|
|
126
126
|
/**
|
|
127
|
-
*
|
|
127
|
+
* 创建云原生网关的灰度规则
|
|
128
128
|
*/
|
|
129
|
-
async
|
|
130
|
-
return this.request("
|
|
129
|
+
async CreateCloudNativeAPIGatewayCanaryRule(req, cb) {
|
|
130
|
+
return this.request("CreateCloudNativeAPIGatewayCanaryRule", req, cb);
|
|
131
131
|
}
|
|
132
132
|
/**
|
|
133
|
-
*
|
|
133
|
+
* 获取 WAF 防护域名
|
|
134
134
|
*/
|
|
135
|
-
async
|
|
136
|
-
return this.request("
|
|
135
|
+
async DescribeWafDomains(req, cb) {
|
|
136
|
+
return this.request("DescribeWafDomains", req, cb);
|
|
137
137
|
}
|
|
138
138
|
/**
|
|
139
|
-
*
|
|
139
|
+
* 查询云原生网关单个证书详情
|
|
140
140
|
*/
|
|
141
|
-
async
|
|
142
|
-
return this.request("
|
|
141
|
+
async DescribeCloudNativeAPIGatewayCertificateDetails(req, cb) {
|
|
142
|
+
return this.request("DescribeCloudNativeAPIGatewayCertificateDetails", req, cb);
|
|
143
143
|
}
|
|
144
144
|
/**
|
|
145
|
-
*
|
|
145
|
+
* 查看弹性伸缩策略列表
|
|
146
146
|
*/
|
|
147
|
-
async
|
|
148
|
-
return this.request("
|
|
147
|
+
async DescribeAutoScalerResourceStrategies(req, cb) {
|
|
148
|
+
return this.request("DescribeAutoScalerResourceStrategies", req, cb);
|
|
149
149
|
}
|
|
150
150
|
/**
|
|
151
|
-
*
|
|
151
|
+
* 修改云原生API网关实例网络基本信息,例如带宽以及描述,只支持修改客户端公网/内网的信息。
|
|
152
152
|
*/
|
|
153
|
-
async
|
|
154
|
-
return this.request("
|
|
153
|
+
async ModifyNetworkBasicInfo(req, cb) {
|
|
154
|
+
return this.request("ModifyNetworkBasicInfo", req, cb);
|
|
155
155
|
}
|
|
156
156
|
/**
|
|
157
|
-
*
|
|
157
|
+
* 删除云原生网关证书
|
|
158
158
|
*/
|
|
159
|
-
async
|
|
160
|
-
return this.request("
|
|
159
|
+
async DeleteCloudNativeAPIGatewayCertificate(req, cb) {
|
|
160
|
+
return this.request("DeleteCloudNativeAPIGatewayCertificate", req, cb);
|
|
161
161
|
}
|
|
162
162
|
/**
|
|
163
|
-
*
|
|
163
|
+
* 查询服务契约定义列表
|
|
164
164
|
*/
|
|
165
|
-
async
|
|
166
|
-
return this.request("
|
|
165
|
+
async DescribeGovernanceServiceContracts(req, cb) {
|
|
166
|
+
return this.request("DescribeGovernanceServiceContracts", req, cb);
|
|
167
167
|
}
|
|
168
168
|
/**
|
|
169
|
-
*
|
|
169
|
+
* 修改云原生网关证书信息
|
|
170
170
|
*/
|
|
171
|
-
async
|
|
172
|
-
return this.request("
|
|
171
|
+
async UpdateCloudNativeAPIGatewayCertificateInfo(req, cb) {
|
|
172
|
+
return this.request("UpdateCloudNativeAPIGatewayCertificateInfo", req, cb);
|
|
173
173
|
}
|
|
174
174
|
/**
|
|
175
|
-
*
|
|
175
|
+
* 获取全量配置文件模板列表
|
|
176
176
|
*/
|
|
177
|
-
async
|
|
178
|
-
return this.request("
|
|
177
|
+
async DescribeAllConfigFileTemplates(req, cb) {
|
|
178
|
+
return this.request("DescribeAllConfigFileTemplates", req, cb);
|
|
179
179
|
}
|
|
180
180
|
/**
|
|
181
|
-
*
|
|
181
|
+
* 创建云原生网关引擎分组
|
|
182
182
|
*/
|
|
183
|
-
async
|
|
184
|
-
return this.request("
|
|
183
|
+
async CreateNativeGatewayServerGroup(req, cb) {
|
|
184
|
+
return this.request("CreateNativeGatewayServerGroup", req, cb);
|
|
185
185
|
}
|
|
186
186
|
/**
|
|
187
|
-
*
|
|
187
|
+
* 删除云原生网关的限流插件(服务)
|
|
188
188
|
*/
|
|
189
|
-
async
|
|
190
|
-
return this.request("
|
|
189
|
+
async DeleteCloudNativeAPIGatewayServiceRateLimit(req, cb) {
|
|
190
|
+
return this.request("DeleteCloudNativeAPIGatewayServiceRateLimit", req, cb);
|
|
191
|
+
}
|
|
192
|
+
/**
|
|
193
|
+
* 查询zookeeper服务接口列表
|
|
194
|
+
*/
|
|
195
|
+
async DescribeZookeeperServerInterfaces(req, cb) {
|
|
196
|
+
return this.request("DescribeZookeeperServerInterfaces", req, cb);
|
|
197
|
+
}
|
|
198
|
+
/**
|
|
199
|
+
* 删除配置文件
|
|
200
|
+
*/
|
|
201
|
+
async DeleteConfigFiles(req, cb) {
|
|
202
|
+
return this.request("DeleteConfigFiles", req, cb);
|
|
191
203
|
}
|
|
192
204
|
/**
|
|
193
205
|
* 更新弹性伸缩策略
|
|
@@ -202,46 +214,46 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
202
214
|
return this.request("ModifyCloudNativeAPIGatewayCertificate", req, cb);
|
|
203
215
|
}
|
|
204
216
|
/**
|
|
205
|
-
*
|
|
217
|
+
* 发布配置文件
|
|
206
218
|
*/
|
|
207
|
-
async
|
|
208
|
-
return this.request("
|
|
219
|
+
async PublishConfigFiles(req, cb) {
|
|
220
|
+
return this.request("PublishConfigFiles", req, cb);
|
|
209
221
|
}
|
|
210
222
|
/**
|
|
211
|
-
*
|
|
223
|
+
* 根据命名空间、组、名字查找配置文件
|
|
212
224
|
*/
|
|
213
|
-
async
|
|
214
|
-
return this.request("
|
|
225
|
+
async DescribeConfigFile(req, cb) {
|
|
226
|
+
return this.request("DescribeConfigFile", req, cb);
|
|
215
227
|
}
|
|
216
228
|
/**
|
|
217
|
-
*
|
|
229
|
+
* 查询配置版本列表
|
|
218
230
|
*/
|
|
219
|
-
async
|
|
220
|
-
return this.request("
|
|
231
|
+
async DescribeConfigFileReleases(req, cb) {
|
|
232
|
+
return this.request("DescribeConfigFileReleases", req, cb);
|
|
221
233
|
}
|
|
222
234
|
/**
|
|
223
|
-
*
|
|
235
|
+
* 关闭 WAF 防护
|
|
224
236
|
*/
|
|
225
|
-
async
|
|
226
|
-
return this.request("
|
|
237
|
+
async CloseWafProtection(req, cb) {
|
|
238
|
+
return this.request("CloseWafProtection", req, cb);
|
|
227
239
|
}
|
|
228
240
|
/**
|
|
229
|
-
*
|
|
241
|
+
* 创建云原生API网关实例
|
|
230
242
|
*/
|
|
231
|
-
async
|
|
232
|
-
return this.request("
|
|
243
|
+
async CreateCloudNativeAPIGateway(req, cb) {
|
|
244
|
+
return this.request("CreateCloudNativeAPIGateway", req, cb);
|
|
233
245
|
}
|
|
234
246
|
/**
|
|
235
|
-
*
|
|
247
|
+
* 查询云原生网关的限流插件(路由)
|
|
236
248
|
*/
|
|
237
|
-
async
|
|
238
|
-
return this.request("
|
|
249
|
+
async DescribeCloudNativeAPIGatewayRouteRateLimit(req, cb) {
|
|
250
|
+
return this.request("DescribeCloudNativeAPIGatewayRouteRateLimit", req, cb);
|
|
239
251
|
}
|
|
240
252
|
/**
|
|
241
|
-
*
|
|
253
|
+
* 修改云原生网关服务
|
|
242
254
|
*/
|
|
243
|
-
async
|
|
244
|
-
return this.request("
|
|
255
|
+
async ModifyCloudNativeAPIGatewayService(req, cb) {
|
|
256
|
+
return this.request("ModifyCloudNativeAPIGatewayService", req, cb);
|
|
245
257
|
}
|
|
246
258
|
/**
|
|
247
259
|
* 查看弹性伸缩策略绑定的网关分组
|
|
@@ -249,6 +261,54 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
249
261
|
async DescribeAutoScalerResourceStrategyBindingGroups(req, cb) {
|
|
250
262
|
return this.request("DescribeAutoScalerResourceStrategyBindingGroups", req, cb);
|
|
251
263
|
}
|
|
264
|
+
/**
|
|
265
|
+
* 获取配置文件发布
|
|
266
|
+
*/
|
|
267
|
+
async DescribeConfigFileRelease(req, cb) {
|
|
268
|
+
return this.request("DescribeConfigFileRelease", req, cb);
|
|
269
|
+
}
|
|
270
|
+
/**
|
|
271
|
+
* 查询服务治理中心命名空间列表
|
|
272
|
+
*/
|
|
273
|
+
async DescribeGovernanceNamespaces(req, cb) {
|
|
274
|
+
return this.request("DescribeGovernanceNamespaces", req, cb);
|
|
275
|
+
}
|
|
276
|
+
/**
|
|
277
|
+
* 更新网关上游实例列表,仅支持IPList服务类型
|
|
278
|
+
*/
|
|
279
|
+
async UpdateUpstreamTargets(req, cb) {
|
|
280
|
+
return this.request("UpdateUpstreamTargets", req, cb);
|
|
281
|
+
}
|
|
282
|
+
/**
|
|
283
|
+
* 创建云原生网关路由
|
|
284
|
+
*/
|
|
285
|
+
async CreateCloudNativeAPIGatewayRoute(req, cb) {
|
|
286
|
+
return this.request("CreateCloudNativeAPIGatewayRoute", req, cb);
|
|
287
|
+
}
|
|
288
|
+
/**
|
|
289
|
+
* 创建服务实例
|
|
290
|
+
*/
|
|
291
|
+
async CreateGovernanceInstances(req, cb) {
|
|
292
|
+
return this.request("CreateGovernanceInstances", req, cb);
|
|
293
|
+
}
|
|
294
|
+
/**
|
|
295
|
+
* 删除云原生网关的限流插件(路由)
|
|
296
|
+
*/
|
|
297
|
+
async DeleteCloudNativeAPIGatewayRouteRateLimit(req, cb) {
|
|
298
|
+
return this.request("DeleteCloudNativeAPIGatewayRouteRateLimit", req, cb);
|
|
299
|
+
}
|
|
300
|
+
/**
|
|
301
|
+
* 删除配置发布
|
|
302
|
+
*/
|
|
303
|
+
async DeleteConfigFileReleases(req, cb) {
|
|
304
|
+
return this.request("DeleteConfigFileReleases", req, cb);
|
|
305
|
+
}
|
|
306
|
+
/**
|
|
307
|
+
* 删除弹性伸缩策略
|
|
308
|
+
*/
|
|
309
|
+
async DeleteAutoScalerResourceStrategy(req, cb) {
|
|
310
|
+
return this.request("DeleteAutoScalerResourceStrategy", req, cb);
|
|
311
|
+
}
|
|
252
312
|
/**
|
|
253
313
|
* 修改云原生网关路由
|
|
254
314
|
*/
|
|
@@ -256,58 +316,94 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
256
316
|
return this.request("ModifyCloudNativeAPIGatewayRoute", req, cb);
|
|
257
317
|
}
|
|
258
318
|
/**
|
|
259
|
-
*
|
|
319
|
+
* 删除网关实例分组
|
|
260
320
|
*/
|
|
261
|
-
async
|
|
262
|
-
return this.request("
|
|
321
|
+
async DeleteNativeGatewayServerGroup(req, cb) {
|
|
322
|
+
return this.request("DeleteNativeGatewayServerGroup", req, cb);
|
|
263
323
|
}
|
|
264
324
|
/**
|
|
265
|
-
*
|
|
325
|
+
* 获取云原生API网关实例端口信息
|
|
266
326
|
*/
|
|
267
|
-
async
|
|
268
|
-
return this.request("
|
|
327
|
+
async DescribeCloudNativeAPIGatewayPorts(req, cb) {
|
|
328
|
+
return this.request("DescribeCloudNativeAPIGatewayPorts", req, cb);
|
|
269
329
|
}
|
|
270
330
|
/**
|
|
271
|
-
*
|
|
331
|
+
* 查询云原生网关灰度规则列表
|
|
272
332
|
*/
|
|
273
|
-
async
|
|
274
|
-
return this.request("
|
|
333
|
+
async DescribeCloudNativeAPIGatewayCanaryRules(req, cb) {
|
|
334
|
+
return this.request("DescribeCloudNativeAPIGatewayCanaryRules", req, cb);
|
|
275
335
|
}
|
|
276
336
|
/**
|
|
277
|
-
*
|
|
337
|
+
* 查询引擎实例访问地址
|
|
278
338
|
*/
|
|
279
|
-
async
|
|
280
|
-
return this.request("
|
|
339
|
+
async DescribeSREInstanceAccessAddress(req, cb) {
|
|
340
|
+
return this.request("DescribeSREInstanceAccessAddress", req, cb);
|
|
281
341
|
}
|
|
282
342
|
/**
|
|
283
|
-
*
|
|
343
|
+
* 修改网关实例Konga网络配置
|
|
284
344
|
*/
|
|
285
|
-
async
|
|
286
|
-
return this.request("
|
|
345
|
+
async ModifyConsoleNetwork(req, cb) {
|
|
346
|
+
return this.request("ModifyConsoleNetwork", req, cb);
|
|
287
347
|
}
|
|
288
348
|
/**
|
|
289
|
-
*
|
|
349
|
+
* 查询Nacos类型引擎实例副本信息
|
|
290
350
|
*/
|
|
291
|
-
async
|
|
292
|
-
return this.request("
|
|
351
|
+
async DescribeNacosReplicas(req, cb) {
|
|
352
|
+
return this.request("DescribeNacosReplicas", req, cb);
|
|
293
353
|
}
|
|
294
354
|
/**
|
|
295
|
-
*
|
|
355
|
+
* 获取云原生网关服务健康检查配置
|
|
296
356
|
*/
|
|
297
|
-
async
|
|
298
|
-
return this.request("
|
|
357
|
+
async DescribeUpstreamHealthCheckConfig(req, cb) {
|
|
358
|
+
return this.request("DescribeUpstreamHealthCheckConfig", req, cb);
|
|
299
359
|
}
|
|
300
360
|
/**
|
|
301
|
-
*
|
|
361
|
+
* 修改云原生API网关实例分组基础信息
|
|
302
362
|
*/
|
|
303
|
-
async
|
|
304
|
-
return this.request("
|
|
363
|
+
async ModifyNativeGatewayServerGroup(req, cb) {
|
|
364
|
+
return this.request("ModifyNativeGatewayServerGroup", req, cb);
|
|
305
365
|
}
|
|
306
366
|
/**
|
|
307
|
-
*
|
|
367
|
+
* 查询云原生网关证书列表
|
|
308
368
|
*/
|
|
309
|
-
async
|
|
310
|
-
return this.request("
|
|
369
|
+
async DescribeCloudNativeAPIGatewayCertificates(req, cb) {
|
|
370
|
+
return this.request("DescribeCloudNativeAPIGatewayCertificates", req, cb);
|
|
371
|
+
}
|
|
372
|
+
/**
|
|
373
|
+
* 修改云原生网关限流插件(服务)
|
|
374
|
+
*/
|
|
375
|
+
async ModifyCloudNativeAPIGatewayServiceRateLimit(req, cb) {
|
|
376
|
+
return this.request("ModifyCloudNativeAPIGatewayServiceRateLimit", req, cb);
|
|
377
|
+
}
|
|
378
|
+
/**
|
|
379
|
+
* 删除治理中心服务
|
|
380
|
+
*/
|
|
381
|
+
async DeleteGovernanceServices(req, cb) {
|
|
382
|
+
return this.request("DeleteGovernanceServices", req, cb);
|
|
383
|
+
}
|
|
384
|
+
/**
|
|
385
|
+
* 创建治理中心服务别名
|
|
386
|
+
*/
|
|
387
|
+
async CreateGovernanceAlias(req, cb) {
|
|
388
|
+
return this.request("CreateGovernanceAlias", req, cb);
|
|
389
|
+
}
|
|
390
|
+
/**
|
|
391
|
+
* 查询服务实例
|
|
392
|
+
*/
|
|
393
|
+
async DescribeGovernanceInstances(req, cb) {
|
|
394
|
+
return this.request("DescribeGovernanceInstances", req, cb);
|
|
395
|
+
}
|
|
396
|
+
/**
|
|
397
|
+
* 查询治理中心服务列表
|
|
398
|
+
*/
|
|
399
|
+
async DescribeGovernanceServices(req, cb) {
|
|
400
|
+
return this.request("DescribeGovernanceServices", req, cb);
|
|
401
|
+
}
|
|
402
|
+
/**
|
|
403
|
+
* 删除云原生网关的灰度规则
|
|
404
|
+
*/
|
|
405
|
+
async DeleteCloudNativeAPIGatewayCanaryRule(req, cb) {
|
|
406
|
+
return this.request("DeleteCloudNativeAPIGatewayCanaryRule", req, cb);
|
|
311
407
|
}
|
|
312
408
|
/**
|
|
313
409
|
* 获取云原生网关节点列表
|
|
@@ -316,52 +412,70 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
316
412
|
return this.request("DescribeCloudNativeAPIGatewayNodes", req, cb);
|
|
317
413
|
}
|
|
318
414
|
/**
|
|
319
|
-
*
|
|
415
|
+
* 弹性伸缩策略批量解绑网关分组
|
|
320
416
|
*/
|
|
321
|
-
async
|
|
322
|
-
return this.request("
|
|
417
|
+
async UnbindAutoScalerResourceStrategyFromGroups(req, cb) {
|
|
418
|
+
return this.request("UnbindAutoScalerResourceStrategyFromGroups", req, cb);
|
|
323
419
|
}
|
|
324
420
|
/**
|
|
325
|
-
*
|
|
421
|
+
* 查询某个配置所有版本信息
|
|
326
422
|
*/
|
|
327
|
-
async
|
|
328
|
-
return this.request("
|
|
423
|
+
async DescribeConfigFileReleaseVersions(req, cb) {
|
|
424
|
+
return this.request("DescribeConfigFileReleaseVersions", req, cb);
|
|
329
425
|
}
|
|
330
426
|
/**
|
|
331
|
-
*
|
|
427
|
+
* 用于查询引擎实例列表
|
|
332
428
|
*/
|
|
333
|
-
async
|
|
334
|
-
return this.request("
|
|
429
|
+
async DescribeSREInstances(req, cb) {
|
|
430
|
+
return this.request("DescribeSREInstances", req, cb);
|
|
335
431
|
}
|
|
336
432
|
/**
|
|
337
|
-
*
|
|
433
|
+
* 根据group查询配置文件列表
|
|
338
434
|
*/
|
|
339
|
-
async
|
|
340
|
-
return this.request("
|
|
435
|
+
async DescribeConfigFilesByGroup(req, cb) {
|
|
436
|
+
return this.request("DescribeConfigFilesByGroup", req, cb);
|
|
341
437
|
}
|
|
342
438
|
/**
|
|
343
|
-
*
|
|
439
|
+
* 获取 WAF 防护状态
|
|
344
440
|
*/
|
|
345
|
-
async
|
|
346
|
-
return this.request("
|
|
441
|
+
async DescribeWafProtection(req, cb) {
|
|
442
|
+
return this.request("DescribeWafProtection", req, cb);
|
|
347
443
|
}
|
|
348
444
|
/**
|
|
349
|
-
*
|
|
445
|
+
* 获取云原生API网关实例网络配置信息
|
|
350
446
|
*/
|
|
351
|
-
async
|
|
352
|
-
return this.request("
|
|
447
|
+
async DescribeCloudNativeAPIGatewayConfig(req, cb) {
|
|
448
|
+
return this.request("DescribeCloudNativeAPIGatewayConfig", req, cb);
|
|
353
449
|
}
|
|
354
450
|
/**
|
|
355
|
-
*
|
|
451
|
+
* 创建治理中心命名空间
|
|
356
452
|
*/
|
|
357
|
-
async
|
|
358
|
-
return this.request("
|
|
453
|
+
async CreateGovernanceNamespaces(req, cb) {
|
|
454
|
+
return this.request("CreateGovernanceNamespaces", req, cb);
|
|
359
455
|
}
|
|
360
456
|
/**
|
|
361
|
-
*
|
|
457
|
+
* 查询服务下契约版本列表
|
|
362
458
|
*/
|
|
363
|
-
async
|
|
364
|
-
return this.request("
|
|
459
|
+
async DescribeGovernanceServiceContractVersions(req, cb) {
|
|
460
|
+
return this.request("DescribeGovernanceServiceContractVersions", req, cb);
|
|
461
|
+
}
|
|
462
|
+
/**
|
|
463
|
+
* 开启 WAF 防护
|
|
464
|
+
*/
|
|
465
|
+
async OpenWafProtection(req, cb) {
|
|
466
|
+
return this.request("OpenWafProtection", req, cb);
|
|
467
|
+
}
|
|
468
|
+
/**
|
|
469
|
+
* 修改云原生网关的灰度规则
|
|
470
|
+
*/
|
|
471
|
+
async ModifyCloudNativeAPIGatewayCanaryRule(req, cb) {
|
|
472
|
+
return this.request("ModifyCloudNativeAPIGatewayCanaryRule", req, cb);
|
|
473
|
+
}
|
|
474
|
+
/**
|
|
475
|
+
* 创建云原生网关服务
|
|
476
|
+
*/
|
|
477
|
+
async CreateCloudNativeAPIGatewayService(req, cb) {
|
|
478
|
+
return this.request("CreateCloudNativeAPIGatewayService", req, cb);
|
|
365
479
|
}
|
|
366
480
|
/**
|
|
367
481
|
* 删除云原生API网关实例
|
|
@@ -370,10 +484,28 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
370
484
|
return this.request("DeleteCloudNativeAPIGateway", req, cb);
|
|
371
485
|
}
|
|
372
486
|
/**
|
|
373
|
-
*
|
|
487
|
+
* 修改治理中心命名空间
|
|
374
488
|
*/
|
|
375
|
-
async
|
|
376
|
-
return this.request("
|
|
489
|
+
async ModifyGovernanceNamespaces(req, cb) {
|
|
490
|
+
return this.request("ModifyGovernanceNamespaces", req, cb);
|
|
491
|
+
}
|
|
492
|
+
/**
|
|
493
|
+
* 查询云原生API网关实例公网详情
|
|
494
|
+
*/
|
|
495
|
+
async DescribePublicNetwork(req, cb) {
|
|
496
|
+
return this.request("DescribePublicNetwork", req, cb);
|
|
497
|
+
}
|
|
498
|
+
/**
|
|
499
|
+
* 创建弹性伸缩策略
|
|
500
|
+
*/
|
|
501
|
+
async CreateAutoScalerResourceStrategy(req, cb) {
|
|
502
|
+
return this.request("CreateAutoScalerResourceStrategy", req, cb);
|
|
503
|
+
}
|
|
504
|
+
/**
|
|
505
|
+
* 创建配置文件
|
|
506
|
+
*/
|
|
507
|
+
async CreateConfigFile(req, cb) {
|
|
508
|
+
return this.request("CreateConfigFile", req, cb);
|
|
377
509
|
}
|
|
378
510
|
/**
|
|
379
511
|
* 修改云原生API网关实例Kong访问策略,支持白名单或者黑名单。
|
|
@@ -382,52 +514,58 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
382
514
|
return this.request("ModifyNetworkAccessStrategy", req, cb);
|
|
383
515
|
}
|
|
384
516
|
/**
|
|
385
|
-
*
|
|
517
|
+
* 获取云原生网关服务详情下的Upstream列表
|
|
386
518
|
*/
|
|
387
|
-
async
|
|
388
|
-
return this.request("
|
|
519
|
+
async DescribeCloudNativeAPIGatewayUpstream(req, cb) {
|
|
520
|
+
return this.request("DescribeCloudNativeAPIGatewayUpstream", req, cb);
|
|
389
521
|
}
|
|
390
522
|
/**
|
|
391
|
-
*
|
|
523
|
+
* 创建或更新配置文件并发布配置
|
|
392
524
|
*/
|
|
393
|
-
async
|
|
394
|
-
return this.request("
|
|
525
|
+
async CreateOrUpdateConfigFileAndRelease(req, cb) {
|
|
526
|
+
return this.request("CreateOrUpdateConfigFileAndRelease", req, cb);
|
|
395
527
|
}
|
|
396
528
|
/**
|
|
397
|
-
*
|
|
529
|
+
* 修改治理中心服务别名
|
|
398
530
|
*/
|
|
399
|
-
async
|
|
400
|
-
return this.request("
|
|
531
|
+
async ModifyGovernanceAlias(req, cb) {
|
|
532
|
+
return this.request("ModifyGovernanceAlias", req, cb);
|
|
401
533
|
}
|
|
402
534
|
/**
|
|
403
|
-
*
|
|
535
|
+
* 新建 WAF 防护域名
|
|
404
536
|
*/
|
|
405
|
-
async
|
|
406
|
-
return this.request("
|
|
537
|
+
async CreateWafDomains(req, cb) {
|
|
538
|
+
return this.request("CreateWafDomains", req, cb);
|
|
407
539
|
}
|
|
408
540
|
/**
|
|
409
|
-
*
|
|
541
|
+
* 批量修改配置文件组
|
|
410
542
|
*/
|
|
411
|
-
async
|
|
412
|
-
return this.request("
|
|
543
|
+
async ModifyConfigFileGroup(req, cb) {
|
|
544
|
+
return this.request("ModifyConfigFileGroup", req, cb);
|
|
413
545
|
}
|
|
414
546
|
/**
|
|
415
|
-
*
|
|
547
|
+
* 回滚配置发布
|
|
416
548
|
*/
|
|
417
|
-
async
|
|
418
|
-
return this.request("
|
|
549
|
+
async RollbackConfigFileReleases(req, cb) {
|
|
550
|
+
return this.request("RollbackConfigFileReleases", req, cb);
|
|
419
551
|
}
|
|
420
552
|
/**
|
|
421
|
-
*
|
|
553
|
+
* 创建引擎实例
|
|
422
554
|
*/
|
|
423
|
-
async
|
|
424
|
-
return this.request("
|
|
555
|
+
async CreateEngine(req, cb) {
|
|
556
|
+
return this.request("CreateEngine", req, cb);
|
|
425
557
|
}
|
|
426
558
|
/**
|
|
427
|
-
*
|
|
559
|
+
* 修改云原生网关上游实例节点健康状态
|
|
428
560
|
*/
|
|
429
|
-
async
|
|
430
|
-
return this.request("
|
|
561
|
+
async ModifyUpstreamNodeStatus(req, cb) {
|
|
562
|
+
return this.request("ModifyUpstreamNodeStatus", req, cb);
|
|
563
|
+
}
|
|
564
|
+
/**
|
|
565
|
+
* 弹性伸缩策略批量绑定网关分组
|
|
566
|
+
*/
|
|
567
|
+
async BindAutoScalerResourceStrategyToGroups(req, cb) {
|
|
568
|
+
return this.request("BindAutoScalerResourceStrategyToGroups", req, cb);
|
|
431
569
|
}
|
|
432
570
|
/**
|
|
433
571
|
* 创建云原生网关限流插件(路由)
|
|
@@ -436,40 +574,58 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
436
574
|
return this.request("CreateCloudNativeAPIGatewayRouteRateLimit", req, cb);
|
|
437
575
|
}
|
|
438
576
|
/**
|
|
439
|
-
*
|
|
577
|
+
* 删除 WAF 防护域名
|
|
440
578
|
*/
|
|
441
|
-
async
|
|
442
|
-
return this.request("
|
|
579
|
+
async DeleteWafDomains(req, cb) {
|
|
580
|
+
return this.request("DeleteWafDomains", req, cb);
|
|
443
581
|
}
|
|
444
582
|
/**
|
|
445
|
-
*
|
|
583
|
+
* 删除云原生网关服务
|
|
446
584
|
*/
|
|
447
|
-
async
|
|
448
|
-
return this.request("
|
|
585
|
+
async DeleteCloudNativeAPIGatewayService(req, cb) {
|
|
586
|
+
return this.request("DeleteCloudNativeAPIGatewayService", req, cb);
|
|
449
587
|
}
|
|
450
588
|
/**
|
|
451
|
-
*
|
|
589
|
+
* 查询云原生网关路由列表
|
|
452
590
|
*/
|
|
453
|
-
async
|
|
454
|
-
return this.request("
|
|
591
|
+
async DescribeCloudNativeAPIGatewayRoutes(req, cb) {
|
|
592
|
+
return this.request("DescribeCloudNativeAPIGatewayRoutes", req, cb);
|
|
455
593
|
}
|
|
456
594
|
/**
|
|
457
|
-
*
|
|
595
|
+
* 根据条件分页查询配置文件组
|
|
458
596
|
*/
|
|
459
|
-
async
|
|
460
|
-
return this.request("
|
|
597
|
+
async DescribeConfigFileGroups(req, cb) {
|
|
598
|
+
return this.request("DescribeConfigFileGroups", req, cb);
|
|
461
599
|
}
|
|
462
600
|
/**
|
|
463
|
-
*
|
|
601
|
+
* 获取云原生API网关实例信息
|
|
464
602
|
*/
|
|
465
|
-
async
|
|
466
|
-
return this.request("
|
|
603
|
+
async DescribeCloudNativeAPIGateway(req, cb) {
|
|
604
|
+
return this.request("DescribeCloudNativeAPIGateway", req, cb);
|
|
467
605
|
}
|
|
468
606
|
/**
|
|
469
|
-
*
|
|
607
|
+
* 删除云原生网关路由
|
|
470
608
|
*/
|
|
471
|
-
async
|
|
472
|
-
return this.request("
|
|
609
|
+
async DeleteCloudNativeAPIGatewayRoute(req, cb) {
|
|
610
|
+
return this.request("DeleteCloudNativeAPIGatewayRoute", req, cb);
|
|
611
|
+
}
|
|
612
|
+
/**
|
|
613
|
+
* 创建公网网络配置
|
|
614
|
+
*/
|
|
615
|
+
async CreateCloudNativeAPIGatewayPublicNetwork(req, cb) {
|
|
616
|
+
return this.request("CreateCloudNativeAPIGatewayPublicNetwork", req, cb);
|
|
617
|
+
}
|
|
618
|
+
/**
|
|
619
|
+
* 查询nacos服务接口列表
|
|
620
|
+
*/
|
|
621
|
+
async DescribeNacosServerInterfaces(req, cb) {
|
|
622
|
+
return this.request("DescribeNacosServerInterfaces", req, cb);
|
|
623
|
+
}
|
|
624
|
+
/**
|
|
625
|
+
* 修改配置文件
|
|
626
|
+
*/
|
|
627
|
+
async ModifyConfigFiles(req, cb) {
|
|
628
|
+
return this.request("ModifyConfigFiles", req, cb);
|
|
473
629
|
}
|
|
474
630
|
/**
|
|
475
631
|
* 修改云原生API网关实例的节点规格信息,例如节点扩缩容或者升降配
|
|
@@ -478,16 +634,64 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
478
634
|
return this.request("UpdateCloudNativeAPIGatewaySpec", req, cb);
|
|
479
635
|
}
|
|
480
636
|
/**
|
|
481
|
-
*
|
|
637
|
+
* 创建治理中心服务
|
|
482
638
|
*/
|
|
483
|
-
async
|
|
484
|
-
return this.request("
|
|
639
|
+
async CreateGovernanceServices(req, cb) {
|
|
640
|
+
return this.request("CreateGovernanceServices", req, cb);
|
|
485
641
|
}
|
|
486
642
|
/**
|
|
487
|
-
*
|
|
643
|
+
* 删除治理中心命名空间
|
|
488
644
|
*/
|
|
489
|
-
async
|
|
490
|
-
return this.request("
|
|
645
|
+
async DeleteGovernanceNamespaces(req, cb) {
|
|
646
|
+
return this.request("DeleteGovernanceNamespaces", req, cb);
|
|
647
|
+
}
|
|
648
|
+
/**
|
|
649
|
+
* 修改治理中心服务实例
|
|
650
|
+
*/
|
|
651
|
+
async ModifyGovernanceInstances(req, cb) {
|
|
652
|
+
return this.request("ModifyGovernanceInstances", req, cb);
|
|
653
|
+
}
|
|
654
|
+
/**
|
|
655
|
+
* 根据命名空间、组名、名称、标签查询配置文件列表
|
|
656
|
+
*/
|
|
657
|
+
async DescribeConfigFiles(req, cb) {
|
|
658
|
+
return this.request("DescribeConfigFiles", req, cb);
|
|
659
|
+
}
|
|
660
|
+
/**
|
|
661
|
+
* 修改云原生API网关实例基础信息
|
|
662
|
+
*/
|
|
663
|
+
async ModifyCloudNativeAPIGateway(req, cb) {
|
|
664
|
+
return this.request("ModifyCloudNativeAPIGateway", req, cb);
|
|
665
|
+
}
|
|
666
|
+
/**
|
|
667
|
+
* 创建云原生网关限流插件(服务)
|
|
668
|
+
*/
|
|
669
|
+
async CreateCloudNativeAPIGatewayServiceRateLimit(req, cb) {
|
|
670
|
+
return this.request("CreateCloudNativeAPIGatewayServiceRateLimit", req, cb);
|
|
671
|
+
}
|
|
672
|
+
/**
|
|
673
|
+
* 删除治理中心服务实例
|
|
674
|
+
*/
|
|
675
|
+
async DeleteGovernanceInstancesByHost(req, cb) {
|
|
676
|
+
return this.request("DeleteGovernanceInstancesByHost", req, cb);
|
|
677
|
+
}
|
|
678
|
+
/**
|
|
679
|
+
* 获取配置文件发布历史列表
|
|
680
|
+
*/
|
|
681
|
+
async DescribeConfigFileReleaseHistories(req, cb) {
|
|
682
|
+
return this.request("DescribeConfigFileReleaseHistories", req, cb);
|
|
683
|
+
}
|
|
684
|
+
/**
|
|
685
|
+
* 查询云原生网关分组信息
|
|
686
|
+
*/
|
|
687
|
+
async DescribeNativeGatewayServerGroups(req, cb) {
|
|
688
|
+
return this.request("DescribeNativeGatewayServerGroups", req, cb);
|
|
689
|
+
}
|
|
690
|
+
/**
|
|
691
|
+
* 更新云原生网关健康检查配置
|
|
692
|
+
*/
|
|
693
|
+
async UpdateUpstreamHealthCheckConfig(req, cb) {
|
|
694
|
+
return this.request("UpdateUpstreamHealthCheckConfig", req, cb);
|
|
491
695
|
}
|
|
492
696
|
}
|
|
493
697
|
exports.Client = Client;
|