tencentcloud-sdk-nodejs 4.0.364 → 4.0.367
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 +279 -0
- package/SERVICE_CHANGELOG.md +277 -164
- package/package.json +1 -1
- package/products.md +18 -18
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apm/v20210622/apm_models.ts +13 -1
- package/src/services/cls/v20201016/cls_models.ts +1 -0
- package/src/services/cpdp/v20190820/cpdp_models.ts +39 -8
- package/src/services/cwp/v20180228/cwp_models.ts +5 -3
- package/src/services/dlc/v20210125/dlc_models.ts +5 -0
- package/src/services/iotvideo/v20201215/iotvideo_models.ts +1 -1
- package/src/services/live/v20180801/live_client.ts +1 -1
- package/src/services/live/v20180801/live_models.ts +42 -1
- package/src/services/tbaas/v20180416/tbaas_client.ts +111 -63
- package/src/services/tbaas/v20180416/tbaas_models.ts +1199 -1014
- package/src/services/tcbr/v20220217/tcbr_client.ts +28 -2
- package/src/services/tcbr/v20220217/tcbr_models.ts +152 -17
- package/src/services/tcss/v20201101/tcss_models.ts +18 -0
- package/src/services/tke/v20180525/tke_models.ts +2 -2
- package/src/services/trtc/v20190722/trtc_client.ts +7 -25
- package/src/services/trtc/v20190722/trtc_models.ts +0 -134
- package/src/services/tsf/v20180326/tsf_client.ts +204 -51
- package/src/services/tsf/v20180326/tsf_models.ts +968 -236
- package/src/services/vod/v20180717/vod_client.ts +7 -0
- package/src/services/vod/v20180717/vod_models.ts +33 -13
- package/src/services/vpc/v20170312/vpc_client.ts +14 -1
- package/src/services/vpc/v20170312/vpc_models.ts +56 -11
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +11 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +34 -8
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +5 -3
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +4 -0
- package/tencentcloud/services/iotvideo/v20201215/iotvideo_models.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_client.js +1 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +35 -1
- package/tencentcloud/services/tbaas/v20180416/tbaas_client.d.ts +17 -1
- package/tencentcloud/services/tbaas/v20180416/tbaas_client.js +24 -0
- package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +1160 -1003
- package/tencentcloud/services/tcbr/v20220217/tcbr_client.d.ts +9 -1
- package/tencentcloud/services/tcbr/v20220217/tcbr_client.js +12 -0
- package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +130 -16
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +15 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +2 -2
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +3 -11
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +3 -13
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +0 -112
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +61 -13
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +90 -18
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +842 -213
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +6 -0
- package/tencentcloud/services/vod/v20180717/vod_client.js +6 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +28 -11
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +6 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +7 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +48 -10
- package/test/tbaas.v20180416.test.js +40 -0
- package/test/tcbr.v20220217.test.js +20 -0
- package/test/trtc.v20190722.test.js +2 -12
- package/test/tsf.v20180326.test.js +132 -12
- package/test/vpc.v20170312.test.js +10 -0
|
@@ -58,9 +58,9 @@ it("tsf.v20180326.DescribeMicroservices", async function () {
|
|
|
58
58
|
}
|
|
59
59
|
})
|
|
60
60
|
|
|
61
|
-
it("tsf.v20180326.
|
|
61
|
+
it("tsf.v20180326.DescribeApplicationBusinessLogConfig", async function () {
|
|
62
62
|
try {
|
|
63
|
-
const data = await client.
|
|
63
|
+
const data = await client.DescribeApplicationBusinessLogConfig({})
|
|
64
64
|
expect(data).to.be.ok
|
|
65
65
|
} catch(error) {
|
|
66
66
|
expect(error.requestId).to.be.ok
|
|
@@ -308,6 +308,16 @@ it("tsf.v20180326.DescribeFileConfigs", async function () {
|
|
|
308
308
|
}
|
|
309
309
|
})
|
|
310
310
|
|
|
311
|
+
it("tsf.v20180326.ModifyContainerReplicas", async function () {
|
|
312
|
+
try {
|
|
313
|
+
const data = await client.ModifyContainerReplicas({})
|
|
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("tsf.v20180326.DescribeSimpleClusters", async function () {
|
|
312
322
|
try {
|
|
313
323
|
const data = await client.DescribeSimpleClusters({})
|
|
@@ -328,6 +338,16 @@ it("tsf.v20180326.DescribeApiDetail", async function () {
|
|
|
328
338
|
}
|
|
329
339
|
})
|
|
330
340
|
|
|
341
|
+
it("tsf.v20180326.CreateContainGroup", async function () {
|
|
342
|
+
try {
|
|
343
|
+
const data = await client.CreateContainGroup({})
|
|
344
|
+
expect(data).to.be.ok
|
|
345
|
+
} catch(error) {
|
|
346
|
+
expect(error.requestId).to.be.ok
|
|
347
|
+
expect(error.code).to.be.ok
|
|
348
|
+
}
|
|
349
|
+
})
|
|
350
|
+
|
|
331
351
|
it("tsf.v20180326.DescribeGroupsWithPlugin", async function () {
|
|
332
352
|
try {
|
|
333
353
|
const data = await client.DescribeGroupsWithPlugin({})
|
|
@@ -348,6 +368,16 @@ it("tsf.v20180326.DisableUnitRoute", async function () {
|
|
|
348
368
|
}
|
|
349
369
|
})
|
|
350
370
|
|
|
371
|
+
it("tsf.v20180326.DisassociateBusinessLogConfig", async function () {
|
|
372
|
+
try {
|
|
373
|
+
const data = await client.DisassociateBusinessLogConfig({})
|
|
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
|
+
|
|
351
381
|
it("tsf.v20180326.CreateConfig", async function () {
|
|
352
382
|
try {
|
|
353
383
|
const data = await client.CreateConfig({})
|
|
@@ -478,6 +508,16 @@ it("tsf.v20180326.CreateUnitRule", async function () {
|
|
|
478
508
|
}
|
|
479
509
|
})
|
|
480
510
|
|
|
511
|
+
it("tsf.v20180326.UpdateRepository", async function () {
|
|
512
|
+
try {
|
|
513
|
+
const data = await client.UpdateRepository({})
|
|
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
|
+
|
|
481
521
|
it("tsf.v20180326.DescribeGroupUseDetail", async function () {
|
|
482
522
|
try {
|
|
483
523
|
const data = await client.DescribeGroupUseDetail({})
|
|
@@ -498,9 +538,9 @@ it("tsf.v20180326.DescribePublicConfig", async function () {
|
|
|
498
538
|
}
|
|
499
539
|
})
|
|
500
540
|
|
|
501
|
-
it("tsf.v20180326.
|
|
541
|
+
it("tsf.v20180326.ReassociateBusinessLogConfig", async function () {
|
|
502
542
|
try {
|
|
503
|
-
const data = await client.
|
|
543
|
+
const data = await client.ReassociateBusinessLogConfig({})
|
|
504
544
|
expect(data).to.be.ok
|
|
505
545
|
} catch(error) {
|
|
506
546
|
expect(error.requestId).to.be.ok
|
|
@@ -608,6 +648,16 @@ it("tsf.v20180326.StopContainerGroup", async function () {
|
|
|
608
648
|
}
|
|
609
649
|
})
|
|
610
650
|
|
|
651
|
+
it("tsf.v20180326.DescribeGroupBusinessLogConfigs", async function () {
|
|
652
|
+
try {
|
|
653
|
+
const data = await client.DescribeGroupBusinessLogConfigs({})
|
|
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
|
+
|
|
611
661
|
it("tsf.v20180326.DescribeGroupRelease", async function () {
|
|
612
662
|
try {
|
|
613
663
|
const data = await client.DescribeGroupRelease({})
|
|
@@ -678,6 +728,16 @@ it("tsf.v20180326.UnbindApiGroup", async function () {
|
|
|
678
728
|
}
|
|
679
729
|
})
|
|
680
730
|
|
|
731
|
+
it("tsf.v20180326.DescribeGroupInstances", async function () {
|
|
732
|
+
try {
|
|
733
|
+
const data = await client.DescribeGroupInstances({})
|
|
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("tsf.v20180326.CreateLaneRule", async function () {
|
|
682
742
|
try {
|
|
683
743
|
const data = await client.CreateLaneRule({})
|
|
@@ -708,6 +768,16 @@ it("tsf.v20180326.DescribeApiGroups", async function () {
|
|
|
708
768
|
}
|
|
709
769
|
})
|
|
710
770
|
|
|
771
|
+
it("tsf.v20180326.DescribeBusinessLogConfigs", async function () {
|
|
772
|
+
try {
|
|
773
|
+
const data = await client.DescribeBusinessLogConfigs({})
|
|
774
|
+
expect(data).to.be.ok
|
|
775
|
+
} catch(error) {
|
|
776
|
+
expect(error.requestId).to.be.ok
|
|
777
|
+
expect(error.code).to.be.ok
|
|
778
|
+
}
|
|
779
|
+
})
|
|
780
|
+
|
|
711
781
|
it("tsf.v20180326.ReleaseConfig", async function () {
|
|
712
782
|
try {
|
|
713
783
|
const data = await client.ReleaseConfig({})
|
|
@@ -838,6 +908,16 @@ it("tsf.v20180326.DescribeInovcationIndicators", async function () {
|
|
|
838
908
|
}
|
|
839
909
|
})
|
|
840
910
|
|
|
911
|
+
it("tsf.v20180326.DescribeDeliveryConfigByGroupId", async function () {
|
|
912
|
+
try {
|
|
913
|
+
const data = await client.DescribeDeliveryConfigByGroupId({})
|
|
914
|
+
expect(data).to.be.ok
|
|
915
|
+
} catch(error) {
|
|
916
|
+
expect(error.requestId).to.be.ok
|
|
917
|
+
expect(error.code).to.be.ok
|
|
918
|
+
}
|
|
919
|
+
})
|
|
920
|
+
|
|
841
921
|
it("tsf.v20180326.DescribeSimpleGroups", async function () {
|
|
842
922
|
try {
|
|
843
923
|
const data = await client.DescribeSimpleGroups({})
|
|
@@ -1048,9 +1128,9 @@ it("tsf.v20180326.DescribeTaskLastStatus", async function () {
|
|
|
1048
1128
|
}
|
|
1049
1129
|
})
|
|
1050
1130
|
|
|
1051
|
-
it("tsf.v20180326.
|
|
1131
|
+
it("tsf.v20180326.DescribeBusinessLogConfig", async function () {
|
|
1052
1132
|
try {
|
|
1053
|
-
const data = await client.
|
|
1133
|
+
const data = await client.DescribeBusinessLogConfig({})
|
|
1054
1134
|
expect(data).to.be.ok
|
|
1055
1135
|
} catch(error) {
|
|
1056
1136
|
expect(error.requestId).to.be.ok
|
|
@@ -1058,9 +1138,9 @@ it("tsf.v20180326.DescribeGroupInstances", async function () {
|
|
|
1058
1138
|
}
|
|
1059
1139
|
})
|
|
1060
1140
|
|
|
1061
|
-
it("tsf.v20180326.
|
|
1141
|
+
it("tsf.v20180326.DescribeGatewayAllGroupApis", async function () {
|
|
1062
1142
|
try {
|
|
1063
|
-
const data = await client.
|
|
1143
|
+
const data = await client.DescribeGatewayAllGroupApis({})
|
|
1064
1144
|
expect(data).to.be.ok
|
|
1065
1145
|
} catch(error) {
|
|
1066
1146
|
expect(error.requestId).to.be.ok
|
|
@@ -1108,6 +1188,16 @@ it("tsf.v20180326.DescribePathRewrite", async function () {
|
|
|
1108
1188
|
}
|
|
1109
1189
|
})
|
|
1110
1190
|
|
|
1191
|
+
it("tsf.v20180326.DisassociateKafkaConfig", async function () {
|
|
1192
|
+
try {
|
|
1193
|
+
const data = await client.DisassociateKafkaConfig({})
|
|
1194
|
+
expect(data).to.be.ok
|
|
1195
|
+
} catch(error) {
|
|
1196
|
+
expect(error.requestId).to.be.ok
|
|
1197
|
+
expect(error.code).to.be.ok
|
|
1198
|
+
}
|
|
1199
|
+
})
|
|
1200
|
+
|
|
1111
1201
|
it("tsf.v20180326.DescribeInvocationMetricDataCurve", async function () {
|
|
1112
1202
|
try {
|
|
1113
1203
|
const data = await client.DescribeInvocationMetricDataCurve({})
|
|
@@ -1238,6 +1328,16 @@ it("tsf.v20180326.DeployGroup", async function () {
|
|
|
1238
1328
|
}
|
|
1239
1329
|
})
|
|
1240
1330
|
|
|
1331
|
+
it("tsf.v20180326.DescribeDeliveryConfigs", async function () {
|
|
1332
|
+
try {
|
|
1333
|
+
const data = await client.DescribeDeliveryConfigs({})
|
|
1334
|
+
expect(data).to.be.ok
|
|
1335
|
+
} catch(error) {
|
|
1336
|
+
expect(error.requestId).to.be.ok
|
|
1337
|
+
expect(error.code).to.be.ok
|
|
1338
|
+
}
|
|
1339
|
+
})
|
|
1340
|
+
|
|
1241
1341
|
it("tsf.v20180326.UpdateApiGroup", async function () {
|
|
1242
1342
|
try {
|
|
1243
1343
|
const data = await client.UpdateApiGroup({})
|
|
@@ -1338,6 +1438,16 @@ it("tsf.v20180326.RedoTaskBatch", async function () {
|
|
|
1338
1438
|
}
|
|
1339
1439
|
})
|
|
1340
1440
|
|
|
1441
|
+
it("tsf.v20180326.AssociateBusinessLogConfig", async function () {
|
|
1442
|
+
try {
|
|
1443
|
+
const data = await client.AssociateBusinessLogConfig({})
|
|
1444
|
+
expect(data).to.be.ok
|
|
1445
|
+
} catch(error) {
|
|
1446
|
+
expect(error.requestId).to.be.ok
|
|
1447
|
+
expect(error.code).to.be.ok
|
|
1448
|
+
}
|
|
1449
|
+
})
|
|
1450
|
+
|
|
1341
1451
|
it("tsf.v20180326.DescribePublicConfigReleaseLogs", async function () {
|
|
1342
1452
|
try {
|
|
1343
1453
|
const data = await client.DescribePublicConfigReleaseLogs({})
|
|
@@ -1408,9 +1518,9 @@ it("tsf.v20180326.DescribeJvmMonitor", async function () {
|
|
|
1408
1518
|
}
|
|
1409
1519
|
})
|
|
1410
1520
|
|
|
1411
|
-
it("tsf.v20180326.
|
|
1521
|
+
it("tsf.v20180326.DeleteRepository", async function () {
|
|
1412
1522
|
try {
|
|
1413
|
-
const data = await client.
|
|
1523
|
+
const data = await client.DeleteRepository({})
|
|
1414
1524
|
expect(data).to.be.ok
|
|
1415
1525
|
} catch(error) {
|
|
1416
1526
|
expect(error.requestId).to.be.ok
|
|
@@ -1608,9 +1718,9 @@ it("tsf.v20180326.ChangeApiUsableStatus", async function () {
|
|
|
1608
1718
|
}
|
|
1609
1719
|
})
|
|
1610
1720
|
|
|
1611
|
-
it("tsf.v20180326.
|
|
1721
|
+
it("tsf.v20180326.DescribeDeliveryConfig", async function () {
|
|
1612
1722
|
try {
|
|
1613
|
-
const data = await client.
|
|
1723
|
+
const data = await client.DescribeDeliveryConfig({})
|
|
1614
1724
|
expect(data).to.be.ok
|
|
1615
1725
|
} catch(error) {
|
|
1616
1726
|
expect(error.requestId).to.be.ok
|
|
@@ -1708,6 +1818,16 @@ it("tsf.v20180326.DescribePublicConfigReleases", async function () {
|
|
|
1708
1818
|
}
|
|
1709
1819
|
})
|
|
1710
1820
|
|
|
1821
|
+
it("tsf.v20180326.AssociateConfigWithGroup", async function () {
|
|
1822
|
+
try {
|
|
1823
|
+
const data = await client.AssociateConfigWithGroup({})
|
|
1824
|
+
expect(data).to.be.ok
|
|
1825
|
+
} catch(error) {
|
|
1826
|
+
expect(error.requestId).to.be.ok
|
|
1827
|
+
expect(error.code).to.be.ok
|
|
1828
|
+
}
|
|
1829
|
+
})
|
|
1830
|
+
|
|
1711
1831
|
it("tsf.v20180326.DescribeLanes", async function () {
|
|
1712
1832
|
try {
|
|
1713
1833
|
const data = await client.DescribeLanes({})
|
|
@@ -58,6 +58,16 @@ it("vpc.v20170312.ReplaceSecurityGroupPolicy", async function () {
|
|
|
58
58
|
}
|
|
59
59
|
})
|
|
60
60
|
|
|
61
|
+
it("vpc.v20170312.AdjustPublicAddress", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.AdjustPublicAddress({})
|
|
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("vpc.v20170312.CreateFlowLog", async function () {
|
|
62
72
|
try {
|
|
63
73
|
const data = await client.CreateFlowLog({})
|