tencentcloud-sdk-nodejs 4.0.792 → 4.0.794
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 +363 -0
- package/SERVICE_CHANGELOG.md +312 -22
- package/package.json +1 -1
- package/products.md +24 -24
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +14 -1
- package/src/services/asr/v20190614/asr_models.ts +66 -14
- package/src/services/bma/v20221115/bma_models.ts +5 -0
- package/src/services/cdn/v20180606/cdn_models.ts +7 -7
- package/src/services/cls/v20201016/cls_client.ts +4 -2
- package/src/services/cls/v20201016/cls_models.ts +30 -11
- package/src/services/csip/v20221121/csip_client.ts +5 -2
- package/src/services/csip/v20221121/csip_models.ts +192 -20
- package/src/services/cvm/v20170312/cvm_client.ts +3 -3
- package/src/services/cvm/v20170312/cvm_models.ts +2 -2
- package/src/services/cwp/v20180228/cwp_models.ts +65 -5
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +2 -2
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +4 -4
- package/src/services/emr/v20190103/emr_client.ts +1 -1
- package/src/services/emr/v20190103/emr_models.ts +14 -11
- package/src/services/ess/v20201111/ess_client.ts +4 -0
- package/src/services/ess/v20201111/ess_models.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_client.ts +3 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +10 -3
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +53 -34
- package/src/services/iss/v20230517/iss_models.ts +7 -3
- package/src/services/mongodb/v20190725/mongodb_models.ts +2 -3
- package/src/services/ocr/v20181119/ocr_models.ts +1 -1
- package/src/services/rce/v20201103/rce_models.ts +64 -66
- package/src/services/ssl/v20191205/ssl_models.ts +4 -0
- package/src/services/taf/v20200210/taf_client.ts +16 -1
- package/src/services/taf/v20200210/taf_models.ts +81 -4
- package/src/services/tcb/v20180608/tcb_models.ts +9 -9
- package/src/services/tcss/v20201101/tcss_models.ts +25 -5
- package/src/services/tione/v20211111/tione_client.ts +3 -1
- package/src/services/tione/v20211111/tione_models.ts +138 -51
- package/src/services/tse/v20201207/tse_client.ts +163 -63
- package/src/services/tse/v20201207/tse_models.ts +557 -178
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +5 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +6 -0
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +63 -14
- package/tencentcloud/services/bma/v20221115/bma_models.d.ts +5 -0
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +7 -7
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -0
- package/tencentcloud/services/cls/v20201016/cls_client.js +1 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +29 -11
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +1 -1
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +189 -20
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +3 -3
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +3 -3
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -2
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +65 -5
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +2 -2
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +2 -2
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +4 -4
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +1 -1
- package/tencentcloud/services/emr/v20190103/emr_client.js +1 -1
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +14 -11
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +4 -0
- package/tencentcloud/services/ess/v20201111/ess_client.js +4 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +10 -3
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +53 -34
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +7 -3
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +2 -3
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -1
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +64 -66
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +4 -0
- package/tencentcloud/services/taf/v20200210/taf_client.d.ts +5 -1
- package/tencentcloud/services/taf/v20200210/taf_client.js +6 -0
- package/tencentcloud/services/taf/v20200210/taf_models.d.ts +76 -4
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +9 -9
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +25 -5
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +136 -51
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +47 -15
- package/tencentcloud/services/tse/v20201207/tse_client.js +69 -21
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +537 -178
- package/test/asr.v20190614.test.js +10 -0
- package/test/taf.v20200210.test.js +10 -0
- package/test/tse.v20201207.test.js +94 -14
|
@@ -18,6 +18,16 @@ const client = new tencentcloud.asr.v20190614.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("asr.v20190614.test.js", function () {
|
|
20
20
|
|
|
21
|
+
it("asr.v20190614.VoicePrintCompare", async function () {
|
|
22
|
+
try {
|
|
23
|
+
const data = await client.VoicePrintCompare({})
|
|
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
|
+
|
|
21
31
|
it("asr.v20190614.UpdateAsrVocab", async function () {
|
|
22
32
|
try {
|
|
23
33
|
const data = await client.UpdateAsrVocab({})
|
|
@@ -28,6 +28,16 @@ it("taf.v20200210.RecognizeCustomizedAudience", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
+
it("taf.v20200210.ManagePortraitRisk", async function () {
|
|
32
|
+
try {
|
|
33
|
+
const data = await client.ManagePortraitRisk({})
|
|
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
|
+
|
|
31
41
|
it("taf.v20200210.RecognizePreciseTargetAudience", async function () {
|
|
32
42
|
try {
|
|
33
43
|
const data = await client.RecognizePreciseTargetAudience({})
|
|
@@ -28,9 +28,9 @@ it("tse.v20201207.ModifyConsoleNetwork", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
-
it("tse.v20201207.
|
|
31
|
+
it("tse.v20201207.DeleteEngine", async function () {
|
|
32
32
|
try {
|
|
33
|
-
const data = await client.
|
|
33
|
+
const data = await client.DeleteEngine({})
|
|
34
34
|
expect(data).to.be.ok
|
|
35
35
|
} catch(error) {
|
|
36
36
|
expect(error.requestId).to.be.ok
|
|
@@ -58,9 +58,9 @@ it("tse.v20201207.DescribeZookeeperReplicas", async function () {
|
|
|
58
58
|
}
|
|
59
59
|
})
|
|
60
60
|
|
|
61
|
-
it("tse.v20201207.
|
|
61
|
+
it("tse.v20201207.ModifyCloudNativeAPIGatewayCanaryRule", async function () {
|
|
62
62
|
try {
|
|
63
|
-
const data = await client.
|
|
63
|
+
const data = await client.ModifyCloudNativeAPIGatewayCanaryRule({})
|
|
64
64
|
expect(data).to.be.ok
|
|
65
65
|
} catch(error) {
|
|
66
66
|
expect(error.requestId).to.be.ok
|
|
@@ -158,9 +158,9 @@ it("tse.v20201207.CreateEngine", async function () {
|
|
|
158
158
|
}
|
|
159
159
|
})
|
|
160
160
|
|
|
161
|
-
it("tse.v20201207.
|
|
161
|
+
it("tse.v20201207.ModifyCloudNativeAPIGateway", async function () {
|
|
162
162
|
try {
|
|
163
|
-
const data = await client.
|
|
163
|
+
const data = await client.ModifyCloudNativeAPIGateway({})
|
|
164
164
|
expect(data).to.be.ok
|
|
165
165
|
} catch(error) {
|
|
166
166
|
expect(error.requestId).to.be.ok
|
|
@@ -168,9 +168,19 @@ it("tse.v20201207.ModifyCloudNativeAPIGatewayCanaryRule", async function () {
|
|
|
168
168
|
}
|
|
169
169
|
})
|
|
170
170
|
|
|
171
|
-
it("tse.v20201207.
|
|
171
|
+
it("tse.v20201207.UnbindAutoScalerResourceStrategyFromGroups", async function () {
|
|
172
172
|
try {
|
|
173
|
-
const data = await client.
|
|
173
|
+
const data = await client.UnbindAutoScalerResourceStrategyFromGroups({})
|
|
174
|
+
expect(data).to.be.ok
|
|
175
|
+
} catch(error) {
|
|
176
|
+
expect(error.requestId).to.be.ok
|
|
177
|
+
expect(error.code).to.be.ok
|
|
178
|
+
}
|
|
179
|
+
})
|
|
180
|
+
|
|
181
|
+
it("tse.v20201207.BindAutoScalerResourceStrategyToGroups", async function () {
|
|
182
|
+
try {
|
|
183
|
+
const data = await client.BindAutoScalerResourceStrategyToGroups({})
|
|
174
184
|
expect(data).to.be.ok
|
|
175
185
|
} catch(error) {
|
|
176
186
|
expect(error.requestId).to.be.ok
|
|
@@ -188,6 +198,16 @@ it("tse.v20201207.DeleteWafDomains", async function () {
|
|
|
188
198
|
}
|
|
189
199
|
})
|
|
190
200
|
|
|
201
|
+
it("tse.v20201207.DeleteCloudNativeAPIGatewayPublicNetwork", async function () {
|
|
202
|
+
try {
|
|
203
|
+
const data = await client.DeleteCloudNativeAPIGatewayPublicNetwork({})
|
|
204
|
+
expect(data).to.be.ok
|
|
205
|
+
} catch(error) {
|
|
206
|
+
expect(error.requestId).to.be.ok
|
|
207
|
+
expect(error.code).to.be.ok
|
|
208
|
+
}
|
|
209
|
+
})
|
|
210
|
+
|
|
191
211
|
it("tse.v20201207.DeleteCloudNativeAPIGatewayService", async function () {
|
|
192
212
|
try {
|
|
193
213
|
const data = await client.DeleteCloudNativeAPIGatewayService({})
|
|
@@ -198,6 +218,16 @@ it("tse.v20201207.DeleteCloudNativeAPIGatewayService", async function () {
|
|
|
198
218
|
}
|
|
199
219
|
})
|
|
200
220
|
|
|
221
|
+
it("tse.v20201207.UpdateUpstreamHealthCheckConfig", async function () {
|
|
222
|
+
try {
|
|
223
|
+
const data = await client.UpdateUpstreamHealthCheckConfig({})
|
|
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
|
+
|
|
201
231
|
it("tse.v20201207.CreateCloudNativeAPIGatewayService", async function () {
|
|
202
232
|
try {
|
|
203
233
|
const data = await client.CreateCloudNativeAPIGatewayService({})
|
|
@@ -248,9 +278,19 @@ it("tse.v20201207.DeleteCloudNativeAPIGatewayRoute", async function () {
|
|
|
248
278
|
}
|
|
249
279
|
})
|
|
250
280
|
|
|
251
|
-
it("tse.v20201207.
|
|
281
|
+
it("tse.v20201207.CreateCloudNativeAPIGatewayPublicNetwork", async function () {
|
|
252
282
|
try {
|
|
253
|
-
const data = await client.
|
|
283
|
+
const data = await client.CreateCloudNativeAPIGatewayPublicNetwork({})
|
|
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.ModifyAutoScalerResourceStrategy", async function () {
|
|
292
|
+
try {
|
|
293
|
+
const data = await client.ModifyAutoScalerResourceStrategy({})
|
|
254
294
|
expect(data).to.be.ok
|
|
255
295
|
} catch(error) {
|
|
256
296
|
expect(error.requestId).to.be.ok
|
|
@@ -318,6 +358,16 @@ it("tse.v20201207.ModifyCloudNativeAPIGatewayRouteRateLimit", async function ()
|
|
|
318
358
|
}
|
|
319
359
|
})
|
|
320
360
|
|
|
361
|
+
it("tse.v20201207.ModifyNativeGatewayServerGroup", async function () {
|
|
362
|
+
try {
|
|
363
|
+
const data = await client.ModifyNativeGatewayServerGroup({})
|
|
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
|
+
|
|
321
371
|
it("tse.v20201207.DescribeNacosServerInterfaces", async function () {
|
|
322
372
|
try {
|
|
323
373
|
const data = await client.DescribeNacosServerInterfaces({})
|
|
@@ -328,6 +378,16 @@ it("tse.v20201207.DescribeNacosServerInterfaces", async function () {
|
|
|
328
378
|
}
|
|
329
379
|
})
|
|
330
380
|
|
|
381
|
+
it("tse.v20201207.DescribeAutoScalerResourceStrategyBindingGroups", async function () {
|
|
382
|
+
try {
|
|
383
|
+
const data = await client.DescribeAutoScalerResourceStrategyBindingGroups({})
|
|
384
|
+
expect(data).to.be.ok
|
|
385
|
+
} catch(error) {
|
|
386
|
+
expect(error.requestId).to.be.ok
|
|
387
|
+
expect(error.code).to.be.ok
|
|
388
|
+
}
|
|
389
|
+
})
|
|
390
|
+
|
|
331
391
|
it("tse.v20201207.ModifyCloudNativeAPIGatewayRoute", async function () {
|
|
332
392
|
try {
|
|
333
393
|
const data = await client.ModifyCloudNativeAPIGatewayRoute({})
|
|
@@ -478,9 +538,9 @@ it("tse.v20201207.UpdateUpstreamTargets", async function () {
|
|
|
478
538
|
}
|
|
479
539
|
})
|
|
480
540
|
|
|
481
|
-
it("tse.v20201207.
|
|
541
|
+
it("tse.v20201207.DescribeAutoScalerResourceStrategies", async function () {
|
|
482
542
|
try {
|
|
483
|
-
const data = await client.
|
|
543
|
+
const data = await client.DescribeAutoScalerResourceStrategies({})
|
|
484
544
|
expect(data).to.be.ok
|
|
485
545
|
} catch(error) {
|
|
486
546
|
expect(error.requestId).to.be.ok
|
|
@@ -528,6 +588,16 @@ it("tse.v20201207.ModifyNetworkAccessStrategy", async function () {
|
|
|
528
588
|
}
|
|
529
589
|
})
|
|
530
590
|
|
|
591
|
+
it("tse.v20201207.DescribePublicNetwork", async function () {
|
|
592
|
+
try {
|
|
593
|
+
const data = await client.DescribePublicNetwork({})
|
|
594
|
+
expect(data).to.be.ok
|
|
595
|
+
} catch(error) {
|
|
596
|
+
expect(error.requestId).to.be.ok
|
|
597
|
+
expect(error.code).to.be.ok
|
|
598
|
+
}
|
|
599
|
+
})
|
|
600
|
+
|
|
531
601
|
it("tse.v20201207.DeleteCloudNativeAPIGatewayCertificate", async function () {
|
|
532
602
|
try {
|
|
533
603
|
const data = await client.DeleteCloudNativeAPIGatewayCertificate({})
|
|
@@ -578,6 +648,16 @@ it("tse.v20201207.DeleteCloudNativeAPIGatewayRouteRateLimit", async function ()
|
|
|
578
648
|
}
|
|
579
649
|
})
|
|
580
650
|
|
|
651
|
+
it("tse.v20201207.CreateAutoScalerResourceStrategy", async function () {
|
|
652
|
+
try {
|
|
653
|
+
const data = await client.CreateAutoScalerResourceStrategy({})
|
|
654
|
+
expect(data).to.be.ok
|
|
655
|
+
} catch(error) {
|
|
656
|
+
expect(error.requestId).to.be.ok
|
|
657
|
+
expect(error.code).to.be.ok
|
|
658
|
+
}
|
|
659
|
+
})
|
|
660
|
+
|
|
581
661
|
it("tse.v20201207.CreateCloudNativeAPIGatewayRouteRateLimit", async function () {
|
|
582
662
|
try {
|
|
583
663
|
const data = await client.CreateCloudNativeAPIGatewayRouteRateLimit({})
|
|
@@ -608,9 +688,9 @@ it("tse.v20201207.DescribeNacosReplicas", async function () {
|
|
|
608
688
|
}
|
|
609
689
|
})
|
|
610
690
|
|
|
611
|
-
it("tse.v20201207.
|
|
691
|
+
it("tse.v20201207.DeleteAutoScalerResourceStrategy", async function () {
|
|
612
692
|
try {
|
|
613
|
-
const data = await client.
|
|
693
|
+
const data = await client.DeleteAutoScalerResourceStrategy({})
|
|
614
694
|
expect(data).to.be.ok
|
|
615
695
|
} catch(error) {
|
|
616
696
|
expect(error.requestId).to.be.ok
|