tencentcloud-sdk-nodejs 4.0.664 → 4.0.665
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 +213 -0
- package/SERVICE_CHANGELOG.md +321 -40
- package/package.json +1 -1
- package/products.md +14 -14
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cfw/v20190904/cfw_models.ts +65 -35
- package/src/services/ckafka/v20190819/ckafka_models.ts +9 -0
- package/src/services/clb/v20180317/clb_client.ts +21 -9
- package/src/services/clb/v20180317/clb_models.ts +24 -0
- package/src/services/cls/v20201016/cls_models.ts +1 -1
- package/src/services/live/v20180801/live_models.ts +18 -14
- package/src/services/tcr/v20190924/tcr_client.ts +13 -1
- package/src/services/tcr/v20190924/tcr_models.ts +50 -2
- package/src/services/tcss/v20201101/tcss_models.ts +119 -45
- package/src/services/teo/v20220901/teo_models.ts +4 -0
- package/src/services/tione/v20211111/tione_client.ts +13 -1
- package/src/services/tione/v20211111/tione_models.ts +47 -2
- package/src/services/trp/v20210515/trp_models.ts +16 -2
- package/src/services/waf/v20180125/waf_models.ts +34 -5
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +65 -35
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +9 -0
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +9 -5
- package/tencentcloud/services/clb/v20180317/clb_client.js +11 -5
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +22 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +18 -14
- package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +5 -1
- package/tencentcloud/services/tcr/v20190924/tcr_client.js +6 -0
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +48 -2
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +119 -45
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +4 -0
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +5 -1
- package/tencentcloud/services/tione/v20211111/tione_client.js +6 -0
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +45 -2
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +16 -2
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +34 -5
- package/test/clb.v20180317.test.js +12 -2
- package/test/tcr.v20190924.test.js +10 -0
- package/test/tione.v20211111.test.js +10 -0
|
@@ -368,6 +368,16 @@ it("clb.v20180317.AssociateTargetGroups", async function () {
|
|
|
368
368
|
}
|
|
369
369
|
})
|
|
370
370
|
|
|
371
|
+
it("clb.v20180317.SetLoadBalancerSecurityGroups", async function () {
|
|
372
|
+
try {
|
|
373
|
+
const data = await client.SetLoadBalancerSecurityGroups({})
|
|
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("clb.v20180317.DescribeLBListeners", async function () {
|
|
372
382
|
try {
|
|
373
383
|
const data = await client.DescribeLBListeners({})
|
|
@@ -488,9 +498,9 @@ it("clb.v20180317.DescribeClsLogSet", async function () {
|
|
|
488
498
|
}
|
|
489
499
|
})
|
|
490
500
|
|
|
491
|
-
it("clb.v20180317.
|
|
501
|
+
it("clb.v20180317.ModifyLoadBalancersProject", async function () {
|
|
492
502
|
try {
|
|
493
|
-
const data = await client.
|
|
503
|
+
const data = await client.ModifyLoadBalancersProject({})
|
|
494
504
|
expect(data).to.be.ok
|
|
495
505
|
} catch(error) {
|
|
496
506
|
expect(error.requestId).to.be.ok
|
|
@@ -1048,6 +1048,16 @@ it("tcr.v20190924.ManageInternalEndpoint", async function () {
|
|
|
1048
1048
|
}
|
|
1049
1049
|
})
|
|
1050
1050
|
|
|
1051
|
+
it("tcr.v20190924.DuplicateImage", async function () {
|
|
1052
|
+
try {
|
|
1053
|
+
const data = await client.DuplicateImage({})
|
|
1054
|
+
expect(data).to.be.ok
|
|
1055
|
+
} catch(error) {
|
|
1056
|
+
expect(error.requestId).to.be.ok
|
|
1057
|
+
expect(error.code).to.be.ok
|
|
1058
|
+
}
|
|
1059
|
+
})
|
|
1060
|
+
|
|
1051
1061
|
it("tcr.v20190924.DescribeInstanceStatus", async function () {
|
|
1052
1062
|
try {
|
|
1053
1063
|
const data = await client.DescribeInstanceStatus({})
|
|
@@ -488,6 +488,16 @@ it("tione.v20211111.RestartModelAccelerateTask", async function () {
|
|
|
488
488
|
}
|
|
489
489
|
})
|
|
490
490
|
|
|
491
|
+
it("tione.v20211111.SendChatMessage", async function () {
|
|
492
|
+
try {
|
|
493
|
+
const data = await client.SendChatMessage({})
|
|
494
|
+
expect(data).to.be.ok
|
|
495
|
+
} catch(error) {
|
|
496
|
+
expect(error.requestId).to.be.ok
|
|
497
|
+
expect(error.code).to.be.ok
|
|
498
|
+
}
|
|
499
|
+
})
|
|
500
|
+
|
|
491
501
|
it("tione.v20211111.DescribeModelServices", async function () {
|
|
492
502
|
try {
|
|
493
503
|
const data = await client.DescribeModelServices({})
|