tencentcloud-sdk-nodejs 4.0.668 → 4.0.670
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 +569 -0
- package/SERVICE_CHANGELOG.md +758 -63
- package/package.json +1 -1
- package/products.md +30 -30
- package/src/common/sdk_version.ts +1 -1
- package/src/services/billing/v20180709/billing_client.ts +4 -2
- package/src/services/billing/v20180709/billing_models.ts +118 -46
- package/src/services/cdn/v20180606/cdn_models.ts +4 -0
- package/src/services/cls/v20201016/cls_client.ts +3 -0
- package/src/services/cls/v20201016/cls_models.ts +166 -27
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +17 -13
- package/src/services/dlc/v20210125/dlc_models.ts +1 -1
- package/src/services/dts/v20211206/dts_client.ts +30 -6
- package/src/services/dts/v20211206/dts_models.ts +80 -0
- package/src/services/eb/v20210416/eb_client.ts +1 -1
- package/src/services/eb/v20210416/eb_models.ts +10 -1
- package/src/services/ess/v20201111/ess_models.ts +53 -7
- package/src/services/essbasic/v20210526/essbasic_client.ts +14 -6
- package/src/services/essbasic/v20210526/essbasic_models.ts +77 -15
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +16 -3
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +180 -82
- package/src/services/lcic/v20220817/lcic_models.ts +21 -1
- package/src/services/mps/v20190612/mps_client.ts +1 -0
- package/src/services/mps/v20190612/mps_models.ts +37 -8
- package/src/services/nlp/v20190408/nlp_client.ts +1 -1
- package/src/services/ocr/v20181119/ocr_client.ts +1 -1
- package/src/services/scf/v20180416/scf_client.ts +27 -0
- package/src/services/scf/v20180416/scf_models.ts +52 -0
- package/src/services/ssa/v20180608/ssa_models.ts +2 -2
- package/src/services/tcb/v20180608/tcb_models.ts +19 -14
- package/src/services/tdmq/v20200217/tdmq_models.ts +40 -25
- package/src/services/tione/v20211111/tione_models.ts +14 -4
- package/src/services/tse/v20201207/tse_client.ts +152 -33
- package/src/services/tse/v20201207/tse_models.ts +792 -121
- package/src/services/tsf/v20180326/tsf_client.ts +1 -0
- package/src/services/tsf/v20180326/tsf_models.ts +74 -30
- package/src/services/tts/v20190823/tts_client.ts +0 -1
- package/src/services/tts/v20190823/tts_models.ts +14 -6
- package/src/services/waf/v20180125/waf_client.ts +12 -0
- package/src/services/waf/v20180125/waf_models.ts +68 -32
- package/src/services/wedata/v20210820/wedata_models.ts +5 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/billing/v20180709/billing_client.d.ts +1 -1
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +116 -46
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +4 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +163 -27
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +17 -13
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +1 -1
- package/tencentcloud/services/dts/v20211206/dts_client.d.ts +11 -3
- package/tencentcloud/services/dts/v20211206/dts_client.js +15 -3
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +76 -0
- package/tencentcloud/services/eb/v20210416/eb_client.d.ts +1 -1
- package/tencentcloud/services/eb/v20210416/eb_models.d.ts +10 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +53 -7
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +13 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +13 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +77 -15
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +177 -82
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +21 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +36 -8
- package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +1 -1
- package/tencentcloud/services/nlp/v20190408/nlp_client.js +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- package/tencentcloud/services/scf/v20180416/scf_client.d.ts +20 -1
- package/tencentcloud/services/scf/v20180416/scf_client.js +21 -0
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +50 -0
- package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +2 -2
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +19 -14
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +40 -25
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +14 -4
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +45 -9
- package/tencentcloud/services/tse/v20201207/tse_client.js +66 -12
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +770 -128
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +73 -30
- package/tencentcloud/services/tts/v20190823/tts_client.d.ts +0 -1
- package/tencentcloud/services/tts/v20190823/tts_client.js +0 -1
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +14 -6
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
- package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +66 -32
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +5 -0
- package/test/dts.v20211206.test.js +22 -2
- package/test/iotexplorer.v20190423.test.js +10 -0
- package/test/scf.v20180416.test.js +10 -0
- package/test/tse.v20201207.test.js +98 -8
- package/test/waf.v20180125.test.js +10 -0
|
@@ -18,9 +18,19 @@ const client = new tencentcloud.tse.v20201207.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("tse.v20201207.test.js", function () {
|
|
20
20
|
|
|
21
|
-
it("tse.v20201207.
|
|
21
|
+
it("tse.v20201207.DescribeNacosReplicas", async function () {
|
|
22
22
|
try {
|
|
23
|
-
const data = await client.
|
|
23
|
+
const data = await client.DescribeNacosReplicas({})
|
|
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.ModifyNativeGatewayServerGroup", async function () {
|
|
32
|
+
try {
|
|
33
|
+
const data = await client.ModifyNativeGatewayServerGroup({})
|
|
24
34
|
expect(data).to.be.ok
|
|
25
35
|
} catch(error) {
|
|
26
36
|
expect(error.requestId).to.be.ok
|
|
@@ -48,6 +58,16 @@ it("tse.v20201207.DescribeZookeeperServerInterfaces", async function () {
|
|
|
48
58
|
}
|
|
49
59
|
})
|
|
50
60
|
|
|
61
|
+
it("tse.v20201207.DescribeOneCloudNativeAPIGatewayService", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.DescribeOneCloudNativeAPIGatewayService({})
|
|
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
|
+
|
|
51
71
|
it("tse.v20201207.ModifyCloudNativeAPIGatewayServiceRateLimit", async function () {
|
|
52
72
|
try {
|
|
53
73
|
const data = await client.ModifyCloudNativeAPIGatewayServiceRateLimit({})
|
|
@@ -68,6 +88,16 @@ it("tse.v20201207.CreateEngine", async function () {
|
|
|
68
88
|
}
|
|
69
89
|
})
|
|
70
90
|
|
|
91
|
+
it("tse.v20201207.ModifyCloudNativeAPIGatewayCanaryRule", async function () {
|
|
92
|
+
try {
|
|
93
|
+
const data = await client.ModifyCloudNativeAPIGatewayCanaryRule({})
|
|
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
|
+
|
|
71
101
|
it("tse.v20201207.DeleteCloudNativeAPIGatewayService", async function () {
|
|
72
102
|
try {
|
|
73
103
|
const data = await client.DeleteCloudNativeAPIGatewayService({})
|
|
@@ -98,6 +128,16 @@ it("tse.v20201207.DescribeCloudNativeAPIGatewayRoutes", async function () {
|
|
|
98
128
|
}
|
|
99
129
|
})
|
|
100
130
|
|
|
131
|
+
it("tse.v20201207.DescribeCloudNativeAPIGateway", async function () {
|
|
132
|
+
try {
|
|
133
|
+
const data = await client.DescribeCloudNativeAPIGateway({})
|
|
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
|
+
|
|
101
141
|
it("tse.v20201207.DescribeCloudNativeAPIGatewayPorts", async function () {
|
|
102
142
|
try {
|
|
103
143
|
const data = await client.DescribeCloudNativeAPIGatewayPorts({})
|
|
@@ -138,6 +178,16 @@ it("tse.v20201207.DeleteCloudNativeAPIGatewayCanaryRule", async function () {
|
|
|
138
178
|
}
|
|
139
179
|
})
|
|
140
180
|
|
|
181
|
+
it("tse.v20201207.DescribeCloudNativeAPIGateways", async function () {
|
|
182
|
+
try {
|
|
183
|
+
const data = await client.DescribeCloudNativeAPIGateways({})
|
|
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
|
+
|
|
141
191
|
it("tse.v20201207.DescribeCloudNativeAPIGatewayServices", async function () {
|
|
142
192
|
try {
|
|
143
193
|
const data = await client.DescribeCloudNativeAPIGatewayServices({})
|
|
@@ -168,6 +218,16 @@ it("tse.v20201207.DescribeNacosServerInterfaces", async function () {
|
|
|
168
218
|
}
|
|
169
219
|
})
|
|
170
220
|
|
|
221
|
+
it("tse.v20201207.UpdateCloudNativeAPIGatewaySpec", async function () {
|
|
222
|
+
try {
|
|
223
|
+
const data = await client.UpdateCloudNativeAPIGatewaySpec({})
|
|
224
|
+
expect(data).to.be.ok
|
|
225
|
+
} catch(error) {
|
|
226
|
+
expect(error.requestId).to.be.ok
|
|
227
|
+
expect(error.code).to.be.ok
|
|
228
|
+
}
|
|
229
|
+
})
|
|
230
|
+
|
|
171
231
|
it("tse.v20201207.DescribeZookeeperReplicas", async function () {
|
|
172
232
|
try {
|
|
173
233
|
const data = await client.DescribeZookeeperReplicas({})
|
|
@@ -178,6 +238,16 @@ it("tse.v20201207.DescribeZookeeperReplicas", async function () {
|
|
|
178
238
|
}
|
|
179
239
|
})
|
|
180
240
|
|
|
241
|
+
it("tse.v20201207.CreateCloudNativeAPIGateway", async function () {
|
|
242
|
+
try {
|
|
243
|
+
const data = await client.CreateCloudNativeAPIGateway({})
|
|
244
|
+
expect(data).to.be.ok
|
|
245
|
+
} catch(error) {
|
|
246
|
+
expect(error.requestId).to.be.ok
|
|
247
|
+
expect(error.code).to.be.ok
|
|
248
|
+
}
|
|
249
|
+
})
|
|
250
|
+
|
|
181
251
|
it("tse.v20201207.DescribeSREInstances", async function () {
|
|
182
252
|
try {
|
|
183
253
|
const data = await client.DescribeSREInstances({})
|
|
@@ -248,9 +318,9 @@ it("tse.v20201207.UpdateEngineInternetAccess", async function () {
|
|
|
248
318
|
}
|
|
249
319
|
})
|
|
250
320
|
|
|
251
|
-
it("tse.v20201207.
|
|
321
|
+
it("tse.v20201207.ModifyCloudNativeAPIGateway", async function () {
|
|
252
322
|
try {
|
|
253
|
-
const data = await client.
|
|
323
|
+
const data = await client.ModifyCloudNativeAPIGateway({})
|
|
254
324
|
expect(data).to.be.ok
|
|
255
325
|
} catch(error) {
|
|
256
326
|
expect(error.requestId).to.be.ok
|
|
@@ -268,6 +338,16 @@ it("tse.v20201207.CreateCloudNativeAPIGatewayServiceRateLimit", async function (
|
|
|
268
338
|
}
|
|
269
339
|
})
|
|
270
340
|
|
|
341
|
+
it("tse.v20201207.DeleteCloudNativeAPIGateway", async function () {
|
|
342
|
+
try {
|
|
343
|
+
const data = await client.DeleteCloudNativeAPIGateway({})
|
|
344
|
+
expect(data).to.be.ok
|
|
345
|
+
} catch(error) {
|
|
346
|
+
expect(error.requestId).to.be.ok
|
|
347
|
+
expect(error.code).to.be.ok
|
|
348
|
+
}
|
|
349
|
+
})
|
|
350
|
+
|
|
271
351
|
it("tse.v20201207.CreateCloudNativeAPIGatewayRoute", async function () {
|
|
272
352
|
try {
|
|
273
353
|
const data = await client.CreateCloudNativeAPIGatewayRoute({})
|
|
@@ -278,6 +358,16 @@ it("tse.v20201207.CreateCloudNativeAPIGatewayRoute", async function () {
|
|
|
278
358
|
}
|
|
279
359
|
})
|
|
280
360
|
|
|
361
|
+
it("tse.v20201207.CreateNativeGatewayServerGroup", async function () {
|
|
362
|
+
try {
|
|
363
|
+
const data = await client.CreateNativeGatewayServerGroup({})
|
|
364
|
+
expect(data).to.be.ok
|
|
365
|
+
} catch(error) {
|
|
366
|
+
expect(error.requestId).to.be.ok
|
|
367
|
+
expect(error.code).to.be.ok
|
|
368
|
+
}
|
|
369
|
+
})
|
|
370
|
+
|
|
281
371
|
it("tse.v20201207.DeleteCloudNativeAPIGatewayRouteRateLimit", async function () {
|
|
282
372
|
try {
|
|
283
373
|
const data = await client.DeleteCloudNativeAPIGatewayRouteRateLimit({})
|
|
@@ -298,9 +388,9 @@ it("tse.v20201207.CreateCloudNativeAPIGatewayRouteRateLimit", async function ()
|
|
|
298
388
|
}
|
|
299
389
|
})
|
|
300
390
|
|
|
301
|
-
it("tse.v20201207.
|
|
391
|
+
it("tse.v20201207.ModifyCloudNativeAPIGatewayRoute", async function () {
|
|
302
392
|
try {
|
|
303
|
-
const data = await client.
|
|
393
|
+
const data = await client.ModifyCloudNativeAPIGatewayRoute({})
|
|
304
394
|
expect(data).to.be.ok
|
|
305
395
|
} catch(error) {
|
|
306
396
|
expect(error.requestId).to.be.ok
|
|
@@ -308,9 +398,9 @@ it("tse.v20201207.DescribeNacosReplicas", async function () {
|
|
|
308
398
|
}
|
|
309
399
|
})
|
|
310
400
|
|
|
311
|
-
it("tse.v20201207.
|
|
401
|
+
it("tse.v20201207.DeleteNativeGatewayServerGroup", async function () {
|
|
312
402
|
try {
|
|
313
|
-
const data = await client.
|
|
403
|
+
const data = await client.DeleteNativeGatewayServerGroup({})
|
|
314
404
|
expect(data).to.be.ok
|
|
315
405
|
} catch(error) {
|
|
316
406
|
expect(error.requestId).to.be.ok
|
|
@@ -108,6 +108,16 @@ it("waf.v20180125.CreateAccessExport", async function () {
|
|
|
108
108
|
}
|
|
109
109
|
})
|
|
110
110
|
|
|
111
|
+
it("waf.v20180125.GetAttackTotalCount", async function () {
|
|
112
|
+
try {
|
|
113
|
+
const data = await client.GetAttackTotalCount({})
|
|
114
|
+
expect(data).to.be.ok
|
|
115
|
+
} catch(error) {
|
|
116
|
+
expect(error.requestId).to.be.ok
|
|
117
|
+
expect(error.code).to.be.ok
|
|
118
|
+
}
|
|
119
|
+
})
|
|
120
|
+
|
|
111
121
|
it("waf.v20180125.SearchAttackLog", async function () {
|
|
112
122
|
try {
|
|
113
123
|
const data = await client.SearchAttackLog({})
|