tencentcloud-sdk-nodejs 4.0.637 → 4.0.638

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 (45) hide show
  1. package/CHANGELOG.md +268 -0
  2. package/SERVICE_CHANGELOG.md +355 -97
  3. package/package.json +1 -1
  4. package/products.md +14 -14
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apigateway/v20180808/apigateway_client.ts +4 -2
  7. package/src/services/cls/v20201016/cls_client.ts +62 -11
  8. package/src/services/cls/v20201016/cls_models.ts +331 -55
  9. package/src/services/cpdp/v20190820/cpdp_client.ts +1 -1
  10. package/src/services/dnspod/v20210323/dnspod_client.ts +2 -0
  11. package/src/services/dnspod/v20210323/dnspod_models.ts +55 -0
  12. package/src/services/essbasic/v20210526/essbasic_models.ts +4 -3
  13. package/src/services/lcic/v20220817/lcic_models.ts +14 -0
  14. package/src/services/lighthouse/v20200324/lighthouse_models.ts +3 -6
  15. package/src/services/soe/v20180724/soe_client.ts +1 -0
  16. package/src/services/soe/v20180724/soe_models.ts +35 -9
  17. package/src/services/tdmq/v20200217/tdmq_client.ts +12 -0
  18. package/src/services/tdmq/v20200217/tdmq_models.ts +30 -0
  19. package/src/services/trp/v20210515/trp_models.ts +9 -1
  20. package/src/services/tse/v20201207/tse_client.ts +324 -55
  21. package/src/services/tse/v20201207/tse_models.ts +1931 -522
  22. package/tencentcloud/common/sdk_version.d.ts +1 -1
  23. package/tencentcloud/common/sdk_version.js +1 -1
  24. package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +3 -1
  25. package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +3 -1
  26. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +19 -3
  27. package/tencentcloud/services/cls/v20201016/cls_client.js +27 -3
  28. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +320 -55
  29. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +1 -1
  30. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +1 -1
  31. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +53 -0
  32. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +4 -3
  33. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +14 -0
  34. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +3 -6
  35. package/tencentcloud/services/soe/v20180724/soe_models.d.ts +34 -9
  36. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
  37. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
  38. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +28 -0
  39. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +9 -1
  40. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +95 -11
  41. package/tencentcloud/services/tse/v20201207/tse_client.js +141 -15
  42. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +1863 -513
  43. package/test/cls.v20201016.test.js +42 -2
  44. package/test/tdmq.v20200217.test.js +10 -0
  45. package/test/tse.v20201207.test.js +220 -10
@@ -318,6 +318,16 @@ it("cls.v20201016.DeleteConfigFromMachineGroup", async function () {
318
318
  }
319
319
  })
320
320
 
321
+ it("cls.v20201016.DeleteDataTransform", async function () {
322
+ try {
323
+ const data = await client.DeleteDataTransform({})
324
+ expect(data).to.be.ok
325
+ } catch(error) {
326
+ expect(error.requestId).to.be.ok
327
+ expect(error.code).to.be.ok
328
+ }
329
+ })
330
+
321
331
  it("cls.v20201016.DeleteConfigExtra", async function () {
322
332
  try {
323
333
  const data = await client.DeleteConfigExtra({})
@@ -338,9 +348,9 @@ it("cls.v20201016.DescribeKafkaRecharges", async function () {
338
348
  }
339
349
  })
340
350
 
341
- it("cls.v20201016.DescribeAlarms", async function () {
351
+ it("cls.v20201016.CreateDataTransform", async function () {
342
352
  try {
343
- const data = await client.DescribeAlarms({})
353
+ const data = await client.CreateDataTransform({})
344
354
  expect(data).to.be.ok
345
355
  } catch(error) {
346
356
  expect(error.requestId).to.be.ok
@@ -358,6 +368,16 @@ it("cls.v20201016.AddMachineGroupInfo", async function () {
358
368
  }
359
369
  })
360
370
 
371
+ it("cls.v20201016.DescribeDataTransformInfo", async function () {
372
+ try {
373
+ const data = await client.DescribeDataTransformInfo({})
374
+ expect(data).to.be.ok
375
+ } catch(error) {
376
+ expect(error.requestId).to.be.ok
377
+ expect(error.code).to.be.ok
378
+ }
379
+ })
380
+
361
381
  it("cls.v20201016.DescribeAlarmNotices", async function () {
362
382
  try {
363
383
  const data = await client.DescribeAlarmNotices({})
@@ -558,6 +578,16 @@ it("cls.v20201016.DeleteIndex", async function () {
558
578
  }
559
579
  })
560
580
 
581
+ it("cls.v20201016.ModifyDataTransform", async function () {
582
+ try {
583
+ const data = await client.ModifyDataTransform({})
584
+ expect(data).to.be.ok
585
+ } catch(error) {
586
+ expect(error.requestId).to.be.ok
587
+ expect(error.code).to.be.ok
588
+ }
589
+ })
590
+
561
591
  it("cls.v20201016.ModifyShipper", async function () {
562
592
  try {
563
593
  const data = await client.ModifyShipper({})
@@ -738,4 +768,14 @@ it("cls.v20201016.CloseKafkaConsumer", async function () {
738
768
  }
739
769
  })
740
770
 
771
+ it("cls.v20201016.DescribeAlarms", async function () {
772
+ try {
773
+ const data = await client.DescribeAlarms({})
774
+ expect(data).to.be.ok
775
+ } catch(error) {
776
+ expect(error.requestId).to.be.ok
777
+ expect(error.code).to.be.ok
778
+ }
779
+ })
780
+
741
781
  })
@@ -1078,6 +1078,16 @@ it("tdmq.v20200217.DescribePulsarProInstances", async function () {
1078
1078
  }
1079
1079
  })
1080
1080
 
1081
+ it("tdmq.v20200217.DeleteRabbitMQVipInstance", async function () {
1082
+ try {
1083
+ const data = await client.DeleteRabbitMQVipInstance({})
1084
+ expect(data).to.be.ok
1085
+ } catch(error) {
1086
+ expect(error.requestId).to.be.ok
1087
+ expect(error.code).to.be.ok
1088
+ }
1089
+ })
1090
+
1081
1091
  it("tdmq.v20200217.DescribeAMQPQueues", async function () {
1082
1092
  try {
1083
1093
  const data = await client.DescribeAMQPQueues({})
@@ -18,9 +18,89 @@ const client = new tencentcloud.tse.v20201207.Client({
18
18
  })
19
19
  describe("tse.v20201207.test.js", function () {
20
20
 
21
- it("tse.v20201207.DescribeZookeeperReplicas", async function () {
21
+ it("tse.v20201207.DescribeOneCloudNativeAPIGatewayService", async function () {
22
22
  try {
23
- const data = await client.DescribeZookeeperReplicas({})
23
+ const data = await client.DescribeOneCloudNativeAPIGatewayService({})
24
+ expect(data).to.be.ok
25
+ } catch(error) {
26
+ expect(error.requestId).to.be.ok
27
+ expect(error.code).to.be.ok
28
+ }
29
+ })
30
+
31
+ it("tse.v20201207.DeleteCloudNativeAPIGatewayServiceRateLimit", async function () {
32
+ try {
33
+ const data = await client.DeleteCloudNativeAPIGatewayServiceRateLimit({})
34
+ expect(data).to.be.ok
35
+ } catch(error) {
36
+ expect(error.requestId).to.be.ok
37
+ expect(error.code).to.be.ok
38
+ }
39
+ })
40
+
41
+ it("tse.v20201207.DescribeZookeeperServerInterfaces", async function () {
42
+ try {
43
+ const data = await client.DescribeZookeeperServerInterfaces({})
44
+ expect(data).to.be.ok
45
+ } catch(error) {
46
+ expect(error.requestId).to.be.ok
47
+ expect(error.code).to.be.ok
48
+ }
49
+ })
50
+
51
+ it("tse.v20201207.ModifyCloudNativeAPIGatewayServiceRateLimit", async function () {
52
+ try {
53
+ const data = await client.ModifyCloudNativeAPIGatewayServiceRateLimit({})
54
+ expect(data).to.be.ok
55
+ } catch(error) {
56
+ expect(error.requestId).to.be.ok
57
+ expect(error.code).to.be.ok
58
+ }
59
+ })
60
+
61
+ it("tse.v20201207.CreateEngine", async function () {
62
+ try {
63
+ const data = await client.CreateEngine({})
64
+ expect(data).to.be.ok
65
+ } catch(error) {
66
+ expect(error.requestId).to.be.ok
67
+ expect(error.code).to.be.ok
68
+ }
69
+ })
70
+
71
+ it("tse.v20201207.DeleteCloudNativeAPIGatewayService", async function () {
72
+ try {
73
+ const data = await client.DeleteCloudNativeAPIGatewayService({})
74
+ expect(data).to.be.ok
75
+ } catch(error) {
76
+ expect(error.requestId).to.be.ok
77
+ expect(error.code).to.be.ok
78
+ }
79
+ })
80
+
81
+ it("tse.v20201207.CreateCloudNativeAPIGatewayService", async function () {
82
+ try {
83
+ const data = await client.CreateCloudNativeAPIGatewayService({})
84
+ expect(data).to.be.ok
85
+ } catch(error) {
86
+ expect(error.requestId).to.be.ok
87
+ expect(error.code).to.be.ok
88
+ }
89
+ })
90
+
91
+ it("tse.v20201207.DescribeCloudNativeAPIGatewayRoutes", async function () {
92
+ try {
93
+ const data = await client.DescribeCloudNativeAPIGatewayRoutes({})
94
+ expect(data).to.be.ok
95
+ } catch(error) {
96
+ expect(error.requestId).to.be.ok
97
+ expect(error.code).to.be.ok
98
+ }
99
+ })
100
+
101
+ it("tse.v20201207.DeleteCloudNativeAPIGatewayRoute", async function () {
102
+ try {
103
+ const data = await client.DeleteCloudNativeAPIGatewayRoute({})
24
104
  expect(data).to.be.ok
25
105
  } catch(error) {
26
106
  expect(error.requestId).to.be.ok
@@ -38,6 +118,56 @@ it("tse.v20201207.DeleteEngine", async function () {
38
118
  }
39
119
  })
40
120
 
121
+ it("tse.v20201207.DeleteCloudNativeAPIGatewayCanaryRule", async function () {
122
+ try {
123
+ const data = await client.DeleteCloudNativeAPIGatewayCanaryRule({})
124
+ expect(data).to.be.ok
125
+ } catch(error) {
126
+ expect(error.requestId).to.be.ok
127
+ expect(error.code).to.be.ok
128
+ }
129
+ })
130
+
131
+ it("tse.v20201207.DescribeCloudNativeAPIGatewayServices", async function () {
132
+ try {
133
+ const data = await client.DescribeCloudNativeAPIGatewayServices({})
134
+ expect(data).to.be.ok
135
+ } catch(error) {
136
+ expect(error.requestId).to.be.ok
137
+ expect(error.code).to.be.ok
138
+ }
139
+ })
140
+
141
+ it("tse.v20201207.ModifyCloudNativeAPIGatewayRouteRateLimit", async function () {
142
+ try {
143
+ const data = await client.ModifyCloudNativeAPIGatewayRouteRateLimit({})
144
+ expect(data).to.be.ok
145
+ } catch(error) {
146
+ expect(error.requestId).to.be.ok
147
+ expect(error.code).to.be.ok
148
+ }
149
+ })
150
+
151
+ it("tse.v20201207.DescribeNacosServerInterfaces", async function () {
152
+ try {
153
+ const data = await client.DescribeNacosServerInterfaces({})
154
+ expect(data).to.be.ok
155
+ } catch(error) {
156
+ expect(error.requestId).to.be.ok
157
+ expect(error.code).to.be.ok
158
+ }
159
+ })
160
+
161
+ it("tse.v20201207.DescribeZookeeperReplicas", async function () {
162
+ try {
163
+ const data = await client.DescribeZookeeperReplicas({})
164
+ expect(data).to.be.ok
165
+ } catch(error) {
166
+ expect(error.requestId).to.be.ok
167
+ expect(error.code).to.be.ok
168
+ }
169
+ })
170
+
41
171
  it("tse.v20201207.DescribeSREInstances", async function () {
42
172
  try {
43
173
  const data = await client.DescribeSREInstances({})
@@ -48,9 +178,29 @@ it("tse.v20201207.DescribeSREInstances", async function () {
48
178
  }
49
179
  })
50
180
 
51
- it("tse.v20201207.DescribeNacosReplicas", async function () {
181
+ it("tse.v20201207.DescribeCloudNativeAPIGatewayServiceRateLimit", async function () {
52
182
  try {
53
- const data = await client.DescribeNacosReplicas({})
183
+ const data = await client.DescribeCloudNativeAPIGatewayServiceRateLimit({})
184
+ expect(data).to.be.ok
185
+ } catch(error) {
186
+ expect(error.requestId).to.be.ok
187
+ expect(error.code).to.be.ok
188
+ }
189
+ })
190
+
191
+ it("tse.v20201207.DescribeCloudNativeAPIGatewayRouteRateLimit", async function () {
192
+ try {
193
+ const data = await client.DescribeCloudNativeAPIGatewayRouteRateLimit({})
194
+ expect(data).to.be.ok
195
+ } catch(error) {
196
+ expect(error.requestId).to.be.ok
197
+ expect(error.code).to.be.ok
198
+ }
199
+ })
200
+
201
+ it("tse.v20201207.ModifyCloudNativeAPIGatewayService", async function () {
202
+ try {
203
+ const data = await client.ModifyCloudNativeAPIGatewayService({})
54
204
  expect(data).to.be.ok
55
205
  } catch(error) {
56
206
  expect(error.requestId).to.be.ok
@@ -68,9 +218,9 @@ it("tse.v20201207.DescribeCloudNativeAPIGatewayNodes", async function () {
68
218
  }
69
219
  })
70
220
 
71
- it("tse.v20201207.DescribeZookeeperServerInterfaces", async function () {
221
+ it("tse.v20201207.CreateCloudNativeAPIGatewayCanaryRule", async function () {
72
222
  try {
73
- const data = await client.DescribeZookeeperServerInterfaces({})
223
+ const data = await client.CreateCloudNativeAPIGatewayCanaryRule({})
74
224
  expect(data).to.be.ok
75
225
  } catch(error) {
76
226
  expect(error.requestId).to.be.ok
@@ -88,9 +238,9 @@ it("tse.v20201207.UpdateEngineInternetAccess", async function () {
88
238
  }
89
239
  })
90
240
 
91
- it("tse.v20201207.CreateEngine", async function () {
241
+ it("tse.v20201207.ModifyCloudNativeAPIGatewayCanaryRule", async function () {
92
242
  try {
93
- const data = await client.CreateEngine({})
243
+ const data = await client.ModifyCloudNativeAPIGatewayCanaryRule({})
94
244
  expect(data).to.be.ok
95
245
  } catch(error) {
96
246
  expect(error.requestId).to.be.ok
@@ -98,9 +248,69 @@ it("tse.v20201207.CreateEngine", async function () {
98
248
  }
99
249
  })
100
250
 
101
- it("tse.v20201207.DescribeNacosServerInterfaces", async function () {
251
+ it("tse.v20201207.CreateCloudNativeAPIGatewayServiceRateLimit", async function () {
102
252
  try {
103
- const data = await client.DescribeNacosServerInterfaces({})
253
+ const data = await client.CreateCloudNativeAPIGatewayServiceRateLimit({})
254
+ expect(data).to.be.ok
255
+ } catch(error) {
256
+ expect(error.requestId).to.be.ok
257
+ expect(error.code).to.be.ok
258
+ }
259
+ })
260
+
261
+ it("tse.v20201207.CreateCloudNativeAPIGatewayRoute", async function () {
262
+ try {
263
+ const data = await client.CreateCloudNativeAPIGatewayRoute({})
264
+ expect(data).to.be.ok
265
+ } catch(error) {
266
+ expect(error.requestId).to.be.ok
267
+ expect(error.code).to.be.ok
268
+ }
269
+ })
270
+
271
+ it("tse.v20201207.DeleteCloudNativeAPIGatewayRouteRateLimit", async function () {
272
+ try {
273
+ const data = await client.DeleteCloudNativeAPIGatewayRouteRateLimit({})
274
+ expect(data).to.be.ok
275
+ } catch(error) {
276
+ expect(error.requestId).to.be.ok
277
+ expect(error.code).to.be.ok
278
+ }
279
+ })
280
+
281
+ it("tse.v20201207.CreateCloudNativeAPIGatewayRouteRateLimit", async function () {
282
+ try {
283
+ const data = await client.CreateCloudNativeAPIGatewayRouteRateLimit({})
284
+ expect(data).to.be.ok
285
+ } catch(error) {
286
+ expect(error.requestId).to.be.ok
287
+ expect(error.code).to.be.ok
288
+ }
289
+ })
290
+
291
+ it("tse.v20201207.DescribeNacosReplicas", async function () {
292
+ try {
293
+ const data = await client.DescribeNacosReplicas({})
294
+ expect(data).to.be.ok
295
+ } catch(error) {
296
+ expect(error.requestId).to.be.ok
297
+ expect(error.code).to.be.ok
298
+ }
299
+ })
300
+
301
+ it("tse.v20201207.ModifyCloudNativeAPIGatewayRoute", async function () {
302
+ try {
303
+ const data = await client.ModifyCloudNativeAPIGatewayRoute({})
304
+ expect(data).to.be.ok
305
+ } catch(error) {
306
+ expect(error.requestId).to.be.ok
307
+ expect(error.code).to.be.ok
308
+ }
309
+ })
310
+
311
+ it("tse.v20201207.DescribeCloudNativeAPIGatewayCanaryRules", async function () {
312
+ try {
313
+ const data = await client.DescribeCloudNativeAPIGatewayCanaryRules({})
104
314
  expect(data).to.be.ok
105
315
  } catch(error) {
106
316
  expect(error.requestId).to.be.ok