tencentcloud-sdk-nodejs 4.0.637 → 4.0.639

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 (107) hide show
  1. package/CHANGELOG.md +520 -0
  2. package/SERVICE_CHANGELOG.md +555 -98
  3. package/package.json +1 -1
  4. package/products.md +33 -32
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apigateway/v20180808/apigateway_client.ts +4 -2
  7. package/src/services/as/v20180419/as_models.ts +2 -2
  8. package/src/services/cls/v20201016/cls_client.ts +62 -11
  9. package/src/services/cls/v20201016/cls_models.ts +335 -55
  10. package/src/services/cms/v20190321/cms_models.ts +13 -1
  11. package/src/services/cpdp/v20190820/cpdp_client.ts +1 -1
  12. package/src/services/cynosdb/v20190107/cynosdb_models.ts +38 -38
  13. package/src/services/dnspod/v20210323/dnspod_client.ts +2 -0
  14. package/src/services/dnspod/v20210323/dnspod_models.ts +55 -0
  15. package/src/services/ecm/v20190719/ecm_client.ts +146 -27
  16. package/src/services/ecm/v20190719/ecm_models.ts +424 -90
  17. package/src/services/ess/v20201111/ess_client.ts +39 -10
  18. package/src/services/ess/v20201111/ess_models.ts +273 -84
  19. package/src/services/essbasic/v20210526/essbasic_client.ts +13 -1
  20. package/src/services/essbasic/v20210526/essbasic_models.ts +50 -4
  21. package/src/services/index.ts +1 -0
  22. package/src/services/lcic/v20220817/lcic_models.ts +14 -0
  23. package/src/services/lighthouse/v20200324/lighthouse_models.ts +3 -6
  24. package/src/services/soe/v20180724/soe_client.ts +1 -0
  25. package/src/services/soe/v20180724/soe_models.ts +35 -9
  26. package/src/services/sqlserver/v20180328/sqlserver_client.ts +4 -3
  27. package/src/services/sqlserver/v20180328/sqlserver_models.ts +12 -6
  28. package/src/services/tcb/v20180608/tcb_models.ts +25 -18
  29. package/src/services/tchd/index.ts +5 -0
  30. package/src/services/tchd/v20230306/index.ts +6 -0
  31. package/src/services/tchd/v20230306/tchd_client.ts +45 -0
  32. package/src/services/tchd/v20230306/tchd_models.ts +96 -0
  33. package/src/services/tdmq/v20200217/tdmq_client.ts +12 -0
  34. package/src/services/tdmq/v20200217/tdmq_models.ts +35 -5
  35. package/src/services/tke/v20180525/tke_models.ts +6 -6
  36. package/src/services/trp/v20210515/trp_models.ts +9 -1
  37. package/src/services/trtc/v20190722/trtc_client.ts +0 -17
  38. package/src/services/trtc/v20190722/trtc_models.ts +0 -104
  39. package/src/services/tse/v20201207/tse_client.ts +324 -55
  40. package/src/services/tse/v20201207/tse_models.ts +1931 -522
  41. package/src/services/tts/v20190823/tts_models.ts +4 -1
  42. package/src/services/vod/v20180717/vod_client.ts +2 -2
  43. package/src/services/vod/v20180717/vod_models.ts +2 -2
  44. package/src/services/wav/v20210129/wav_models.ts +4 -0
  45. package/tencentcloud/common/sdk_version.d.ts +1 -1
  46. package/tencentcloud/common/sdk_version.js +1 -1
  47. package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +3 -1
  48. package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +3 -1
  49. package/tencentcloud/services/as/v20180419/as_models.d.ts +2 -2
  50. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +19 -3
  51. package/tencentcloud/services/cls/v20201016/cls_client.js +27 -3
  52. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +324 -55
  53. package/tencentcloud/services/cms/v20190321/cms_models.d.ts +13 -1
  54. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +1 -1
  55. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +1 -1
  56. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +38 -38
  57. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +53 -0
  58. package/tencentcloud/services/ecm/v20190719/ecm_client.d.ts +52 -7
  59. package/tencentcloud/services/ecm/v20190719/ecm_client.js +72 -9
  60. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +404 -90
  61. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +14 -3
  62. package/tencentcloud/services/ess/v20201111/ess_client.js +18 -3
  63. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +267 -84
  64. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +6 -2
  65. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +7 -1
  66. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +48 -4
  67. package/tencentcloud/services/index.d.ts +1 -0
  68. package/tencentcloud/services/index.js +2 -0
  69. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +14 -0
  70. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +3 -6
  71. package/tencentcloud/services/soe/v20180724/soe_models.d.ts +34 -9
  72. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +3 -2
  73. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +3 -2
  74. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +12 -6
  75. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +25 -18
  76. package/tencentcloud/services/tchd/index.d.ts +6 -0
  77. package/tencentcloud/services/tchd/index.js +7 -0
  78. package/tencentcloud/services/tchd/v20230306/index.d.ts +6 -0
  79. package/tencentcloud/services/tchd/v20230306/index.js +9 -0
  80. package/tencentcloud/services/tchd/v20230306/tchd_client.d.ts +14 -0
  81. package/tencentcloud/services/tchd/v20230306/tchd_client.js +37 -0
  82. package/tencentcloud/services/tchd/v20230306/tchd_models.d.ts +76 -0
  83. package/tencentcloud/services/tchd/v20230306/tchd_models.js +18 -0
  84. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
  85. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
  86. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +33 -5
  87. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +6 -6
  88. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +9 -1
  89. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +1 -8
  90. package/tencentcloud/services/trtc/v20190722/trtc_client.js +0 -9
  91. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +0 -100
  92. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +95 -11
  93. package/tencentcloud/services/tse/v20201207/tse_client.js +141 -15
  94. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +1863 -513
  95. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +4 -1
  96. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +2 -2
  97. package/tencentcloud/services/vod/v20180717/vod_client.js +2 -2
  98. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +2 -2
  99. package/tencentcloud/services/wav/v20210129/wav_models.d.ts +4 -0
  100. package/test/cls.v20201016.test.js +42 -2
  101. package/test/ecm.v20190719.test.js +96 -6
  102. package/test/ess.v20201111.test.js +22 -2
  103. package/test/essbasic.v20210526.test.js +10 -0
  104. package/test/tchd.v20230306.test.js +31 -0
  105. package/test/tdmq.v20200217.test.js +10 -0
  106. package/test/trtc.v20190722.test.js +0 -10
  107. package/test/tse.v20201207.test.js +220 -10
@@ -18,46 +18,105 @@
18
18
  import { AbstractClient } from "../../../common/abstract_client"
19
19
  import { ClientConfig } from "../../../common/interface"
20
20
  import {
21
- NacosReplica,
22
21
  DescribeNacosReplicasRequest,
23
- UpdateEngineInternetAccessRequest,
22
+ CreateCloudNativeAPIGatewayServiceResponse,
23
+ DeleteCloudNativeAPIGatewayRouteRateLimitResponse,
24
24
  ApolloEnvParam,
25
- UpdateEngineInternetAccessResponse,
25
+ DescribeCloudNativeAPIGatewayServiceRateLimitRequest,
26
+ CloudNativeAPIGatewayBalancedService,
27
+ DescribeCloudNativeAPIGatewayNodesRequest,
28
+ ModifyCloudNativeAPIGatewayRouteRequest,
29
+ DescribeSREInstanceAccessAddressResponse,
30
+ DeleteCloudNativeAPIGatewayCanaryRuleRequest,
31
+ DescribeCloudNativeAPIGatewayServicesResponse,
32
+ QpsThreshold,
33
+ ModifyCloudNativeAPIGatewayServiceResponse,
34
+ DescribeCloudNativeAPIGatewayNodesResponse,
35
+ VpcInfo,
36
+ ModifyCloudNativeAPIGatewayCanaryRuleResponse,
37
+ KongServicePreview,
38
+ ModifyCloudNativeAPIGatewayRouteRateLimitRequest,
39
+ NacosServerInterface,
40
+ CreateCloudNativeAPIGatewayServiceRequest,
41
+ ExternalRedis,
42
+ EnvAddressInfo,
43
+ InstanceTagInfo,
44
+ DescribeCloudNativeAPIGatewayServicesRequest,
45
+ NacosReplica,
46
+ UpdateEngineInternetAccessRequest,
47
+ CreateCloudNativeAPIGatewayCanaryRuleResponse,
48
+ CreateCloudNativeAPIGatewayRouteRequest,
26
49
  KVPair,
27
50
  DeleteEngineResponse,
28
- CreateEngineResponse,
51
+ DescribeCloudNativeAPIGatewayRoutesResponse,
29
52
  DescribeZookeeperReplicasRequest,
53
+ DeleteCloudNativeAPIGatewayServiceResponse,
54
+ DeleteCloudNativeAPIGatewayRouteResponse,
55
+ CreateCloudNativeAPIGatewayRouteRateLimitRequest,
56
+ ModifyCloudNativeAPIGatewayRouteResponse,
57
+ ServiceGovernanceInfo,
58
+ DescribeNacosReplicasResponse,
59
+ DeleteCloudNativeAPIGatewayServiceRateLimitRequest,
60
+ CloudAPIGatewayCanaryRuleList,
61
+ KongRoutePreview,
62
+ CloudNativeAPIGatewayRateLimitDetail,
63
+ CreateCloudNativeAPIGatewayRouteResponse,
64
+ DescribeInstanceRegionInfo,
65
+ KongTarget,
66
+ EngineRegionInfo,
67
+ DescribeNacosServerInterfacesResponse,
68
+ KVMapping,
69
+ RateLimitResponse,
70
+ DescribeCloudNativeAPIGatewayServiceRateLimitResponse,
71
+ DeleteCloudNativeAPIGatewayServiceRequest,
72
+ EnvInfo,
73
+ DescribeCloudNativeAPIGatewayRouteRateLimitRequest,
74
+ DescribeOneCloudNativeAPIGatewayServiceRequest,
75
+ CreateCloudNativeAPIGatewayRouteRateLimitResponse,
76
+ UpdateEngineInternetAccessResponse,
77
+ DeleteCloudNativeAPIGatewayRouteRateLimitRequest,
78
+ ListFilter,
30
79
  DeleteEngineRequest,
31
- DescribeCloudNativeAPIGatewayNodesRequest,
32
- DescribeCloudNativeAPIGatewayNodesResult,
33
80
  ZookeeperReplica,
34
- EngineRegionInfo,
35
- DescribeNacosServerInterfacesRequest,
81
+ DescribeCloudNativeAPIGatewayCanaryRulesResponse,
36
82
  SREInstance,
37
- DescribeSREInstanceAccessAddressResponse,
38
- DescribeSREInstancesResponse,
39
- ZookeeperServerInterface,
40
- ServiceGovernanceInfo,
83
+ DeleteCloudNativeAPIGatewayServiceRateLimitResponse,
84
+ ModifyCloudNativeAPIGatewayServiceRateLimitRequest,
41
85
  CloudNativeAPIGatewayNode,
42
- DescribeNacosReplicasResponse,
43
86
  DescribeZookeeperServerInterfacesResponse,
87
+ Filter,
88
+ PolarisLimiterAddress,
89
+ DescribeOneCloudNativeAPIGatewayServiceResponse,
90
+ ModifyCloudNativeAPIGatewayServiceRequest,
91
+ KongServices,
92
+ DescribeZookeeperServerInterfacesRequest,
93
+ DescribeCloudNativeAPIGatewayRouteRateLimitResponse,
94
+ CreateCloudNativeAPIGatewayCanaryRuleRequest,
95
+ DeleteCloudNativeAPIGatewayRouteRequest,
96
+ DescribeCloudNativeAPIGatewayRoutesRequest,
97
+ CreateEngineResponse,
98
+ CreateCloudNativeAPIGatewayServiceRateLimitResponse,
99
+ DescribeCloudNativeAPIGatewayNodesResult,
100
+ CloudNativeAPIGatewayCanaryRule,
101
+ ModifyCloudNativeAPIGatewayServiceRateLimitResponse,
102
+ DescribeNacosServerInterfacesRequest,
103
+ CloudNativeAPIGatewayCanaryRuleCondition,
104
+ DescribeSREInstancesResponse,
105
+ ZookeeperServerInterface,
44
106
  BoundK8SInfo,
107
+ KongUpstreamInfo,
45
108
  DescribeSREInstancesRequest,
46
- DescribeCloudNativeAPIGatewayNodesResponse,
109
+ CreateCloudNativeAPIGatewayServiceRateLimitRequest,
47
110
  DescribeZookeeperReplicasResponse,
48
- VpcInfo,
49
- EngineAdmin,
50
- PolarisLimiterAddress,
51
111
  CreateEngineRequest,
52
- DescribeInstanceRegionInfo,
112
+ ModifyCloudNativeAPIGatewayCanaryRuleRequest,
113
+ KongServiceRouteList,
53
114
  DescribeSREInstanceAccessAddressRequest,
54
- DescribeNacosServerInterfacesResponse,
55
- Filter,
56
- NacosServerInterface,
57
- DescribeZookeeperServerInterfacesRequest,
58
- EnvInfo,
59
- EnvAddressInfo,
60
- InstanceTagInfo,
115
+ ModifyCloudNativeAPIGatewayRouteRateLimitResponse,
116
+ EngineAdmin,
117
+ DescribeCloudNativeAPIGatewayCanaryRulesRequest,
118
+ DeleteCloudNativeAPIGatewayCanaryRuleResponse,
119
+ KongServiceDetail,
61
120
  } from "./tse_models"
62
121
 
63
122
  /**
@@ -70,13 +129,93 @@ export class Client extends AbstractClient {
70
129
  }
71
130
 
72
131
  /**
73
- * 查询Zookeeper类型注册引擎实例副本信息
132
+ * 获取云原生网关服务详情
74
133
  */
75
- async DescribeZookeeperReplicas(
76
- req: DescribeZookeeperReplicasRequest,
77
- cb?: (error: string, rep: DescribeZookeeperReplicasResponse) => void
78
- ): Promise<DescribeZookeeperReplicasResponse> {
79
- return this.request("DescribeZookeeperReplicas", req, cb)
134
+ async DescribeOneCloudNativeAPIGatewayService(
135
+ req: DescribeOneCloudNativeAPIGatewayServiceRequest,
136
+ cb?: (error: string, rep: DescribeOneCloudNativeAPIGatewayServiceResponse) => void
137
+ ): Promise<DescribeOneCloudNativeAPIGatewayServiceResponse> {
138
+ return this.request("DescribeOneCloudNativeAPIGatewayService", req, cb)
139
+ }
140
+
141
+ /**
142
+ * 删除云原生网关的限流插件(服务)
143
+ */
144
+ async DeleteCloudNativeAPIGatewayServiceRateLimit(
145
+ req: DeleteCloudNativeAPIGatewayServiceRateLimitRequest,
146
+ cb?: (error: string, rep: DeleteCloudNativeAPIGatewayServiceRateLimitResponse) => void
147
+ ): Promise<DeleteCloudNativeAPIGatewayServiceRateLimitResponse> {
148
+ return this.request("DeleteCloudNativeAPIGatewayServiceRateLimit", req, cb)
149
+ }
150
+
151
+ /**
152
+ * 查询zookeeper服务接口列表
153
+ */
154
+ async DescribeZookeeperServerInterfaces(
155
+ req: DescribeZookeeperServerInterfacesRequest,
156
+ cb?: (error: string, rep: DescribeZookeeperServerInterfacesResponse) => void
157
+ ): Promise<DescribeZookeeperServerInterfacesResponse> {
158
+ return this.request("DescribeZookeeperServerInterfaces", req, cb)
159
+ }
160
+
161
+ /**
162
+ * 修改云原生网关限流插件(服务)
163
+ */
164
+ async ModifyCloudNativeAPIGatewayServiceRateLimit(
165
+ req: ModifyCloudNativeAPIGatewayServiceRateLimitRequest,
166
+ cb?: (error: string, rep: ModifyCloudNativeAPIGatewayServiceRateLimitResponse) => void
167
+ ): Promise<ModifyCloudNativeAPIGatewayServiceRateLimitResponse> {
168
+ return this.request("ModifyCloudNativeAPIGatewayServiceRateLimit", req, cb)
169
+ }
170
+
171
+ /**
172
+ * 创建引擎实例
173
+ */
174
+ async CreateEngine(
175
+ req: CreateEngineRequest,
176
+ cb?: (error: string, rep: CreateEngineResponse) => void
177
+ ): Promise<CreateEngineResponse> {
178
+ return this.request("CreateEngine", req, cb)
179
+ }
180
+
181
+ /**
182
+ * 删除云原生网关服务
183
+ */
184
+ async DeleteCloudNativeAPIGatewayService(
185
+ req: DeleteCloudNativeAPIGatewayServiceRequest,
186
+ cb?: (error: string, rep: DeleteCloudNativeAPIGatewayServiceResponse) => void
187
+ ): Promise<DeleteCloudNativeAPIGatewayServiceResponse> {
188
+ return this.request("DeleteCloudNativeAPIGatewayService", req, cb)
189
+ }
190
+
191
+ /**
192
+ * 创建云原生网关服务
193
+ */
194
+ async CreateCloudNativeAPIGatewayService(
195
+ req: CreateCloudNativeAPIGatewayServiceRequest,
196
+ cb?: (error: string, rep: CreateCloudNativeAPIGatewayServiceResponse) => void
197
+ ): Promise<CreateCloudNativeAPIGatewayServiceResponse> {
198
+ return this.request("CreateCloudNativeAPIGatewayService", req, cb)
199
+ }
200
+
201
+ /**
202
+ * 查询云原生网关路由列表
203
+ */
204
+ async DescribeCloudNativeAPIGatewayRoutes(
205
+ req: DescribeCloudNativeAPIGatewayRoutesRequest,
206
+ cb?: (error: string, rep: DescribeCloudNativeAPIGatewayRoutesResponse) => void
207
+ ): Promise<DescribeCloudNativeAPIGatewayRoutesResponse> {
208
+ return this.request("DescribeCloudNativeAPIGatewayRoutes", req, cb)
209
+ }
210
+
211
+ /**
212
+ * 删除云原生网关路由
213
+ */
214
+ async DeleteCloudNativeAPIGatewayRoute(
215
+ req: DeleteCloudNativeAPIGatewayRouteRequest,
216
+ cb?: (error: string, rep: DeleteCloudNativeAPIGatewayRouteResponse) => void
217
+ ): Promise<DeleteCloudNativeAPIGatewayRouteResponse> {
218
+ return this.request("DeleteCloudNativeAPIGatewayRoute", req, cb)
80
219
  }
81
220
 
82
221
  /**
@@ -89,6 +228,56 @@ export class Client extends AbstractClient {
89
228
  return this.request("DeleteEngine", req, cb)
90
229
  }
91
230
 
231
+ /**
232
+ * 删除云原生网关的灰度规则
233
+ */
234
+ async DeleteCloudNativeAPIGatewayCanaryRule(
235
+ req: DeleteCloudNativeAPIGatewayCanaryRuleRequest,
236
+ cb?: (error: string, rep: DeleteCloudNativeAPIGatewayCanaryRuleResponse) => void
237
+ ): Promise<DeleteCloudNativeAPIGatewayCanaryRuleResponse> {
238
+ return this.request("DeleteCloudNativeAPIGatewayCanaryRule", req, cb)
239
+ }
240
+
241
+ /**
242
+ * 查询云原生网关服务列表
243
+ */
244
+ async DescribeCloudNativeAPIGatewayServices(
245
+ req: DescribeCloudNativeAPIGatewayServicesRequest,
246
+ cb?: (error: string, rep: DescribeCloudNativeAPIGatewayServicesResponse) => void
247
+ ): Promise<DescribeCloudNativeAPIGatewayServicesResponse> {
248
+ return this.request("DescribeCloudNativeAPIGatewayServices", req, cb)
249
+ }
250
+
251
+ /**
252
+ * 修改云原生网关限流插件(路由)
253
+ */
254
+ async ModifyCloudNativeAPIGatewayRouteRateLimit(
255
+ req: ModifyCloudNativeAPIGatewayRouteRateLimitRequest,
256
+ cb?: (error: string, rep: ModifyCloudNativeAPIGatewayRouteRateLimitResponse) => void
257
+ ): Promise<ModifyCloudNativeAPIGatewayRouteRateLimitResponse> {
258
+ return this.request("ModifyCloudNativeAPIGatewayRouteRateLimit", req, cb)
259
+ }
260
+
261
+ /**
262
+ * 查询nacos服务接口列表
263
+ */
264
+ async DescribeNacosServerInterfaces(
265
+ req: DescribeNacosServerInterfacesRequest,
266
+ cb?: (error: string, rep: DescribeNacosServerInterfacesResponse) => void
267
+ ): Promise<DescribeNacosServerInterfacesResponse> {
268
+ return this.request("DescribeNacosServerInterfaces", req, cb)
269
+ }
270
+
271
+ /**
272
+ * 查询Zookeeper类型注册引擎实例副本信息
273
+ */
274
+ async DescribeZookeeperReplicas(
275
+ req: DescribeZookeeperReplicasRequest,
276
+ cb?: (error: string, rep: DescribeZookeeperReplicasResponse) => void
277
+ ): Promise<DescribeZookeeperReplicasResponse> {
278
+ return this.request("DescribeZookeeperReplicas", req, cb)
279
+ }
280
+
92
281
  /**
93
282
  * 用于查询引擎实例列表
94
283
  */
@@ -100,13 +289,33 @@ export class Client extends AbstractClient {
100
289
  }
101
290
 
102
291
  /**
103
- * 查询Nacos类型引擎实例副本信息
292
+ * 查询云原生网关的限流插件(服务)
104
293
  */
105
- async DescribeNacosReplicas(
106
- req: DescribeNacosReplicasRequest,
107
- cb?: (error: string, rep: DescribeNacosReplicasResponse) => void
108
- ): Promise<DescribeNacosReplicasResponse> {
109
- return this.request("DescribeNacosReplicas", req, cb)
294
+ async DescribeCloudNativeAPIGatewayServiceRateLimit(
295
+ req: DescribeCloudNativeAPIGatewayServiceRateLimitRequest,
296
+ cb?: (error: string, rep: DescribeCloudNativeAPIGatewayServiceRateLimitResponse) => void
297
+ ): Promise<DescribeCloudNativeAPIGatewayServiceRateLimitResponse> {
298
+ return this.request("DescribeCloudNativeAPIGatewayServiceRateLimit", req, cb)
299
+ }
300
+
301
+ /**
302
+ * 查询云原生网关的限流插件(路由)
303
+ */
304
+ async DescribeCloudNativeAPIGatewayRouteRateLimit(
305
+ req: DescribeCloudNativeAPIGatewayRouteRateLimitRequest,
306
+ cb?: (error: string, rep: DescribeCloudNativeAPIGatewayRouteRateLimitResponse) => void
307
+ ): Promise<DescribeCloudNativeAPIGatewayRouteRateLimitResponse> {
308
+ return this.request("DescribeCloudNativeAPIGatewayRouteRateLimit", req, cb)
309
+ }
310
+
311
+ /**
312
+ * 修改云原生网关服务
313
+ */
314
+ async ModifyCloudNativeAPIGatewayService(
315
+ req: ModifyCloudNativeAPIGatewayServiceRequest,
316
+ cb?: (error: string, rep: ModifyCloudNativeAPIGatewayServiceResponse) => void
317
+ ): Promise<ModifyCloudNativeAPIGatewayServiceResponse> {
318
+ return this.request("ModifyCloudNativeAPIGatewayService", req, cb)
110
319
  }
111
320
 
112
321
  /**
@@ -120,13 +329,13 @@ export class Client extends AbstractClient {
120
329
  }
121
330
 
122
331
  /**
123
- * 查询zookeeper服务接口列表
332
+ * 创建云原生网关的灰度规则
124
333
  */
125
- async DescribeZookeeperServerInterfaces(
126
- req: DescribeZookeeperServerInterfacesRequest,
127
- cb?: (error: string, rep: DescribeZookeeperServerInterfacesResponse) => void
128
- ): Promise<DescribeZookeeperServerInterfacesResponse> {
129
- return this.request("DescribeZookeeperServerInterfaces", req, cb)
334
+ async CreateCloudNativeAPIGatewayCanaryRule(
335
+ req: CreateCloudNativeAPIGatewayCanaryRuleRequest,
336
+ cb?: (error: string, rep: CreateCloudNativeAPIGatewayCanaryRuleResponse) => void
337
+ ): Promise<CreateCloudNativeAPIGatewayCanaryRuleResponse> {
338
+ return this.request("CreateCloudNativeAPIGatewayCanaryRule", req, cb)
130
339
  }
131
340
 
132
341
  /**
@@ -140,23 +349,83 @@ export class Client extends AbstractClient {
140
349
  }
141
350
 
142
351
  /**
143
- * 创建引擎实例
352
+ * 修改云原生网关的灰度规则
144
353
  */
145
- async CreateEngine(
146
- req: CreateEngineRequest,
147
- cb?: (error: string, rep: CreateEngineResponse) => void
148
- ): Promise<CreateEngineResponse> {
149
- return this.request("CreateEngine", req, cb)
354
+ async ModifyCloudNativeAPIGatewayCanaryRule(
355
+ req: ModifyCloudNativeAPIGatewayCanaryRuleRequest,
356
+ cb?: (error: string, rep: ModifyCloudNativeAPIGatewayCanaryRuleResponse) => void
357
+ ): Promise<ModifyCloudNativeAPIGatewayCanaryRuleResponse> {
358
+ return this.request("ModifyCloudNativeAPIGatewayCanaryRule", req, cb)
150
359
  }
151
360
 
152
361
  /**
153
- * 查询nacos服务接口列表
362
+ * 创建云原生网关限流插件(服务)
154
363
  */
155
- async DescribeNacosServerInterfaces(
156
- req: DescribeNacosServerInterfacesRequest,
157
- cb?: (error: string, rep: DescribeNacosServerInterfacesResponse) => void
158
- ): Promise<DescribeNacosServerInterfacesResponse> {
159
- return this.request("DescribeNacosServerInterfaces", req, cb)
364
+ async CreateCloudNativeAPIGatewayServiceRateLimit(
365
+ req: CreateCloudNativeAPIGatewayServiceRateLimitRequest,
366
+ cb?: (error: string, rep: CreateCloudNativeAPIGatewayServiceRateLimitResponse) => void
367
+ ): Promise<CreateCloudNativeAPIGatewayServiceRateLimitResponse> {
368
+ return this.request("CreateCloudNativeAPIGatewayServiceRateLimit", req, cb)
369
+ }
370
+
371
+ /**
372
+ * 创建云原生网关路由
373
+ */
374
+ async CreateCloudNativeAPIGatewayRoute(
375
+ req: CreateCloudNativeAPIGatewayRouteRequest,
376
+ cb?: (error: string, rep: CreateCloudNativeAPIGatewayRouteResponse) => void
377
+ ): Promise<CreateCloudNativeAPIGatewayRouteResponse> {
378
+ return this.request("CreateCloudNativeAPIGatewayRoute", req, cb)
379
+ }
380
+
381
+ /**
382
+ * 删除云原生网关的限流插件(路由)
383
+ */
384
+ async DeleteCloudNativeAPIGatewayRouteRateLimit(
385
+ req: DeleteCloudNativeAPIGatewayRouteRateLimitRequest,
386
+ cb?: (error: string, rep: DeleteCloudNativeAPIGatewayRouteRateLimitResponse) => void
387
+ ): Promise<DeleteCloudNativeAPIGatewayRouteRateLimitResponse> {
388
+ return this.request("DeleteCloudNativeAPIGatewayRouteRateLimit", req, cb)
389
+ }
390
+
391
+ /**
392
+ * 创建云原生网关限流插件(路由)
393
+ */
394
+ async CreateCloudNativeAPIGatewayRouteRateLimit(
395
+ req: CreateCloudNativeAPIGatewayRouteRateLimitRequest,
396
+ cb?: (error: string, rep: CreateCloudNativeAPIGatewayRouteRateLimitResponse) => void
397
+ ): Promise<CreateCloudNativeAPIGatewayRouteRateLimitResponse> {
398
+ return this.request("CreateCloudNativeAPIGatewayRouteRateLimit", req, cb)
399
+ }
400
+
401
+ /**
402
+ * 查询Nacos类型引擎实例副本信息
403
+ */
404
+ async DescribeNacosReplicas(
405
+ req: DescribeNacosReplicasRequest,
406
+ cb?: (error: string, rep: DescribeNacosReplicasResponse) => void
407
+ ): Promise<DescribeNacosReplicasResponse> {
408
+ return this.request("DescribeNacosReplicas", req, cb)
409
+ }
410
+
411
+ /**
412
+ * 修改云原生网关路由
413
+ */
414
+ async ModifyCloudNativeAPIGatewayRoute(
415
+ req: ModifyCloudNativeAPIGatewayRouteRequest,
416
+ cb?: (error: string, rep: ModifyCloudNativeAPIGatewayRouteResponse) => void
417
+ ): Promise<ModifyCloudNativeAPIGatewayRouteResponse> {
418
+ return this.request("ModifyCloudNativeAPIGatewayRoute", req, cb)
419
+ }
420
+
421
+ /**
422
+ * 查询云原生网关灰度规则列表
423
+ */
424
+ async DescribeCloudNativeAPIGatewayCanaryRules(
425
+ req: DescribeCloudNativeAPIGatewayCanaryRulesRequest,
426
+ cb?: (error: string, rep: DescribeCloudNativeAPIGatewayCanaryRulesResponse) => void
427
+ ): Promise<DescribeCloudNativeAPIGatewayCanaryRulesResponse> {
428
+ return this.request("DescribeCloudNativeAPIGatewayCanaryRules", req, cb)
160
429
  }
161
430
 
162
431
  /**