tencentcloud-sdk-nodejs 4.0.684 → 4.0.686
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 +515 -0
- package/SERVICE_CHANGELOG.md +824 -140
- 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 +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +1 -1
- package/src/services/as/v20180419/as_models.ts +4 -0
- package/src/services/cdc/v20201214/cdc_client.ts +1 -0
- package/src/services/cdc/v20201214/cdc_models.ts +72 -5
- package/src/services/cdn/v20180606/cdn_models.ts +2 -2
- package/src/services/cfw/v20190904/cfw_client.ts +113 -15
- package/src/services/cfw/v20190904/cfw_models.ts +584 -148
- package/src/services/clb/v20180317/clb_models.ts +1 -1
- package/src/services/csip/v20221121/csip_models.ts +5 -0
- package/src/services/dnspod/v20210323/dnspod_models.ts +1 -1
- package/src/services/ess/v20201111/ess_client.ts +37 -18
- package/src/services/ess/v20201111/ess_models.ts +100 -40
- package/src/services/essbasic/v20210526/essbasic_client.ts +1 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +53 -1
- package/src/services/iai/v20180301/iai_client.ts +0 -2
- package/src/services/iai/v20180301/iai_models.ts +13 -17
- package/src/services/iai/v20200303/iai_models.ts +1 -5
- package/src/services/lcic/v20220817/lcic_models.ts +5 -1
- package/src/services/monitor/v20180724/monitor_models.ts +2 -2
- package/src/services/mrs/v20200910/mrs_client.ts +90 -16
- package/src/services/mrs/v20200910/mrs_models.ts +2328 -782
- package/src/services/ocr/v20181119/ocr_models.ts +8 -0
- package/src/services/ses/v20201002/ses_client.ts +13 -0
- package/src/services/ses/v20201002/ses_models.ts +58 -0
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +25 -0
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +107 -0
- package/src/services/ssa/v20180608/ssa_client.ts +14 -0
- package/src/services/ssa/v20180608/ssa_models.ts +86 -0
- package/src/services/ssl/v20191205/ssl_models.ts +65 -38
- package/src/services/tcr/v20190924/tcr_client.ts +1 -1
- package/src/services/tcr/v20190924/tcr_models.ts +9 -3
- package/src/services/trocket/v20230308/trocket_client.ts +129 -18
- package/src/services/trocket/v20230308/trocket_models.ts +705 -256
- package/src/services/tsf/v20180326/tsf_models.ts +40 -20
- package/src/services/vod/v20180717/vod_client.ts +44 -6
- package/src/services/vod/v20180717/vod_models.ts +286 -170
- package/src/services/vpc/v20170312/vpc_models.ts +16 -0
- package/src/services/waf/v20180125/waf_models.ts +28 -1
- 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 +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +1 -1
- package/tencentcloud/services/as/v20180419/as_models.d.ts +4 -0
- package/tencentcloud/services/cdc/v20201214/cdc_models.d.ts +71 -5
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +2 -2
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +35 -3
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +51 -3
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +566 -148
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +5 -0
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +33 -15
- package/tencentcloud/services/ess/v20201111/ess_client.js +33 -15
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +99 -40
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +52 -1
- package/tencentcloud/services/iai/v20180301/iai_client.d.ts +0 -2
- package/tencentcloud/services/iai/v20180301/iai_client.js +0 -2
- package/tencentcloud/services/iai/v20180301/iai_models.d.ts +13 -17
- package/tencentcloud/services/iai/v20200303/iai_models.d.ts +1 -5
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +5 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +2 -2
- package/tencentcloud/services/mrs/v20200910/mrs_client.d.ts +5 -1
- package/tencentcloud/services/mrs/v20200910/mrs_client.js +6 -0
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +2272 -790
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +8 -0
- package/tencentcloud/services/ses/v20201002/ses_client.d.ts +5 -1
- package/tencentcloud/services/ses/v20201002/ses_client.js +6 -0
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +55 -0
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +9 -1
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +12 -0
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +102 -0
- package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +5 -1
- package/tencentcloud/services/ssa/v20180608/ssa_client.js +6 -0
- package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +82 -0
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +65 -38
- package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +1 -1
- package/tencentcloud/services/tcr/v20190924/tcr_client.js +1 -1
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +9 -3
- package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +41 -3
- package/tencentcloud/services/trocket/v20230308/trocket_client.js +59 -3
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +665 -235
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +40 -20
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +13 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +18 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +278 -170
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +16 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +27 -0
- package/test/cfw.v20190904.test.js +82 -2
- package/test/mrs.v20200910.test.js +10 -0
- package/test/ses.v20201002.test.js +10 -0
- package/test/sqlserver.v20180328.test.js +20 -0
- package/test/ssa.v20180608.test.js +10 -0
- package/test/trocket.v20230308.test.js +92 -2
- package/test/vod.v20180717.test.js +30 -0
|
@@ -88,6 +88,16 @@ it("cfw.v20190904.ModifyVpcFwGroup", async function () {
|
|
|
88
88
|
}
|
|
89
89
|
})
|
|
90
90
|
|
|
91
|
+
it("cfw.v20190904.ModifyAssetSync", async function () {
|
|
92
|
+
try {
|
|
93
|
+
const data = await client.ModifyAssetSync({})
|
|
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
|
+
|
|
91
101
|
it("cfw.v20190904.DeleteVpcFwGroup", async function () {
|
|
92
102
|
try {
|
|
93
103
|
const data = await client.DeleteVpcFwGroup({})
|
|
@@ -208,6 +218,16 @@ it("cfw.v20190904.RemoveAclRule", async function () {
|
|
|
208
218
|
}
|
|
209
219
|
})
|
|
210
220
|
|
|
221
|
+
it("cfw.v20190904.DeleteNatFwInstance", async function () {
|
|
222
|
+
try {
|
|
223
|
+
const data = await client.DeleteNatFwInstance({})
|
|
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
|
+
|
|
211
231
|
it("cfw.v20190904.CreateBlockIgnoreRuleList", async function () {
|
|
212
232
|
try {
|
|
213
233
|
const data = await client.CreateBlockIgnoreRuleList({})
|
|
@@ -328,9 +348,9 @@ it("cfw.v20190904.ModifyVpcAcRule", async function () {
|
|
|
328
348
|
}
|
|
329
349
|
})
|
|
330
350
|
|
|
331
|
-
it("cfw.v20190904.
|
|
351
|
+
it("cfw.v20190904.DescribeAssetSync", async function () {
|
|
332
352
|
try {
|
|
333
|
-
const data = await client.
|
|
353
|
+
const data = await client.DescribeAssetSync({})
|
|
334
354
|
expect(data).to.be.ok
|
|
335
355
|
} catch(error) {
|
|
336
356
|
expect(error.requestId).to.be.ok
|
|
@@ -488,6 +508,16 @@ it("cfw.v20190904.DeleteSecurityGroupRule", async function () {
|
|
|
488
508
|
}
|
|
489
509
|
})
|
|
490
510
|
|
|
511
|
+
it("cfw.v20190904.ModifyAddressTemplate", async function () {
|
|
512
|
+
try {
|
|
513
|
+
const data = await client.ModifyAddressTemplate({})
|
|
514
|
+
expect(data).to.be.ok
|
|
515
|
+
} catch(error) {
|
|
516
|
+
expect(error.requestId).to.be.ok
|
|
517
|
+
expect(error.code).to.be.ok
|
|
518
|
+
}
|
|
519
|
+
})
|
|
520
|
+
|
|
491
521
|
it("cfw.v20190904.DescribeSwitchLists", async function () {
|
|
492
522
|
try {
|
|
493
523
|
const data = await client.DescribeSwitchLists({})
|
|
@@ -538,6 +568,16 @@ it("cfw.v20190904.CreateChooseVpcs", async function () {
|
|
|
538
568
|
}
|
|
539
569
|
})
|
|
540
570
|
|
|
571
|
+
it("cfw.v20190904.DescribeNatSwitchList", async function () {
|
|
572
|
+
try {
|
|
573
|
+
const data = await client.DescribeNatSwitchList({})
|
|
574
|
+
expect(data).to.be.ok
|
|
575
|
+
} catch(error) {
|
|
576
|
+
expect(error.requestId).to.be.ok
|
|
577
|
+
expect(error.code).to.be.ok
|
|
578
|
+
}
|
|
579
|
+
})
|
|
580
|
+
|
|
541
581
|
it("cfw.v20190904.ModifyAssetScan", async function () {
|
|
542
582
|
try {
|
|
543
583
|
const data = await client.ModifyAssetScan({})
|
|
@@ -768,6 +808,16 @@ it("cfw.v20190904.DescribeAssociatedInstanceList", async function () {
|
|
|
768
808
|
}
|
|
769
809
|
})
|
|
770
810
|
|
|
811
|
+
it("cfw.v20190904.ModifyNatInstance", async function () {
|
|
812
|
+
try {
|
|
813
|
+
const data = await client.ModifyNatInstance({})
|
|
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
|
+
|
|
771
821
|
it("cfw.v20190904.DeleteAcRule", async function () {
|
|
772
822
|
try {
|
|
773
823
|
const data = await client.DeleteAcRule({})
|
|
@@ -788,6 +838,16 @@ it("cfw.v20190904.DescribeNatAcRule", async function () {
|
|
|
788
838
|
}
|
|
789
839
|
})
|
|
790
840
|
|
|
841
|
+
it("cfw.v20190904.DescribeFwSyncStatus", async function () {
|
|
842
|
+
try {
|
|
843
|
+
const data = await client.DescribeFwSyncStatus({})
|
|
844
|
+
expect(data).to.be.ok
|
|
845
|
+
} catch(error) {
|
|
846
|
+
expect(error.requestId).to.be.ok
|
|
847
|
+
expect(error.code).to.be.ok
|
|
848
|
+
}
|
|
849
|
+
})
|
|
850
|
+
|
|
791
851
|
it("cfw.v20190904.DescribeNatFwInstance", async function () {
|
|
792
852
|
try {
|
|
793
853
|
const data = await client.DescribeNatFwInstance({})
|
|
@@ -878,6 +938,16 @@ it("cfw.v20190904.DescribeGuideScanInfo", async function () {
|
|
|
878
938
|
}
|
|
879
939
|
})
|
|
880
940
|
|
|
941
|
+
it("cfw.v20190904.DescribeAddressTemplateList", async function () {
|
|
942
|
+
try {
|
|
943
|
+
const data = await client.DescribeAddressTemplateList({})
|
|
944
|
+
expect(data).to.be.ok
|
|
945
|
+
} catch(error) {
|
|
946
|
+
expect(error.requestId).to.be.ok
|
|
947
|
+
expect(error.code).to.be.ok
|
|
948
|
+
}
|
|
949
|
+
})
|
|
950
|
+
|
|
881
951
|
it("cfw.v20190904.DescribeNatFwInstancesInfo", async function () {
|
|
882
952
|
try {
|
|
883
953
|
const data = await client.DescribeNatFwInstancesInfo({})
|
|
@@ -918,6 +988,16 @@ it("cfw.v20190904.DescribeResourceGroup", async function () {
|
|
|
918
988
|
}
|
|
919
989
|
})
|
|
920
990
|
|
|
991
|
+
it("cfw.v20190904.SyncFwOperate", async function () {
|
|
992
|
+
try {
|
|
993
|
+
const data = await client.SyncFwOperate({})
|
|
994
|
+
expect(data).to.be.ok
|
|
995
|
+
} catch(error) {
|
|
996
|
+
expect(error.requestId).to.be.ok
|
|
997
|
+
expect(error.code).to.be.ok
|
|
998
|
+
}
|
|
999
|
+
})
|
|
1000
|
+
|
|
921
1001
|
it("cfw.v20190904.ModifyAcRule", async function () {
|
|
922
1002
|
try {
|
|
923
1003
|
const data = await client.ModifyAcRule({})
|
|
@@ -28,6 +28,16 @@ it("mrs.v20200910.ImageToClass", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
+
it("mrs.v20200910.TurnPDFToObject", async function () {
|
|
32
|
+
try {
|
|
33
|
+
const data = await client.TurnPDFToObject({})
|
|
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("mrs.v20200910.ImageToObject", async function () {
|
|
32
42
|
try {
|
|
33
43
|
const data = await client.ImageToObject({})
|
|
@@ -58,6 +58,16 @@ it("ses.v20201002.GetSendEmailStatus", async function () {
|
|
|
58
58
|
}
|
|
59
59
|
})
|
|
60
60
|
|
|
61
|
+
it("ses.v20201002.ListReceiverDetails", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.ListReceiverDetails({})
|
|
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
|
+
|
|
61
71
|
it("ses.v20201002.CreateReceiver", async function () {
|
|
62
72
|
try {
|
|
63
73
|
const data = await client.CreateReceiver({})
|
|
@@ -518,6 +518,16 @@ it("sqlserver.v20180328.CreateBusinessIntelligenceFile", async function () {
|
|
|
518
518
|
}
|
|
519
519
|
})
|
|
520
520
|
|
|
521
|
+
it("sqlserver.v20180328.DescribeHASwitchLog", async function () {
|
|
522
|
+
try {
|
|
523
|
+
const data = await client.DescribeHASwitchLog({})
|
|
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
|
+
|
|
521
531
|
it("sqlserver.v20180328.StartMigrationCheck", async function () {
|
|
522
532
|
try {
|
|
523
533
|
const data = await client.StartMigrationCheck({})
|
|
@@ -848,6 +858,16 @@ it("sqlserver.v20180328.CreateReadOnlyDBInstances", async function () {
|
|
|
848
858
|
}
|
|
849
859
|
})
|
|
850
860
|
|
|
861
|
+
it("sqlserver.v20180328.SwitchCloudInstanceHA", async function () {
|
|
862
|
+
try {
|
|
863
|
+
const data = await client.SwitchCloudInstanceHA({})
|
|
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
|
+
|
|
851
871
|
it("sqlserver.v20180328.CreateCloudReadOnlyDBInstances", async function () {
|
|
852
872
|
try {
|
|
853
873
|
const data = await client.CreateCloudReadOnlyDBInstances({})
|
|
@@ -208,6 +208,16 @@ it("ssa.v20180608.DescribeSocAlertDetails", async function () {
|
|
|
208
208
|
}
|
|
209
209
|
})
|
|
210
210
|
|
|
211
|
+
it("ssa.v20180608.DescribeAlarmStat", async function () {
|
|
212
|
+
try {
|
|
213
|
+
const data = await client.DescribeAlarmStat({})
|
|
214
|
+
expect(data).to.be.ok
|
|
215
|
+
} catch(error) {
|
|
216
|
+
expect(error.requestId).to.be.ok
|
|
217
|
+
expect(error.code).to.be.ok
|
|
218
|
+
}
|
|
219
|
+
})
|
|
220
|
+
|
|
211
221
|
it("ssa.v20180608.DescribeSocCspmCompliance", async function () {
|
|
212
222
|
try {
|
|
213
223
|
const data = await client.DescribeSocCspmCompliance({})
|
|
@@ -18,9 +18,49 @@ const client = new tencentcloud.trocket.v20230308.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("trocket.v20230308.test.js", function () {
|
|
20
20
|
|
|
21
|
-
it("trocket.v20230308.
|
|
21
|
+
it("trocket.v20230308.DescribeTopicStatsOp", async function () {
|
|
22
22
|
try {
|
|
23
|
-
const data = await client.
|
|
23
|
+
const data = await client.DescribeTopicStatsOp({})
|
|
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("trocket.v20230308.DescribeConsumerGroup", async function () {
|
|
32
|
+
try {
|
|
33
|
+
const data = await client.DescribeConsumerGroup({})
|
|
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("trocket.v20230308.CreateTopic", async function () {
|
|
42
|
+
try {
|
|
43
|
+
const data = await client.CreateTopic({})
|
|
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("trocket.v20230308.DeleteConsumerGroup", async function () {
|
|
52
|
+
try {
|
|
53
|
+
const data = await client.DeleteConsumerGroup({})
|
|
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("trocket.v20230308.ModifyConsumerGroup", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.ModifyConsumerGroup({})
|
|
24
64
|
expect(data).to.be.ok
|
|
25
65
|
} catch(error) {
|
|
26
66
|
expect(error.requestId).to.be.ok
|
|
@@ -38,6 +78,36 @@ it("trocket.v20230308.CreateInstance", async function () {
|
|
|
38
78
|
}
|
|
39
79
|
})
|
|
40
80
|
|
|
81
|
+
it("trocket.v20230308.DescribeInstanceList", async function () {
|
|
82
|
+
try {
|
|
83
|
+
const data = await client.DescribeInstanceList({})
|
|
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("trocket.v20230308.DescribeTopic", async function () {
|
|
92
|
+
try {
|
|
93
|
+
const data = await client.DescribeTopic({})
|
|
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("trocket.v20230308.ModifyTopic", async function () {
|
|
102
|
+
try {
|
|
103
|
+
const data = await client.ModifyTopic({})
|
|
104
|
+
expect(data).to.be.ok
|
|
105
|
+
} catch(error) {
|
|
106
|
+
expect(error.requestId).to.be.ok
|
|
107
|
+
expect(error.code).to.be.ok
|
|
108
|
+
}
|
|
109
|
+
})
|
|
110
|
+
|
|
41
111
|
it("trocket.v20230308.DescribeInstance", async function () {
|
|
42
112
|
try {
|
|
43
113
|
const data = await client.DescribeInstance({})
|
|
@@ -68,6 +138,26 @@ it("trocket.v20230308.DescribeTopicList", async function () {
|
|
|
68
138
|
}
|
|
69
139
|
})
|
|
70
140
|
|
|
141
|
+
it("trocket.v20230308.DeleteTopic", async function () {
|
|
142
|
+
try {
|
|
143
|
+
const data = await client.DeleteTopic({})
|
|
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("trocket.v20230308.CreateConsumerGroup", async function () {
|
|
152
|
+
try {
|
|
153
|
+
const data = await client.CreateConsumerGroup({})
|
|
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
|
+
|
|
71
161
|
it("trocket.v20230308.ModifyInstance", async function () {
|
|
72
162
|
try {
|
|
73
163
|
const data = await client.ModifyInstance({})
|
|
@@ -478,6 +478,16 @@ it("vod.v20180717.DescribePrepaidProducts", async function () {
|
|
|
478
478
|
}
|
|
479
479
|
})
|
|
480
480
|
|
|
481
|
+
it("vod.v20180717.CreateDomainVerifyRecord", async function () {
|
|
482
|
+
try {
|
|
483
|
+
const data = await client.CreateDomainVerifyRecord({})
|
|
484
|
+
expect(data).to.be.ok
|
|
485
|
+
} catch(error) {
|
|
486
|
+
expect(error.requestId).to.be.ok
|
|
487
|
+
expect(error.code).to.be.ok
|
|
488
|
+
}
|
|
489
|
+
})
|
|
490
|
+
|
|
481
491
|
it("vod.v20180717.DescribeSnapshotByTimeOffsetTemplates", async function () {
|
|
482
492
|
try {
|
|
483
493
|
const data = await client.DescribeSnapshotByTimeOffsetTemplates({})
|
|
@@ -858,6 +868,16 @@ it("vod.v20180717.ModifyQualityInspectTemplate", async function () {
|
|
|
858
868
|
}
|
|
859
869
|
})
|
|
860
870
|
|
|
871
|
+
it("vod.v20180717.VerifyDomainRecord", async function () {
|
|
872
|
+
try {
|
|
873
|
+
const data = await client.VerifyDomainRecord({})
|
|
874
|
+
expect(data).to.be.ok
|
|
875
|
+
} catch(error) {
|
|
876
|
+
expect(error.requestId).to.be.ok
|
|
877
|
+
expect(error.code).to.be.ok
|
|
878
|
+
}
|
|
879
|
+
})
|
|
880
|
+
|
|
861
881
|
it("vod.v20180717.CreateSuperPlayerConfig", async function () {
|
|
862
882
|
try {
|
|
863
883
|
const data = await client.CreateSuperPlayerConfig({})
|
|
@@ -938,6 +958,16 @@ it("vod.v20180717.ModifyHeadTailTemplate", async function () {
|
|
|
938
958
|
}
|
|
939
959
|
})
|
|
940
960
|
|
|
961
|
+
it("vod.v20180717.VerifyDomainOwnershipForConsole", async function () {
|
|
962
|
+
try {
|
|
963
|
+
const data = await client.VerifyDomainOwnershipForConsole({})
|
|
964
|
+
expect(data).to.be.ok
|
|
965
|
+
} catch(error) {
|
|
966
|
+
expect(error.requestId).to.be.ok
|
|
967
|
+
expect(error.code).to.be.ok
|
|
968
|
+
}
|
|
969
|
+
})
|
|
970
|
+
|
|
941
971
|
it("vod.v20180717.DeleteImageProcessingTemplate", async function () {
|
|
942
972
|
try {
|
|
943
973
|
const data = await client.DeleteImageProcessingTemplate({})
|