tencentcloud-sdk-nodejs 4.0.422 → 4.0.425
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 +627 -0
- package/SERVICE_CHANGELOG.md +455 -440
- package/package.json +1 -1
- package/products.md +19 -19
- package/src/common/sdk_version.ts +1 -1
- package/src/services/acp/v20220105/acp_models.ts +18 -7
- package/src/services/apigateway/v20180808/apigateway_client.ts +13 -0
- package/src/services/apigateway/v20180808/apigateway_models.ts +55 -0
- package/src/services/batch/v20170312/batch_models.ts +10 -0
- package/src/services/cdb/v20170320/cdb_models.ts +6 -6
- package/src/services/cls/v20201016/cls_models.ts +11 -1
- package/src/services/cme/v20191029/cme_client.ts +13 -4
- package/src/services/cme/v20191029/cme_models.ts +283 -68
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +84 -22
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +303 -57
- package/src/services/dcdb/v20180411/dcdb_models.ts +10 -0
- package/src/services/gaap/v20180529/gaap_client.ts +160 -37
- package/src/services/gaap/v20180529/gaap_models.ts +610 -179
- package/src/services/mmps/v20200710/mmps_models.ts +6 -0
- package/src/services/monitor/v20180724/monitor_models.ts +15 -15
- package/src/services/oceanus/v20190422/oceanus_client.ts +12 -0
- package/src/services/oceanus/v20190422/oceanus_models.ts +20 -0
- package/src/services/tcr/v20190924/tcr_client.ts +246 -50
- package/src/services/tcr/v20190924/tcr_models.ts +946 -298
- package/src/services/tse/v20201207/tse_client.ts +1 -0
- package/src/services/tse/v20201207/tse_models.ts +41 -0
- package/src/services/vod/v20180717/vod_client.ts +55 -22
- package/src/services/vod/v20180717/vod_models.ts +374 -86
- package/src/services/yinsuda/v20220527/yinsuda_client.ts +62 -2
- package/src/services/yinsuda/v20220527/yinsuda_models.ts +464 -13
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/acp/v20220105/acp_models.d.ts +16 -7
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +5 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +6 -0
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +47 -0
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +8 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +6 -6
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +9 -1
- package/tencentcloud/services/cme/v20191029/cme_client.d.ts +1 -1
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +245 -61
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +27 -7
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +39 -9
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +260 -51
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +8 -0
- package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +51 -11
- package/tencentcloud/services/gaap/v20180529/gaap_client.js +75 -15
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +544 -174
- package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +5 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +15 -15
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +5 -1
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +6 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +18 -0
- package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +73 -9
- package/tencentcloud/services/tcr/v20190924/tcr_client.js +108 -12
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +817 -264
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +35 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +23 -13
- package/tencentcloud/services/vod/v20180717/vod_client.js +27 -13
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +325 -77
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.d.ts +17 -1
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.js +24 -0
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +402 -13
- package/test/apigateway.v20180808.test.js +10 -0
- package/test/cynosdb.v20190107.test.js +56 -6
- package/test/gaap.v20180529.test.js +116 -16
- package/test/oceanus.v20190422.test.js +10 -0
- package/test/tcr.v20190924.test.js +168 -8
- package/test/vod.v20180717.test.js +22 -2
- package/test/yinsuda.v20220527.test.js +40 -0
|
@@ -18,6 +18,16 @@ const client = new tencentcloud.gaap.v20180529.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("gaap.v20180529.test.js", function () {
|
|
20
20
|
|
|
21
|
+
it("gaap.v20180529.ModifyGlobalDomainDns", async function () {
|
|
22
|
+
try {
|
|
23
|
+
const data = await client.ModifyGlobalDomainDns({})
|
|
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("gaap.v20180529.DescribeCertificates", async function () {
|
|
22
32
|
try {
|
|
23
33
|
const data = await client.DescribeCertificates({})
|
|
@@ -98,6 +108,26 @@ it("gaap.v20180529.ModifyCertificateAttributes", async function () {
|
|
|
98
108
|
}
|
|
99
109
|
})
|
|
100
110
|
|
|
111
|
+
it("gaap.v20180529.DescribeGlobalDomainDns", async function () {
|
|
112
|
+
try {
|
|
113
|
+
const data = await client.DescribeGlobalDomainDns({})
|
|
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
|
+
|
|
121
|
+
it("gaap.v20180529.CreateGlobalDomain", async function () {
|
|
122
|
+
try {
|
|
123
|
+
const data = await client.CreateGlobalDomain({})
|
|
124
|
+
expect(data).to.be.ok
|
|
125
|
+
} catch(error) {
|
|
126
|
+
expect(error.requestId).to.be.ok
|
|
127
|
+
expect(error.code).to.be.ok
|
|
128
|
+
}
|
|
129
|
+
})
|
|
130
|
+
|
|
101
131
|
it("gaap.v20180529.CreateCustomHeader", async function () {
|
|
102
132
|
try {
|
|
103
133
|
const data = await client.CreateCustomHeader({})
|
|
@@ -178,6 +208,16 @@ it("gaap.v20180529.DescribeRuleRealServers", async function () {
|
|
|
178
208
|
}
|
|
179
209
|
})
|
|
180
210
|
|
|
211
|
+
it("gaap.v20180529.DescribeUDPListeners", async function () {
|
|
212
|
+
try {
|
|
213
|
+
const data = await client.DescribeUDPListeners({})
|
|
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
|
+
|
|
181
221
|
it("gaap.v20180529.DescribeDestRegions", async function () {
|
|
182
222
|
try {
|
|
183
223
|
const data = await client.DescribeDestRegions({})
|
|
@@ -348,9 +388,9 @@ it("gaap.v20180529.DescribeProxyAndStatisticsListeners", async function () {
|
|
|
348
388
|
}
|
|
349
389
|
})
|
|
350
390
|
|
|
351
|
-
it("gaap.v20180529.
|
|
391
|
+
it("gaap.v20180529.ModifyGlobalDomainAttribute", async function () {
|
|
352
392
|
try {
|
|
353
|
-
const data = await client.
|
|
393
|
+
const data = await client.ModifyGlobalDomainAttribute({})
|
|
354
394
|
expect(data).to.be.ok
|
|
355
395
|
} catch(error) {
|
|
356
396
|
expect(error.requestId).to.be.ok
|
|
@@ -398,6 +438,16 @@ it("gaap.v20180529.ModifyTCPListenerAttribute", async function () {
|
|
|
398
438
|
}
|
|
399
439
|
})
|
|
400
440
|
|
|
441
|
+
it("gaap.v20180529.CreateHTTPListener", async function () {
|
|
442
|
+
try {
|
|
443
|
+
const data = await client.CreateHTTPListener({})
|
|
444
|
+
expect(data).to.be.ok
|
|
445
|
+
} catch(error) {
|
|
446
|
+
expect(error.requestId).to.be.ok
|
|
447
|
+
expect(error.code).to.be.ok
|
|
448
|
+
}
|
|
449
|
+
})
|
|
450
|
+
|
|
401
451
|
it("gaap.v20180529.DescribeRealServerStatistics", async function () {
|
|
402
452
|
try {
|
|
403
453
|
const data = await client.DescribeRealServerStatistics({})
|
|
@@ -408,9 +458,9 @@ it("gaap.v20180529.DescribeRealServerStatistics", async function () {
|
|
|
408
458
|
}
|
|
409
459
|
})
|
|
410
460
|
|
|
411
|
-
it("gaap.v20180529.
|
|
461
|
+
it("gaap.v20180529.DescribeHTTPListeners", async function () {
|
|
412
462
|
try {
|
|
413
|
-
const data = await client.
|
|
463
|
+
const data = await client.DescribeHTTPListeners({})
|
|
414
464
|
expect(data).to.be.ok
|
|
415
465
|
} catch(error) {
|
|
416
466
|
expect(error.requestId).to.be.ok
|
|
@@ -448,9 +498,9 @@ it("gaap.v20180529.DescribeCustomHeader", async function () {
|
|
|
448
498
|
}
|
|
449
499
|
})
|
|
450
500
|
|
|
451
|
-
it("gaap.v20180529.
|
|
501
|
+
it("gaap.v20180529.DeleteGlobalDomainDns", async function () {
|
|
452
502
|
try {
|
|
453
|
-
const data = await client.
|
|
503
|
+
const data = await client.DeleteGlobalDomainDns({})
|
|
454
504
|
expect(data).to.be.ok
|
|
455
505
|
} catch(error) {
|
|
456
506
|
expect(error.requestId).to.be.ok
|
|
@@ -508,6 +558,16 @@ it("gaap.v20180529.RemoveRealServers", async function () {
|
|
|
508
558
|
}
|
|
509
559
|
})
|
|
510
560
|
|
|
561
|
+
it("gaap.v20180529.DeleteGlobalDomain", async function () {
|
|
562
|
+
try {
|
|
563
|
+
const data = await client.DeleteGlobalDomain({})
|
|
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
|
+
|
|
511
571
|
it("gaap.v20180529.DescribeSecurityRules", async function () {
|
|
512
572
|
try {
|
|
513
573
|
const data = await client.DescribeSecurityRules({})
|
|
@@ -568,16 +628,6 @@ it("gaap.v20180529.OpenProxies", async function () {
|
|
|
568
628
|
}
|
|
569
629
|
})
|
|
570
630
|
|
|
571
|
-
it("gaap.v20180529.DescribeHTTPListeners", async function () {
|
|
572
|
-
try {
|
|
573
|
-
const data = await client.DescribeHTTPListeners({})
|
|
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
|
-
|
|
581
631
|
it("gaap.v20180529.ModifyUDPListenerAttribute", async function () {
|
|
582
632
|
try {
|
|
583
633
|
const data = await client.ModifyUDPListenerAttribute({})
|
|
@@ -678,6 +728,16 @@ it("gaap.v20180529.DeleteFirstLinkSession", async function () {
|
|
|
678
728
|
}
|
|
679
729
|
})
|
|
680
730
|
|
|
731
|
+
it("gaap.v20180529.DisableGlobalDomain", async function () {
|
|
732
|
+
try {
|
|
733
|
+
const data = await client.DisableGlobalDomain({})
|
|
734
|
+
expect(data).to.be.ok
|
|
735
|
+
} catch(error) {
|
|
736
|
+
expect(error.requestId).to.be.ok
|
|
737
|
+
expect(error.code).to.be.ok
|
|
738
|
+
}
|
|
739
|
+
})
|
|
740
|
+
|
|
681
741
|
it("gaap.v20180529.DescribeRegionAndPrice", async function () {
|
|
682
742
|
try {
|
|
683
743
|
const data = await client.DescribeRegionAndPrice({})
|
|
@@ -688,6 +748,16 @@ it("gaap.v20180529.DescribeRegionAndPrice", async function () {
|
|
|
688
748
|
}
|
|
689
749
|
})
|
|
690
750
|
|
|
751
|
+
it("gaap.v20180529.DescribeGlobalDomains", async function () {
|
|
752
|
+
try {
|
|
753
|
+
const data = await client.DescribeGlobalDomains({})
|
|
754
|
+
expect(data).to.be.ok
|
|
755
|
+
} catch(error) {
|
|
756
|
+
expect(error.requestId).to.be.ok
|
|
757
|
+
expect(error.code).to.be.ok
|
|
758
|
+
}
|
|
759
|
+
})
|
|
760
|
+
|
|
691
761
|
it("gaap.v20180529.DescribeRealServersStatus", async function () {
|
|
692
762
|
try {
|
|
693
763
|
const data = await client.DescribeRealServersStatus({})
|
|
@@ -708,6 +778,16 @@ it("gaap.v20180529.DescribeRules", async function () {
|
|
|
708
778
|
}
|
|
709
779
|
})
|
|
710
780
|
|
|
781
|
+
it("gaap.v20180529.EnableGlobalDomain", async function () {
|
|
782
|
+
try {
|
|
783
|
+
const data = await client.EnableGlobalDomain({})
|
|
784
|
+
expect(data).to.be.ok
|
|
785
|
+
} catch(error) {
|
|
786
|
+
expect(error.requestId).to.be.ok
|
|
787
|
+
expect(error.code).to.be.ok
|
|
788
|
+
}
|
|
789
|
+
})
|
|
790
|
+
|
|
711
791
|
it("gaap.v20180529.DescribeListenerRealServers", async function () {
|
|
712
792
|
try {
|
|
713
793
|
const data = await client.DescribeListenerRealServers({})
|
|
@@ -788,6 +868,16 @@ it("gaap.v20180529.DescribeGroupDomainConfig", async function () {
|
|
|
788
868
|
}
|
|
789
869
|
})
|
|
790
870
|
|
|
871
|
+
it("gaap.v20180529.ModifyProxiesAttribute", async function () {
|
|
872
|
+
try {
|
|
873
|
+
const data = await client.ModifyProxiesAttribute({})
|
|
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
|
+
|
|
791
881
|
it("gaap.v20180529.ModifyHTTPSListenerAttribute", async function () {
|
|
792
882
|
try {
|
|
793
883
|
const data = await client.ModifyHTTPSListenerAttribute({})
|
|
@@ -868,6 +958,16 @@ it("gaap.v20180529.InquiryPriceCreateProxy", async function () {
|
|
|
868
958
|
}
|
|
869
959
|
})
|
|
870
960
|
|
|
961
|
+
it("gaap.v20180529.CreateGlobalDomainDns", async function () {
|
|
962
|
+
try {
|
|
963
|
+
const data = await client.CreateGlobalDomainDns({})
|
|
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
|
+
|
|
871
971
|
it("gaap.v20180529.ModifySecurityRule", async function () {
|
|
872
972
|
try {
|
|
873
973
|
const data = await client.ModifySecurityRule({})
|
|
@@ -28,6 +28,16 @@ it("oceanus.v20190422.DescribeTreeJobs", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
+
it("oceanus.v20190422.DescribeTreeResources", async function () {
|
|
32
|
+
try {
|
|
33
|
+
const data = await client.DescribeTreeResources({})
|
|
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("oceanus.v20190422.CopyJobs", async function () {
|
|
32
42
|
try {
|
|
33
43
|
const data = await client.CopyJobs({})
|
|
@@ -58,6 +58,16 @@ it("tcr.v20190924.DescribeImagePersonal", async function () {
|
|
|
58
58
|
}
|
|
59
59
|
})
|
|
60
60
|
|
|
61
|
+
it("tcr.v20190924.DeleteReplicationInstance", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.DeleteReplicationInstance({})
|
|
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("tcr.v20190924.CreateNamespace", async function () {
|
|
62
72
|
try {
|
|
63
73
|
const data = await client.CreateNamespace({})
|
|
@@ -128,6 +138,16 @@ it("tcr.v20190924.ManageImageLifecycleGlobalPersonal", async function () {
|
|
|
128
138
|
}
|
|
129
139
|
})
|
|
130
140
|
|
|
141
|
+
it("tcr.v20190924.CreateInstanceCustomizedDomain", async function () {
|
|
142
|
+
try {
|
|
143
|
+
const data = await client.CreateInstanceCustomizedDomain({})
|
|
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
|
+
|
|
131
151
|
it("tcr.v20190924.DeleteImmutableTagRules", async function () {
|
|
132
152
|
try {
|
|
133
153
|
const data = await client.DeleteImmutableTagRules({})
|
|
@@ -148,6 +168,16 @@ it("tcr.v20190924.DeleteImagePersonal", async function () {
|
|
|
148
168
|
}
|
|
149
169
|
})
|
|
150
170
|
|
|
171
|
+
it("tcr.v20190924.CreateImageAccelerationService", async function () {
|
|
172
|
+
try {
|
|
173
|
+
const data = await client.CreateImageAccelerationService({})
|
|
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
|
+
|
|
151
181
|
it("tcr.v20190924.ModifyWebhookTrigger", async function () {
|
|
152
182
|
try {
|
|
153
183
|
const data = await client.ModifyWebhookTrigger({})
|
|
@@ -188,9 +218,9 @@ it("tcr.v20190924.DescribeReplicationInstanceCreateTasks", async function () {
|
|
|
188
218
|
}
|
|
189
219
|
})
|
|
190
220
|
|
|
191
|
-
it("tcr.v20190924.
|
|
221
|
+
it("tcr.v20190924.DeleteImageAccelerateService", async function () {
|
|
192
222
|
try {
|
|
193
|
-
const data = await client.
|
|
223
|
+
const data = await client.DeleteImageAccelerateService({})
|
|
194
224
|
expect(data).to.be.ok
|
|
195
225
|
} catch(error) {
|
|
196
226
|
expect(error.requestId).to.be.ok
|
|
@@ -318,6 +348,16 @@ it("tcr.v20190924.DescribeApplicationTriggerPersonal", async function () {
|
|
|
318
348
|
}
|
|
319
349
|
})
|
|
320
350
|
|
|
351
|
+
it("tcr.v20190924.DescribeInstanceAll", async function () {
|
|
352
|
+
try {
|
|
353
|
+
const data = await client.DescribeInstanceAll({})
|
|
354
|
+
expect(data).to.be.ok
|
|
355
|
+
} catch(error) {
|
|
356
|
+
expect(error.requestId).to.be.ok
|
|
357
|
+
expect(error.code).to.be.ok
|
|
358
|
+
}
|
|
359
|
+
})
|
|
360
|
+
|
|
321
361
|
it("tcr.v20190924.DescribeTagRetentionExecution", async function () {
|
|
322
362
|
try {
|
|
323
363
|
const data = await client.DescribeTagRetentionExecution({})
|
|
@@ -328,9 +368,29 @@ it("tcr.v20190924.DescribeTagRetentionExecution", async function () {
|
|
|
328
368
|
}
|
|
329
369
|
})
|
|
330
370
|
|
|
331
|
-
it("tcr.v20190924.
|
|
371
|
+
it("tcr.v20190924.DeleteInstanceCustomizedDomain", async function () {
|
|
332
372
|
try {
|
|
333
|
-
const data = await client.
|
|
373
|
+
const data = await client.DeleteInstanceCustomizedDomain({})
|
|
374
|
+
expect(data).to.be.ok
|
|
375
|
+
} catch(error) {
|
|
376
|
+
expect(error.requestId).to.be.ok
|
|
377
|
+
expect(error.code).to.be.ok
|
|
378
|
+
}
|
|
379
|
+
})
|
|
380
|
+
|
|
381
|
+
it("tcr.v20190924.DescribeGCJobs", async function () {
|
|
382
|
+
try {
|
|
383
|
+
const data = await client.DescribeGCJobs({})
|
|
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
|
+
|
|
391
|
+
it("tcr.v20190924.DescribeImageAccelerateService", async function () {
|
|
392
|
+
try {
|
|
393
|
+
const data = await client.DescribeImageAccelerateService({})
|
|
334
394
|
expect(data).to.be.ok
|
|
335
395
|
} catch(error) {
|
|
336
396
|
expect(error.requestId).to.be.ok
|
|
@@ -388,6 +448,16 @@ it("tcr.v20190924.DescribeNamespacePersonal", async function () {
|
|
|
388
448
|
}
|
|
389
449
|
})
|
|
390
450
|
|
|
451
|
+
it("tcr.v20190924.DescribeInstanceAllNamespaces", async function () {
|
|
452
|
+
try {
|
|
453
|
+
const data = await client.DescribeInstanceAllNamespaces({})
|
|
454
|
+
expect(data).to.be.ok
|
|
455
|
+
} catch(error) {
|
|
456
|
+
expect(error.requestId).to.be.ok
|
|
457
|
+
expect(error.code).to.be.ok
|
|
458
|
+
}
|
|
459
|
+
})
|
|
460
|
+
|
|
391
461
|
it("tcr.v20190924.DescribeRepositoryPersonal", async function () {
|
|
392
462
|
try {
|
|
393
463
|
const data = await client.DescribeRepositoryPersonal({})
|
|
@@ -418,6 +488,16 @@ it("tcr.v20190924.CreateInstance", async function () {
|
|
|
418
488
|
}
|
|
419
489
|
})
|
|
420
490
|
|
|
491
|
+
it("tcr.v20190924.DescribeRegions", async function () {
|
|
492
|
+
try {
|
|
493
|
+
const data = await client.DescribeRegions({})
|
|
494
|
+
expect(data).to.be.ok
|
|
495
|
+
} catch(error) {
|
|
496
|
+
expect(error.requestId).to.be.ok
|
|
497
|
+
expect(error.code).to.be.ok
|
|
498
|
+
}
|
|
499
|
+
})
|
|
500
|
+
|
|
421
501
|
it("tcr.v20190924.DescribeSecurityPolicies", async function () {
|
|
422
502
|
try {
|
|
423
503
|
const data = await client.DescribeSecurityPolicies({})
|
|
@@ -498,6 +578,16 @@ it("tcr.v20190924.DeleteMultipleSecurityPolicy", async function () {
|
|
|
498
578
|
}
|
|
499
579
|
})
|
|
500
580
|
|
|
581
|
+
it("tcr.v20190924.DescribeImageLifecyclePersonal", async function () {
|
|
582
|
+
try {
|
|
583
|
+
const data = await client.DescribeImageLifecyclePersonal({})
|
|
584
|
+
expect(data).to.be.ok
|
|
585
|
+
} catch(error) {
|
|
586
|
+
expect(error.requestId).to.be.ok
|
|
587
|
+
expect(error.code).to.be.ok
|
|
588
|
+
}
|
|
589
|
+
})
|
|
590
|
+
|
|
501
591
|
it("tcr.v20190924.DescribeRepositoryFilterPersonal", async function () {
|
|
502
592
|
try {
|
|
503
593
|
const data = await client.DescribeRepositoryFilterPersonal({})
|
|
@@ -518,6 +608,16 @@ it("tcr.v20190924.CreateUserPersonal", async function () {
|
|
|
518
608
|
}
|
|
519
609
|
})
|
|
520
610
|
|
|
611
|
+
it("tcr.v20190924.DescribeInstanceCustomizedDomain", async function () {
|
|
612
|
+
try {
|
|
613
|
+
const data = await client.DescribeInstanceCustomizedDomain({})
|
|
614
|
+
expect(data).to.be.ok
|
|
615
|
+
} catch(error) {
|
|
616
|
+
expect(error.requestId).to.be.ok
|
|
617
|
+
expect(error.code).to.be.ok
|
|
618
|
+
}
|
|
619
|
+
})
|
|
620
|
+
|
|
521
621
|
it("tcr.v20190924.ModifyNamespace", async function () {
|
|
522
622
|
try {
|
|
523
623
|
const data = await client.ModifyNamespace({})
|
|
@@ -548,6 +648,16 @@ it("tcr.v20190924.CreateSecurityPolicy", async function () {
|
|
|
548
648
|
}
|
|
549
649
|
})
|
|
550
650
|
|
|
651
|
+
it("tcr.v20190924.CreateSignaturePolicy", async function () {
|
|
652
|
+
try {
|
|
653
|
+
const data = await client.CreateSignaturePolicy({})
|
|
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
|
+
|
|
551
661
|
it("tcr.v20190924.DeleteInstance", async function () {
|
|
552
662
|
try {
|
|
553
663
|
const data = await client.DeleteInstance({})
|
|
@@ -598,6 +708,16 @@ it("tcr.v20190924.CreateImmutableTagRules", async function () {
|
|
|
598
708
|
}
|
|
599
709
|
})
|
|
600
710
|
|
|
711
|
+
it("tcr.v20190924.DeleteRepositoryTags", async function () {
|
|
712
|
+
try {
|
|
713
|
+
const data = await client.DeleteRepositoryTags({})
|
|
714
|
+
expect(data).to.be.ok
|
|
715
|
+
} catch(error) {
|
|
716
|
+
expect(error.requestId).to.be.ok
|
|
717
|
+
expect(error.code).to.be.ok
|
|
718
|
+
}
|
|
719
|
+
})
|
|
720
|
+
|
|
601
721
|
it("tcr.v20190924.DescribeInstanceToken", async function () {
|
|
602
722
|
try {
|
|
603
723
|
const data = await client.DescribeInstanceToken({})
|
|
@@ -708,6 +828,26 @@ it("tcr.v20190924.DescribeNamespaces", async function () {
|
|
|
708
828
|
}
|
|
709
829
|
})
|
|
710
830
|
|
|
831
|
+
it("tcr.v20190924.CreateSecurityPolicies", async function () {
|
|
832
|
+
try {
|
|
833
|
+
const data = await client.CreateSecurityPolicies({})
|
|
834
|
+
expect(data).to.be.ok
|
|
835
|
+
} catch(error) {
|
|
836
|
+
expect(error.requestId).to.be.ok
|
|
837
|
+
expect(error.code).to.be.ok
|
|
838
|
+
}
|
|
839
|
+
})
|
|
840
|
+
|
|
841
|
+
it("tcr.v20190924.CreateSignature", async function () {
|
|
842
|
+
try {
|
|
843
|
+
const data = await client.CreateSignature({})
|
|
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
|
+
|
|
711
851
|
it("tcr.v20190924.DeleteInternalEndpointDns", async function () {
|
|
712
852
|
try {
|
|
713
853
|
const data = await client.DeleteInternalEndpointDns({})
|
|
@@ -788,6 +928,16 @@ it("tcr.v20190924.DeleteNamespace", async function () {
|
|
|
788
928
|
}
|
|
789
929
|
})
|
|
790
930
|
|
|
931
|
+
it("tcr.v20190924.DeleteSignaturePolicy", async function () {
|
|
932
|
+
try {
|
|
933
|
+
const data = await client.DeleteSignaturePolicy({})
|
|
934
|
+
expect(data).to.be.ok
|
|
935
|
+
} catch(error) {
|
|
936
|
+
expect(error.requestId).to.be.ok
|
|
937
|
+
expect(error.code).to.be.ok
|
|
938
|
+
}
|
|
939
|
+
})
|
|
940
|
+
|
|
791
941
|
it("tcr.v20190924.DescribeInstances", async function () {
|
|
792
942
|
try {
|
|
793
943
|
const data = await client.DescribeInstances({})
|
|
@@ -798,6 +948,16 @@ it("tcr.v20190924.DescribeInstances", async function () {
|
|
|
798
948
|
}
|
|
799
949
|
})
|
|
800
950
|
|
|
951
|
+
it("tcr.v20190924.DeleteRepositoryPersonal", async function () {
|
|
952
|
+
try {
|
|
953
|
+
const data = await client.DeleteRepositoryPersonal({})
|
|
954
|
+
expect(data).to.be.ok
|
|
955
|
+
} catch(error) {
|
|
956
|
+
expect(error.requestId).to.be.ok
|
|
957
|
+
expect(error.code).to.be.ok
|
|
958
|
+
}
|
|
959
|
+
})
|
|
960
|
+
|
|
801
961
|
it("tcr.v20190924.DescribeApplicationTriggerLogPersonal", async function () {
|
|
802
962
|
try {
|
|
803
963
|
const data = await client.DescribeApplicationTriggerLogPersonal({})
|
|
@@ -838,9 +998,9 @@ it("tcr.v20190924.DescribeWebhookTrigger", async function () {
|
|
|
838
998
|
}
|
|
839
999
|
})
|
|
840
1000
|
|
|
841
|
-
it("tcr.v20190924.
|
|
1001
|
+
it("tcr.v20190924.ManageInternalEndpoint", async function () {
|
|
842
1002
|
try {
|
|
843
|
-
const data = await client.
|
|
1003
|
+
const data = await client.ManageInternalEndpoint({})
|
|
844
1004
|
expect(data).to.be.ok
|
|
845
1005
|
} catch(error) {
|
|
846
1006
|
expect(error.requestId).to.be.ok
|
|
@@ -908,9 +1068,9 @@ it("tcr.v20190924.DescribeExternalEndpointStatus", async function () {
|
|
|
908
1068
|
}
|
|
909
1069
|
})
|
|
910
1070
|
|
|
911
|
-
it("tcr.v20190924.
|
|
1071
|
+
it("tcr.v20190924.DescribeInternalEndpoints", async function () {
|
|
912
1072
|
try {
|
|
913
|
-
const data = await client.
|
|
1073
|
+
const data = await client.DescribeInternalEndpoints({})
|
|
914
1074
|
expect(data).to.be.ok
|
|
915
1075
|
} catch(error) {
|
|
916
1076
|
expect(error.requestId).to.be.ok
|
|
@@ -468,9 +468,9 @@ it("vod.v20180717.DeleteAIAnalysisTemplate", async function () {
|
|
|
468
468
|
}
|
|
469
469
|
})
|
|
470
470
|
|
|
471
|
-
it("vod.v20180717.
|
|
471
|
+
it("vod.v20180717.DescribeDrmKeyProviderInfo", async function () {
|
|
472
472
|
try {
|
|
473
|
-
const data = await client.
|
|
473
|
+
const data = await client.DescribeDrmKeyProviderInfo({})
|
|
474
474
|
expect(data).to.be.ok
|
|
475
475
|
} catch(error) {
|
|
476
476
|
expect(error.requestId).to.be.ok
|
|
@@ -1038,6 +1038,16 @@ it("vod.v20180717.CreateWatermarkTemplate", async function () {
|
|
|
1038
1038
|
}
|
|
1039
1039
|
})
|
|
1040
1040
|
|
|
1041
|
+
it("vod.v20180717.SetDrmKeyProviderInfo", async function () {
|
|
1042
|
+
try {
|
|
1043
|
+
const data = await client.SetDrmKeyProviderInfo({})
|
|
1044
|
+
expect(data).to.be.ok
|
|
1045
|
+
} catch(error) {
|
|
1046
|
+
expect(error.requestId).to.be.ok
|
|
1047
|
+
expect(error.code).to.be.ok
|
|
1048
|
+
}
|
|
1049
|
+
})
|
|
1050
|
+
|
|
1041
1051
|
it("vod.v20180717.DescribeAIRecognitionTemplates", async function () {
|
|
1042
1052
|
try {
|
|
1043
1053
|
const data = await client.DescribeAIRecognitionTemplates({})
|
|
@@ -1228,6 +1238,16 @@ it("vod.v20180717.SimpleHlsClip", async function () {
|
|
|
1228
1238
|
}
|
|
1229
1239
|
})
|
|
1230
1240
|
|
|
1241
|
+
it("vod.v20180717.DescribeMediaInfos", async function () {
|
|
1242
|
+
try {
|
|
1243
|
+
const data = await client.DescribeMediaInfos({})
|
|
1244
|
+
expect(data).to.be.ok
|
|
1245
|
+
} catch(error) {
|
|
1246
|
+
expect(error.requestId).to.be.ok
|
|
1247
|
+
expect(error.code).to.be.ok
|
|
1248
|
+
}
|
|
1249
|
+
})
|
|
1250
|
+
|
|
1231
1251
|
it("vod.v20180717.DeleteHeadTailTemplate", async function () {
|
|
1232
1252
|
try {
|
|
1233
1253
|
const data = await client.DeleteHeadTailTemplate({})
|
|
@@ -18,6 +18,26 @@ const client = new tencentcloud.yinsuda.v20220527.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("yinsuda.v20220527.test.js", function () {
|
|
20
20
|
|
|
21
|
+
it("yinsuda.v20220527.CreateKTVRobot", async function () {
|
|
22
|
+
try {
|
|
23
|
+
const data = await client.CreateKTVRobot({})
|
|
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("yinsuda.v20220527.SyncKTVRobotCommand", async function () {
|
|
32
|
+
try {
|
|
33
|
+
const data = await client.SyncKTVRobotCommand({})
|
|
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
|
+
|
|
21
41
|
it("yinsuda.v20220527.DescribeKTVPlaylistDetail", async function () {
|
|
22
42
|
try {
|
|
23
43
|
const data = await client.DescribeKTVPlaylistDetail({})
|
|
@@ -28,6 +48,16 @@ it("yinsuda.v20220527.DescribeKTVPlaylistDetail", async function () {
|
|
|
28
48
|
}
|
|
29
49
|
})
|
|
30
50
|
|
|
51
|
+
it("yinsuda.v20220527.DestroyKTVRobot", async function () {
|
|
52
|
+
try {
|
|
53
|
+
const data = await client.DestroyKTVRobot({})
|
|
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
|
+
|
|
31
61
|
it("yinsuda.v20220527.DescribeKTVSuggestions", async function () {
|
|
32
62
|
try {
|
|
33
63
|
const data = await client.DescribeKTVSuggestions({})
|
|
@@ -58,6 +88,16 @@ it("yinsuda.v20220527.DescribeKTVPlaylists", async function () {
|
|
|
58
88
|
}
|
|
59
89
|
})
|
|
60
90
|
|
|
91
|
+
it("yinsuda.v20220527.DescribeKTVRobots", async function () {
|
|
92
|
+
try {
|
|
93
|
+
const data = await client.DescribeKTVRobots({})
|
|
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
|
+
|
|
61
101
|
it("yinsuda.v20220527.DescribeKTVMatchMusics", async function () {
|
|
62
102
|
try {
|
|
63
103
|
const data = await client.DescribeKTVMatchMusics({})
|