tencentcloud-sdk-nodejs 4.0.667 → 4.0.669

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.
Files changed (88) hide show
  1. package/CHANGELOG.md +339 -0
  2. package/SERVICE_CHANGELOG.md +329 -66
  3. package/package.json +1 -1
  4. package/products.md +24 -24
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cam/v20190116/cam_models.ts +11 -11
  7. package/src/services/cdb/v20170320/cdb_client.ts +13 -30
  8. package/src/services/cdb/v20170320/cdb_models.ts +0 -54
  9. package/src/services/cdn/v20180606/cdn_models.ts +4 -0
  10. package/src/services/cls/v20201016/cls_client.ts +4 -2
  11. package/src/services/cls/v20201016/cls_models.ts +1 -1
  12. package/src/services/cwp/v20180228/cwp_models.ts +5 -3
  13. package/src/services/cynosdb/v20190107/cynosdb_client.ts +1 -1
  14. package/src/services/cynosdb/v20190107/cynosdb_models.ts +17 -13
  15. package/src/services/dts/v20211206/dts_client.ts +30 -6
  16. package/src/services/dts/v20211206/dts_models.ts +80 -0
  17. package/src/services/ecm/v20190719/ecm_models.ts +4 -0
  18. package/src/services/ess/v20201111/ess_client.ts +2 -3
  19. package/src/services/ess/v20201111/ess_models.ts +135 -143
  20. package/src/services/essbasic/v20210526/essbasic_client.ts +16 -7
  21. package/src/services/essbasic/v20210526/essbasic_models.ts +108 -34
  22. package/src/services/iotvideo/v20211125/iotvideo_client.ts +24 -12
  23. package/src/services/iotvideo/v20211125/iotvideo_models.ts +42 -0
  24. package/src/services/lcic/v20220817/lcic_client.ts +15 -3
  25. package/src/services/lcic/v20220817/lcic_models.ts +32 -12
  26. package/src/services/mps/v20190612/mps_client.ts +1 -0
  27. package/src/services/mps/v20190612/mps_models.ts +45 -13
  28. package/src/services/nlp/v20190408/nlp_client.ts +15 -0
  29. package/src/services/nlp/v20190408/nlp_models.ts +117 -0
  30. package/src/services/ocr/v20181119/ocr_client.ts +1 -1
  31. package/src/services/privatedns/v20201028/privatedns_models.ts +5 -5
  32. package/src/services/tcb/v20180608/tcb_models.ts +19 -14
  33. package/src/services/tdmq/v20200217/tdmq_models.ts +1 -1
  34. package/src/services/tse/v20201207/tse_client.ts +152 -33
  35. package/src/services/tse/v20201207/tse_models.ts +792 -121
  36. package/src/services/tts/v20190823/tts_client.ts +0 -1
  37. package/src/services/vpc/v20170312/vpc_models.ts +5 -1
  38. package/tencentcloud/common/sdk_version.d.ts +1 -1
  39. package/tencentcloud/common/sdk_version.js +1 -1
  40. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +11 -11
  41. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +5 -13
  42. package/tencentcloud/services/cdb/v20170320/cdb_client.js +6 -16
  43. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +0 -51
  44. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +4 -0
  45. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +2 -0
  46. package/tencentcloud/services/cls/v20201016/cls_client.js +2 -0
  47. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
  48. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +5 -3
  49. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +1 -1
  50. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +1 -1
  51. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +17 -13
  52. package/tencentcloud/services/dts/v20211206/dts_client.d.ts +11 -3
  53. package/tencentcloud/services/dts/v20211206/dts_client.js +15 -3
  54. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +76 -0
  55. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +4 -0
  56. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +0 -1
  57. package/tencentcloud/services/ess/v20201111/ess_client.js +0 -1
  58. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +135 -143
  59. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +14 -6
  60. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +13 -5
  61. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +107 -34
  62. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +9 -5
  63. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +12 -6
  64. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +40 -0
  65. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +5 -1
  66. package/tencentcloud/services/lcic/v20220817/lcic_client.js +6 -0
  67. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +30 -12
  68. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +44 -13
  69. package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +5 -1
  70. package/tencentcloud/services/nlp/v20190408/nlp_client.js +6 -0
  71. package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +112 -0
  72. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  73. package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
  74. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +5 -5
  75. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +19 -14
  76. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -1
  77. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +45 -9
  78. package/tencentcloud/services/tse/v20201207/tse_client.js +66 -12
  79. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +770 -128
  80. package/tencentcloud/services/tts/v20190823/tts_client.d.ts +0 -1
  81. package/tencentcloud/services/tts/v20190823/tts_client.js +0 -1
  82. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +5 -1
  83. package/test/cdb.v20170320.test.js +4 -14
  84. package/test/dts.v20211206.test.js +22 -2
  85. package/test/iotvideo.v20211125.test.js +14 -4
  86. package/test/lcic.v20220817.test.js +10 -0
  87. package/test/nlp.v20190408.test.js +10 -0
  88. package/test/tse.v20201207.test.js +98 -8
@@ -18,27 +18,32 @@
18
18
  import { AbstractClient } from "../../../common/abstract_client"
19
19
  import { ClientConfig } from "../../../common/interface"
20
20
  import {
21
- DescribeNacosReplicasRequest,
21
+ ListCloudNativeAPIGatewayResult,
22
+ DescribeCloudNativeAPIGatewayResponse,
22
23
  CreateCloudNativeAPIGatewayServiceResponse,
23
24
  DeleteCloudNativeAPIGatewayRouteRateLimitResponse,
24
25
  ApolloEnvParam,
25
26
  DescribeCloudNativeAPIGatewayServiceRateLimitRequest,
26
- CloudNativeAPIGatewayBalancedService,
27
+ CreateCloudNativeAPIGatewayRequest,
27
28
  DescribeCloudNativeAPIGatewayNodesRequest,
28
29
  ModifyCloudNativeAPIGatewayRouteRequest,
30
+ DeleteNativeGatewayServerGroupResponse,
29
31
  DescribeSREInstanceAccessAddressResponse,
30
- DeleteCloudNativeAPIGatewayCanaryRuleRequest,
31
- DescribeCloudNativeAPIGatewayServicesResponse,
32
- GatewayInstanceSchemeAndPorts,
32
+ ModifyCloudNativeAPIGatewayCanaryRuleResponse,
33
+ CloudNativeAPIGatewayNodeConfig,
34
+ CreateNativeGatewayServerGroupRequest,
35
+ DeleteCloudNativeAPIGatewayResult,
33
36
  QpsThreshold,
34
37
  ModifyCloudNativeAPIGatewayServiceResponse,
35
38
  DescribeCloudNativeAPIGatewayNodesResponse,
36
- VpcInfo,
37
- ModifyCloudNativeAPIGatewayCanaryRuleResponse,
38
- KongServicePreview,
39
+ CreateCloudNativeAPIGatewayResponse,
40
+ DeleteCloudNativeAPIGatewayCanaryRuleRequest,
41
+ GatewayInstanceSchemeAndPorts,
39
42
  ModifyCloudNativeAPIGatewayRouteRateLimitRequest,
40
43
  NacosServerInterface,
44
+ DescribeNacosReplicasRequest,
41
45
  CreateCloudNativeAPIGatewayServiceRequest,
46
+ CloudNativeAPIGatewayBalancedService,
42
47
  ExternalRedis,
43
48
  EnvAddressInfo,
44
49
  InstanceTagInfo,
@@ -52,13 +57,18 @@ import {
52
57
  DescribeCloudNativeAPIGatewayRoutesResponse,
53
58
  DescribeZookeeperReplicasRequest,
54
59
  DeleteCloudNativeAPIGatewayServiceResponse,
60
+ InstancePort,
61
+ DescribeCloudNativeAPIGatewayResult,
55
62
  DeleteCloudNativeAPIGatewayRouteResponse,
56
63
  DescribeCloudNativeAPIGatewayPortsResponse,
57
64
  CreateCloudNativeAPIGatewayRouteRateLimitRequest,
65
+ DeleteNativeGatewayServerGroupRequest,
58
66
  ModifyCloudNativeAPIGatewayRouteResponse,
67
+ DeleteNativeGatewayServerGroupResult,
59
68
  ServiceGovernanceInfo,
60
69
  DescribeNacosReplicasResponse,
61
70
  DeleteCloudNativeAPIGatewayServiceRateLimitRequest,
71
+ CloudNativeAPIGatewayVpcConfig,
62
72
  CloudAPIGatewayCanaryRuleList,
63
73
  KongRoutePreview,
64
74
  CloudNativeAPIGatewayRateLimitDetail,
@@ -72,36 +82,50 @@ import {
72
82
  DescribeCloudNativeAPIGatewayServiceRateLimitResponse,
73
83
  DeleteCloudNativeAPIGatewayServiceRequest,
74
84
  EnvInfo,
85
+ ModifyNativeGatewayServerGroupRequest,
75
86
  DescribeCloudNativeAPIGatewayRouteRateLimitRequest,
76
87
  DescribeOneCloudNativeAPIGatewayServiceRequest,
77
88
  CreateCloudNativeAPIGatewayRouteRateLimitResponse,
89
+ DescribeCloudNativeAPIGatewaysResponse,
78
90
  UpdateEngineInternetAccessResponse,
91
+ UpdateCloudNativeAPIGatewaySpecRequest,
92
+ DescribeCloudNativeAPIGatewayServicesResponse,
79
93
  DeleteCloudNativeAPIGatewayRouteRateLimitRequest,
80
94
  ListFilter,
81
95
  DeleteEngineRequest,
82
96
  ZookeeperReplica,
97
+ DescribeSREInstanceAccessAddressRequest,
83
98
  DescribeCloudNativeAPIGatewayCanaryRulesResponse,
84
99
  SREInstance,
85
100
  DeleteCloudNativeAPIGatewayServiceRateLimitResponse,
86
101
  ModifyCloudNativeAPIGatewayServiceRateLimitRequest,
87
102
  CloudNativeAPIGatewayNode,
103
+ UpdateCloudNativeAPIGatewaySpecResponse,
88
104
  DescribeGatewayInstancePortResult,
89
105
  DescribeZookeeperServerInterfacesResponse,
90
- Filter,
106
+ DeleteCloudNativeAPIGatewayRequest,
107
+ EngineAdmin,
91
108
  PolarisLimiterAddress,
92
109
  DescribeOneCloudNativeAPIGatewayServiceResponse,
93
110
  ModifyCloudNativeAPIGatewayServiceRequest,
111
+ DeleteCloudNativeAPIGatewayResponse,
94
112
  KongServices,
113
+ ModifyCloudNativeAPIGatewayResponse,
95
114
  DescribeZookeeperServerInterfacesRequest,
96
115
  DescribeCloudNativeAPIGatewayRouteRateLimitResponse,
116
+ UpdateCloudNativeAPIGatewayResult,
117
+ DescribeCloudNativeAPIGatewayRequest,
97
118
  CreateCloudNativeAPIGatewayCanaryRuleRequest,
98
119
  DeleteCloudNativeAPIGatewayRouteRequest,
120
+ DescribeCloudNativeAPIGatewaysRequest,
121
+ InternetConfig,
99
122
  DescribeCloudNativeAPIGatewayRoutesRequest,
100
123
  CreateEngineResponse,
101
124
  CreateCloudNativeAPIGatewayServiceRateLimitResponse,
102
125
  DescribeCloudNativeAPIGatewayNodesResult,
103
126
  CloudNativeAPIGatewayCanaryRule,
104
127
  ModifyCloudNativeAPIGatewayServiceRateLimitResponse,
128
+ CreateCloudNativeAPIGatewayServerGroupResult,
105
129
  DescribeNacosServerInterfacesRequest,
106
130
  CloudNativeAPIGatewayCanaryRuleCondition,
107
131
  DescribeSREInstancesResponse,
@@ -109,17 +133,22 @@ import {
109
133
  BoundK8SInfo,
110
134
  KongUpstreamInfo,
111
135
  DescribeSREInstancesRequest,
136
+ CreateNativeGatewayServerGroupResponse,
112
137
  CreateCloudNativeAPIGatewayServiceRateLimitRequest,
113
138
  DescribeZookeeperReplicasResponse,
114
139
  CreateEngineRequest,
115
140
  ModifyCloudNativeAPIGatewayCanaryRuleRequest,
141
+ VpcInfo,
116
142
  KongServiceRouteList,
117
- DescribeSREInstanceAccessAddressRequest,
143
+ CreateCloudNativeAPIGatewayResult,
144
+ ModifyCloudNativeAPIGatewayRequest,
145
+ KongServicePreview,
118
146
  ModifyCloudNativeAPIGatewayRouteRateLimitResponse,
119
- EngineAdmin,
147
+ Filter,
120
148
  DescribeCloudNativeAPIGatewayCanaryRulesRequest,
121
149
  DeleteCloudNativeAPIGatewayCanaryRuleResponse,
122
150
  DescribeCloudNativeAPIGatewayPortsRequest,
151
+ ModifyNativeGatewayServerGroupResponse,
123
152
  KongServiceDetail,
124
153
  } from "./tse_models"
125
154
 
@@ -133,13 +162,23 @@ export class Client extends AbstractClient {
133
162
  }
134
163
 
135
164
  /**
136
- * 获取云原生网关服务详情
165
+ * 查询Nacos类型引擎实例副本信息
137
166
  */
138
- async DescribeOneCloudNativeAPIGatewayService(
139
- req: DescribeOneCloudNativeAPIGatewayServiceRequest,
140
- cb?: (error: string, rep: DescribeOneCloudNativeAPIGatewayServiceResponse) => void
141
- ): Promise<DescribeOneCloudNativeAPIGatewayServiceResponse> {
142
- return this.request("DescribeOneCloudNativeAPIGatewayService", req, cb)
167
+ async DescribeNacosReplicas(
168
+ req: DescribeNacosReplicasRequest,
169
+ cb?: (error: string, rep: DescribeNacosReplicasResponse) => void
170
+ ): Promise<DescribeNacosReplicasResponse> {
171
+ return this.request("DescribeNacosReplicas", req, cb)
172
+ }
173
+
174
+ /**
175
+ * 修改云原生API网关实例分组基础信息
176
+ */
177
+ async ModifyNativeGatewayServerGroup(
178
+ req: ModifyNativeGatewayServerGroupRequest,
179
+ cb?: (error: string, rep: ModifyNativeGatewayServerGroupResponse) => void
180
+ ): Promise<ModifyNativeGatewayServerGroupResponse> {
181
+ return this.request("ModifyNativeGatewayServerGroup", req, cb)
143
182
  }
144
183
 
145
184
  /**
@@ -162,6 +201,16 @@ export class Client extends AbstractClient {
162
201
  return this.request("DescribeZookeeperServerInterfaces", req, cb)
163
202
  }
164
203
 
204
+ /**
205
+ * 获取云原生网关服务详情
206
+ */
207
+ async DescribeOneCloudNativeAPIGatewayService(
208
+ req: DescribeOneCloudNativeAPIGatewayServiceRequest,
209
+ cb?: (error: string, rep: DescribeOneCloudNativeAPIGatewayServiceResponse) => void
210
+ ): Promise<DescribeOneCloudNativeAPIGatewayServiceResponse> {
211
+ return this.request("DescribeOneCloudNativeAPIGatewayService", req, cb)
212
+ }
213
+
165
214
  /**
166
215
  * 修改云原生网关限流插件(服务)
167
216
  */
@@ -182,6 +231,16 @@ export class Client extends AbstractClient {
182
231
  return this.request("CreateEngine", req, cb)
183
232
  }
184
233
 
234
+ /**
235
+ * 修改云原生网关的灰度规则
236
+ */
237
+ async ModifyCloudNativeAPIGatewayCanaryRule(
238
+ req: ModifyCloudNativeAPIGatewayCanaryRuleRequest,
239
+ cb?: (error: string, rep: ModifyCloudNativeAPIGatewayCanaryRuleResponse) => void
240
+ ): Promise<ModifyCloudNativeAPIGatewayCanaryRuleResponse> {
241
+ return this.request("ModifyCloudNativeAPIGatewayCanaryRule", req, cb)
242
+ }
243
+
185
244
  /**
186
245
  * 删除云原生网关服务
187
246
  */
@@ -212,6 +271,16 @@ export class Client extends AbstractClient {
212
271
  return this.request("DescribeCloudNativeAPIGatewayRoutes", req, cb)
213
272
  }
214
273
 
274
+ /**
275
+ * 获取云原生API网关实例信息
276
+ */
277
+ async DescribeCloudNativeAPIGateway(
278
+ req: DescribeCloudNativeAPIGatewayRequest,
279
+ cb?: (error: string, rep: DescribeCloudNativeAPIGatewayResponse) => void
280
+ ): Promise<DescribeCloudNativeAPIGatewayResponse> {
281
+ return this.request("DescribeCloudNativeAPIGateway", req, cb)
282
+ }
283
+
215
284
  /**
216
285
  * 获取云原生API网关实例端口信息
217
286
  */
@@ -252,6 +321,16 @@ export class Client extends AbstractClient {
252
321
  return this.request("DeleteCloudNativeAPIGatewayCanaryRule", req, cb)
253
322
  }
254
323
 
324
+ /**
325
+ * 获取云原生API网关实例列表
326
+ */
327
+ async DescribeCloudNativeAPIGateways(
328
+ req: DescribeCloudNativeAPIGatewaysRequest,
329
+ cb?: (error: string, rep: DescribeCloudNativeAPIGatewaysResponse) => void
330
+ ): Promise<DescribeCloudNativeAPIGatewaysResponse> {
331
+ return this.request("DescribeCloudNativeAPIGateways", req, cb)
332
+ }
333
+
255
334
  /**
256
335
  * 查询云原生网关服务列表
257
336
  */
@@ -282,6 +361,16 @@ export class Client extends AbstractClient {
282
361
  return this.request("DescribeNacosServerInterfaces", req, cb)
283
362
  }
284
363
 
364
+ /**
365
+ * 修改云原生API网关实例的节点规格信息,比如节点扩缩容或者升降配
366
+ */
367
+ async UpdateCloudNativeAPIGatewaySpec(
368
+ req: UpdateCloudNativeAPIGatewaySpecRequest,
369
+ cb?: (error: string, rep: UpdateCloudNativeAPIGatewaySpecResponse) => void
370
+ ): Promise<UpdateCloudNativeAPIGatewaySpecResponse> {
371
+ return this.request("UpdateCloudNativeAPIGatewaySpec", req, cb)
372
+ }
373
+
285
374
  /**
286
375
  * 查询Zookeeper类型注册引擎实例副本信息
287
376
  */
@@ -292,6 +381,16 @@ export class Client extends AbstractClient {
292
381
  return this.request("DescribeZookeeperReplicas", req, cb)
293
382
  }
294
383
 
384
+ /**
385
+ * 创建云原生API网关实例
386
+ */
387
+ async CreateCloudNativeAPIGateway(
388
+ req: CreateCloudNativeAPIGatewayRequest,
389
+ cb?: (error: string, rep: CreateCloudNativeAPIGatewayResponse) => void
390
+ ): Promise<CreateCloudNativeAPIGatewayResponse> {
391
+ return this.request("CreateCloudNativeAPIGateway", req, cb)
392
+ }
393
+
295
394
  /**
296
395
  * 用于查询引擎实例列表
297
396
  */
@@ -363,13 +462,13 @@ export class Client extends AbstractClient {
363
462
  }
364
463
 
365
464
  /**
366
- * 修改云原生网关的灰度规则
465
+ * 修改云原生API网关实例基础信息
367
466
  */
368
- async ModifyCloudNativeAPIGatewayCanaryRule(
369
- req: ModifyCloudNativeAPIGatewayCanaryRuleRequest,
370
- cb?: (error: string, rep: ModifyCloudNativeAPIGatewayCanaryRuleResponse) => void
371
- ): Promise<ModifyCloudNativeAPIGatewayCanaryRuleResponse> {
372
- return this.request("ModifyCloudNativeAPIGatewayCanaryRule", req, cb)
467
+ async ModifyCloudNativeAPIGateway(
468
+ req: ModifyCloudNativeAPIGatewayRequest,
469
+ cb?: (error: string, rep: ModifyCloudNativeAPIGatewayResponse) => void
470
+ ): Promise<ModifyCloudNativeAPIGatewayResponse> {
471
+ return this.request("ModifyCloudNativeAPIGateway", req, cb)
373
472
  }
374
473
 
375
474
  /**
@@ -382,6 +481,16 @@ export class Client extends AbstractClient {
382
481
  return this.request("CreateCloudNativeAPIGatewayServiceRateLimit", req, cb)
383
482
  }
384
483
 
484
+ /**
485
+ * 删除云原生API网关实例
486
+ */
487
+ async DeleteCloudNativeAPIGateway(
488
+ req: DeleteCloudNativeAPIGatewayRequest,
489
+ cb?: (error: string, rep: DeleteCloudNativeAPIGatewayResponse) => void
490
+ ): Promise<DeleteCloudNativeAPIGatewayResponse> {
491
+ return this.request("DeleteCloudNativeAPIGateway", req, cb)
492
+ }
493
+
385
494
  /**
386
495
  * 创建云原生网关路由
387
496
  */
@@ -392,6 +501,16 @@ export class Client extends AbstractClient {
392
501
  return this.request("CreateCloudNativeAPIGatewayRoute", req, cb)
393
502
  }
394
503
 
504
+ /**
505
+ * 创建云原生网关引擎分组
506
+ */
507
+ async CreateNativeGatewayServerGroup(
508
+ req: CreateNativeGatewayServerGroupRequest,
509
+ cb?: (error: string, rep: CreateNativeGatewayServerGroupResponse) => void
510
+ ): Promise<CreateNativeGatewayServerGroupResponse> {
511
+ return this.request("CreateNativeGatewayServerGroup", req, cb)
512
+ }
513
+
395
514
  /**
396
515
  * 删除云原生网关的限流插件(路由)
397
516
  */
@@ -412,16 +531,6 @@ export class Client extends AbstractClient {
412
531
  return this.request("CreateCloudNativeAPIGatewayRouteRateLimit", req, cb)
413
532
  }
414
533
 
415
- /**
416
- * 查询Nacos类型引擎实例副本信息
417
- */
418
- async DescribeNacosReplicas(
419
- req: DescribeNacosReplicasRequest,
420
- cb?: (error: string, rep: DescribeNacosReplicasResponse) => void
421
- ): Promise<DescribeNacosReplicasResponse> {
422
- return this.request("DescribeNacosReplicas", req, cb)
423
- }
424
-
425
534
  /**
426
535
  * 修改云原生网关路由
427
536
  */
@@ -432,6 +541,16 @@ export class Client extends AbstractClient {
432
541
  return this.request("ModifyCloudNativeAPIGatewayRoute", req, cb)
433
542
  }
434
543
 
544
+ /**
545
+ * 删除网关实例分组
546
+ */
547
+ async DeleteNativeGatewayServerGroup(
548
+ req: DeleteNativeGatewayServerGroupRequest,
549
+ cb?: (error: string, rep: DeleteNativeGatewayServerGroupResponse) => void
550
+ ): Promise<DeleteNativeGatewayServerGroupResponse> {
551
+ return this.request("DeleteNativeGatewayServerGroup", req, cb)
552
+ }
553
+
435
554
  /**
436
555
  * 查询云原生网关灰度规则列表
437
556
  */