tencentcloud-sdk-nodejs 4.0.438 → 4.0.439
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 +472 -0
- package/SERVICE_CHANGELOG.md +654 -281
- package/package.json +1 -1
- package/products.md +20 -20
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +5 -0
- package/src/services/cfw/v20190904/cfw_client.ts +12 -0
- package/src/services/cfw/v20190904/cfw_models.ts +52 -2
- package/src/services/clb/v20180317/clb_models.ts +5 -0
- package/src/services/cpdp/v20190820/cpdp_models.ts +18 -0
- package/src/services/cwp/v20180228/cwp_client.ts +192 -53
- package/src/services/cwp/v20180228/cwp_models.ts +1332 -321
- package/src/services/ecm/v20190719/ecm_models.ts +9 -0
- package/src/services/ess/v20201111/ess_client.ts +3 -2
- package/src/services/essbasic/v20210526/essbasic_client.ts +39 -12
- package/src/services/essbasic/v20210526/essbasic_models.ts +273 -102
- package/src/services/gme/v20180711/gme_client.ts +15 -2
- package/src/services/gme/v20180711/gme_models.ts +68 -13
- package/src/services/monitor/v20180724/monitor_client.ts +17 -4
- package/src/services/monitor/v20180724/monitor_models.ts +162 -53
- package/src/services/ms/v20180408/ms_client.ts +26 -11
- package/src/services/ms/v20180408/ms_models.ts +224 -27
- package/src/services/ocr/v20181119/ocr_client.ts +18 -3
- package/src/services/ocr/v20181119/ocr_models.ts +166 -76
- package/src/services/rum/v20210622/rum_models.ts +15 -0
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +104 -16
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +906 -411
- package/src/services/taf/v20200210/taf_client.ts +1 -15
- package/src/services/taf/v20200210/taf_models.ts +8 -96
- package/src/services/teo/v20220106/teo_models.ts +17 -11
- package/src/services/trtc/v20190722/trtc_models.ts +2 -2
- package/src/services/vod/v20180717/vod_models.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +4 -0
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +5 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +43 -2
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +15 -0
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +64 -17
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +93 -24
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +1138 -300
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +8 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +2 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +14 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +18 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +226 -83
- package/tencentcloud/services/gme/v20180711/gme_client.d.ts +5 -1
- package/tencentcloud/services/gme/v20180711/gme_client.js +6 -0
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +58 -11
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +5 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +6 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +139 -48
- package/tencentcloud/services/ms/v20180408/ms_client.d.ts +8 -4
- package/tencentcloud/services/ms/v20180408/ms_client.js +10 -4
- package/tencentcloud/services/ms/v20180408/ms_models.d.ts +194 -27
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +6 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +7 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +141 -63
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +12 -0
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +31 -3
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +45 -3
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +758 -344
- package/tencentcloud/services/taf/v20200210/taf_client.d.ts +1 -5
- package/tencentcloud/services/taf/v20200210/taf_client.js +0 -6
- package/tencentcloud/services/taf/v20200210/taf_models.d.ts +7 -82
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +16 -11
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -2
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +2 -2
- package/test/cfw.v20190904.test.js +10 -0
- package/test/cwp.v20180228.test.js +128 -18
- package/test/essbasic.v20210526.test.js +22 -2
- package/test/gme.v20180711.test.js +10 -0
- package/test/monitor.v20180724.test.js +10 -0
- package/test/ms.v20180408.test.js +12 -2
- package/test/ocr.v20181119.test.js +10 -0
- package/test/sqlserver.v20180328.test.js +72 -2
- package/test/taf.v20200210.test.js +0 -10
|
@@ -288,6 +288,16 @@ it("sqlserver.v20180328.DeleteDBInstance", async function () {
|
|
|
288
288
|
}
|
|
289
289
|
})
|
|
290
290
|
|
|
291
|
+
it("sqlserver.v20180328.CreateBusinessDBInstances", async function () {
|
|
292
|
+
try {
|
|
293
|
+
const data = await client.CreateBusinessDBInstances({})
|
|
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
|
+
|
|
291
301
|
it("sqlserver.v20180328.ModifyDBName", async function () {
|
|
292
302
|
try {
|
|
293
303
|
const data = await client.ModifyDBName({})
|
|
@@ -398,6 +408,16 @@ it("sqlserver.v20180328.ModifyDatabaseCDC", async function () {
|
|
|
398
408
|
}
|
|
399
409
|
})
|
|
400
410
|
|
|
411
|
+
it("sqlserver.v20180328.RunMigration", async function () {
|
|
412
|
+
try {
|
|
413
|
+
const data = await client.RunMigration({})
|
|
414
|
+
expect(data).to.be.ok
|
|
415
|
+
} catch(error) {
|
|
416
|
+
expect(error.requestId).to.be.ok
|
|
417
|
+
expect(error.code).to.be.ok
|
|
418
|
+
}
|
|
419
|
+
})
|
|
420
|
+
|
|
401
421
|
it("sqlserver.v20180328.DescribeProjectSecurityGroups", async function () {
|
|
402
422
|
try {
|
|
403
423
|
const data = await client.DescribeProjectSecurityGroups({})
|
|
@@ -498,6 +518,16 @@ it("sqlserver.v20180328.DescribeInstanceParamRecords", async function () {
|
|
|
498
518
|
}
|
|
499
519
|
})
|
|
500
520
|
|
|
521
|
+
it("sqlserver.v20180328.CreateBusinessIntelligenceFile", async function () {
|
|
522
|
+
try {
|
|
523
|
+
const data = await client.CreateBusinessIntelligenceFile({})
|
|
524
|
+
expect(data).to.be.ok
|
|
525
|
+
} catch(error) {
|
|
526
|
+
expect(error.requestId).to.be.ok
|
|
527
|
+
expect(error.code).to.be.ok
|
|
528
|
+
}
|
|
529
|
+
})
|
|
530
|
+
|
|
501
531
|
it("sqlserver.v20180328.StartMigrationCheck", async function () {
|
|
502
532
|
try {
|
|
503
533
|
const data = await client.StartMigrationCheck({})
|
|
@@ -618,6 +648,16 @@ it("sqlserver.v20180328.CreateMigration", async function () {
|
|
|
618
648
|
}
|
|
619
649
|
})
|
|
620
650
|
|
|
651
|
+
it("sqlserver.v20180328.DeleteBusinessIntelligenceFile", async function () {
|
|
652
|
+
try {
|
|
653
|
+
const data = await client.DeleteBusinessIntelligenceFile({})
|
|
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
|
+
|
|
621
661
|
it("sqlserver.v20180328.CreateBackupMigration", async function () {
|
|
622
662
|
try {
|
|
623
663
|
const data = await client.CreateBackupMigration({})
|
|
@@ -638,6 +678,16 @@ it("sqlserver.v20180328.DescribeDBInstances", async function () {
|
|
|
638
678
|
}
|
|
639
679
|
})
|
|
640
680
|
|
|
681
|
+
it("sqlserver.v20180328.DescribeBusinessIntelligenceFile", async function () {
|
|
682
|
+
try {
|
|
683
|
+
const data = await client.DescribeBusinessIntelligenceFile({})
|
|
684
|
+
expect(data).to.be.ok
|
|
685
|
+
} catch(error) {
|
|
686
|
+
expect(error.requestId).to.be.ok
|
|
687
|
+
expect(error.code).to.be.ok
|
|
688
|
+
}
|
|
689
|
+
})
|
|
690
|
+
|
|
641
691
|
it("sqlserver.v20180328.AssociateSecurityGroups", async function () {
|
|
642
692
|
try {
|
|
643
693
|
const data = await client.AssociateSecurityGroups({})
|
|
@@ -648,6 +698,16 @@ it("sqlserver.v20180328.AssociateSecurityGroups", async function () {
|
|
|
648
698
|
}
|
|
649
699
|
})
|
|
650
700
|
|
|
701
|
+
it("sqlserver.v20180328.OpenInterCommunication", async function () {
|
|
702
|
+
try {
|
|
703
|
+
const data = await client.OpenInterCommunication({})
|
|
704
|
+
expect(data).to.be.ok
|
|
705
|
+
} catch(error) {
|
|
706
|
+
expect(error.requestId).to.be.ok
|
|
707
|
+
expect(error.code).to.be.ok
|
|
708
|
+
}
|
|
709
|
+
})
|
|
710
|
+
|
|
651
711
|
it("sqlserver.v20180328.CreateIncrementalMigration", async function () {
|
|
652
712
|
try {
|
|
653
713
|
const data = await client.CreateIncrementalMigration({})
|
|
@@ -728,9 +788,9 @@ it("sqlserver.v20180328.DescribeMigrationDatabases", async function () {
|
|
|
728
788
|
}
|
|
729
789
|
})
|
|
730
790
|
|
|
731
|
-
it("sqlserver.v20180328.
|
|
791
|
+
it("sqlserver.v20180328.DescribeDBInstanceInter", async function () {
|
|
732
792
|
try {
|
|
733
|
-
const data = await client.
|
|
793
|
+
const data = await client.DescribeDBInstanceInter({})
|
|
734
794
|
expect(data).to.be.ok
|
|
735
795
|
} catch(error) {
|
|
736
796
|
expect(error.requestId).to.be.ok
|
|
@@ -748,6 +808,16 @@ it("sqlserver.v20180328.CreateReadOnlyDBInstances", async function () {
|
|
|
748
808
|
}
|
|
749
809
|
})
|
|
750
810
|
|
|
811
|
+
it("sqlserver.v20180328.CloseInterCommunication", async function () {
|
|
812
|
+
try {
|
|
813
|
+
const data = await client.CloseInterCommunication({})
|
|
814
|
+
expect(data).to.be.ok
|
|
815
|
+
} catch(error) {
|
|
816
|
+
expect(error.requestId).to.be.ok
|
|
817
|
+
expect(error.code).to.be.ok
|
|
818
|
+
}
|
|
819
|
+
})
|
|
820
|
+
|
|
751
821
|
it("sqlserver.v20180328.ModifyMigration", async function () {
|
|
752
822
|
try {
|
|
753
823
|
const data = await client.ModifyMigration({})
|
|
@@ -48,14 +48,4 @@ it("taf.v20200210.RecognizeTargetAudience", async function () {
|
|
|
48
48
|
}
|
|
49
49
|
})
|
|
50
50
|
|
|
51
|
-
it("taf.v20200210.SendTrafficSecuritySmsMessage", async function () {
|
|
52
|
-
try {
|
|
53
|
-
const data = await client.SendTrafficSecuritySmsMessage({})
|
|
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
51
|
})
|