tencentcloud-sdk-nodejs 4.0.668 → 4.0.669
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 +155 -0
- package/SERVICE_CHANGELOG.md +192 -100
- package/package.json +1 -1
- package/products.md +14 -14
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdn/v20180606/cdn_models.ts +4 -0
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +15 -11
- package/src/services/dts/v20211206/dts_client.ts +30 -6
- package/src/services/dts/v20211206/dts_models.ts +80 -0
- package/src/services/ess/v20201111/ess_models.ts +29 -5
- package/src/services/essbasic/v20210526/essbasic_client.ts +14 -6
- package/src/services/essbasic/v20210526/essbasic_models.ts +64 -14
- package/src/services/nlp/v20190408/nlp_client.ts +1 -1
- package/src/services/ocr/v20181119/ocr_client.ts +1 -1
- package/src/services/tcb/v20180608/tcb_models.ts +19 -14
- package/src/services/tdmq/v20200217/tdmq_models.ts +1 -1
- package/src/services/tse/v20201207/tse_client.ts +152 -33
- package/src/services/tse/v20201207/tse_models.ts +792 -121
- package/src/services/tts/v20190823/tts_client.ts +0 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +4 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +15 -11
- package/tencentcloud/services/dts/v20211206/dts_client.d.ts +11 -3
- package/tencentcloud/services/dts/v20211206/dts_client.js +15 -3
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +76 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +29 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +13 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +13 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +64 -14
- package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +1 -1
- package/tencentcloud/services/nlp/v20190408/nlp_client.js +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +19 -14
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -1
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +45 -9
- package/tencentcloud/services/tse/v20201207/tse_client.js +66 -12
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +770 -128
- package/tencentcloud/services/tts/v20190823/tts_client.d.ts +0 -1
- package/tencentcloud/services/tts/v20190823/tts_client.js +0 -1
- package/test/dts.v20211206.test.js +22 -2
- package/test/tse.v20201207.test.js +98 -8
|
@@ -38,7 +38,6 @@ export declare class Client extends AbstractClient {
|
|
|
38
38
|
/**
|
|
39
39
|
* 腾讯云语音合成技术(TTS)可以将任意文本转化为语音,实现让机器和应用张口说话。
|
|
40
40
|
腾讯TTS技术可以应用到很多场景,比如,移动APP语音播报新闻;智能设备语音提醒;依靠网上现有节目或少量录音,快速合成明星语音,降低邀约成本;支持车载导航语音合成的个性化语音播报。
|
|
41
|
-
内测期间免费使用。
|
|
42
41
|
基础合成支持 SSML,语法详见 [SSML 标记语言](https://cloud.tencent.com/document/product/1073/49575)。
|
|
43
42
|
默认接口请求频率限制:20次/秒。
|
|
44
43
|
*/
|
|
@@ -62,7 +62,6 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
62
62
|
/**
|
|
63
63
|
* 腾讯云语音合成技术(TTS)可以将任意文本转化为语音,实现让机器和应用张口说话。
|
|
64
64
|
腾讯TTS技术可以应用到很多场景,比如,移动APP语音播报新闻;智能设备语音提醒;依靠网上现有节目或少量录音,快速合成明星语音,降低邀约成本;支持车载导航语音合成的个性化语音播报。
|
|
65
|
-
内测期间免费使用。
|
|
66
65
|
基础合成支持 SSML,语法详见 [SSML 标记语言](https://cloud.tencent.com/document/product/1073/49575)。
|
|
67
66
|
默认接口请求频率限制:20次/秒。
|
|
68
67
|
*/
|
|
@@ -58,6 +58,16 @@ it("dts.v20211206.CreateMigrationService", async function () {
|
|
|
58
58
|
}
|
|
59
59
|
})
|
|
60
60
|
|
|
61
|
+
it("dts.v20211206.ModifyMigrateRateLimit", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.ModifyMigrateRateLimit({})
|
|
64
|
+
expect(data).to.be.ok
|
|
65
|
+
} catch(error) {
|
|
66
|
+
expect(error.requestId).to.be.ok
|
|
67
|
+
expect(error.code).to.be.ok
|
|
68
|
+
}
|
|
69
|
+
})
|
|
70
|
+
|
|
61
71
|
it("dts.v20211206.IsolateSyncJob", async function () {
|
|
62
72
|
try {
|
|
63
73
|
const data = await client.IsolateSyncJob({})
|
|
@@ -178,6 +188,16 @@ it("dts.v20211206.ConfigureSyncJob", async function () {
|
|
|
178
188
|
}
|
|
179
189
|
})
|
|
180
190
|
|
|
191
|
+
it("dts.v20211206.StartModifySyncJob", async function () {
|
|
192
|
+
try {
|
|
193
|
+
const data = await client.StartModifySyncJob({})
|
|
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
|
+
|
|
181
201
|
it("dts.v20211206.ResizeSyncJob", async function () {
|
|
182
202
|
try {
|
|
183
203
|
const data = await client.ResizeSyncJob({})
|
|
@@ -228,9 +248,9 @@ it("dts.v20211206.PauseSyncJob", async function () {
|
|
|
228
248
|
}
|
|
229
249
|
})
|
|
230
250
|
|
|
231
|
-
it("dts.v20211206.
|
|
251
|
+
it("dts.v20211206.ModifySyncRateLimit", async function () {
|
|
232
252
|
try {
|
|
233
|
-
const data = await client.
|
|
253
|
+
const data = await client.ModifySyncRateLimit({})
|
|
234
254
|
expect(data).to.be.ok
|
|
235
255
|
} catch(error) {
|
|
236
256
|
expect(error.requestId).to.be.ok
|
|
@@ -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.DescribeNacosReplicas", async function () {
|
|
22
22
|
try {
|
|
23
|
-
const data = await client.
|
|
23
|
+
const data = await client.DescribeNacosReplicas({})
|
|
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.ModifyNativeGatewayServerGroup", async function () {
|
|
32
|
+
try {
|
|
33
|
+
const data = await client.ModifyNativeGatewayServerGroup({})
|
|
24
34
|
expect(data).to.be.ok
|
|
25
35
|
} catch(error) {
|
|
26
36
|
expect(error.requestId).to.be.ok
|
|
@@ -48,6 +58,16 @@ it("tse.v20201207.DescribeZookeeperServerInterfaces", async function () {
|
|
|
48
58
|
}
|
|
49
59
|
})
|
|
50
60
|
|
|
61
|
+
it("tse.v20201207.DescribeOneCloudNativeAPIGatewayService", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.DescribeOneCloudNativeAPIGatewayService({})
|
|
64
|
+
expect(data).to.be.ok
|
|
65
|
+
} catch(error) {
|
|
66
|
+
expect(error.requestId).to.be.ok
|
|
67
|
+
expect(error.code).to.be.ok
|
|
68
|
+
}
|
|
69
|
+
})
|
|
70
|
+
|
|
51
71
|
it("tse.v20201207.ModifyCloudNativeAPIGatewayServiceRateLimit", async function () {
|
|
52
72
|
try {
|
|
53
73
|
const data = await client.ModifyCloudNativeAPIGatewayServiceRateLimit({})
|
|
@@ -68,6 +88,16 @@ it("tse.v20201207.CreateEngine", async function () {
|
|
|
68
88
|
}
|
|
69
89
|
})
|
|
70
90
|
|
|
91
|
+
it("tse.v20201207.ModifyCloudNativeAPIGatewayCanaryRule", async function () {
|
|
92
|
+
try {
|
|
93
|
+
const data = await client.ModifyCloudNativeAPIGatewayCanaryRule({})
|
|
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
|
+
|
|
71
101
|
it("tse.v20201207.DeleteCloudNativeAPIGatewayService", async function () {
|
|
72
102
|
try {
|
|
73
103
|
const data = await client.DeleteCloudNativeAPIGatewayService({})
|
|
@@ -98,6 +128,16 @@ it("tse.v20201207.DescribeCloudNativeAPIGatewayRoutes", async function () {
|
|
|
98
128
|
}
|
|
99
129
|
})
|
|
100
130
|
|
|
131
|
+
it("tse.v20201207.DescribeCloudNativeAPIGateway", async function () {
|
|
132
|
+
try {
|
|
133
|
+
const data = await client.DescribeCloudNativeAPIGateway({})
|
|
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
|
+
|
|
101
141
|
it("tse.v20201207.DescribeCloudNativeAPIGatewayPorts", async function () {
|
|
102
142
|
try {
|
|
103
143
|
const data = await client.DescribeCloudNativeAPIGatewayPorts({})
|
|
@@ -138,6 +178,16 @@ it("tse.v20201207.DeleteCloudNativeAPIGatewayCanaryRule", async function () {
|
|
|
138
178
|
}
|
|
139
179
|
})
|
|
140
180
|
|
|
181
|
+
it("tse.v20201207.DescribeCloudNativeAPIGateways", async function () {
|
|
182
|
+
try {
|
|
183
|
+
const data = await client.DescribeCloudNativeAPIGateways({})
|
|
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
|
+
|
|
141
191
|
it("tse.v20201207.DescribeCloudNativeAPIGatewayServices", async function () {
|
|
142
192
|
try {
|
|
143
193
|
const data = await client.DescribeCloudNativeAPIGatewayServices({})
|
|
@@ -168,6 +218,16 @@ it("tse.v20201207.DescribeNacosServerInterfaces", async function () {
|
|
|
168
218
|
}
|
|
169
219
|
})
|
|
170
220
|
|
|
221
|
+
it("tse.v20201207.UpdateCloudNativeAPIGatewaySpec", async function () {
|
|
222
|
+
try {
|
|
223
|
+
const data = await client.UpdateCloudNativeAPIGatewaySpec({})
|
|
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
|
+
|
|
171
231
|
it("tse.v20201207.DescribeZookeeperReplicas", async function () {
|
|
172
232
|
try {
|
|
173
233
|
const data = await client.DescribeZookeeperReplicas({})
|
|
@@ -178,6 +238,16 @@ it("tse.v20201207.DescribeZookeeperReplicas", async function () {
|
|
|
178
238
|
}
|
|
179
239
|
})
|
|
180
240
|
|
|
241
|
+
it("tse.v20201207.CreateCloudNativeAPIGateway", async function () {
|
|
242
|
+
try {
|
|
243
|
+
const data = await client.CreateCloudNativeAPIGateway({})
|
|
244
|
+
expect(data).to.be.ok
|
|
245
|
+
} catch(error) {
|
|
246
|
+
expect(error.requestId).to.be.ok
|
|
247
|
+
expect(error.code).to.be.ok
|
|
248
|
+
}
|
|
249
|
+
})
|
|
250
|
+
|
|
181
251
|
it("tse.v20201207.DescribeSREInstances", async function () {
|
|
182
252
|
try {
|
|
183
253
|
const data = await client.DescribeSREInstances({})
|
|
@@ -248,9 +318,9 @@ it("tse.v20201207.UpdateEngineInternetAccess", async function () {
|
|
|
248
318
|
}
|
|
249
319
|
})
|
|
250
320
|
|
|
251
|
-
it("tse.v20201207.
|
|
321
|
+
it("tse.v20201207.ModifyCloudNativeAPIGateway", async function () {
|
|
252
322
|
try {
|
|
253
|
-
const data = await client.
|
|
323
|
+
const data = await client.ModifyCloudNativeAPIGateway({})
|
|
254
324
|
expect(data).to.be.ok
|
|
255
325
|
} catch(error) {
|
|
256
326
|
expect(error.requestId).to.be.ok
|
|
@@ -268,6 +338,16 @@ it("tse.v20201207.CreateCloudNativeAPIGatewayServiceRateLimit", async function (
|
|
|
268
338
|
}
|
|
269
339
|
})
|
|
270
340
|
|
|
341
|
+
it("tse.v20201207.DeleteCloudNativeAPIGateway", async function () {
|
|
342
|
+
try {
|
|
343
|
+
const data = await client.DeleteCloudNativeAPIGateway({})
|
|
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
|
+
|
|
271
351
|
it("tse.v20201207.CreateCloudNativeAPIGatewayRoute", async function () {
|
|
272
352
|
try {
|
|
273
353
|
const data = await client.CreateCloudNativeAPIGatewayRoute({})
|
|
@@ -278,6 +358,16 @@ it("tse.v20201207.CreateCloudNativeAPIGatewayRoute", async function () {
|
|
|
278
358
|
}
|
|
279
359
|
})
|
|
280
360
|
|
|
361
|
+
it("tse.v20201207.CreateNativeGatewayServerGroup", async function () {
|
|
362
|
+
try {
|
|
363
|
+
const data = await client.CreateNativeGatewayServerGroup({})
|
|
364
|
+
expect(data).to.be.ok
|
|
365
|
+
} catch(error) {
|
|
366
|
+
expect(error.requestId).to.be.ok
|
|
367
|
+
expect(error.code).to.be.ok
|
|
368
|
+
}
|
|
369
|
+
})
|
|
370
|
+
|
|
281
371
|
it("tse.v20201207.DeleteCloudNativeAPIGatewayRouteRateLimit", async function () {
|
|
282
372
|
try {
|
|
283
373
|
const data = await client.DeleteCloudNativeAPIGatewayRouteRateLimit({})
|
|
@@ -298,9 +388,9 @@ it("tse.v20201207.CreateCloudNativeAPIGatewayRouteRateLimit", async function ()
|
|
|
298
388
|
}
|
|
299
389
|
})
|
|
300
390
|
|
|
301
|
-
it("tse.v20201207.
|
|
391
|
+
it("tse.v20201207.ModifyCloudNativeAPIGatewayRoute", async function () {
|
|
302
392
|
try {
|
|
303
|
-
const data = await client.
|
|
393
|
+
const data = await client.ModifyCloudNativeAPIGatewayRoute({})
|
|
304
394
|
expect(data).to.be.ok
|
|
305
395
|
} catch(error) {
|
|
306
396
|
expect(error.requestId).to.be.ok
|
|
@@ -308,9 +398,9 @@ it("tse.v20201207.DescribeNacosReplicas", async function () {
|
|
|
308
398
|
}
|
|
309
399
|
})
|
|
310
400
|
|
|
311
|
-
it("tse.v20201207.
|
|
401
|
+
it("tse.v20201207.DeleteNativeGatewayServerGroup", async function () {
|
|
312
402
|
try {
|
|
313
|
-
const data = await client.
|
|
403
|
+
const data = await client.DeleteNativeGatewayServerGroup({})
|
|
314
404
|
expect(data).to.be.ok
|
|
315
405
|
} catch(error) {
|
|
316
406
|
expect(error.requestId).to.be.ok
|