tencentcloud-sdk-nodejs 4.0.517 → 4.0.519
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 +429 -0
- package/SERVICE_CHANGELOG.md +475 -189
- package/package.json +1 -1
- package/products.md +27 -27
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +18 -0
- package/src/services/billing/v20180709/billing_models.ts +1 -1
- package/src/services/car/v20220110/car_models.ts +5 -0
- package/src/services/ccc/v20200210/ccc_client.ts +5 -3
- package/src/services/ccc/v20200210/ccc_models.ts +18 -12
- package/src/services/cdn/v20180606/cdn_models.ts +3 -3
- package/src/services/cfg/v20210820/cfg_models.ts +2 -2
- package/src/services/chdfs/v20201112/chdfs_models.ts +19 -1
- package/src/services/ckafka/v20190819/ckafka_client.ts +13 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +53 -0
- package/src/services/dbbrain/v20210527/dbbrain_client.ts +2 -1
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +38 -3
- package/src/services/dts/v20211206/dts_client.ts +1 -1
- package/src/services/ecm/v20190719/ecm_models.ts +17 -1
- package/src/services/ess/v20201111/ess_models.ts +6 -1
- package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/faceid/v20180301/faceid_client.ts +0 -12
- package/src/services/faceid/v20180301/faceid_models.ts +0 -33
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +3 -3
- package/src/services/sts/v20180813/sts_models.ts +3 -3
- package/src/services/teo/v20220901/teo_client.ts +708 -1219
- package/src/services/teo/v20220901/teo_models.ts +4787 -8094
- package/src/services/tione/v20211111/tione_models.ts +11 -1
- package/src/services/tke/v20180525/tke_client.ts +148 -49
- package/src/services/tke/v20180525/tke_models.ts +589 -199
- package/src/services/trtc/v20190722/trtc_models.ts +5 -0
- package/src/services/tsf/v20180326/tsf_models.ts +1 -1
- package/src/services/tts/v20190823/tts_client.ts +1 -0
- package/src/services/vod/v20180717/vod_models.ts +6 -0
- package/src/services/vpc/v20170312/vpc_client.ts +12 -0
- package/src/services/vpc/v20170312/vpc_models.ts +57 -3
- package/src/services/yinsuda/v20220527/yinsuda_client.ts +15 -3
- package/src/services/yinsuda/v20220527/yinsuda_models.ts +81 -31
- 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 +15 -0
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +1 -1
- package/tencentcloud/services/car/v20220110/car_models.d.ts +4 -0
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +4 -2
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +4 -2
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +17 -12
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +3 -3
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +2 -2
- package/tencentcloud/services/chdfs/v20201112/chdfs_models.d.ts +16 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +5 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +6 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +46 -0
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +1 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +1 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +33 -3
- package/tencentcloud/services/dts/v20211206/dts_client.d.ts +1 -1
- package/tencentcloud/services/dts/v20211206/dts_client.js +1 -1
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +14 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +5 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +1 -5
- package/tencentcloud/services/faceid/v20180301/faceid_client.js +0 -6
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +0 -30
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +3 -3
- package/tencentcloud/services/sts/v20180813/sts_models.d.ts +3 -3
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +149 -309
- package/tencentcloud/services/teo/v20220901/teo_client.js +243 -483
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +4305 -7117
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +9 -1
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +47 -15
- package/tencentcloud/services/tke/v20180525/tke_client.js +69 -21
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +503 -170
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +4 -0
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +1 -1
- package/tencentcloud/services/tts/v20190823/tts_client.d.ts +1 -0
- package/tencentcloud/services/tts/v20190823/tts_client.js +1 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +5 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +5 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +6 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +51 -3
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.d.ts +5 -1
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.js +6 -0
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +71 -29
- package/test/ckafka.v20190819.test.js +10 -0
- package/test/faceid.v20180301.test.js +0 -10
- package/test/teo.v20220901.test.js +158 -558
- package/test/tke.v20180525.test.js +100 -20
- package/test/vpc.v20170312.test.js +10 -0
- package/test/yinsuda.v20220527.test.js +10 -0
|
@@ -38,9 +38,9 @@ it("tke.v20180525.CreateECMInstances", async function () {
|
|
|
38
38
|
}
|
|
39
39
|
})
|
|
40
40
|
|
|
41
|
-
it("tke.v20180525.
|
|
41
|
+
it("tke.v20180525.DescribeClusterVirtualNode", async function () {
|
|
42
42
|
try {
|
|
43
|
-
const data = await client.
|
|
43
|
+
const data = await client.DescribeClusterVirtualNode({})
|
|
44
44
|
expect(data).to.be.ok
|
|
45
45
|
} catch(error) {
|
|
46
46
|
expect(error.requestId).to.be.ok
|
|
@@ -68,6 +68,16 @@ it("tke.v20180525.InstallEdgeLogAgent", async function () {
|
|
|
68
68
|
}
|
|
69
69
|
})
|
|
70
70
|
|
|
71
|
+
it("tke.v20180525.CreateClusterVirtualNodePool", async function () {
|
|
72
|
+
try {
|
|
73
|
+
const data = await client.CreateClusterVirtualNodePool({})
|
|
74
|
+
expect(data).to.be.ok
|
|
75
|
+
} catch(error) {
|
|
76
|
+
expect(error.requestId).to.be.ok
|
|
77
|
+
expect(error.code).to.be.ok
|
|
78
|
+
}
|
|
79
|
+
})
|
|
80
|
+
|
|
71
81
|
it("tke.v20180525.ModifyClusterAsGroupOptionAttribute", async function () {
|
|
72
82
|
try {
|
|
73
83
|
const data = await client.ModifyClusterAsGroupOptionAttribute({})
|
|
@@ -168,16 +178,6 @@ it("tke.v20180525.DescribeClusterCommonNames", async function () {
|
|
|
168
178
|
}
|
|
169
179
|
})
|
|
170
180
|
|
|
171
|
-
it("tke.v20180525.DescribePrometheusInstanceInitStatus", async function () {
|
|
172
|
-
try {
|
|
173
|
-
const data = await client.DescribePrometheusInstanceInitStatus({})
|
|
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
|
-
|
|
181
181
|
it("tke.v20180525.EnableEventPersistence", async function () {
|
|
182
182
|
try {
|
|
183
183
|
const data = await client.EnableEventPersistence({})
|
|
@@ -248,6 +248,16 @@ it("tke.v20180525.GetMostSuitableImageCache", async function () {
|
|
|
248
248
|
}
|
|
249
249
|
})
|
|
250
250
|
|
|
251
|
+
it("tke.v20180525.DeleteClusterVirtualNode", async function () {
|
|
252
|
+
try {
|
|
253
|
+
const data = await client.DeleteClusterVirtualNode({})
|
|
254
|
+
expect(data).to.be.ok
|
|
255
|
+
} catch(error) {
|
|
256
|
+
expect(error.requestId).to.be.ok
|
|
257
|
+
expect(error.code).to.be.ok
|
|
258
|
+
}
|
|
259
|
+
})
|
|
260
|
+
|
|
251
261
|
it("tke.v20180525.DescribeTKEEdgeScript", async function () {
|
|
252
262
|
try {
|
|
253
263
|
const data = await client.DescribeTKEEdgeScript({})
|
|
@@ -378,9 +388,19 @@ it("tke.v20180525.DescribeEdgeClusterExtraArgs", async function () {
|
|
|
378
388
|
}
|
|
379
389
|
})
|
|
380
390
|
|
|
381
|
-
it("tke.v20180525.
|
|
391
|
+
it("tke.v20180525.ModifyClusterVirtualNodePool", async function () {
|
|
382
392
|
try {
|
|
383
|
-
const data = await client.
|
|
393
|
+
const data = await client.ModifyClusterVirtualNodePool({})
|
|
394
|
+
expect(data).to.be.ok
|
|
395
|
+
} catch(error) {
|
|
396
|
+
expect(error.requestId).to.be.ok
|
|
397
|
+
expect(error.code).to.be.ok
|
|
398
|
+
}
|
|
399
|
+
})
|
|
400
|
+
|
|
401
|
+
it("tke.v20180525.DescribeClusterNodePools", async function () {
|
|
402
|
+
try {
|
|
403
|
+
const data = await client.DescribeClusterNodePools({})
|
|
384
404
|
expect(data).to.be.ok
|
|
385
405
|
} catch(error) {
|
|
386
406
|
expect(error.requestId).to.be.ok
|
|
@@ -578,9 +598,9 @@ it("tke.v20180525.DescribeExistedInstances", async function () {
|
|
|
578
598
|
}
|
|
579
599
|
})
|
|
580
600
|
|
|
581
|
-
it("tke.v20180525.
|
|
601
|
+
it("tke.v20180525.DescribePrometheusInstanceInitStatus", async function () {
|
|
582
602
|
try {
|
|
583
|
-
const data = await client.
|
|
603
|
+
const data = await client.DescribePrometheusInstanceInitStatus({})
|
|
584
604
|
expect(data).to.be.ok
|
|
585
605
|
} catch(error) {
|
|
586
606
|
expect(error.requestId).to.be.ok
|
|
@@ -658,6 +678,16 @@ it("tke.v20180525.DescribeClusterEndpointStatus", async function () {
|
|
|
658
678
|
}
|
|
659
679
|
})
|
|
660
680
|
|
|
681
|
+
it("tke.v20180525.UpdateImageCache", async function () {
|
|
682
|
+
try {
|
|
683
|
+
const data = await client.UpdateImageCache({})
|
|
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
|
+
|
|
661
691
|
it("tke.v20180525.DescribeRegions", async function () {
|
|
662
692
|
try {
|
|
663
693
|
const data = await client.DescribeRegions({})
|
|
@@ -788,6 +818,16 @@ it("tke.v20180525.CreateImageCache", async function () {
|
|
|
788
818
|
}
|
|
789
819
|
})
|
|
790
820
|
|
|
821
|
+
it("tke.v20180525.DeleteClusterVirtualNodePool", async function () {
|
|
822
|
+
try {
|
|
823
|
+
const data = await client.DeleteClusterVirtualNodePool({})
|
|
824
|
+
expect(data).to.be.ok
|
|
825
|
+
} catch(error) {
|
|
826
|
+
expect(error.requestId).to.be.ok
|
|
827
|
+
expect(error.code).to.be.ok
|
|
828
|
+
}
|
|
829
|
+
})
|
|
830
|
+
|
|
791
831
|
it("tke.v20180525.UpdateEKSContainerInstance", async function () {
|
|
792
832
|
try {
|
|
793
833
|
const data = await client.UpdateEKSContainerInstance({})
|
|
@@ -818,6 +858,16 @@ it("tke.v20180525.DescribePrometheusAlertRule", async function () {
|
|
|
818
858
|
}
|
|
819
859
|
})
|
|
820
860
|
|
|
861
|
+
it("tke.v20180525.DrainClusterVirtualNode", async function () {
|
|
862
|
+
try {
|
|
863
|
+
const data = await client.DrainClusterVirtualNode({})
|
|
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
|
+
|
|
821
871
|
it("tke.v20180525.RestartEKSContainerInstances", async function () {
|
|
822
872
|
try {
|
|
823
873
|
const data = await client.RestartEKSContainerInstances({})
|
|
@@ -1498,6 +1548,16 @@ it("tke.v20180525.CreateClusterRelease", async function () {
|
|
|
1498
1548
|
}
|
|
1499
1549
|
})
|
|
1500
1550
|
|
|
1551
|
+
it("tke.v20180525.DescribeClusterVirtualNodePools", async function () {
|
|
1552
|
+
try {
|
|
1553
|
+
const data = await client.DescribeClusterVirtualNodePools({})
|
|
1554
|
+
expect(data).to.be.ok
|
|
1555
|
+
} catch(error) {
|
|
1556
|
+
expect(error.requestId).to.be.ok
|
|
1557
|
+
expect(error.code).to.be.ok
|
|
1558
|
+
}
|
|
1559
|
+
})
|
|
1560
|
+
|
|
1501
1561
|
it("tke.v20180525.GetClusterLevelPrice", async function () {
|
|
1502
1562
|
try {
|
|
1503
1563
|
const data = await client.GetClusterLevelPrice({})
|
|
@@ -1538,6 +1598,16 @@ it("tke.v20180525.DescribeEdgeClusterUpgradeInfo", async function () {
|
|
|
1538
1598
|
}
|
|
1539
1599
|
})
|
|
1540
1600
|
|
|
1601
|
+
it("tke.v20180525.RollbackClusterRelease", async function () {
|
|
1602
|
+
try {
|
|
1603
|
+
const data = await client.RollbackClusterRelease({})
|
|
1604
|
+
expect(data).to.be.ok
|
|
1605
|
+
} catch(error) {
|
|
1606
|
+
expect(error.requestId).to.be.ok
|
|
1607
|
+
expect(error.code).to.be.ok
|
|
1608
|
+
}
|
|
1609
|
+
})
|
|
1610
|
+
|
|
1541
1611
|
it("tke.v20180525.DescribePrometheusConfig", async function () {
|
|
1542
1612
|
try {
|
|
1543
1613
|
const data = await client.DescribePrometheusConfig({})
|
|
@@ -1578,9 +1648,9 @@ it("tke.v20180525.DescribeClusterAsGroupOption", async function () {
|
|
|
1578
1648
|
}
|
|
1579
1649
|
})
|
|
1580
1650
|
|
|
1581
|
-
it("tke.v20180525.
|
|
1651
|
+
it("tke.v20180525.DescribeEKSClusters", async function () {
|
|
1582
1652
|
try {
|
|
1583
|
-
const data = await client.
|
|
1653
|
+
const data = await client.DescribeEKSClusters({})
|
|
1584
1654
|
expect(data).to.be.ok
|
|
1585
1655
|
} catch(error) {
|
|
1586
1656
|
expect(error.requestId).to.be.ok
|
|
@@ -1588,9 +1658,9 @@ it("tke.v20180525.RollbackClusterRelease", async function () {
|
|
|
1588
1658
|
}
|
|
1589
1659
|
})
|
|
1590
1660
|
|
|
1591
|
-
it("tke.v20180525.
|
|
1661
|
+
it("tke.v20180525.DescribeClusterAsGroups", async function () {
|
|
1592
1662
|
try {
|
|
1593
|
-
const data = await client.
|
|
1663
|
+
const data = await client.DescribeClusterAsGroups({})
|
|
1594
1664
|
expect(data).to.be.ok
|
|
1595
1665
|
} catch(error) {
|
|
1596
1666
|
expect(error.requestId).to.be.ok
|
|
@@ -1798,6 +1868,16 @@ it("tke.v20180525.GetTkeAppChartList", async function () {
|
|
|
1798
1868
|
}
|
|
1799
1869
|
})
|
|
1800
1870
|
|
|
1871
|
+
it("tke.v20180525.CreateClusterVirtualNode", async function () {
|
|
1872
|
+
try {
|
|
1873
|
+
const data = await client.CreateClusterVirtualNode({})
|
|
1874
|
+
expect(data).to.be.ok
|
|
1875
|
+
} catch(error) {
|
|
1876
|
+
expect(error.requestId).to.be.ok
|
|
1877
|
+
expect(error.code).to.be.ok
|
|
1878
|
+
}
|
|
1879
|
+
})
|
|
1880
|
+
|
|
1801
1881
|
it("tke.v20180525.CheckEdgeClusterCIDR", async function () {
|
|
1802
1882
|
try {
|
|
1803
1883
|
const data = await client.CheckEdgeClusterCIDR({})
|
|
@@ -2688,6 +2688,16 @@ it("vpc.v20170312.LockCcns", async function () {
|
|
|
2688
2688
|
}
|
|
2689
2689
|
})
|
|
2690
2690
|
|
|
2691
|
+
it("vpc.v20170312.CreateTrafficPackages", async function () {
|
|
2692
|
+
try {
|
|
2693
|
+
const data = await client.CreateTrafficPackages({})
|
|
2694
|
+
expect(data).to.be.ok
|
|
2695
|
+
} catch(error) {
|
|
2696
|
+
expect(error.requestId).to.be.ok
|
|
2697
|
+
expect(error.code).to.be.ok
|
|
2698
|
+
}
|
|
2699
|
+
})
|
|
2700
|
+
|
|
2691
2701
|
it("vpc.v20170312.CreateRoutes", async function () {
|
|
2692
2702
|
try {
|
|
2693
2703
|
const data = await client.CreateRoutes({})
|
|
@@ -98,6 +98,16 @@ it("yinsuda.v20220527.DescribeKTVPlaylists", async function () {
|
|
|
98
98
|
}
|
|
99
99
|
})
|
|
100
100
|
|
|
101
|
+
it("yinsuda.v20220527.ApplyChorus", async function () {
|
|
102
|
+
try {
|
|
103
|
+
const data = await client.ApplyChorus({})
|
|
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
|
+
|
|
101
111
|
it("yinsuda.v20220527.DescribeKTVRobots", async function () {
|
|
102
112
|
try {
|
|
103
113
|
const data = await client.DescribeKTVRobots({})
|