tencentcloud-sdk-nodejs 4.0.511 → 4.0.513
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 +338 -0
- package/SERVICE_CHANGELOG.md +319 -83
- package/package.json +1 -1
- package/products.md +21 -21
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ams/v20201229/ams_client.ts +4 -4
- package/src/services/ams/v20201229/ams_models.ts +14 -8
- package/src/services/asr/v20190614/asr_client.ts +5 -8
- package/src/services/asr/v20190614/asr_models.ts +6 -1
- package/src/services/cbs/v20170312/cbs_client.ts +13 -1
- package/src/services/cbs/v20170312/cbs_models.ts +41 -11
- package/src/services/clb/v20180317/clb_client.ts +62 -15
- package/src/services/clb/v20180317/clb_models.ts +102 -0
- package/src/services/cls/v20201016/cls_models.ts +10 -4
- package/src/services/cpdp/v20190820/cpdp_client.ts +41 -3
- package/src/services/cpdp/v20190820/cpdp_models.ts +311 -99
- package/src/services/cvm/v20170312/cvm_client.ts +23 -9
- package/src/services/cvm/v20170312/cvm_models.ts +73 -28
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +2 -1
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +312 -57
- package/src/services/dnspod/v20210323/dnspod_client.ts +9 -13
- package/src/services/dnspod/v20210323/dnspod_models.ts +93 -93
- package/src/services/ess/v20201111/ess_client.ts +3 -2
- package/src/services/ess/v20201111/ess_models.ts +7 -7
- package/src/services/essbasic/v20210526/essbasic_client.ts +2 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +16 -11
- package/src/services/lcic/v20220817/lcic_models.ts +4 -4
- package/src/services/monitor/v20180724/monitor_models.ts +2 -2
- package/src/services/pts/v20210728/pts_models.ts +39 -13
- package/src/services/region/v20220627/region_models.ts +60 -0
- package/src/services/sms/v20210111/sms_models.ts +1 -1
- package/src/services/ssl/v20191205/ssl_models.ts +6 -0
- package/src/services/teo/v20220901/teo_models.ts +3 -3
- package/src/services/trp/v20210515/trp_client.ts +20 -7
- package/src/services/trp/v20210515/trp_models.ts +47 -2
- package/src/services/vpc/v20170312/vpc_models.ts +19 -13
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ams/v20201229/ams_client.d.ts +4 -4
- package/tencentcloud/services/ams/v20201229/ams_client.js +4 -4
- package/tencentcloud/services/ams/v20201229/ams_models.d.ts +13 -8
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +5 -8
- package/tencentcloud/services/asr/v20190614/asr_client.js +5 -8
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +5 -1
- package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +5 -1
- package/tencentcloud/services/cbs/v20170312/cbs_client.js +6 -0
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +36 -10
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +36 -7
- package/tencentcloud/services/clb/v20180317/clb_client.js +41 -8
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +87 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +9 -3
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +13 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +18 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +266 -85
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +8 -3
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +10 -3
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +65 -26
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +224 -7
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +1 -5
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +1 -5
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +93 -93
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +2 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +6 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +14 -10
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +4 -4
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +2 -2
- package/tencentcloud/services/pts/v20210728/pts_models.d.ts +34 -13
- package/tencentcloud/services/region/v20220627/region_models.d.ts +50 -0
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +1 -1
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +5 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +3 -3
- package/tencentcloud/services/trp/v20210515/trp_client.d.ts +8 -3
- package/tencentcloud/services/trp/v20210515/trp_client.js +10 -3
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +40 -2
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +18 -13
- package/test/cbs.v20170312.test.js +10 -0
- package/test/clb.v20180317.test.js +24 -4
- package/test/cpdp.v20190820.test.js +30 -0
- package/test/cvm.v20170312.test.js +12 -2
- package/test/trp.v20210515.test.js +12 -2
|
@@ -78,6 +78,16 @@ it("clb.v20180317.DescribeCustomizedConfigAssociateList", async function () {
|
|
|
78
78
|
}
|
|
79
79
|
})
|
|
80
80
|
|
|
81
|
+
it("clb.v20180317.ModifyTargetWeight", async function () {
|
|
82
|
+
try {
|
|
83
|
+
const data = await client.ModifyTargetWeight({})
|
|
84
|
+
expect(data).to.be.ok
|
|
85
|
+
} catch(error) {
|
|
86
|
+
expect(error.requestId).to.be.ok
|
|
87
|
+
expect(error.code).to.be.ok
|
|
88
|
+
}
|
|
89
|
+
})
|
|
90
|
+
|
|
81
91
|
it("clb.v20180317.CreateTopic", async function () {
|
|
82
92
|
try {
|
|
83
93
|
const data = await client.CreateTopic({})
|
|
@@ -448,6 +458,16 @@ it("clb.v20180317.BatchRegisterTargets", async function () {
|
|
|
448
458
|
}
|
|
449
459
|
})
|
|
450
460
|
|
|
461
|
+
it("clb.v20180317.RegisterFunctionTargets", async function () {
|
|
462
|
+
try {
|
|
463
|
+
const data = await client.RegisterFunctionTargets({})
|
|
464
|
+
expect(data).to.be.ok
|
|
465
|
+
} catch(error) {
|
|
466
|
+
expect(error.requestId).to.be.ok
|
|
467
|
+
expect(error.code).to.be.ok
|
|
468
|
+
}
|
|
469
|
+
})
|
|
470
|
+
|
|
451
471
|
it("clb.v20180317.ModifyRule", async function () {
|
|
452
472
|
try {
|
|
453
473
|
const data = await client.ModifyRule({})
|
|
@@ -478,9 +498,9 @@ it("clb.v20180317.DescribeCustomizedConfigList", async function () {
|
|
|
478
498
|
}
|
|
479
499
|
})
|
|
480
500
|
|
|
481
|
-
it("clb.v20180317.
|
|
501
|
+
it("clb.v20180317.ModifyTargetGroupAttribute", async function () {
|
|
482
502
|
try {
|
|
483
|
-
const data = await client.
|
|
503
|
+
const data = await client.ModifyTargetGroupAttribute({})
|
|
484
504
|
expect(data).to.be.ok
|
|
485
505
|
} catch(error) {
|
|
486
506
|
expect(error.requestId).to.be.ok
|
|
@@ -618,9 +638,9 @@ it("clb.v20180317.DescribeTargetGroups", async function () {
|
|
|
618
638
|
}
|
|
619
639
|
})
|
|
620
640
|
|
|
621
|
-
it("clb.v20180317.
|
|
641
|
+
it("clb.v20180317.DeregisterFunctionTargets", async function () {
|
|
622
642
|
try {
|
|
623
|
-
const data = await client.
|
|
643
|
+
const data = await client.DeregisterFunctionTargets({})
|
|
624
644
|
expect(data).to.be.ok
|
|
625
645
|
} catch(error) {
|
|
626
646
|
expect(error.requestId).to.be.ok
|
|
@@ -188,6 +188,16 @@ it("cpdp.v20190820.QueryBankTransactionDetails", async function () {
|
|
|
188
188
|
}
|
|
189
189
|
})
|
|
190
190
|
|
|
191
|
+
it("cpdp.v20190820.QueryFlexServiceProviderAccountBalance", async function () {
|
|
192
|
+
try {
|
|
193
|
+
const data = await client.QueryFlexServiceProviderAccountBalance({})
|
|
194
|
+
expect(data).to.be.ok
|
|
195
|
+
} catch(error) {
|
|
196
|
+
expect(error.requestId).to.be.ok
|
|
197
|
+
expect(error.code).to.be.ok
|
|
198
|
+
}
|
|
199
|
+
})
|
|
200
|
+
|
|
191
201
|
it("cpdp.v20190820.CreateOpenBankExternalSubMerchantRegistration", async function () {
|
|
192
202
|
try {
|
|
193
203
|
const data = await client.CreateOpenBankExternalSubMerchantRegistration({})
|
|
@@ -1768,6 +1778,16 @@ it("cpdp.v20190820.QueryMerchantInfoForManagement", async function () {
|
|
|
1768
1778
|
}
|
|
1769
1779
|
})
|
|
1770
1780
|
|
|
1781
|
+
it("cpdp.v20190820.ModifyFlexFundingAccount", async function () {
|
|
1782
|
+
try {
|
|
1783
|
+
const data = await client.ModifyFlexFundingAccount({})
|
|
1784
|
+
expect(data).to.be.ok
|
|
1785
|
+
} catch(error) {
|
|
1786
|
+
expect(error.requestId).to.be.ok
|
|
1787
|
+
expect(error.code).to.be.ok
|
|
1788
|
+
}
|
|
1789
|
+
})
|
|
1790
|
+
|
|
1771
1791
|
it("cpdp.v20190820.RevokeMemberRechargeThirdPay", async function () {
|
|
1772
1792
|
try {
|
|
1773
1793
|
const data = await client.RevokeMemberRechargeThirdPay({})
|
|
@@ -2008,6 +2028,16 @@ it("cpdp.v20190820.QueryOpenBankExternalSubMerchantRegistration", async function
|
|
|
2008
2028
|
}
|
|
2009
2029
|
})
|
|
2010
2030
|
|
|
2031
|
+
it("cpdp.v20190820.AddFlexFundingAccount", async function () {
|
|
2032
|
+
try {
|
|
2033
|
+
const data = await client.AddFlexFundingAccount({})
|
|
2034
|
+
expect(data).to.be.ok
|
|
2035
|
+
} catch(error) {
|
|
2036
|
+
expect(error.requestId).to.be.ok
|
|
2037
|
+
expect(error.code).to.be.ok
|
|
2038
|
+
}
|
|
2039
|
+
})
|
|
2040
|
+
|
|
2011
2041
|
it("cpdp.v20190820.UnifiedCloudOrder", async function () {
|
|
2012
2042
|
try {
|
|
2013
2043
|
const data = await client.UnifiedCloudOrder({})
|
|
@@ -368,6 +368,16 @@ it("cvm.v20170312.DescribeImportImageOs", async function () {
|
|
|
368
368
|
}
|
|
369
369
|
})
|
|
370
370
|
|
|
371
|
+
it("cvm.v20170312.DeleteHpcClusters", async function () {
|
|
372
|
+
try {
|
|
373
|
+
const data = await client.DeleteHpcClusters({})
|
|
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
|
+
|
|
371
381
|
it("cvm.v20170312.InquiryPriceRenewInstances", async function () {
|
|
372
382
|
try {
|
|
373
383
|
const data = await client.InquiryPriceRenewInstances({})
|
|
@@ -638,9 +648,9 @@ it("cvm.v20170312.RebootInstances", async function () {
|
|
|
638
648
|
}
|
|
639
649
|
})
|
|
640
650
|
|
|
641
|
-
it("cvm.v20170312.
|
|
651
|
+
it("cvm.v20170312.InquiryPriceRenewHosts", async function () {
|
|
642
652
|
try {
|
|
643
|
-
const data = await client.
|
|
653
|
+
const data = await client.InquiryPriceRenewHosts({})
|
|
644
654
|
expect(data).to.be.ok
|
|
645
655
|
} catch(error) {
|
|
646
656
|
expect(error.requestId).to.be.ok
|
|
@@ -38,9 +38,9 @@ it("trp.v20210515.DescribeCustomRules", async function () {
|
|
|
38
38
|
}
|
|
39
39
|
})
|
|
40
40
|
|
|
41
|
-
it("trp.v20210515.
|
|
41
|
+
it("trp.v20210515.ModifyTraceCodeUnlink", async function () {
|
|
42
42
|
try {
|
|
43
|
-
const data = await client.
|
|
43
|
+
const data = await client.ModifyTraceCodeUnlink({})
|
|
44
44
|
expect(data).to.be.ok
|
|
45
45
|
} catch(error) {
|
|
46
46
|
expect(error.requestId).to.be.ok
|
|
@@ -88,6 +88,16 @@ it("trp.v20210515.DescribeTraceCodes", async function () {
|
|
|
88
88
|
}
|
|
89
89
|
})
|
|
90
90
|
|
|
91
|
+
it("trp.v20210515.ModifyTraceDataRanks", async function () {
|
|
92
|
+
try {
|
|
93
|
+
const data = await client.ModifyTraceDataRanks({})
|
|
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
|
+
|
|
91
101
|
it("trp.v20210515.DescribeCodesByPack", async function () {
|
|
92
102
|
try {
|
|
93
103
|
const data = await client.DescribeCodesByPack({})
|