tencentcloud-sdk-nodejs 4.0.733 → 4.0.734
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 +715 -0
- package/SERVICE_CHANGELOG.md +1342 -16
- package/package.json +1 -1
- package/products.md +23 -23
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cfw/v20190904/cfw_models.ts +52 -8
- package/src/services/csip/v20221121/csip_models.ts +24 -24
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +2 -2
- package/src/services/dlc/v20210125/dlc_models.ts +10 -0
- package/src/services/dnspod/v20210323/dnspod_client.ts +1 -1
- package/src/services/dts/v20211206/dts_models.ts +1 -1
- package/src/services/ess/v20201111/ess_client.ts +1 -1
- package/src/services/ess/v20201111/ess_models.ts +2 -1
- package/src/services/essbasic/v20210526/essbasic_client.ts +28 -27
- package/src/services/essbasic/v20210526/essbasic_models.ts +43 -41
- package/src/services/hai/v20230812/hai_client.ts +17 -1
- package/src/services/hai/v20230812/hai_models.ts +24 -0
- package/src/services/ms/v20180408/ms_models.ts +34 -16
- package/src/services/ocr/v20181119/ocr_client.ts +1 -0
- package/src/services/ocr/v20181119/ocr_models.ts +23 -0
- package/src/services/ssa/v20180608/ssa_client.ts +6 -46
- package/src/services/ssa/v20180608/ssa_models.ts +60 -576
- package/src/services/tdmq/v20200217/tdmq_client.ts +13 -1
- package/src/services/tdmq/v20200217/tdmq_models.ts +52 -24
- package/src/services/tds/v20220801/tds_models.ts +18 -14
- package/src/services/tse/v20201207/tse_client.ts +60 -7
- package/src/services/tse/v20201207/tse_models.ts +251 -5
- package/src/services/vod/v20180717/vod_models.ts +5 -0
- package/src/services/vpc/v20170312/vpc_models.ts +4 -0
- package/src/services/wav/v20210129/wav_models.ts +1 -1
- package/src/services/weilingwith/v20230427/weilingwith_client.ts +163 -62
- package/src/services/weilingwith/v20230427/weilingwith_models.ts +4995 -790
- 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 +52 -8
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +24 -24
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +2 -2
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +10 -0
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +1 -1
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +1 -1
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +2 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +28 -27
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +28 -27
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +43 -41
- package/tencentcloud/services/hai/v20230812/hai_client.d.ts +5 -1
- package/tencentcloud/services/hai/v20230812/hai_client.js +6 -0
- package/tencentcloud/services/hai/v20230812/hai_models.d.ts +22 -0
- package/tencentcloud/services/ms/v20180408/ms_models.d.ts +34 -16
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +22 -0
- package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +1 -13
- package/tencentcloud/services/ssa/v20180608/ssa_client.js +0 -18
- package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +60 -566
- 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 +50 -24
- package/tencentcloud/services/tds/v20220801/tds_models.d.ts +18 -14
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +19 -3
- package/tencentcloud/services/tse/v20201207/tse_client.js +27 -3
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +238 -5
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +5 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +4 -0
- package/tencentcloud/services/wav/v20210129/wav_models.d.ts +1 -1
- package/tencentcloud/services/weilingwith/v20230427/weilingwith_client.d.ts +51 -51
- package/tencentcloud/services/weilingwith/v20230427/weilingwith_models.d.ts +4881 -777
- package/test/hai.v20230812.test.js +10 -0
- package/test/ssa.v20180608.test.js +0 -30
- package/test/tdmq.v20200217.test.js +10 -0
- package/test/tse.v20201207.test.js +42 -2
|
@@ -28,4 +28,14 @@ it("hai.v20230812.RunInstances", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
+
it("hai.v20230812.TerminateInstances", async function () {
|
|
32
|
+
try {
|
|
33
|
+
const data = await client.TerminateInstances({})
|
|
34
|
+
expect(data).to.be.ok
|
|
35
|
+
} catch(error) {
|
|
36
|
+
expect(error.requestId).to.be.ok
|
|
37
|
+
expect(error.code).to.be.ok
|
|
38
|
+
}
|
|
39
|
+
})
|
|
40
|
+
|
|
31
41
|
})
|
|
@@ -68,16 +68,6 @@ it("ssa.v20180608.DescribeEventDetail", async function () {
|
|
|
68
68
|
}
|
|
69
69
|
})
|
|
70
70
|
|
|
71
|
-
it("ssa.v20180608.SaDivulgeDataQueryPub", async function () {
|
|
72
|
-
try {
|
|
73
|
-
const data = await client.SaDivulgeDataQueryPub({})
|
|
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
|
-
|
|
81
71
|
it("ssa.v20180608.DescribeComplianceAssetList", async function () {
|
|
82
72
|
try {
|
|
83
73
|
const data = await client.DescribeComplianceAssetList({})
|
|
@@ -128,16 +118,6 @@ it("ssa.v20180608.SaEventPub", async function () {
|
|
|
128
118
|
}
|
|
129
119
|
})
|
|
130
120
|
|
|
131
|
-
it("ssa.v20180608.DescribeSafetyEventList", async function () {
|
|
132
|
-
try {
|
|
133
|
-
const data = await client.DescribeSafetyEventList({})
|
|
134
|
-
expect(data).to.be.ok
|
|
135
|
-
} catch(error) {
|
|
136
|
-
expect(error.requestId).to.be.ok
|
|
137
|
-
expect(error.code).to.be.ok
|
|
138
|
-
}
|
|
139
|
-
})
|
|
140
|
-
|
|
141
121
|
it("ssa.v20180608.SaDivulgeScanRuleMutate", async function () {
|
|
142
122
|
try {
|
|
143
123
|
const data = await client.SaDivulgeScanRuleMutate({})
|
|
@@ -178,16 +158,6 @@ it("ssa.v20180608.DescribeCheckConfigAssetList", async function () {
|
|
|
178
158
|
}
|
|
179
159
|
})
|
|
180
160
|
|
|
181
|
-
it("ssa.v20180608.DescribeAssetsMappingList", async function () {
|
|
182
|
-
try {
|
|
183
|
-
const data = await client.DescribeAssetsMappingList({})
|
|
184
|
-
expect(data).to.be.ok
|
|
185
|
-
} catch(error) {
|
|
186
|
-
expect(error.requestId).to.be.ok
|
|
187
|
-
expect(error.code).to.be.ok
|
|
188
|
-
}
|
|
189
|
-
})
|
|
190
|
-
|
|
191
161
|
it("ssa.v20180608.DescribeVulList", async function () {
|
|
192
162
|
try {
|
|
193
163
|
const data = await client.DescribeVulList({})
|
|
@@ -1178,6 +1178,16 @@ it("tdmq.v20200217.SendRocketMQMessage", async function () {
|
|
|
1178
1178
|
}
|
|
1179
1179
|
})
|
|
1180
1180
|
|
|
1181
|
+
it("tdmq.v20200217.DeleteProClusters", async function () {
|
|
1182
|
+
try {
|
|
1183
|
+
const data = await client.DeleteProClusters({})
|
|
1184
|
+
expect(data).to.be.ok
|
|
1185
|
+
} catch(error) {
|
|
1186
|
+
expect(error.requestId).to.be.ok
|
|
1187
|
+
expect(error.code).to.be.ok
|
|
1188
|
+
}
|
|
1189
|
+
})
|
|
1190
|
+
|
|
1181
1191
|
it("tdmq.v20200217.ClearCmqSubscriptionFilterTags", async function () {
|
|
1182
1192
|
try {
|
|
1183
1193
|
const data = await client.ClearCmqSubscriptionFilterTags({})
|
|
@@ -18,9 +18,19 @@ const client = new tencentcloud.tse.v20201207.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("tse.v20201207.test.js", function () {
|
|
20
20
|
|
|
21
|
-
it("tse.v20201207.
|
|
21
|
+
it("tse.v20201207.DescribeCloudNativeAPIGatewayUpstream", async function () {
|
|
22
22
|
try {
|
|
23
|
-
const data = await client.
|
|
23
|
+
const data = await client.DescribeCloudNativeAPIGatewayUpstream({})
|
|
24
|
+
expect(data).to.be.ok
|
|
25
|
+
} catch(error) {
|
|
26
|
+
expect(error.requestId).to.be.ok
|
|
27
|
+
expect(error.code).to.be.ok
|
|
28
|
+
}
|
|
29
|
+
})
|
|
30
|
+
|
|
31
|
+
it("tse.v20201207.DescribeUpstreamHealthCheckConfig", async function () {
|
|
32
|
+
try {
|
|
33
|
+
const data = await client.DescribeUpstreamHealthCheckConfig({})
|
|
24
34
|
expect(data).to.be.ok
|
|
25
35
|
} catch(error) {
|
|
26
36
|
expect(error.requestId).to.be.ok
|
|
@@ -38,6 +48,16 @@ it("tse.v20201207.ModifyNativeGatewayServerGroup", async function () {
|
|
|
38
48
|
}
|
|
39
49
|
})
|
|
40
50
|
|
|
51
|
+
it("tse.v20201207.ModifyUpstreamNodeStatus", async function () {
|
|
52
|
+
try {
|
|
53
|
+
const data = await client.ModifyUpstreamNodeStatus({})
|
|
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
|
+
|
|
41
61
|
it("tse.v20201207.DeleteCloudNativeAPIGatewayServiceRateLimit", async function () {
|
|
42
62
|
try {
|
|
43
63
|
const data = await client.DeleteCloudNativeAPIGatewayServiceRateLimit({})
|
|
@@ -468,6 +488,26 @@ it("tse.v20201207.DescribeNativeGatewayServerGroups", async function () {
|
|
|
468
488
|
}
|
|
469
489
|
})
|
|
470
490
|
|
|
491
|
+
it("tse.v20201207.DescribeNacosReplicas", async function () {
|
|
492
|
+
try {
|
|
493
|
+
const data = await client.DescribeNacosReplicas({})
|
|
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
|
+
|
|
501
|
+
it("tse.v20201207.UpdateUpstreamHealthCheckConfig", async function () {
|
|
502
|
+
try {
|
|
503
|
+
const data = await client.UpdateUpstreamHealthCheckConfig({})
|
|
504
|
+
expect(data).to.be.ok
|
|
505
|
+
} catch(error) {
|
|
506
|
+
expect(error.requestId).to.be.ok
|
|
507
|
+
expect(error.code).to.be.ok
|
|
508
|
+
}
|
|
509
|
+
})
|
|
510
|
+
|
|
471
511
|
it("tse.v20201207.DescribeSREInstanceAccessAddress", async function () {
|
|
472
512
|
try {
|
|
473
513
|
const data = await client.DescribeSREInstanceAccessAddress({})
|