tencentcloud-sdk-nodejs 4.0.426 → 4.0.429
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 +553 -0
- package/SERVICE_CHANGELOG.md +696 -126
- package/package.json +1 -1
- package/products.md +26 -26
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +12 -0
- package/src/services/antiddos/v20200309/antiddos_models.ts +35 -0
- package/src/services/as/v20180419/as_client.ts +1 -0
- package/src/services/as/v20180419/as_models.ts +58 -3
- package/src/services/cat/v20180409/cat_models.ts +6 -0
- package/src/services/cdb/v20170320/cdb_models.ts +15 -0
- package/src/services/cdn/v20180606/cdn_models.ts +0 -1
- package/src/services/cfs/v20190719/cfs_models.ts +37 -37
- package/src/services/cfw/v20190904/cfw_client.ts +19 -55
- package/src/services/cfw/v20190904/cfw_models.ts +48 -189
- package/src/services/ckafka/v20190819/ckafka_models.ts +36 -0
- package/src/services/clb/v20180317/clb_client.ts +24 -11
- package/src/services/clb/v20180317/clb_models.ts +107 -25
- package/src/services/cpdp/v20190820/cpdp_client.ts +1 -0
- package/src/services/cpdp/v20190820/cpdp_models.ts +33 -4
- package/src/services/cvm/v20170312/cvm_models.ts +13 -13
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +1 -0
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +46 -0
- package/src/services/dlc/v20210125/dlc_client.ts +1 -0
- package/src/services/dlc/v20210125/dlc_models.ts +47 -5
- package/src/services/ess/v20201111/ess_client.ts +12 -0
- package/src/services/ess/v20201111/ess_models.ts +30 -0
- package/src/services/essbasic/v20210526/essbasic_client.ts +132 -119
- package/src/services/essbasic/v20210526/essbasic_models.ts +65 -1
- package/src/services/faceid/v20180301/faceid_models.ts +20 -5
- package/src/services/ic/v20190307/ic_client.ts +13 -0
- package/src/services/ic/v20190307/ic_models.ts +46 -0
- package/src/services/iotvideo/v20211125/iotvideo_client.ts +14 -2
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +59 -19
- package/src/services/monitor/v20180724/monitor_models.ts +4 -4
- package/src/services/oceanus/v20190422/oceanus_models.ts +17 -0
- package/src/services/ocr/v20181119/ocr_models.ts +20 -0
- package/src/services/teo/v20220106/teo_client.ts +146 -33
- package/src/services/teo/v20220106/teo_models.ts +1113 -356
- package/src/services/tke/v20180525/tke_client.ts +4 -0
- package/src/services/tke/v20180525/tke_models.ts +119 -0
- package/src/services/trtc/v20190722/trtc_client.ts +15 -9
- package/src/services/trtc/v20190722/trtc_models.ts +1 -1
- package/src/services/tts/v20190823/tts_client.ts +1 -1
- package/src/services/vpc/v20170312/vpc_models.ts +2 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +5 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +6 -0
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +30 -0
- package/tencentcloud/services/as/v20180419/as_models.d.ts +51 -2
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +5 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +12 -0
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +0 -1
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +37 -37
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +7 -19
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +9 -27
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +36 -158
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +29 -0
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +8 -4
- package/tencentcloud/services/clb/v20180317/clb_client.js +10 -4
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +93 -24
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +29 -4
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +13 -13
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +38 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +40 -5
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +26 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +58 -54
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +81 -75
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +56 -1
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +17 -5
- package/tencentcloud/services/ic/v20190307/ic_client.d.ts +5 -1
- package/tencentcloud/services/ic/v20190307/ic_client.js +6 -0
- package/tencentcloud/services/ic/v20190307/ic_models.d.ts +40 -0
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +5 -1
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +6 -0
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +51 -17
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +4 -4
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +14 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +16 -0
- package/tencentcloud/services/teo/v20220106/teo_client.d.ts +39 -7
- package/tencentcloud/services/teo/v20220106/teo_client.js +57 -9
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +971 -309
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +101 -0
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +9 -3
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +9 -3
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
- package/tencentcloud/services/tts/v20190823/tts_client.d.ts +1 -1
- package/tencentcloud/services/tts/v20190823/tts_client.js +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -0
- package/test/antiddos.v20200309.test.js +10 -0
- package/test/cfw.v20190904.test.js +6 -36
- package/test/clb.v20180317.test.js +12 -2
- package/test/ess.v20201111.test.js +10 -0
- package/test/essbasic.v20210526.test.js +52 -42
- package/test/ic.v20190307.test.js +10 -0
- package/test/iotvideo.v20211125.test.js +10 -0
- package/test/teo.v20220106.test.js +86 -6
|
@@ -78,6 +78,16 @@ it("ic.v20190307.DescribeSms", async function () {
|
|
|
78
78
|
}
|
|
79
79
|
})
|
|
80
80
|
|
|
81
|
+
it("ic.v20190307.PayForExtendData", async function () {
|
|
82
|
+
try {
|
|
83
|
+
const data = await client.PayForExtendData({})
|
|
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
|
+
|
|
81
91
|
it("ic.v20190307.RenewCards", async function () {
|
|
82
92
|
try {
|
|
83
93
|
const data = await client.RenewCards({})
|
|
@@ -858,6 +858,16 @@ it("iotvideo.v20211125.CreateTaskFileUrl", async function () {
|
|
|
858
858
|
}
|
|
859
859
|
})
|
|
860
860
|
|
|
861
|
+
it("iotvideo.v20211125.DescribeCloudStorageStreamData", async function () {
|
|
862
|
+
try {
|
|
863
|
+
const data = await client.DescribeCloudStorageStreamData({})
|
|
864
|
+
expect(data).to.be.ok
|
|
865
|
+
} catch(error) {
|
|
866
|
+
expect(error.requestId).to.be.ok
|
|
867
|
+
expect(error.code).to.be.ok
|
|
868
|
+
}
|
|
869
|
+
})
|
|
870
|
+
|
|
861
871
|
it("iotvideo.v20211125.UploadFirmware", async function () {
|
|
862
872
|
try {
|
|
863
873
|
const data = await client.UploadFirmware({})
|
|
@@ -38,9 +38,9 @@ it("teo.v20220106.CreatePurgeTask", async function () {
|
|
|
38
38
|
}
|
|
39
39
|
})
|
|
40
40
|
|
|
41
|
-
it("teo.v20220106.
|
|
41
|
+
it("teo.v20220106.CreatePlanForZone", async function () {
|
|
42
42
|
try {
|
|
43
|
-
const data = await client.
|
|
43
|
+
const data = await client.CreatePlanForZone({})
|
|
44
44
|
expect(data).to.be.ok
|
|
45
45
|
} catch(error) {
|
|
46
46
|
expect(error.requestId).to.be.ok
|
|
@@ -308,6 +308,16 @@ it("teo.v20220106.DescribeSecurityPolicyList", async function () {
|
|
|
308
308
|
}
|
|
309
309
|
})
|
|
310
310
|
|
|
311
|
+
it("teo.v20220106.DescribePrefetchTasks", async function () {
|
|
312
|
+
try {
|
|
313
|
+
const data = await client.DescribePrefetchTasks({})
|
|
314
|
+
expect(data).to.be.ok
|
|
315
|
+
} catch(error) {
|
|
316
|
+
expect(error.requestId).to.be.ok
|
|
317
|
+
expect(error.code).to.be.ok
|
|
318
|
+
}
|
|
319
|
+
})
|
|
320
|
+
|
|
311
321
|
it("teo.v20220106.DeleteOriginGroup", async function () {
|
|
312
322
|
try {
|
|
313
323
|
const data = await client.DeleteOriginGroup({})
|
|
@@ -388,9 +398,9 @@ it("teo.v20220106.DeleteLoadBalancing", async function () {
|
|
|
388
398
|
}
|
|
389
399
|
})
|
|
390
400
|
|
|
391
|
-
it("teo.v20220106.
|
|
401
|
+
it("teo.v20220106.DescribeTopL7CacheData", async function () {
|
|
392
402
|
try {
|
|
393
|
-
const data = await client.
|
|
403
|
+
const data = await client.DescribeTopL7CacheData({})
|
|
394
404
|
expect(data).to.be.ok
|
|
395
405
|
} catch(error) {
|
|
396
406
|
expect(error.requestId).to.be.ok
|
|
@@ -398,9 +408,9 @@ it("teo.v20220106.DescribeTimingL4Data", async function () {
|
|
|
398
408
|
}
|
|
399
409
|
})
|
|
400
410
|
|
|
401
|
-
it("teo.v20220106.
|
|
411
|
+
it("teo.v20220106.DescribeTimingL4Data", async function () {
|
|
402
412
|
try {
|
|
403
|
-
const data = await client.
|
|
413
|
+
const data = await client.DescribeTimingL4Data({})
|
|
404
414
|
expect(data).to.be.ok
|
|
405
415
|
} catch(error) {
|
|
406
416
|
expect(error.requestId).to.be.ok
|
|
@@ -418,6 +428,16 @@ it("teo.v20220106.ScanDnsRecords", async function () {
|
|
|
418
428
|
}
|
|
419
429
|
})
|
|
420
430
|
|
|
431
|
+
it("teo.v20220106.ModifyRule", async function () {
|
|
432
|
+
try {
|
|
433
|
+
const data = await client.ModifyRule({})
|
|
434
|
+
expect(data).to.be.ok
|
|
435
|
+
} catch(error) {
|
|
436
|
+
expect(error.requestId).to.be.ok
|
|
437
|
+
expect(error.code).to.be.ok
|
|
438
|
+
}
|
|
439
|
+
})
|
|
440
|
+
|
|
421
441
|
it("teo.v20220106.DescribeTopL7AnalysisData", async function () {
|
|
422
442
|
try {
|
|
423
443
|
const data = await client.DescribeTopL7AnalysisData({})
|
|
@@ -448,6 +468,16 @@ it("teo.v20220106.ModifySecurityPolicy", async function () {
|
|
|
448
468
|
}
|
|
449
469
|
})
|
|
450
470
|
|
|
471
|
+
it("teo.v20220106.ModifyRulePriority", async function () {
|
|
472
|
+
try {
|
|
473
|
+
const data = await client.ModifyRulePriority({})
|
|
474
|
+
expect(data).to.be.ok
|
|
475
|
+
} catch(error) {
|
|
476
|
+
expect(error.requestId).to.be.ok
|
|
477
|
+
expect(error.code).to.be.ok
|
|
478
|
+
}
|
|
479
|
+
})
|
|
480
|
+
|
|
451
481
|
it("teo.v20220106.DescribeBotManagedRules", async function () {
|
|
452
482
|
try {
|
|
453
483
|
const data = await client.DescribeBotManagedRules({})
|
|
@@ -498,6 +528,16 @@ it("teo.v20220106.DescribeIdentification", async function () {
|
|
|
498
528
|
}
|
|
499
529
|
})
|
|
500
530
|
|
|
531
|
+
it("teo.v20220106.CreateRule", async function () {
|
|
532
|
+
try {
|
|
533
|
+
const data = await client.CreateRule({})
|
|
534
|
+
expect(data).to.be.ok
|
|
535
|
+
} catch(error) {
|
|
536
|
+
expect(error.requestId).to.be.ok
|
|
537
|
+
expect(error.code).to.be.ok
|
|
538
|
+
}
|
|
539
|
+
})
|
|
540
|
+
|
|
501
541
|
it("teo.v20220106.ModifyApplicationProxy", async function () {
|
|
502
542
|
try {
|
|
503
543
|
const data = await client.ModifyApplicationProxy({})
|
|
@@ -518,6 +558,16 @@ it("teo.v20220106.CreateZone", async function () {
|
|
|
518
558
|
}
|
|
519
559
|
})
|
|
520
560
|
|
|
561
|
+
it("teo.v20220106.DescribeAvailablePlans", async function () {
|
|
562
|
+
try {
|
|
563
|
+
const data = await client.DescribeAvailablePlans({})
|
|
564
|
+
expect(data).to.be.ok
|
|
565
|
+
} catch(error) {
|
|
566
|
+
expect(error.requestId).to.be.ok
|
|
567
|
+
expect(error.code).to.be.ok
|
|
568
|
+
}
|
|
569
|
+
})
|
|
570
|
+
|
|
521
571
|
it("teo.v20220106.DescribeZoneDDoSPolicy", async function () {
|
|
522
572
|
try {
|
|
523
573
|
const data = await client.DescribeZoneDDoSPolicy({})
|
|
@@ -568,6 +618,16 @@ it("teo.v20220106.DescribeDnsData", async function () {
|
|
|
568
618
|
}
|
|
569
619
|
})
|
|
570
620
|
|
|
621
|
+
it("teo.v20220106.DescribeRulesSetting", async function () {
|
|
622
|
+
try {
|
|
623
|
+
const data = await client.DescribeRulesSetting({})
|
|
624
|
+
expect(data).to.be.ok
|
|
625
|
+
} catch(error) {
|
|
626
|
+
expect(error.requestId).to.be.ok
|
|
627
|
+
expect(error.code).to.be.ok
|
|
628
|
+
}
|
|
629
|
+
})
|
|
630
|
+
|
|
571
631
|
it("teo.v20220106.DescribeHostsCertificate", async function () {
|
|
572
632
|
try {
|
|
573
633
|
const data = await client.DescribeHostsCertificate({})
|
|
@@ -628,6 +688,16 @@ it("teo.v20220106.ModifyZoneStatus", async function () {
|
|
|
628
688
|
}
|
|
629
689
|
})
|
|
630
690
|
|
|
691
|
+
it("teo.v20220106.DeleteRules", async function () {
|
|
692
|
+
try {
|
|
693
|
+
const data = await client.DeleteRules({})
|
|
694
|
+
expect(data).to.be.ok
|
|
695
|
+
} catch(error) {
|
|
696
|
+
expect(error.requestId).to.be.ok
|
|
697
|
+
expect(error.code).to.be.ok
|
|
698
|
+
}
|
|
699
|
+
})
|
|
700
|
+
|
|
631
701
|
it("teo.v20220106.DescribeDDoSPolicy", async function () {
|
|
632
702
|
try {
|
|
633
703
|
const data = await client.DescribeDDoSPolicy({})
|
|
@@ -668,6 +738,16 @@ it("teo.v20220106.DescribeSecurityPolicy", async function () {
|
|
|
668
738
|
}
|
|
669
739
|
})
|
|
670
740
|
|
|
741
|
+
it("teo.v20220106.DescribeRules", async function () {
|
|
742
|
+
try {
|
|
743
|
+
const data = await client.DescribeRules({})
|
|
744
|
+
expect(data).to.be.ok
|
|
745
|
+
} catch(error) {
|
|
746
|
+
expect(error.requestId).to.be.ok
|
|
747
|
+
expect(error.code).to.be.ok
|
|
748
|
+
}
|
|
749
|
+
})
|
|
750
|
+
|
|
671
751
|
it("teo.v20220106.CreateApplicationProxy", async function () {
|
|
672
752
|
try {
|
|
673
753
|
const data = await client.CreateApplicationProxy({})
|