tencentcloud-sdk-nodejs-tse 4.0.810 → 4.0.815

Sign up to get free protection for your applications and to get access to all the features.
@@ -28,166 +28,178 @@ class Client extends TencentCloudCommon.AbstractClient {
28
28
  super("tse.tencentcloudapi.com", "2020-12-07", clientConfig);
29
29
  }
30
30
  /**
31
- * 修改网关实例Konga网络配置
31
+ * 获取云原生网关服务详情
32
32
  */
33
- async ModifyConsoleNetwork(req, cb) {
34
- return this.request("ModifyConsoleNetwork", req, cb);
33
+ async DescribeOneCloudNativeAPIGatewayService(req, cb) {
34
+ return this.request("DescribeOneCloudNativeAPIGatewayService", req, cb);
35
35
  }
36
36
  /**
37
- * 删除引擎实例
37
+ * 修改引擎公网访问配置
38
38
  */
39
- async DeleteEngine(req, cb) {
40
- return this.request("DeleteEngine", req, cb);
39
+ async UpdateEngineInternetAccess(req, cb) {
40
+ return this.request("UpdateEngineInternetAccess", req, cb);
41
41
  }
42
42
  /**
43
- * 获取云原生网关服务健康检查配置
43
+ * 查询云原生网关的限流插件(服务)
44
44
  */
45
- async DescribeUpstreamHealthCheckConfig(req, cb) {
46
- return this.request("DescribeUpstreamHealthCheckConfig", req, cb);
45
+ async DescribeCloudNativeAPIGatewayServiceRateLimit(req, cb) {
46
+ return this.request("DescribeCloudNativeAPIGatewayServiceRateLimit", req, cb);
47
47
  }
48
48
  /**
49
- * 查询Zookeeper类型注册引擎实例副本信息
49
+ * 删除公网网络配置
50
50
  */
51
- async DescribeZookeeperReplicas(req, cb) {
52
- return this.request("DescribeZookeeperReplicas", req, cb);
51
+ async DeleteCloudNativeAPIGatewayPublicNetwork(req, cb) {
52
+ return this.request("DeleteCloudNativeAPIGatewayPublicNetwork", req, cb);
53
53
  }
54
54
  /**
55
- * 修改云原生网关的灰度规则
55
+ * 查询治理中心服务别名列表
56
56
  */
57
- async ModifyCloudNativeAPIGatewayCanaryRule(req, cb) {
58
- return this.request("ModifyCloudNativeAPIGatewayCanaryRule", req, cb);
57
+ async DescribeGovernanceAliases(req, cb) {
58
+ return this.request("DescribeGovernanceAliases", req, cb);
59
59
  }
60
60
  /**
61
- * 修改云原生网关上游实例节点健康状态
61
+ * 删除配置文件分组
62
62
  */
63
- async ModifyUpstreamNodeStatus(req, cb) {
64
- return this.request("ModifyUpstreamNodeStatus", req, cb);
63
+ async DeleteConfigFileGroup(req, cb) {
64
+ return this.request("DeleteConfigFileGroup", req, cb);
65
65
  }
66
66
  /**
67
- * 删除云原生网关的限流插件(服务)
67
+ * 创建服务治理中心配置文件组
68
68
  */
69
- async DeleteCloudNativeAPIGatewayServiceRateLimit(req, cb) {
70
- return this.request("DeleteCloudNativeAPIGatewayServiceRateLimit", req, cb);
69
+ async CreateConfigFileGroup(req, cb) {
70
+ return this.request("CreateConfigFileGroup", req, cb);
71
71
  }
72
72
  /**
73
- * 新建 WAF 防护域名
73
+ * 删除引擎实例
74
74
  */
75
- async CreateWafDomains(req, cb) {
76
- return this.request("CreateWafDomains", req, cb);
75
+ async DeleteEngine(req, cb) {
76
+ return this.request("DeleteEngine", req, cb);
77
77
  }
78
78
  /**
79
- * 查询zookeeper服务接口列表
79
+ * 修改治理中心服务
80
80
  */
81
- async DescribeZookeeperServerInterfaces(req, cb) {
82
- return this.request("DescribeZookeeperServerInterfaces", req, cb);
81
+ async ModifyGovernanceServices(req, cb) {
82
+ return this.request("ModifyGovernanceServices", req, cb);
83
83
  }
84
84
  /**
85
- * 获取云原生网关服务详情
85
+ * 获取云原生API网关实例列表
86
86
  */
87
- async DescribeOneCloudNativeAPIGatewayService(req, cb) {
88
- return this.request("DescribeOneCloudNativeAPIGatewayService", req, cb);
87
+ async DescribeCloudNativeAPIGateways(req, cb) {
88
+ return this.request("DescribeCloudNativeAPIGateways", req, cb);
89
89
  }
90
90
  /**
91
- * 获取云原生网关服务详情下的Upstream列表
91
+ * 创建云原生网关证书
92
92
  */
93
- async DescribeCloudNativeAPIGatewayUpstream(req, cb) {
94
- return this.request("DescribeCloudNativeAPIGatewayUpstream", req, cb);
93
+ async CreateCloudNativeAPIGatewayCertificate(req, cb) {
94
+ return this.request("CreateCloudNativeAPIGatewayCertificate", req, cb);
95
95
  }
96
96
  /**
97
- * 查询云原生网关证书列表
97
+ * 查询云原生网关服务列表
98
98
  */
99
- async DescribeCloudNativeAPIGatewayCertificates(req, cb) {
100
- return this.request("DescribeCloudNativeAPIGatewayCertificates", req, cb);
99
+ async DescribeCloudNativeAPIGatewayServices(req, cb) {
100
+ return this.request("DescribeCloudNativeAPIGatewayServices", req, cb);
101
101
  }
102
102
  /**
103
- * 修改云原生网关限流插件(服务)
103
+ * 修改云原生网关限流插件(路由)
104
104
  */
105
- async ModifyCloudNativeAPIGatewayServiceRateLimit(req, cb) {
106
- return this.request("ModifyCloudNativeAPIGatewayServiceRateLimit", req, cb);
105
+ async ModifyCloudNativeAPIGatewayRouteRateLimit(req, cb) {
106
+ return this.request("ModifyCloudNativeAPIGatewayRouteRateLimit", req, cb);
107
107
  }
108
108
  /**
109
- * 创建引擎实例
109
+ * 删除治理中心服务别名
110
110
  */
111
- async CreateEngine(req, cb) {
112
- return this.request("CreateEngine", req, cb);
111
+ async DeleteGovernanceAliases(req, cb) {
112
+ return this.request("DeleteGovernanceAliases", req, cb);
113
113
  }
114
114
  /**
115
- * 修改云原生API网关实例基础信息
115
+ * 查询Zookeeper类型注册引擎实例副本信息
116
116
  */
117
- async ModifyCloudNativeAPIGateway(req, cb) {
118
- return this.request("ModifyCloudNativeAPIGateway", req, cb);
117
+ async DescribeZookeeperReplicas(req, cb) {
118
+ return this.request("DescribeZookeeperReplicas", req, cb);
119
119
  }
120
120
  /**
121
- * 弹性伸缩策略批量解绑网关分组
121
+ * 删除服务实例
122
122
  */
123
- async UnbindAutoScalerResourceStrategyFromGroups(req, cb) {
124
- return this.request("UnbindAutoScalerResourceStrategyFromGroups", req, cb);
123
+ async DeleteGovernanceInstances(req, cb) {
124
+ return this.request("DeleteGovernanceInstances", req, cb);
125
125
  }
126
126
  /**
127
- * 删除公网网络配置
127
+ * 创建云原生网关的灰度规则
128
128
  */
129
- async DeleteCloudNativeAPIGatewayPublicNetwork(req, cb) {
130
- return this.request("DeleteCloudNativeAPIGatewayPublicNetwork", req, cb);
129
+ async CreateCloudNativeAPIGatewayCanaryRule(req, cb) {
130
+ return this.request("CreateCloudNativeAPIGatewayCanaryRule", req, cb);
131
131
  }
132
132
  /**
133
- * 删除 WAF 防护域名
133
+ * 获取 WAF 防护域名
134
134
  */
135
- async DeleteWafDomains(req, cb) {
136
- return this.request("DeleteWafDomains", req, cb);
135
+ async DescribeWafDomains(req, cb) {
136
+ return this.request("DescribeWafDomains", req, cb);
137
137
  }
138
138
  /**
139
- * 弹性伸缩策略批量绑定网关分组
139
+ * 查询云原生网关单个证书详情
140
140
  */
141
- async BindAutoScalerResourceStrategyToGroups(req, cb) {
142
- return this.request("BindAutoScalerResourceStrategyToGroups", req, cb);
141
+ async DescribeCloudNativeAPIGatewayCertificateDetails(req, cb) {
142
+ return this.request("DescribeCloudNativeAPIGatewayCertificateDetails", req, cb);
143
143
  }
144
144
  /**
145
- * 删除云原生网关服务
145
+ * 查看弹性伸缩策略列表
146
146
  */
147
- async DeleteCloudNativeAPIGatewayService(req, cb) {
148
- return this.request("DeleteCloudNativeAPIGatewayService", req, cb);
147
+ async DescribeAutoScalerResourceStrategies(req, cb) {
148
+ return this.request("DescribeAutoScalerResourceStrategies", req, cb);
149
149
  }
150
150
  /**
151
- * 更新云原生网关健康检查配置
151
+ * 修改云原生API网关实例网络基本信息,例如带宽以及描述,只支持修改客户端公网/内网的信息。
152
152
  */
153
- async UpdateUpstreamHealthCheckConfig(req, cb) {
154
- return this.request("UpdateUpstreamHealthCheckConfig", req, cb);
153
+ async ModifyNetworkBasicInfo(req, cb) {
154
+ return this.request("ModifyNetworkBasicInfo", req, cb);
155
155
  }
156
156
  /**
157
- * 创建云原生网关服务
157
+ * 删除云原生网关证书
158
158
  */
159
- async CreateCloudNativeAPIGatewayService(req, cb) {
160
- return this.request("CreateCloudNativeAPIGatewayService", req, cb);
159
+ async DeleteCloudNativeAPIGatewayCertificate(req, cb) {
160
+ return this.request("DeleteCloudNativeAPIGatewayCertificate", req, cb);
161
161
  }
162
162
  /**
163
- * 查询云原生网关路由列表
163
+ * 查询服务契约定义列表
164
164
  */
165
- async DescribeCloudNativeAPIGatewayRoutes(req, cb) {
166
- return this.request("DescribeCloudNativeAPIGatewayRoutes", req, cb);
165
+ async DescribeGovernanceServiceContracts(req, cb) {
166
+ return this.request("DescribeGovernanceServiceContracts", req, cb);
167
167
  }
168
168
  /**
169
- * 获取云原生API网关实例信息
169
+ * 修改云原生网关证书信息
170
170
  */
171
- async DescribeCloudNativeAPIGateway(req, cb) {
172
- return this.request("DescribeCloudNativeAPIGateway", req, cb);
171
+ async UpdateCloudNativeAPIGatewayCertificateInfo(req, cb) {
172
+ return this.request("UpdateCloudNativeAPIGatewayCertificateInfo", req, cb);
173
173
  }
174
174
  /**
175
- * 获取云原生API网关实例端口信息
175
+ * 获取全量配置文件模板列表
176
176
  */
177
- async DescribeCloudNativeAPIGatewayPorts(req, cb) {
178
- return this.request("DescribeCloudNativeAPIGatewayPorts", req, cb);
177
+ async DescribeAllConfigFileTemplates(req, cb) {
178
+ return this.request("DescribeAllConfigFileTemplates", req, cb);
179
179
  }
180
180
  /**
181
- * 删除云原生网关路由
181
+ * 创建云原生网关引擎分组
182
182
  */
183
- async DeleteCloudNativeAPIGatewayRoute(req, cb) {
184
- return this.request("DeleteCloudNativeAPIGatewayRoute", req, cb);
183
+ async CreateNativeGatewayServerGroup(req, cb) {
184
+ return this.request("CreateNativeGatewayServerGroup", req, cb);
185
185
  }
186
186
  /**
187
- * 创建公网网络配置
187
+ * 删除云原生网关的限流插件(服务)
188
188
  */
189
- async CreateCloudNativeAPIGatewayPublicNetwork(req, cb) {
190
- return this.request("CreateCloudNativeAPIGatewayPublicNetwork", req, cb);
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 TencentCloudCommon.AbstractClient {
202
214
  return this.request("ModifyCloudNativeAPIGatewayCertificate", req, cb);
203
215
  }
204
216
  /**
205
- * 删除云原生网关的灰度规则
217
+ * 发布配置文件
206
218
  */
207
- async DeleteCloudNativeAPIGatewayCanaryRule(req, cb) {
208
- return this.request("DeleteCloudNativeAPIGatewayCanaryRule", req, cb);
219
+ async PublishConfigFiles(req, cb) {
220
+ return this.request("PublishConfigFiles", req, cb);
209
221
  }
210
222
  /**
211
- * 获取云原生API网关实例列表
223
+ * 根据命名空间、组、名字查找配置文件
212
224
  */
213
- async DescribeCloudNativeAPIGateways(req, cb) {
214
- return this.request("DescribeCloudNativeAPIGateways", req, cb);
225
+ async DescribeConfigFile(req, cb) {
226
+ return this.request("DescribeConfigFile", req, cb);
215
227
  }
216
228
  /**
217
- * 创建云原生网关证书
229
+ * 查询配置版本列表
218
230
  */
219
- async CreateCloudNativeAPIGatewayCertificate(req, cb) {
220
- return this.request("CreateCloudNativeAPIGatewayCertificate", req, cb);
231
+ async DescribeConfigFileReleases(req, cb) {
232
+ return this.request("DescribeConfigFileReleases", req, cb);
221
233
  }
222
234
  /**
223
- * 查询云原生网关服务列表
235
+ * 关闭 WAF 防护
224
236
  */
225
- async DescribeCloudNativeAPIGatewayServices(req, cb) {
226
- return this.request("DescribeCloudNativeAPIGatewayServices", req, cb);
237
+ async CloseWafProtection(req, cb) {
238
+ return this.request("CloseWafProtection", req, cb);
227
239
  }
228
240
  /**
229
- * 修改云原生网关限流插件(路由)
241
+ * 创建云原生API网关实例
230
242
  */
231
- async ModifyCloudNativeAPIGatewayRouteRateLimit(req, cb) {
232
- return this.request("ModifyCloudNativeAPIGatewayRouteRateLimit", req, cb);
243
+ async CreateCloudNativeAPIGateway(req, cb) {
244
+ return this.request("CreateCloudNativeAPIGateway", req, cb);
233
245
  }
234
246
  /**
235
- * 修改云原生API网关实例分组基础信息
247
+ * 查询云原生网关的限流插件(路由)
236
248
  */
237
- async ModifyNativeGatewayServerGroup(req, cb) {
238
- return this.request("ModifyNativeGatewayServerGroup", req, cb);
249
+ async DescribeCloudNativeAPIGatewayRouteRateLimit(req, cb) {
250
+ return this.request("DescribeCloudNativeAPIGatewayRouteRateLimit", req, cb);
239
251
  }
240
252
  /**
241
- * 查询nacos服务接口列表
253
+ * 修改云原生网关服务
242
254
  */
243
- async DescribeNacosServerInterfaces(req, cb) {
244
- return this.request("DescribeNacosServerInterfaces", req, cb);
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 TencentCloudCommon.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 TencentCloudCommon.AbstractClient {
256
316
  return this.request("ModifyCloudNativeAPIGatewayRoute", req, cb);
257
317
  }
258
318
  /**
259
- * 关闭 WAF 防护
319
+ * 删除网关实例分组
260
320
  */
261
- async CloseWafProtection(req, cb) {
262
- return this.request("CloseWafProtection", req, cb);
321
+ async DeleteNativeGatewayServerGroup(req, cb) {
322
+ return this.request("DeleteNativeGatewayServerGroup", req, cb);
263
323
  }
264
324
  /**
265
- * 修改治理中心服务实例
325
+ * 获取云原生API网关实例端口信息
266
326
  */
267
- async ModifyGovernanceInstances(req, cb) {
268
- return this.request("ModifyGovernanceInstances", req, cb);
327
+ async DescribeCloudNativeAPIGatewayPorts(req, cb) {
328
+ return this.request("DescribeCloudNativeAPIGatewayPorts", req, cb);
269
329
  }
270
330
  /**
271
- * 创建云原生API网关实例
331
+ * 查询云原生网关灰度规则列表
272
332
  */
273
- async CreateCloudNativeAPIGateway(req, cb) {
274
- return this.request("CreateCloudNativeAPIGateway", req, cb);
333
+ async DescribeCloudNativeAPIGatewayCanaryRules(req, cb) {
334
+ return this.request("DescribeCloudNativeAPIGatewayCanaryRules", req, cb);
275
335
  }
276
336
  /**
277
- * 用于查询引擎实例列表
337
+ * 查询引擎实例访问地址
278
338
  */
279
- async DescribeSREInstances(req, cb) {
280
- return this.request("DescribeSREInstances", req, cb);
339
+ async DescribeSREInstanceAccessAddress(req, cb) {
340
+ return this.request("DescribeSREInstanceAccessAddress", req, cb);
281
341
  }
282
342
  /**
283
- * 查询云原生网关的限流插件(路由)
343
+ * 修改网关实例Konga网络配置
284
344
  */
285
- async DescribeCloudNativeAPIGatewayRouteRateLimit(req, cb) {
286
- return this.request("DescribeCloudNativeAPIGatewayRouteRateLimit", req, cb);
345
+ async ModifyConsoleNetwork(req, cb) {
346
+ return this.request("ModifyConsoleNetwork", req, cb);
287
347
  }
288
348
  /**
289
- * 删除治理中心服务实例
349
+ * 查询Nacos类型引擎实例副本信息
290
350
  */
291
- async DeleteGovernanceInstances(req, cb) {
292
- return this.request("DeleteGovernanceInstances", req, cb);
351
+ async DescribeNacosReplicas(req, cb) {
352
+ return this.request("DescribeNacosReplicas", req, cb);
293
353
  }
294
354
  /**
295
- * 获取 WAF 防护状态
355
+ * 获取云原生网关服务健康检查配置
296
356
  */
297
- async DescribeWafProtection(req, cb) {
298
- return this.request("DescribeWafProtection", req, cb);
357
+ async DescribeUpstreamHealthCheckConfig(req, cb) {
358
+ return this.request("DescribeUpstreamHealthCheckConfig", req, cb);
299
359
  }
300
360
  /**
301
- * 获取云原生API网关实例网络配置信息
361
+ * 修改云原生API网关实例分组基础信息
302
362
  */
303
- async DescribeCloudNativeAPIGatewayConfig(req, cb) {
304
- return this.request("DescribeCloudNativeAPIGatewayConfig", req, cb);
363
+ async ModifyNativeGatewayServerGroup(req, cb) {
364
+ return this.request("ModifyNativeGatewayServerGroup", req, cb);
305
365
  }
306
366
  /**
307
- * 修改云原生网关服务
367
+ * 查询云原生网关证书列表
308
368
  */
309
- async ModifyCloudNativeAPIGatewayService(req, cb) {
310
- return this.request("ModifyCloudNativeAPIGatewayService", req, cb);
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 TencentCloudCommon.AbstractClient {
316
412
  return this.request("DescribeCloudNativeAPIGatewayNodes", req, cb);
317
413
  }
318
414
  /**
319
- * 创建云原生网关的灰度规则
415
+ * 弹性伸缩策略批量解绑网关分组
320
416
  */
321
- async CreateCloudNativeAPIGatewayCanaryRule(req, cb) {
322
- return this.request("CreateCloudNativeAPIGatewayCanaryRule", req, cb);
417
+ async UnbindAutoScalerResourceStrategyFromGroups(req, cb) {
418
+ return this.request("UnbindAutoScalerResourceStrategyFromGroups", req, cb);
323
419
  }
324
420
  /**
325
- * 获取 WAF 防护域名
421
+ * 查询某个配置所有版本信息
326
422
  */
327
- async DescribeWafDomains(req, cb) {
328
- return this.request("DescribeWafDomains", req, cb);
423
+ async DescribeConfigFileReleaseVersions(req, cb) {
424
+ return this.request("DescribeConfigFileReleaseVersions", req, cb);
329
425
  }
330
426
  /**
331
- * 查询云原生网关单个证书详情
427
+ * 用于查询引擎实例列表
332
428
  */
333
- async DescribeCloudNativeAPIGatewayCertificateDetails(req, cb) {
334
- return this.request("DescribeCloudNativeAPIGatewayCertificateDetails", req, cb);
429
+ async DescribeSREInstances(req, cb) {
430
+ return this.request("DescribeSREInstances", req, cb);
335
431
  }
336
432
  /**
337
- * 修改引擎公网访问配置
433
+ * 根据group查询配置文件列表
338
434
  */
339
- async UpdateEngineInternetAccess(req, cb) {
340
- return this.request("UpdateEngineInternetAccess", req, cb);
435
+ async DescribeConfigFilesByGroup(req, cb) {
436
+ return this.request("DescribeConfigFilesByGroup", req, cb);
341
437
  }
342
438
  /**
343
- * 开启 WAF 防护
439
+ * 获取 WAF 防护状态
344
440
  */
345
- async OpenWafProtection(req, cb) {
346
- return this.request("OpenWafProtection", req, cb);
441
+ async DescribeWafProtection(req, cb) {
442
+ return this.request("DescribeWafProtection", req, cb);
347
443
  }
348
444
  /**
349
- * 更新网关上游实例列表,仅支持IPList服务类型
445
+ * 获取云原生API网关实例网络配置信息
350
446
  */
351
- async UpdateUpstreamTargets(req, cb) {
352
- return this.request("UpdateUpstreamTargets", req, cb);
447
+ async DescribeCloudNativeAPIGatewayConfig(req, cb) {
448
+ return this.request("DescribeCloudNativeAPIGatewayConfig", req, cb);
353
449
  }
354
450
  /**
355
- * 查看弹性伸缩策略列表
451
+ * 创建治理中心命名空间
356
452
  */
357
- async DescribeAutoScalerResourceStrategies(req, cb) {
358
- return this.request("DescribeAutoScalerResourceStrategies", req, cb);
453
+ async CreateGovernanceNamespaces(req, cb) {
454
+ return this.request("CreateGovernanceNamespaces", req, cb);
359
455
  }
360
456
  /**
361
- * 创建云原生网关限流插件(服务)
457
+ * 查询服务下契约版本列表
362
458
  */
363
- async CreateCloudNativeAPIGatewayServiceRateLimit(req, cb) {
364
- return this.request("CreateCloudNativeAPIGatewayServiceRateLimit", req, cb);
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 TencentCloudCommon.AbstractClient {
370
484
  return this.request("DeleteCloudNativeAPIGateway", req, cb);
371
485
  }
372
486
  /**
373
- * 修改云原生API网关实例网络基本信息,例如带宽以及描述,只支持修改客户端公网/内网的信息。
487
+ * 修改治理中心命名空间
374
488
  */
375
- async ModifyNetworkBasicInfo(req, cb) {
376
- return this.request("ModifyNetworkBasicInfo", req, cb);
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 TencentCloudCommon.AbstractClient {
382
514
  return this.request("ModifyNetworkAccessStrategy", req, cb);
383
515
  }
384
516
  /**
385
- * 查询云原生API网关实例公网详情
517
+ * 获取云原生网关服务详情下的Upstream列表
386
518
  */
387
- async DescribePublicNetwork(req, cb) {
388
- return this.request("DescribePublicNetwork", req, cb);
519
+ async DescribeCloudNativeAPIGatewayUpstream(req, cb) {
520
+ return this.request("DescribeCloudNativeAPIGatewayUpstream", req, cb);
389
521
  }
390
522
  /**
391
- * 删除云原生网关证书
523
+ * 创建或更新配置文件并发布配置
392
524
  */
393
- async DeleteCloudNativeAPIGatewayCertificate(req, cb) {
394
- return this.request("DeleteCloudNativeAPIGatewayCertificate", req, cb);
525
+ async CreateOrUpdateConfigFileAndRelease(req, cb) {
526
+ return this.request("CreateOrUpdateConfigFileAndRelease", req, cb);
395
527
  }
396
528
  /**
397
- * 创建云原生网关路由
529
+ * 修改治理中心服务别名
398
530
  */
399
- async CreateCloudNativeAPIGatewayRoute(req, cb) {
400
- return this.request("CreateCloudNativeAPIGatewayRoute", req, cb);
531
+ async ModifyGovernanceAlias(req, cb) {
532
+ return this.request("ModifyGovernanceAlias", req, cb);
401
533
  }
402
534
  /**
403
- * 修改云原生网关证书信息
535
+ * 新建 WAF 防护域名
404
536
  */
405
- async UpdateCloudNativeAPIGatewayCertificateInfo(req, cb) {
406
- return this.request("UpdateCloudNativeAPIGatewayCertificateInfo", req, cb);
537
+ async CreateWafDomains(req, cb) {
538
+ return this.request("CreateWafDomains", req, cb);
407
539
  }
408
540
  /**
409
- * 创建治理中心服务实例
541
+ * 批量修改配置文件组
410
542
  */
411
- async CreateGovernanceInstances(req, cb) {
412
- return this.request("CreateGovernanceInstances", req, cb);
543
+ async ModifyConfigFileGroup(req, cb) {
544
+ return this.request("ModifyConfigFileGroup", req, cb);
413
545
  }
414
546
  /**
415
- * 创建云原生网关引擎分组
547
+ * 回滚配置发布
416
548
  */
417
- async CreateNativeGatewayServerGroup(req, cb) {
418
- return this.request("CreateNativeGatewayServerGroup", req, cb);
549
+ async RollbackConfigFileReleases(req, cb) {
550
+ return this.request("RollbackConfigFileReleases", req, cb);
419
551
  }
420
552
  /**
421
- * 删除云原生网关的限流插件(路由)
553
+ * 创建引擎实例
422
554
  */
423
- async DeleteCloudNativeAPIGatewayRouteRateLimit(req, cb) {
424
- return this.request("DeleteCloudNativeAPIGatewayRouteRateLimit", req, cb);
555
+ async CreateEngine(req, cb) {
556
+ return this.request("CreateEngine", req, cb);
425
557
  }
426
558
  /**
427
- * 创建弹性伸缩策略
559
+ * 修改云原生网关上游实例节点健康状态
428
560
  */
429
- async CreateAutoScalerResourceStrategy(req, cb) {
430
- return this.request("CreateAutoScalerResourceStrategy", req, cb);
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 TencentCloudCommon.AbstractClient {
436
574
  return this.request("CreateCloudNativeAPIGatewayRouteRateLimit", req, cb);
437
575
  }
438
576
  /**
439
- * 查询云原生网关分组信息
577
+ * 删除 WAF 防护域名
440
578
  */
441
- async DescribeNativeGatewayServerGroups(req, cb) {
442
- return this.request("DescribeNativeGatewayServerGroups", req, cb);
579
+ async DeleteWafDomains(req, cb) {
580
+ return this.request("DeleteWafDomains", req, cb);
443
581
  }
444
582
  /**
445
- * 查询Nacos类型引擎实例副本信息
583
+ * 删除云原生网关服务
446
584
  */
447
- async DescribeNacosReplicas(req, cb) {
448
- return this.request("DescribeNacosReplicas", req, cb);
585
+ async DeleteCloudNativeAPIGatewayService(req, cb) {
586
+ return this.request("DeleteCloudNativeAPIGatewayService", req, cb);
449
587
  }
450
588
  /**
451
- * 删除弹性伸缩策略
589
+ * 查询云原生网关路由列表
452
590
  */
453
- async DeleteAutoScalerResourceStrategy(req, cb) {
454
- return this.request("DeleteAutoScalerResourceStrategy", req, cb);
591
+ async DescribeCloudNativeAPIGatewayRoutes(req, cb) {
592
+ return this.request("DescribeCloudNativeAPIGatewayRoutes", req, cb);
455
593
  }
456
594
  /**
457
- * 查询引擎实例访问地址
595
+ * 根据条件分页查询配置文件组
458
596
  */
459
- async DescribeSREInstanceAccessAddress(req, cb) {
460
- return this.request("DescribeSREInstanceAccessAddress", req, cb);
597
+ async DescribeConfigFileGroups(req, cb) {
598
+ return this.request("DescribeConfigFileGroups", req, cb);
461
599
  }
462
600
  /**
463
- * 删除网关实例分组
601
+ * 获取云原生API网关实例信息
464
602
  */
465
- async DeleteNativeGatewayServerGroup(req, cb) {
466
- return this.request("DeleteNativeGatewayServerGroup", req, cb);
603
+ async DescribeCloudNativeAPIGateway(req, cb) {
604
+ return this.request("DescribeCloudNativeAPIGateway", req, cb);
467
605
  }
468
606
  /**
469
- * 查询云原生网关灰度规则列表
607
+ * 删除云原生网关路由
470
608
  */
471
- async DescribeCloudNativeAPIGatewayCanaryRules(req, cb) {
472
- return this.request("DescribeCloudNativeAPIGatewayCanaryRules", req, cb);
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 TencentCloudCommon.AbstractClient {
478
634
  return this.request("UpdateCloudNativeAPIGatewaySpec", req, cb);
479
635
  }
480
636
  /**
481
- * 查询治理中心服务实例
637
+ * 创建治理中心服务
482
638
  */
483
- async DescribeGovernanceInstances(req, cb) {
484
- return this.request("DescribeGovernanceInstances", req, cb);
639
+ async CreateGovernanceServices(req, cb) {
640
+ return this.request("CreateGovernanceServices", req, cb);
485
641
  }
486
642
  /**
487
- * 查询云原生网关的限流插件(服务)
643
+ * 删除治理中心命名空间
488
644
  */
489
- async DescribeCloudNativeAPIGatewayServiceRateLimit(req, cb) {
490
- return this.request("DescribeCloudNativeAPIGatewayServiceRateLimit", req, cb);
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;