tencentcloud-sdk-nodejs 4.0.892 → 4.0.894
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 +308 -0
- package/SERVICE_CHANGELOG.md +318 -58
- package/package.json +1 -1
- package/products.md +24 -24
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_client.ts +34 -24
- package/src/services/aiart/v20221229/aiart_models.ts +85 -25
- package/src/services/asr/v20190614/asr_models.ts +4 -4
- package/src/services/cdb/v20170320/cdb_models.ts +7 -5
- package/src/services/cdn/v20180606/cdn_models.ts +1 -1
- package/src/services/clb/v20180317/clb_client.ts +13 -16
- package/src/services/dnspod/v20210323/dnspod_models.ts +4 -0
- package/src/services/goosefs/v20220519/goosefs_client.ts +1 -0
- package/src/services/goosefs/v20220519/goosefs_models.ts +52 -12
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +1 -13
- package/src/services/ivld/v20210903/ivld_client.ts +65 -0
- package/src/services/ivld/v20210903/ivld_models.ts +249 -0
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +25 -25
- package/src/services/lke/v20231130/lke_client.ts +13 -0
- package/src/services/lke/v20231130/lke_models.ts +86 -1
- package/src/services/mna/v20210119/mna_client.ts +162 -53
- package/src/services/mna/v20210119/mna_models.ts +1200 -841
- package/src/services/mps/v20190612/mps_models.ts +15 -5
- package/src/services/rum/v20210622/rum_models.ts +4 -0
- package/src/services/tdcpg/v20211118/tdcpg_models.ts +4 -4
- package/src/services/tdmq/v20200217/tdmq_client.ts +0 -1
- package/src/services/tdmq/v20200217/tdmq_models.ts +7 -7
- package/src/services/tke/v20180525/tke_models.ts +3 -3
- package/src/services/trtc/v20190722/trtc_client.ts +58 -20
- package/src/services/trtc/v20190722/trtc_models.ts +310 -124
- package/src/services/tse/v20201207/tse_models.ts +9 -0
- package/src/services/tsf/v20180326/tsf_client.ts +25 -1
- package/src/services/tsf/v20180326/tsf_models.ts +78 -6
- package/src/services/vpc/v20170312/vpc_client.ts +19 -6
- package/src/services/vpc/v20170312/vpc_models.ts +69 -3
- package/src/services/waf/v20180125/waf_models.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +18 -16
- package/tencentcloud/services/aiart/v20221229/aiart_client.js +21 -17
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +84 -26
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +4 -4
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +7 -5
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +13 -16
- package/tencentcloud/services/clb/v20180317/clb_client.js +13 -16
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +4 -0
- package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +51 -12
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +1 -13
- package/tencentcloud/services/ivld/v20210903/ivld_client.d.ts +37 -1
- package/tencentcloud/services/ivld/v20210903/ivld_client.js +42 -0
- package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +238 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +25 -25
- package/tencentcloud/services/lke/v20231130/lke_client.d.ts +5 -1
- package/tencentcloud/services/lke/v20231130/lke_client.js +6 -0
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +83 -1
- package/tencentcloud/services/mna/v20210119/mna_client.d.ts +39 -3
- package/tencentcloud/services/mna/v20210119/mna_client.js +57 -3
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +1172 -832
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +15 -5
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +4 -0
- package/tencentcloud/services/tdcpg/v20211118/tdcpg_models.d.ts +4 -4
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +0 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +0 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +7 -7
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +3 -3
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +19 -7
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +26 -8
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +302 -124
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +9 -0
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +9 -1
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +12 -0
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +74 -6
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +7 -3
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +9 -3
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +66 -3
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +2 -2
- package/test/aiart.v20221229.test.js +14 -4
- package/test/ivld.v20210903.test.js +30 -0
- package/test/lke.v20231130.test.js +10 -0
- package/test/mna.v20210119.test.js +92 -2
- package/test/trtc.v20190722.test.js +34 -4
- package/test/tsf.v20180326.test.js +20 -0
- package/test/vpc.v20170312.test.js +12 -2
|
@@ -18,6 +18,16 @@ const client = new tencentcloud.mna.v20210119.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("mna.v20210119.test.js", function () {
|
|
20
20
|
|
|
21
|
+
it("mna.v20210119.SetNotifyUrl", async function () {
|
|
22
|
+
try {
|
|
23
|
+
const data = await client.SetNotifyUrl({})
|
|
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
|
+
|
|
21
31
|
it("mna.v20210119.UpdateHardware", async function () {
|
|
22
32
|
try {
|
|
23
33
|
const data = await client.UpdateHardware({})
|
|
@@ -88,6 +98,16 @@ it("mna.v20210119.GetPublicKey", async function () {
|
|
|
88
98
|
}
|
|
89
99
|
})
|
|
90
100
|
|
|
101
|
+
it("mna.v20210119.GroupAddDevice", async function () {
|
|
102
|
+
try {
|
|
103
|
+
const data = await client.GroupAddDevice({})
|
|
104
|
+
expect(data).to.be.ok
|
|
105
|
+
} catch(error) {
|
|
106
|
+
expect(error.requestId).to.be.ok
|
|
107
|
+
expect(error.code).to.be.ok
|
|
108
|
+
}
|
|
109
|
+
})
|
|
110
|
+
|
|
91
111
|
it("mna.v20210119.ActivateHardware", async function () {
|
|
92
112
|
try {
|
|
93
113
|
const data = await client.ActivateHardware({})
|
|
@@ -138,6 +158,26 @@ it("mna.v20210119.CreateQos", async function () {
|
|
|
138
158
|
}
|
|
139
159
|
})
|
|
140
160
|
|
|
161
|
+
it("mna.v20210119.DeleteGroup", async function () {
|
|
162
|
+
try {
|
|
163
|
+
const data = await client.DeleteGroup({})
|
|
164
|
+
expect(data).to.be.ok
|
|
165
|
+
} catch(error) {
|
|
166
|
+
expect(error.requestId).to.be.ok
|
|
167
|
+
expect(error.code).to.be.ok
|
|
168
|
+
}
|
|
169
|
+
})
|
|
170
|
+
|
|
171
|
+
it("mna.v20210119.DescribeQos", async function () {
|
|
172
|
+
try {
|
|
173
|
+
const data = await client.DescribeQos({})
|
|
174
|
+
expect(data).to.be.ok
|
|
175
|
+
} catch(error) {
|
|
176
|
+
expect(error.requestId).to.be.ok
|
|
177
|
+
expect(error.code).to.be.ok
|
|
178
|
+
}
|
|
179
|
+
})
|
|
180
|
+
|
|
141
181
|
it("mna.v20210119.DeleteDevice", async function () {
|
|
142
182
|
try {
|
|
143
183
|
const data = await client.DeleteDevice({})
|
|
@@ -178,6 +218,16 @@ it("mna.v20210119.GetDevicePayMode", async function () {
|
|
|
178
218
|
}
|
|
179
219
|
})
|
|
180
220
|
|
|
221
|
+
it("mna.v20210119.GetGroupDetail", async function () {
|
|
222
|
+
try {
|
|
223
|
+
const data = await client.GetGroupDetail({})
|
|
224
|
+
expect(data).to.be.ok
|
|
225
|
+
} catch(error) {
|
|
226
|
+
expect(error.requestId).to.be.ok
|
|
227
|
+
expect(error.code).to.be.ok
|
|
228
|
+
}
|
|
229
|
+
})
|
|
230
|
+
|
|
181
231
|
it("mna.v20210119.GetVendorHardware", async function () {
|
|
182
232
|
try {
|
|
183
233
|
const data = await client.GetVendorHardware({})
|
|
@@ -218,6 +268,16 @@ it("mna.v20210119.GetFlowAlarmInfo", async function () {
|
|
|
218
268
|
}
|
|
219
269
|
})
|
|
220
270
|
|
|
271
|
+
it("mna.v20210119.GroupDeleteDevice", async function () {
|
|
272
|
+
try {
|
|
273
|
+
const data = await client.GroupDeleteDevice({})
|
|
274
|
+
expect(data).to.be.ok
|
|
275
|
+
} catch(error) {
|
|
276
|
+
expect(error.requestId).to.be.ok
|
|
277
|
+
expect(error.code).to.be.ok
|
|
278
|
+
}
|
|
279
|
+
})
|
|
280
|
+
|
|
221
281
|
it("mna.v20210119.OrderFlowPackage", async function () {
|
|
222
282
|
try {
|
|
223
283
|
const data = await client.OrderFlowPackage({})
|
|
@@ -258,9 +318,39 @@ it("mna.v20210119.AddDevice", async function () {
|
|
|
258
318
|
}
|
|
259
319
|
})
|
|
260
320
|
|
|
261
|
-
it("mna.v20210119.
|
|
321
|
+
it("mna.v20210119.GetFlowStatisticByRegion", async function () {
|
|
262
322
|
try {
|
|
263
|
-
const data = await client.
|
|
323
|
+
const data = await client.GetFlowStatisticByRegion({})
|
|
324
|
+
expect(data).to.be.ok
|
|
325
|
+
} catch(error) {
|
|
326
|
+
expect(error.requestId).to.be.ok
|
|
327
|
+
expect(error.code).to.be.ok
|
|
328
|
+
}
|
|
329
|
+
})
|
|
330
|
+
|
|
331
|
+
it("mna.v20210119.GetGroupList", async function () {
|
|
332
|
+
try {
|
|
333
|
+
const data = await client.GetGroupList({})
|
|
334
|
+
expect(data).to.be.ok
|
|
335
|
+
} catch(error) {
|
|
336
|
+
expect(error.requestId).to.be.ok
|
|
337
|
+
expect(error.code).to.be.ok
|
|
338
|
+
}
|
|
339
|
+
})
|
|
340
|
+
|
|
341
|
+
it("mna.v20210119.UpdateGroup", async function () {
|
|
342
|
+
try {
|
|
343
|
+
const data = await client.UpdateGroup({})
|
|
344
|
+
expect(data).to.be.ok
|
|
345
|
+
} catch(error) {
|
|
346
|
+
expect(error.requestId).to.be.ok
|
|
347
|
+
expect(error.code).to.be.ok
|
|
348
|
+
}
|
|
349
|
+
})
|
|
350
|
+
|
|
351
|
+
it("mna.v20210119.AddGroup", async function () {
|
|
352
|
+
try {
|
|
353
|
+
const data = await client.AddGroup({})
|
|
264
354
|
expect(data).to.be.ok
|
|
265
355
|
} catch(error) {
|
|
266
356
|
expect(error.requestId).to.be.ok
|
|
@@ -38,6 +38,26 @@ it("trtc.v20190722.DescribeTrtcUsage", async function () {
|
|
|
38
38
|
}
|
|
39
39
|
})
|
|
40
40
|
|
|
41
|
+
it("trtc.v20190722.SummarizeTranscription", async function () {
|
|
42
|
+
try {
|
|
43
|
+
const data = await client.SummarizeTranscription({})
|
|
44
|
+
expect(data).to.be.ok
|
|
45
|
+
} catch(error) {
|
|
46
|
+
expect(error.requestId).to.be.ok
|
|
47
|
+
expect(error.code).to.be.ok
|
|
48
|
+
}
|
|
49
|
+
})
|
|
50
|
+
|
|
51
|
+
it("trtc.v20190722.StopAIConversation", async function () {
|
|
52
|
+
try {
|
|
53
|
+
const data = await client.StopAIConversation({})
|
|
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("trtc.v20190722.DescribeTRTCMarketQualityMetricData", async function () {
|
|
42
62
|
try {
|
|
43
63
|
const data = await client.DescribeTRTCMarketQualityMetricData({})
|
|
@@ -98,9 +118,19 @@ it("trtc.v20190722.DescribeTRTCMarketScaleMetricData", async function () {
|
|
|
98
118
|
}
|
|
99
119
|
})
|
|
100
120
|
|
|
101
|
-
it("trtc.v20190722.
|
|
121
|
+
it("trtc.v20190722.StartAIConversation", async function () {
|
|
102
122
|
try {
|
|
103
|
-
const data = await client.
|
|
123
|
+
const data = await client.StartAIConversation({})
|
|
124
|
+
expect(data).to.be.ok
|
|
125
|
+
} catch(error) {
|
|
126
|
+
expect(error.requestId).to.be.ok
|
|
127
|
+
expect(error.code).to.be.ok
|
|
128
|
+
}
|
|
129
|
+
})
|
|
130
|
+
|
|
131
|
+
it("trtc.v20190722.DescribeAIConversation", async function () {
|
|
132
|
+
try {
|
|
133
|
+
const data = await client.DescribeAIConversation({})
|
|
104
134
|
expect(data).to.be.ok
|
|
105
135
|
} catch(error) {
|
|
106
136
|
expect(error.requestId).to.be.ok
|
|
@@ -328,9 +358,9 @@ it("trtc.v20190722.StopMCUMixTranscodeByStrRoomId", async function () {
|
|
|
328
358
|
}
|
|
329
359
|
})
|
|
330
360
|
|
|
331
|
-
it("trtc.v20190722.
|
|
361
|
+
it("trtc.v20190722.StopStreamIngest", async function () {
|
|
332
362
|
try {
|
|
333
|
-
const data = await client.
|
|
363
|
+
const data = await client.StopStreamIngest({})
|
|
334
364
|
expect(data).to.be.ok
|
|
335
365
|
} catch(error) {
|
|
336
366
|
expect(error.requestId).to.be.ok
|
|
@@ -1808,6 +1808,16 @@ it("tsf.v20180326.DeployContainerGroup", async function () {
|
|
|
1808
1808
|
}
|
|
1809
1809
|
})
|
|
1810
1810
|
|
|
1811
|
+
it("tsf.v20180326.ModifyProgram", async function () {
|
|
1812
|
+
try {
|
|
1813
|
+
const data = await client.ModifyProgram({})
|
|
1814
|
+
expect(data).to.be.ok
|
|
1815
|
+
} catch(error) {
|
|
1816
|
+
expect(error.requestId).to.be.ok
|
|
1817
|
+
expect(error.code).to.be.ok
|
|
1818
|
+
}
|
|
1819
|
+
})
|
|
1820
|
+
|
|
1811
1821
|
it("tsf.v20180326.SearchStdoutLog", async function () {
|
|
1812
1822
|
try {
|
|
1813
1823
|
const data = await client.SearchStdoutLog({})
|
|
@@ -2018,6 +2028,16 @@ it("tsf.v20180326.DescribeEnabledUnitRule", async function () {
|
|
|
2018
2028
|
}
|
|
2019
2029
|
})
|
|
2020
2030
|
|
|
2031
|
+
it("tsf.v20180326.CreateProgram", async function () {
|
|
2032
|
+
try {
|
|
2033
|
+
const data = await client.CreateProgram({})
|
|
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
|
+
|
|
2021
2041
|
it("tsf.v20180326.ModifyContainerReplicas", async function () {
|
|
2022
2042
|
try {
|
|
2023
2043
|
const data = await client.ModifyContainerReplicas({})
|
|
@@ -518,9 +518,9 @@ it("vpc.v20170312.DetachCcnInstances", async function () {
|
|
|
518
518
|
}
|
|
519
519
|
})
|
|
520
520
|
|
|
521
|
-
it("vpc.v20170312.
|
|
521
|
+
it("vpc.v20170312.ModifyVpnGatewaySslClientCert", async function () {
|
|
522
522
|
try {
|
|
523
|
-
const data = await client.
|
|
523
|
+
const data = await client.ModifyVpnGatewaySslClientCert({})
|
|
524
524
|
expect(data).to.be.ok
|
|
525
525
|
} catch(error) {
|
|
526
526
|
expect(error.requestId).to.be.ok
|
|
@@ -1558,6 +1558,16 @@ it("vpc.v20170312.ModifyVpcPeeringConnection", async function () {
|
|
|
1558
1558
|
}
|
|
1559
1559
|
})
|
|
1560
1560
|
|
|
1561
|
+
it("vpc.v20170312.RefreshDirectConnectGatewayRouteToNatGateway", async function () {
|
|
1562
|
+
try {
|
|
1563
|
+
const data = await client.RefreshDirectConnectGatewayRouteToNatGateway({})
|
|
1564
|
+
expect(data).to.be.ok
|
|
1565
|
+
} catch(error) {
|
|
1566
|
+
expect(error.requestId).to.be.ok
|
|
1567
|
+
expect(error.code).to.be.ok
|
|
1568
|
+
}
|
|
1569
|
+
})
|
|
1570
|
+
|
|
1561
1571
|
it("vpc.v20170312.ModifyCcnRegionBandwidthLimitsType", async function () {
|
|
1562
1572
|
try {
|
|
1563
1573
|
const data = await client.ModifyCcnRegionBandwidthLimitsType({})
|