tencentcloud-sdk-nodejs 4.0.890 → 4.0.891
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 +202 -0
- package/SERVICE_CHANGELOG.md +241 -144
- package/package.json +1 -1
- package/products.md +13 -13
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +2 -1
- package/src/services/cdb/v20170320/cdb_client.ts +51 -15
- package/src/services/cdb/v20170320/cdb_models.ts +100 -16
- package/src/services/ckafka/v20190819/ckafka_models.ts +1 -1
- package/src/services/dlc/v20210125/dlc_client.ts +2 -1
- package/src/services/dlc/v20210125/dlc_models.ts +48 -22
- package/src/services/es/v20180416/es_client.ts +18 -6
- package/src/services/es/v20180416/es_models.ts +43 -2
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +5 -0
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +5 -0
- package/src/services/mps/v20190612/mps_client.ts +57 -6
- package/src/services/mps/v20190612/mps_models.ts +439 -123
- package/src/services/smpn/v20190822/smpn_client.ts +20 -10
- package/src/services/trtc/v20190722/trtc_client.ts +4 -2
- package/src/services/trtc/v20190722/trtc_models.ts +8 -24
- package/src/services/tsi/v20210325/tsi_models.ts +2 -2
- package/src/services/tts/v20190823/tts_models.ts +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +17 -5
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +24 -6
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +94 -16
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +1 -1
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +47 -22
- package/tencentcloud/services/es/v20180416/es_client.d.ts +7 -3
- package/tencentcloud/services/es/v20180416/es_client.js +9 -3
- package/tencentcloud/services/es/v20180416/es_models.d.ts +41 -2
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +5 -0
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +5 -0
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +17 -1
- package/tencentcloud/services/mps/v20190612/mps_client.js +24 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +426 -121
- package/tencentcloud/services/smpn/v20190822/smpn_client.d.ts +15 -5
- package/tencentcloud/services/smpn/v20190822/smpn_client.js +15 -5
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +3 -1
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +3 -1
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +8 -24
- package/tencentcloud/services/tsi/v20210325/tsi_models.d.ts +2 -2
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +1 -1
- package/test/cdb.v20170320.test.js +34 -4
- package/test/es.v20180416.test.js +12 -2
- package/test/mps.v20190612.test.js +40 -0
|
@@ -8,23 +8,33 @@ import { DescribeSmpnChpRequest, CreateSmpnEpaResponse, DescribeSmpnFnrResponse,
|
|
|
8
8
|
export declare class Client extends AbstractClient {
|
|
9
9
|
constructor(clientConfig: ClientConfig);
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
11
|
+
* 不在使用的API
|
|
12
|
+
|
|
13
|
+
号码营销监控
|
|
12
14
|
*/
|
|
13
15
|
DescribeSmpnMhm(req: DescribeSmpnMhmRequest, cb?: (error: string, rep: DescribeSmpnMhmResponse) => void): Promise<DescribeSmpnMhmResponse>;
|
|
14
16
|
/**
|
|
15
|
-
*
|
|
17
|
+
* 不在使用的API
|
|
18
|
+
|
|
19
|
+
虚假号码识别
|
|
16
20
|
*/
|
|
17
21
|
DescribeSmpnFnr(req: DescribeSmpnFnrRequest, cb?: (error: string, rep: DescribeSmpnFnrResponse) => void): Promise<DescribeSmpnFnrResponse>;
|
|
18
22
|
/**
|
|
19
|
-
*
|
|
23
|
+
* 不在使用的API
|
|
24
|
+
|
|
25
|
+
企业号码认证
|
|
20
26
|
*/
|
|
21
27
|
CreateSmpnEpa(req: CreateSmpnEpaRequest, cb?: (error: string, rep: CreateSmpnEpaResponse) => void): Promise<CreateSmpnEpaResponse>;
|
|
22
28
|
/**
|
|
23
|
-
*
|
|
29
|
+
* 不在使用的API
|
|
30
|
+
|
|
31
|
+
查询号码的标记和标记次数
|
|
24
32
|
*/
|
|
25
33
|
DescribeSmpnChp(req: DescribeSmpnChpRequest, cb?: (error: string, rep: DescribeSmpnChpResponse) => void): Promise<DescribeSmpnChpResponse>;
|
|
26
34
|
/**
|
|
27
|
-
*
|
|
35
|
+
* 不在使用的API
|
|
36
|
+
|
|
37
|
+
查询号码恶意标记等级
|
|
28
38
|
*/
|
|
29
39
|
DescribeSmpnMrl(req: DescribeSmpnMrlRequest, cb?: (error: string, rep: DescribeSmpnMrlResponse) => void): Promise<DescribeSmpnMrlResponse>;
|
|
30
40
|
}
|
|
@@ -28,31 +28,41 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
28
28
|
super("smpn.tencentcloudapi.com", "2019-08-22", clientConfig);
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* 不在使用的API
|
|
32
|
+
|
|
33
|
+
号码营销监控
|
|
32
34
|
*/
|
|
33
35
|
async DescribeSmpnMhm(req, cb) {
|
|
34
36
|
return this.request("DescribeSmpnMhm", req, cb);
|
|
35
37
|
}
|
|
36
38
|
/**
|
|
37
|
-
*
|
|
39
|
+
* 不在使用的API
|
|
40
|
+
|
|
41
|
+
虚假号码识别
|
|
38
42
|
*/
|
|
39
43
|
async DescribeSmpnFnr(req, cb) {
|
|
40
44
|
return this.request("DescribeSmpnFnr", req, cb);
|
|
41
45
|
}
|
|
42
46
|
/**
|
|
43
|
-
*
|
|
47
|
+
* 不在使用的API
|
|
48
|
+
|
|
49
|
+
企业号码认证
|
|
44
50
|
*/
|
|
45
51
|
async CreateSmpnEpa(req, cb) {
|
|
46
52
|
return this.request("CreateSmpnEpa", req, cb);
|
|
47
53
|
}
|
|
48
54
|
/**
|
|
49
|
-
*
|
|
55
|
+
* 不在使用的API
|
|
56
|
+
|
|
57
|
+
查询号码的标记和标记次数
|
|
50
58
|
*/
|
|
51
59
|
async DescribeSmpnChp(req, cb) {
|
|
52
60
|
return this.request("DescribeSmpnChp", req, cb);
|
|
53
61
|
}
|
|
54
62
|
/**
|
|
55
|
-
*
|
|
63
|
+
* 不在使用的API
|
|
64
|
+
|
|
65
|
+
查询号码恶意标记等级
|
|
56
66
|
*/
|
|
57
67
|
async DescribeSmpnMrl(req, cb) {
|
|
58
68
|
return this.request("DescribeSmpnMrl", req, cb);
|
|
@@ -380,7 +380,9 @@ peakCurrentUsers:峰值同时在线人数。
|
|
|
380
380
|
*/
|
|
381
381
|
StopMCUMixTranscodeByStrRoomId(req: StopMCUMixTranscodeByStrRoomIdRequest, cb?: (error: string, rep: StopMCUMixTranscodeByStrRoomIdResponse) => void): Promise<StopMCUMixTranscodeByStrRoomIdResponse>;
|
|
382
382
|
/**
|
|
383
|
-
*
|
|
383
|
+
* 接口不再支持
|
|
384
|
+
|
|
385
|
+
对转录的文本进行总结。
|
|
384
386
|
*/
|
|
385
387
|
SummarizeTranscription(req?: SummarizeTranscriptionRequest, cb?: (error: string, rep: SummarizeTranscriptionResponse) => void): Promise<SummarizeTranscriptionResponse>;
|
|
386
388
|
/**
|
|
@@ -462,7 +462,9 @@ peakCurrentUsers:峰值同时在线人数。
|
|
|
462
462
|
return this.request("StopMCUMixTranscodeByStrRoomId", req, cb);
|
|
463
463
|
}
|
|
464
464
|
/**
|
|
465
|
-
*
|
|
465
|
+
* 接口不再支持
|
|
466
|
+
|
|
467
|
+
对转录的文本进行总结。
|
|
466
468
|
*/
|
|
467
469
|
async SummarizeTranscription(req, cb) {
|
|
468
470
|
return this.request("SummarizeTranscription", req, cb);
|
|
@@ -2368,8 +2368,9 @@ export interface StopMCUMixTranscodeByStrRoomIdRequest {
|
|
|
2368
2368
|
export interface RecognizeConfig {
|
|
2369
2369
|
/**
|
|
2370
2370
|
* 语音识别支持的语言,默认是"zh"。目前全量支持的语言如下,等号左面是语言英文名,右面是Language字段需要填写的值,该值遵循[ISO639](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes):
|
|
2371
|
-
Chinese = "zh"
|
|
2372
|
-
Chinese_TW = "zh-TW"
|
|
2371
|
+
中文 Chinese = "zh"
|
|
2372
|
+
中文繁体 Chinese_TW = "zh-TW"
|
|
2373
|
+
中文方言 Chinese_DIALECT = "zh-dialect"
|
|
2373
2374
|
English = "en"
|
|
2374
2375
|
Vietnamese = "vi"
|
|
2375
2376
|
Japanese = "ja"
|
|
@@ -2390,11 +2391,15 @@ export interface RecognizeConfig {
|
|
|
2390
2391
|
|
|
2391
2392
|
注意:
|
|
2392
2393
|
如果缺少满足您需求的语言,请联系我们技术人员。
|
|
2393
|
-
tencent asr不支持"it"和"ru",google asr全都支持。
|
|
2394
2394
|
*/
|
|
2395
2395
|
Language?: string;
|
|
2396
|
+
/**
|
|
2397
|
+
* 额外的可能替代语言,最多3个,仅高级版支持。Language指定中文方言时,不能设置该字段。
|
|
2398
|
+
*/
|
|
2399
|
+
AlternativeLanguage?: Array<string>;
|
|
2396
2400
|
/**
|
|
2397
2401
|
* 使用的模型,目前支持tencent和google,默认是tencent。
|
|
2402
|
+
* @deprecated
|
|
2398
2403
|
*/
|
|
2399
2404
|
Model?: string;
|
|
2400
2405
|
/**
|
|
@@ -2422,27 +2427,6 @@ export interface RecognizeConfig {
|
|
|
2422
2427
|
|
|
2423
2428
|
注意:
|
|
2424
2429
|
如果缺少满足您需求的语言,请联系我们技术人员。
|
|
2425
|
-
google支持上述语言两两之间翻译,tencent只支持部分语言之间翻译。
|
|
2426
|
-
|
|
2427
|
-
tencnet目标语言,各源语言的目标语言支持列表如下,冒号左侧是目标语言,右侧是源语言:
|
|
2428
|
-
- zh(简体中文):zh-TW(繁体中文)、en(英语)、ja(日语)、ko(韩语)、fr(法语)、es(西班牙语)、it(意大利语)、de(德语)、tr(土耳其语)、ru(俄语)、pt(葡萄牙语)、vi(越南语)、id(印尼语)、th(泰语)、ms(马来语)
|
|
2429
|
-
- zh-TW(繁体中文):zh(简体中文)、en(英语)、ja(日语)、ko(韩语)、fr(法语)、es(西班牙语)、it(意大利语)、de(德语)、tr(土耳其语)、ru(俄语)、pt(葡萄牙语)、vi(越南语)、id(印尼语)、th(泰语)、ms(马来语)
|
|
2430
|
-
- en(英语):zh(中文)、zh-TW(繁体中文)、ja(日语)、ko(韩语)、fr(法语)、es(西班牙语)、it(意大利语)、de(德语)、tr(土耳其语)、ru(俄语)、pt(葡萄牙语)、vi(越南语)、id(印尼语)、th(泰语)、ms(马来语)、ar(阿拉伯语)、hi(印地语)
|
|
2431
|
-
- ja(日语):zh(中文)、zh-TW(繁体中文)、en(英语)、ko(韩语)
|
|
2432
|
-
- ko(韩语):zh(中文)、zh-TW(繁体中文)、en(英语)、ja(日语)
|
|
2433
|
-
- fr(法语):zh(中文)、zh-TW(繁体中文)、en(英语)、es(西班牙语)、it(意大利语)、de(德语)、tr(土耳其语)、ru(俄语)、pt(葡萄牙语)
|
|
2434
|
-
- es(西班牙语):zh(中文)、zh-TW(繁体中文)、en(英语)、fr(法语)、it(意大利语)、de(德语)、tr(土耳其语)、ru(俄语)、pt(葡萄牙语)
|
|
2435
|
-
- it(意大利语):zh(中文)、zh-TW(繁体中文)、en(英语)、fr(法语)、es(西班牙语)、de(德语)、tr(土耳其语)、ru(俄语)、pt(葡萄牙语)
|
|
2436
|
-
- de(德语):zh(中文)、zh-TW(繁体中文)、en(英语)、fr(法语)、es(西班牙语)、it(意大利语)、tr(土耳其语)、ru(俄语)、pt(葡萄牙语)
|
|
2437
|
-
- tr(土耳其语):zh(中文)、zh-TW(繁体中文)、en(英语)、fr(法语)、es(西班牙语)、it(意大利语)、de(德语)、ru(俄语)、pt(葡萄牙语)
|
|
2438
|
-
- ru(俄语):zh(中文)、zh-TW(繁体中文)、en(英语)、fr(法语)、es(西班牙语)、it(意大利语)、de(德语)、tr(土耳其语)、pt(葡萄牙语)
|
|
2439
|
-
- pt(葡萄牙语):zh(中文)、zh-TW(繁体中文)、en(英语)、fr(法语)、es(西班牙语)、it(意大利语)、de(德语)、tr(土耳其语)、ru(俄语)
|
|
2440
|
-
- vi(越南语):zh(中文)、zh-TW(繁体中文)、en(英语)
|
|
2441
|
-
- id(印尼语):zh(中文)、zh-TW(繁体中文)、en(英语)
|
|
2442
|
-
- th(泰语):zh(中文)、zh-TW(繁体中文)、en(英语)
|
|
2443
|
-
- ms(马来语):zh(中文)、zh-TW(繁体中文)、en(英语)
|
|
2444
|
-
- ar(阿拉伯语):en(英语)
|
|
2445
|
-
- hi(印地语):en(英语)
|
|
2446
2430
|
*/
|
|
2447
2431
|
TranslationLanguage?: string;
|
|
2448
2432
|
}
|
|
@@ -103,7 +103,7 @@ export interface TongChuanRecognizeRequest {
|
|
|
103
103
|
*/
|
|
104
104
|
IsEnd: number;
|
|
105
105
|
/**
|
|
106
|
-
* 翻译时机,0
|
|
106
|
+
* 翻译时机,0-不翻译 2-句子实时翻译
|
|
107
107
|
*/
|
|
108
108
|
TranslateTime: number;
|
|
109
109
|
/**
|
|
@@ -157,7 +157,7 @@ export interface TongChuanSyncRequest {
|
|
|
157
157
|
*/
|
|
158
158
|
IsEnd: number;
|
|
159
159
|
/**
|
|
160
|
-
* 翻译时机,0
|
|
160
|
+
* 翻译时机,0-不翻译 2-句子实时翻译
|
|
161
161
|
*/
|
|
162
162
|
TranslateTime: number;
|
|
163
163
|
/**
|
|
@@ -608,9 +608,9 @@ it("cdb.v20170320.DescribeProxySupportParam", async function () {
|
|
|
608
608
|
}
|
|
609
609
|
})
|
|
610
610
|
|
|
611
|
-
it("cdb.v20170320.
|
|
611
|
+
it("cdb.v20170320.DescribeLocalBinlogConfig", async function () {
|
|
612
612
|
try {
|
|
613
|
-
const data = await client.
|
|
613
|
+
const data = await client.DescribeLocalBinlogConfig({})
|
|
614
614
|
expect(data).to.be.ok
|
|
615
615
|
} catch(error) {
|
|
616
616
|
expect(error.requestId).to.be.ok
|
|
@@ -1018,6 +1018,16 @@ it("cdb.v20170320.DescribeAuditConfig", async function () {
|
|
|
1018
1018
|
}
|
|
1019
1019
|
})
|
|
1020
1020
|
|
|
1021
|
+
it("cdb.v20170320.ResetPassword", async function () {
|
|
1022
|
+
try {
|
|
1023
|
+
const data = await client.ResetPassword({})
|
|
1024
|
+
expect(data).to.be.ok
|
|
1025
|
+
} catch(error) {
|
|
1026
|
+
expect(error.requestId).to.be.ok
|
|
1027
|
+
expect(error.code).to.be.ok
|
|
1028
|
+
}
|
|
1029
|
+
})
|
|
1030
|
+
|
|
1021
1031
|
it("cdb.v20170320.ModifyInstanceParam", async function () {
|
|
1022
1032
|
try {
|
|
1023
1033
|
const data = await client.ModifyInstanceParam({})
|
|
@@ -1188,6 +1198,16 @@ it("cdb.v20170320.DescribeDBSwitchRecords", async function () {
|
|
|
1188
1198
|
}
|
|
1189
1199
|
})
|
|
1190
1200
|
|
|
1201
|
+
it("cdb.v20170320.CreateRotationPassword", async function () {
|
|
1202
|
+
try {
|
|
1203
|
+
const data = await client.CreateRotationPassword({})
|
|
1204
|
+
expect(data).to.be.ok
|
|
1205
|
+
} catch(error) {
|
|
1206
|
+
expect(error.requestId).to.be.ok
|
|
1207
|
+
expect(error.code).to.be.ok
|
|
1208
|
+
}
|
|
1209
|
+
})
|
|
1210
|
+
|
|
1191
1211
|
it("cdb.v20170320.CreateDBImportJob", async function () {
|
|
1192
1212
|
try {
|
|
1193
1213
|
const data = await client.CreateDBImportJob({})
|
|
@@ -1268,6 +1288,16 @@ it("cdb.v20170320.ModifyAuditRuleTemplates", async function () {
|
|
|
1268
1288
|
}
|
|
1269
1289
|
})
|
|
1270
1290
|
|
|
1291
|
+
it("cdb.v20170320.DeleteRotationPassword", async function () {
|
|
1292
|
+
try {
|
|
1293
|
+
const data = await client.DeleteRotationPassword({})
|
|
1294
|
+
expect(data).to.be.ok
|
|
1295
|
+
} catch(error) {
|
|
1296
|
+
expect(error.requestId).to.be.ok
|
|
1297
|
+
expect(error.code).to.be.ok
|
|
1298
|
+
}
|
|
1299
|
+
})
|
|
1300
|
+
|
|
1271
1301
|
it("cdb.v20170320.ModifyAccountPassword", async function () {
|
|
1272
1302
|
try {
|
|
1273
1303
|
const data = await client.ModifyAccountPassword({})
|
|
@@ -1478,9 +1508,9 @@ it("cdb.v20170320.ModifyDBInstanceProject", async function () {
|
|
|
1478
1508
|
}
|
|
1479
1509
|
})
|
|
1480
1510
|
|
|
1481
|
-
it("cdb.v20170320.
|
|
1511
|
+
it("cdb.v20170320.DescribeDeviceMonitorInfo", async function () {
|
|
1482
1512
|
try {
|
|
1483
|
-
const data = await client.
|
|
1513
|
+
const data = await client.DescribeDeviceMonitorInfo({})
|
|
1484
1514
|
expect(data).to.be.ok
|
|
1485
1515
|
} catch(error) {
|
|
1486
1516
|
expect(error.requestId).to.be.ok
|
|
@@ -138,6 +138,16 @@ it("es.v20180416.CreateIndex", async function () {
|
|
|
138
138
|
}
|
|
139
139
|
})
|
|
140
140
|
|
|
141
|
+
it("es.v20180416.StartLogstashPipelines", async function () {
|
|
142
|
+
try {
|
|
143
|
+
const data = await client.StartLogstashPipelines({})
|
|
144
|
+
expect(data).to.be.ok
|
|
145
|
+
} catch(error) {
|
|
146
|
+
expect(error.requestId).to.be.ok
|
|
147
|
+
expect(error.code).to.be.ok
|
|
148
|
+
}
|
|
149
|
+
})
|
|
150
|
+
|
|
141
151
|
it("es.v20180416.UpdateRequestTargetNodeTypes", async function () {
|
|
142
152
|
try {
|
|
143
153
|
const data = await client.UpdateRequestTargetNodeTypes({})
|
|
@@ -298,9 +308,9 @@ it("es.v20180416.DescribeLogstashInstanceOperations", async function () {
|
|
|
298
308
|
}
|
|
299
309
|
})
|
|
300
310
|
|
|
301
|
-
it("es.v20180416.
|
|
311
|
+
it("es.v20180416.DescribeServerlessMetrics", async function () {
|
|
302
312
|
try {
|
|
303
|
-
const data = await client.
|
|
313
|
+
const data = await client.DescribeServerlessMetrics({})
|
|
304
314
|
expect(data).to.be.ok
|
|
305
315
|
} catch(error) {
|
|
306
316
|
expect(error.requestId).to.be.ok
|
|
@@ -388,6 +388,16 @@ it("mps.v20190612.ResetWorkflow", async function () {
|
|
|
388
388
|
}
|
|
389
389
|
})
|
|
390
390
|
|
|
391
|
+
it("mps.v20190612.DeleteQualityControlTemplate", async function () {
|
|
392
|
+
try {
|
|
393
|
+
const data = await client.DeleteQualityControlTemplate({})
|
|
394
|
+
expect(data).to.be.ok
|
|
395
|
+
} catch(error) {
|
|
396
|
+
expect(error.requestId).to.be.ok
|
|
397
|
+
expect(error.code).to.be.ok
|
|
398
|
+
}
|
|
399
|
+
})
|
|
400
|
+
|
|
391
401
|
it("mps.v20190612.DeleteWorkflow", async function () {
|
|
392
402
|
try {
|
|
393
403
|
const data = await client.DeleteWorkflow({})
|
|
@@ -398,6 +408,16 @@ it("mps.v20190612.DeleteWorkflow", async function () {
|
|
|
398
408
|
}
|
|
399
409
|
})
|
|
400
410
|
|
|
411
|
+
it("mps.v20190612.CreateQualityControlTemplate", async function () {
|
|
412
|
+
try {
|
|
413
|
+
const data = await client.CreateQualityControlTemplate({})
|
|
414
|
+
expect(data).to.be.ok
|
|
415
|
+
} catch(error) {
|
|
416
|
+
expect(error.requestId).to.be.ok
|
|
417
|
+
expect(error.code).to.be.ok
|
|
418
|
+
}
|
|
419
|
+
})
|
|
420
|
+
|
|
401
421
|
it("mps.v20190612.ModifyImageSpriteTemplate", async function () {
|
|
402
422
|
try {
|
|
403
423
|
const data = await client.ModifyImageSpriteTemplate({})
|
|
@@ -498,6 +518,16 @@ it("mps.v20190612.CreateAIAnalysisTemplate", async function () {
|
|
|
498
518
|
}
|
|
499
519
|
})
|
|
500
520
|
|
|
521
|
+
it("mps.v20190612.ModifyQualityControlTemplate", async function () {
|
|
522
|
+
try {
|
|
523
|
+
const data = await client.ModifyQualityControlTemplate({})
|
|
524
|
+
expect(data).to.be.ok
|
|
525
|
+
} catch(error) {
|
|
526
|
+
expect(error.requestId).to.be.ok
|
|
527
|
+
expect(error.code).to.be.ok
|
|
528
|
+
}
|
|
529
|
+
})
|
|
530
|
+
|
|
501
531
|
it("mps.v20190612.StopStreamLinkFlow", async function () {
|
|
502
532
|
try {
|
|
503
533
|
const data = await client.StopStreamLinkFlow({})
|
|
@@ -928,6 +958,16 @@ it("mps.v20190612.CreatePersonSample", async function () {
|
|
|
928
958
|
}
|
|
929
959
|
})
|
|
930
960
|
|
|
961
|
+
it("mps.v20190612.DescribeQualityControlTemplates", async function () {
|
|
962
|
+
try {
|
|
963
|
+
const data = await client.DescribeQualityControlTemplates({})
|
|
964
|
+
expect(data).to.be.ok
|
|
965
|
+
} catch(error) {
|
|
966
|
+
expect(error.requestId).to.be.ok
|
|
967
|
+
expect(error.code).to.be.ok
|
|
968
|
+
}
|
|
969
|
+
})
|
|
970
|
+
|
|
931
971
|
it("mps.v20190612.DisableSchedule", async function () {
|
|
932
972
|
try {
|
|
933
973
|
const data = await client.DisableSchedule({})
|