tencentcloud-sdk-nodejs 4.0.656 → 4.0.658
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 +398 -0
- package/SERVICE_CHANGELOG.md +420 -13
- package/package.json +1 -1
- package/products.md +26 -25
- package/src/common/sdk_version.ts +1 -1
- package/src/services/as/v20180419/as_models.ts +1 -1
- package/src/services/bri/v20190328/bri_models.ts +4 -1
- package/src/services/cbs/v20170312/cbs_models.ts +4 -4
- package/src/services/cdb/v20170320/cdb_client.ts +36 -0
- package/src/services/cdb/v20170320/cdb_models.ts +91 -13
- package/src/services/cdn/v20180606/cdn_models.ts +5 -7
- package/src/services/clb/v20180317/clb_models.ts +5 -5
- package/src/services/cwp/v20180228/cwp_models.ts +2 -2
- package/src/services/dlc/v20210125/dlc_client.ts +16 -2
- package/src/services/dlc/v20210125/dlc_models.ts +224 -114
- package/src/services/ess/v20201111/ess_models.ts +1 -1
- package/src/services/gme/v20180711/gme_client.ts +6 -5
- package/src/services/index.ts +1 -0
- package/src/services/iss/index.ts +5 -0
- package/src/services/iss/v20230517/index.ts +6 -0
- package/src/services/iss/v20230517/iss_client.ts +982 -0
- package/src/services/iss/v20230517/iss_models.ts +4337 -0
- package/src/services/postgres/v20170312/postgres_client.ts +58 -15
- package/src/services/postgres/v20170312/postgres_models.ts +169 -21
- package/src/services/scf/v20180416/scf_models.ts +8 -0
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +65 -65
- package/src/services/tag/v20180813/tag_models.ts +7 -7
- package/src/services/teo/v20220901/teo_models.ts +75 -64
- package/src/services/tke/v20180525/tke_client.ts +1 -0
- package/src/services/tke/v20180525/tke_models.ts +26 -6
- package/src/services/tse/v20201207/tse_models.ts +1 -0
- package/src/services/vod/v20180717/vod_models.ts +1 -1
- package/src/services/vpc/v20170312/vpc_client.ts +95 -23
- package/src/services/vpc/v20170312/vpc_models.ts +216 -98
- package/src/services/wedata/v20210820/wedata_client.ts +3 -1
- package/src/services/wedata/v20210820/wedata_models.ts +124 -13
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/as/v20180419/as_models.d.ts +1 -1
- package/tencentcloud/services/bri/v20190328/bri_models.d.ts +4 -1
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +4 -4
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +13 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +18 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +85 -13
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +5 -7
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +5 -5
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +2 -2
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +220 -114
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
- package/tencentcloud/services/gme/v20180711/gme_client.d.ts +6 -5
- package/tencentcloud/services/gme/v20180711/gme_client.js +6 -5
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/iss/index.d.ts +6 -0
- package/tencentcloud/services/iss/index.js +7 -0
- package/tencentcloud/services/iss/v20230517/index.d.ts +6 -0
- package/tencentcloud/services/iss/v20230517/index.js +9 -0
- package/tencentcloud/services/iss/v20230517/iss_client.d.ts +313 -0
- package/tencentcloud/services/iss/v20230517/iss_client.js +484 -0
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +4123 -0
- package/tencentcloud/services/iss/v20230517/iss_models.js +18 -0
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +24 -5
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +31 -6
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +163 -21
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +8 -0
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +65 -65
- package/tencentcloud/services/tag/v20180813/tag_models.d.ts +7 -7
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +75 -64
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +25 -6
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +1 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +31 -7
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +45 -9
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +204 -98
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +1 -1
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +122 -13
- package/test/cdb.v20170320.test.js +30 -0
- package/test/dlc.v20210125.test.js +10 -0
- package/test/iss.v20230517.test.js +771 -0
- package/test/postgres.v20170312.test.js +34 -4
- package/test/vpc.v20170312.test.js +66 -6
|
@@ -48,6 +48,16 @@ it("postgres.v20170312.DescribeDBErrlogs", async function () {
|
|
|
48
48
|
}
|
|
49
49
|
})
|
|
50
50
|
|
|
51
|
+
it("postgres.v20170312.DescribeDBInstanceHAConfig", async function () {
|
|
52
|
+
try {
|
|
53
|
+
const data = await client.DescribeDBInstanceHAConfig({})
|
|
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
|
+
|
|
51
61
|
it("postgres.v20170312.RebalanceReadOnlyGroup", async function () {
|
|
52
62
|
try {
|
|
53
63
|
const data = await client.RebalanceReadOnlyGroup({})
|
|
@@ -518,9 +528,9 @@ it("postgres.v20170312.ResetAccountPassword", async function () {
|
|
|
518
528
|
}
|
|
519
529
|
})
|
|
520
530
|
|
|
521
|
-
it("postgres.v20170312.
|
|
531
|
+
it("postgres.v20170312.DescribeDBInstanceAttribute", async function () {
|
|
522
532
|
try {
|
|
523
|
-
const data = await client.
|
|
533
|
+
const data = await client.DescribeDBInstanceAttribute({})
|
|
524
534
|
expect(data).to.be.ok
|
|
525
535
|
} catch(error) {
|
|
526
536
|
expect(error.requestId).to.be.ok
|
|
@@ -558,9 +568,9 @@ it("postgres.v20170312.DescribeDBXlogs", async function () {
|
|
|
558
568
|
}
|
|
559
569
|
})
|
|
560
570
|
|
|
561
|
-
it("postgres.v20170312.
|
|
571
|
+
it("postgres.v20170312.RestartDBInstance", async function () {
|
|
562
572
|
try {
|
|
563
|
-
const data = await client.
|
|
573
|
+
const data = await client.RestartDBInstance({})
|
|
564
574
|
expect(data).to.be.ok
|
|
565
575
|
} catch(error) {
|
|
566
576
|
expect(error.requestId).to.be.ok
|
|
@@ -578,6 +588,16 @@ it("postgres.v20170312.CreateDBInstances", async function () {
|
|
|
578
588
|
}
|
|
579
589
|
})
|
|
580
590
|
|
|
591
|
+
it("postgres.v20170312.ModifyDBInstanceHAConfig", async function () {
|
|
592
|
+
try {
|
|
593
|
+
const data = await client.ModifyDBInstanceHAConfig({})
|
|
594
|
+
expect(data).to.be.ok
|
|
595
|
+
} catch(error) {
|
|
596
|
+
expect(error.requestId).to.be.ok
|
|
597
|
+
expect(error.code).to.be.ok
|
|
598
|
+
}
|
|
599
|
+
})
|
|
600
|
+
|
|
581
601
|
it("postgres.v20170312.DeleteLogBackup", async function () {
|
|
582
602
|
try {
|
|
583
603
|
const data = await client.DeleteLogBackup({})
|
|
@@ -748,6 +768,16 @@ it("postgres.v20170312.DescribeOrders", async function () {
|
|
|
748
768
|
}
|
|
749
769
|
})
|
|
750
770
|
|
|
771
|
+
it("postgres.v20170312.SwitchDBInstancePrimary", async function () {
|
|
772
|
+
try {
|
|
773
|
+
const data = await client.SwitchDBInstancePrimary({})
|
|
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
|
+
|
|
751
781
|
it("postgres.v20170312.DescribeBackupPlans", async function () {
|
|
752
782
|
try {
|
|
753
783
|
const data = await client.DescribeBackupPlans({})
|
|
@@ -298,9 +298,9 @@ it("vpc.v20170312.DescribeNetDetects", async function () {
|
|
|
298
298
|
}
|
|
299
299
|
})
|
|
300
300
|
|
|
301
|
-
it("vpc.v20170312.
|
|
301
|
+
it("vpc.v20170312.AcceptVpcPeeringConnection", async function () {
|
|
302
302
|
try {
|
|
303
|
-
const data = await client.
|
|
303
|
+
const data = await client.AcceptVpcPeeringConnection({})
|
|
304
304
|
expect(data).to.be.ok
|
|
305
305
|
} catch(error) {
|
|
306
306
|
expect(error.requestId).to.be.ok
|
|
@@ -468,6 +468,16 @@ it("vpc.v20170312.DetachCcnInstances", async function () {
|
|
|
468
468
|
}
|
|
469
469
|
})
|
|
470
470
|
|
|
471
|
+
it("vpc.v20170312.RefreshDirectConnectGatewayRouteToNatGateway", async function () {
|
|
472
|
+
try {
|
|
473
|
+
const data = await client.RefreshDirectConnectGatewayRouteToNatGateway({})
|
|
474
|
+
expect(data).to.be.ok
|
|
475
|
+
} catch(error) {
|
|
476
|
+
expect(error.requestId).to.be.ok
|
|
477
|
+
expect(error.code).to.be.ok
|
|
478
|
+
}
|
|
479
|
+
})
|
|
480
|
+
|
|
471
481
|
it("vpc.v20170312.AssociateNatGatewayAddress", async function () {
|
|
472
482
|
try {
|
|
473
483
|
const data = await client.AssociateNatGatewayAddress({})
|
|
@@ -658,9 +668,9 @@ it("vpc.v20170312.CreateSubnets", async function () {
|
|
|
658
668
|
}
|
|
659
669
|
})
|
|
660
670
|
|
|
661
|
-
it("vpc.v20170312.
|
|
671
|
+
it("vpc.v20170312.CreateVpcPeeringConnection", async function () {
|
|
662
672
|
try {
|
|
663
|
-
const data = await client.
|
|
673
|
+
const data = await client.CreateVpcPeeringConnection({})
|
|
664
674
|
expect(data).to.be.ok
|
|
665
675
|
} catch(error) {
|
|
666
676
|
expect(error.requestId).to.be.ok
|
|
@@ -1168,9 +1178,9 @@ it("vpc.v20170312.DescribeLocalGateway", async function () {
|
|
|
1168
1178
|
}
|
|
1169
1179
|
})
|
|
1170
1180
|
|
|
1171
|
-
it("vpc.v20170312.
|
|
1181
|
+
it("vpc.v20170312.DeleteVpcPeeringConnection", async function () {
|
|
1172
1182
|
try {
|
|
1173
|
-
const data = await client.
|
|
1183
|
+
const data = await client.DeleteVpcPeeringConnection({})
|
|
1174
1184
|
expect(data).to.be.ok
|
|
1175
1185
|
} catch(error) {
|
|
1176
1186
|
expect(error.requestId).to.be.ok
|
|
@@ -1348,6 +1358,16 @@ it("vpc.v20170312.RejectAttachCcnInstances", async function () {
|
|
|
1348
1358
|
}
|
|
1349
1359
|
})
|
|
1350
1360
|
|
|
1361
|
+
it("vpc.v20170312.ModifyNetworkAclQuintupleEntries", async function () {
|
|
1362
|
+
try {
|
|
1363
|
+
const data = await client.ModifyNetworkAclQuintupleEntries({})
|
|
1364
|
+
expect(data).to.be.ok
|
|
1365
|
+
} catch(error) {
|
|
1366
|
+
expect(error.requestId).to.be.ok
|
|
1367
|
+
expect(error.code).to.be.ok
|
|
1368
|
+
}
|
|
1369
|
+
})
|
|
1370
|
+
|
|
1351
1371
|
it("vpc.v20170312.ModifyServiceTemplateGroupAttribute", async function () {
|
|
1352
1372
|
try {
|
|
1353
1373
|
const data = await client.ModifyServiceTemplateGroupAttribute({})
|
|
@@ -1388,6 +1408,16 @@ it("vpc.v20170312.ModifyDhcpIpAttribute", async function () {
|
|
|
1388
1408
|
}
|
|
1389
1409
|
})
|
|
1390
1410
|
|
|
1411
|
+
it("vpc.v20170312.ModifyVpcPeeringConnection", async function () {
|
|
1412
|
+
try {
|
|
1413
|
+
const data = await client.ModifyVpcPeeringConnection({})
|
|
1414
|
+
expect(data).to.be.ok
|
|
1415
|
+
} catch(error) {
|
|
1416
|
+
expect(error.requestId).to.be.ok
|
|
1417
|
+
expect(error.code).to.be.ok
|
|
1418
|
+
}
|
|
1419
|
+
})
|
|
1420
|
+
|
|
1391
1421
|
it("vpc.v20170312.ModifyCcnRegionBandwidthLimitsType", async function () {
|
|
1392
1422
|
try {
|
|
1393
1423
|
const data = await client.ModifyCcnRegionBandwidthLimitsType({})
|
|
@@ -1928,6 +1958,16 @@ it("vpc.v20170312.DescribeVpcEndPointServiceWhiteList", async function () {
|
|
|
1928
1958
|
}
|
|
1929
1959
|
})
|
|
1930
1960
|
|
|
1961
|
+
it("vpc.v20170312.RejectVpcPeeringConnection", async function () {
|
|
1962
|
+
try {
|
|
1963
|
+
const data = await client.RejectVpcPeeringConnection({})
|
|
1964
|
+
expect(data).to.be.ok
|
|
1965
|
+
} catch(error) {
|
|
1966
|
+
expect(error.requestId).to.be.ok
|
|
1967
|
+
expect(error.code).to.be.ok
|
|
1968
|
+
}
|
|
1969
|
+
})
|
|
1970
|
+
|
|
1931
1971
|
it("vpc.v20170312.ResetVpnConnection", async function () {
|
|
1932
1972
|
try {
|
|
1933
1973
|
const data = await client.ResetVpnConnection({})
|
|
@@ -2378,6 +2418,16 @@ it("vpc.v20170312.DescribeProductQuota", async function () {
|
|
|
2378
2418
|
}
|
|
2379
2419
|
})
|
|
2380
2420
|
|
|
2421
|
+
it("vpc.v20170312.DescribeVpcPeeringConnections", async function () {
|
|
2422
|
+
try {
|
|
2423
|
+
const data = await client.DescribeVpcPeeringConnections({})
|
|
2424
|
+
expect(data).to.be.ok
|
|
2425
|
+
} catch(error) {
|
|
2426
|
+
expect(error.requestId).to.be.ok
|
|
2427
|
+
expect(error.code).to.be.ok
|
|
2428
|
+
}
|
|
2429
|
+
})
|
|
2430
|
+
|
|
2381
2431
|
it("vpc.v20170312.InquiryPriceCreateVpnGateway", async function () {
|
|
2382
2432
|
try {
|
|
2383
2433
|
const data = await client.InquiryPriceCreateVpnGateway({})
|
|
@@ -3038,6 +3088,16 @@ it("vpc.v20170312.ModifyNetworkAclAttribute", async function () {
|
|
|
3038
3088
|
}
|
|
3039
3089
|
})
|
|
3040
3090
|
|
|
3091
|
+
it("vpc.v20170312.SetCcnRegionBandwidthLimits", async function () {
|
|
3092
|
+
try {
|
|
3093
|
+
const data = await client.SetCcnRegionBandwidthLimits({})
|
|
3094
|
+
expect(data).to.be.ok
|
|
3095
|
+
} catch(error) {
|
|
3096
|
+
expect(error.requestId).to.be.ok
|
|
3097
|
+
expect(error.code).to.be.ok
|
|
3098
|
+
}
|
|
3099
|
+
})
|
|
3100
|
+
|
|
3041
3101
|
it("vpc.v20170312.ResetNatGatewayConnection", async function () {
|
|
3042
3102
|
try {
|
|
3043
3103
|
const data = await client.ResetNatGatewayConnection({})
|