tencentcloud-sdk-nodejs 4.0.598 → 4.0.600
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 +418 -0
- package/SERVICE_CHANGELOG.md +444 -62
- package/package.json +1 -1
- package/products.md +30 -30
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +2 -2
- package/src/services/batch/v20170312/batch_models.ts +3 -2
- package/src/services/cam/v20190116/cam_models.ts +17 -2
- package/src/services/ccc/v20200210/ccc_client.ts +1 -0
- package/src/services/ccc/v20200210/ccc_models.ts +30 -0
- package/src/services/cdb/v20170320/cdb_client.ts +12 -0
- package/src/services/cdb/v20170320/cdb_models.ts +36 -0
- package/src/services/cdn/v20180606/cdn_models.ts +77 -31
- package/src/services/cfg/v20210820/cfg_models.ts +15 -3
- package/src/services/cfw/v20190904/cfw_client.ts +2 -1
- package/src/services/cfw/v20190904/cfw_models.ts +101 -17
- package/src/services/cls/v20201016/cls_models.ts +7 -0
- package/src/services/cvm/v20170312/cvm_models.ts +5 -4
- package/src/services/cwp/v20180228/cwp_client.ts +40 -3
- package/src/services/cwp/v20180228/cwp_models.ts +339 -221
- package/src/services/dasb/v20191018/dasb_models.ts +2 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/fmu/v20191213/fmu_models.ts +3 -3
- package/src/services/gs/v20191118/gs_models.ts +1 -1
- package/src/services/lcic/v20220817/lcic_client.ts +12 -0
- package/src/services/lcic/v20220817/lcic_models.ts +50 -0
- package/src/services/live/v20180801/live_client.ts +1 -1
- package/src/services/live/v20180801/live_models.ts +91 -46
- package/src/services/mps/v20190612/mps_client.ts +1 -1
- package/src/services/mps/v20190612/mps_models.ts +149 -21
- package/src/services/tdmq/v20200217/tdmq_client.ts +13 -0
- package/src/services/tdmq/v20200217/tdmq_models.ts +108 -0
- package/src/services/tione/v20211111/tione_models.ts +8 -2
- package/src/services/tke/v20180525/tke_client.ts +49 -4
- package/src/services/tke/v20180525/tke_models.ts +483 -106
- package/src/services/tse/v20201207/tse_models.ts +6 -0
- package/src/services/vpc/v20170312/vpc_client.ts +52 -12
- package/src/services/vpc/v20170312/vpc_models.ts +211 -39
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -2
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +1 -0
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +14 -2
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +25 -0
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +5 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +6 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +31 -0
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +72 -26
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +13 -3
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +1 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +1 -1
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +88 -17
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +6 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +3 -2
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +13 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +18 -0
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +282 -181
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/fmu/v20191213/fmu_models.d.ts +3 -3
- package/tencentcloud/services/gs/v20191118/gs_models.d.ts +1 -1
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +5 -1
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +6 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +44 -0
- 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 +78 -33
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
- package/tencentcloud/services/mps/v20190612/mps_client.js +1 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +127 -19
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +90 -0
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +7 -2
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +13 -1
- package/tencentcloud/services/tke/v20180525/tke_client.js +18 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +416 -90
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +5 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +17 -4
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +23 -4
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +183 -36
- package/test/cdb.v20170320.test.js +10 -0
- package/test/cwp.v20180228.test.js +30 -0
- package/test/lcic.v20220817.test.js +10 -0
- package/test/tdmq.v20200217.test.js +10 -0
- package/test/tke.v20180525.test.js +30 -0
- package/test/vpc.v20170312.test.js +32 -2
|
@@ -988,6 +988,16 @@ it("tke.v20180525.CreatePrometheusTemp", async function () {
|
|
|
988
988
|
}
|
|
989
989
|
})
|
|
990
990
|
|
|
991
|
+
it("tke.v20180525.ListClusterInspectionResultsItems", async function () {
|
|
992
|
+
try {
|
|
993
|
+
const data = await client.ListClusterInspectionResultsItems({})
|
|
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
|
+
|
|
991
1001
|
it("tke.v20180525.DescribePrometheusTemplateSync", async function () {
|
|
992
1002
|
try {
|
|
993
1003
|
const data = await client.DescribePrometheusTemplateSync({})
|
|
@@ -1178,6 +1188,16 @@ it("tke.v20180525.CreateClusterEndpoint", async function () {
|
|
|
1178
1188
|
}
|
|
1179
1189
|
})
|
|
1180
1190
|
|
|
1191
|
+
it("tke.v20180525.ListClusterInspectionResults", async function () {
|
|
1192
|
+
try {
|
|
1193
|
+
const data = await client.ListClusterInspectionResults({})
|
|
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
|
+
|
|
1181
1201
|
it("tke.v20180525.ModifyPrometheusGlobalNotification", async function () {
|
|
1182
1202
|
try {
|
|
1183
1203
|
const data = await client.ModifyPrometheusGlobalNotification({})
|
|
@@ -1728,6 +1748,16 @@ it("tke.v20180525.CreateEdgeLogConfig", async function () {
|
|
|
1728
1748
|
}
|
|
1729
1749
|
})
|
|
1730
1750
|
|
|
1751
|
+
it("tke.v20180525.DescribeClusterInspectionResultsOverview", async function () {
|
|
1752
|
+
try {
|
|
1753
|
+
const data = await client.DescribeClusterInspectionResultsOverview({})
|
|
1754
|
+
expect(data).to.be.ok
|
|
1755
|
+
} catch(error) {
|
|
1756
|
+
expect(error.requestId).to.be.ok
|
|
1757
|
+
expect(error.code).to.be.ok
|
|
1758
|
+
}
|
|
1759
|
+
})
|
|
1760
|
+
|
|
1731
1761
|
it("tke.v20180525.DeletePrometheusTemp", async function () {
|
|
1732
1762
|
try {
|
|
1733
1763
|
const data = await client.DeletePrometheusTemp({})
|
|
@@ -418,6 +418,16 @@ it("vpc.v20170312.DescribeAddresses", async function () {
|
|
|
418
418
|
}
|
|
419
419
|
})
|
|
420
420
|
|
|
421
|
+
it("vpc.v20170312.EnableVpnGatewaySslClientCert", async function () {
|
|
422
|
+
try {
|
|
423
|
+
const data = await client.EnableVpnGatewaySslClientCert({})
|
|
424
|
+
expect(data).to.be.ok
|
|
425
|
+
} catch(error) {
|
|
426
|
+
expect(error.requestId).to.be.ok
|
|
427
|
+
expect(error.code).to.be.ok
|
|
428
|
+
}
|
|
429
|
+
})
|
|
430
|
+
|
|
421
431
|
it("vpc.v20170312.DescribeVpcTaskResult", async function () {
|
|
422
432
|
try {
|
|
423
433
|
const data = await client.DescribeVpcTaskResult({})
|
|
@@ -668,6 +678,16 @@ it("vpc.v20170312.GenerateVpnConnectionDefaultHealthCheckIp", async function ()
|
|
|
668
678
|
}
|
|
669
679
|
})
|
|
670
680
|
|
|
681
|
+
it("vpc.v20170312.DeleteTrafficPackages", async function () {
|
|
682
|
+
try {
|
|
683
|
+
const data = await client.DeleteTrafficPackages({})
|
|
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
|
+
|
|
671
691
|
it("vpc.v20170312.DescribeTemplateLimits", async function () {
|
|
672
692
|
try {
|
|
673
693
|
const data = await client.DescribeTemplateLimits({})
|
|
@@ -1418,6 +1438,16 @@ it("vpc.v20170312.ModifyLocalGateway", async function () {
|
|
|
1418
1438
|
}
|
|
1419
1439
|
})
|
|
1420
1440
|
|
|
1441
|
+
it("vpc.v20170312.DescribeSubnetResourceDashboard", async function () {
|
|
1442
|
+
try {
|
|
1443
|
+
const data = await client.DescribeSubnetResourceDashboard({})
|
|
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
|
+
|
|
1421
1451
|
it("vpc.v20170312.DescribeVpnConnections", async function () {
|
|
1422
1452
|
try {
|
|
1423
1453
|
const data = await client.DescribeVpnConnections({})
|
|
@@ -1568,9 +1598,9 @@ it("vpc.v20170312.DeleteAddressTemplateGroup", async function () {
|
|
|
1568
1598
|
}
|
|
1569
1599
|
})
|
|
1570
1600
|
|
|
1571
|
-
it("vpc.v20170312.
|
|
1601
|
+
it("vpc.v20170312.DescribeUsedIpAddress", async function () {
|
|
1572
1602
|
try {
|
|
1573
|
-
const data = await client.
|
|
1603
|
+
const data = await client.DescribeUsedIpAddress({})
|
|
1574
1604
|
expect(data).to.be.ok
|
|
1575
1605
|
} catch(error) {
|
|
1576
1606
|
expect(error.requestId).to.be.ok
|