tencentcloud-sdk-nodejs 4.0.475 → 4.0.477
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 +594 -0
- package/SERVICE_CHANGELOG.md +1088 -0
- package/package.json +1 -1
- package/products.md +19 -19
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ccc/v20200210/ccc_client.ts +1 -0
- package/src/services/ccc/v20200210/ccc_models.ts +23 -0
- package/src/services/cfs/v20190719/cfs_client.ts +1 -1
- package/src/services/cls/v20201016/cls_client.ts +37 -13
- package/src/services/cls/v20201016/cls_models.ts +222 -170
- package/src/services/dts/v20211206/dts_client.ts +4 -4
- package/src/services/ess/v20201111/ess_client.ts +77 -62
- package/src/services/ess/v20201111/ess_models.ts +1412 -1290
- package/src/services/essbasic/v20210526/essbasic_client.ts +86 -71
- package/src/services/essbasic/v20210526/essbasic_models.ts +1572 -1451
- package/src/services/live/v20180801/live_models.ts +16 -1
- package/src/services/mariadb/v20170312/mariadb_client.ts +36 -12
- package/src/services/mariadb/v20170312/mariadb_models.ts +55 -0
- package/src/services/mps/v20190612/mps_client.ts +322 -47
- package/src/services/mps/v20190612/mps_models.ts +2668 -541
- package/src/services/redis/v20180412/redis_client.ts +1 -1
- package/src/services/redis/v20180412/redis_models.ts +16 -5
- package/src/services/soe/v20180724/soe_models.ts +38 -35
- package/src/services/tcr/v20190924/tcr_models.ts +10 -0
- package/src/services/tdmq/v20200217/tdmq_models.ts +6 -0
- package/src/services/tem/v20210701/tem_models.ts +12 -0
- package/src/services/teo/v20220901/teo_models.ts +17 -1
- package/src/services/tiia/v20190529/tiia_client.ts +22 -24
- package/src/services/tiia/v20190529/tiia_models.ts +19 -19
- package/src/services/vod/v20180717/vod_models.ts +15 -3
- package/src/services/wedata/v20210820/wedata_client.ts +1518 -451
- package/src/services/wedata/v20210820/wedata_models.ts +7670 -2230
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +20 -0
- package/tencentcloud/services/cfs/v20190719/cfs_client.d.ts +1 -1
- package/tencentcloud/services/cfs/v20190719/cfs_client.js +1 -1
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +11 -3
- package/tencentcloud/services/cls/v20201016/cls_client.js +15 -3
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +201 -155
- package/tencentcloud/services/dts/v20211206/dts_client.d.ts +4 -4
- package/tencentcloud/services/dts/v20211206/dts_client.js +4 -4
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +6 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +7 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1249 -1147
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +9 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +11 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1454 -1353
- package/tencentcloud/services/live/v20180801/live_models.d.ts +14 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +13 -5
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +18 -6
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +48 -0
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +84 -10
- package/tencentcloud/services/mps/v20190612/mps_client.js +122 -12
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +2283 -479
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +14 -5
- package/tencentcloud/services/soe/v20180724/soe_models.d.ts +35 -32
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +8 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +5 -0
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +10 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +15 -1
- package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +19 -21
- package/tencentcloud/services/tiia/v20190529/tiia_client.js +19 -21
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +17 -17
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +13 -3
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +446 -102
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +688 -172
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +6601 -2011
- package/test/cls.v20201016.test.js +22 -2
- package/test/ess.v20201111.test.js +10 -0
- package/test/essbasic.v20210526.test.js +12 -2
- package/test/mariadb.v20170312.test.js +24 -4
- package/test/mps.v20190612.test.js +186 -6
- package/test/wedata.v20210820.test.js +955 -95
|
@@ -28,9 +28,9 @@ it("cls.v20201016.CreateMachineGroup", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
-
it("cls.v20201016.
|
|
31
|
+
it("cls.v20201016.DeleteMachineGroupInfo", async function () {
|
|
32
32
|
try {
|
|
33
|
-
const data = await client.
|
|
33
|
+
const data = await client.DeleteMachineGroupInfo({})
|
|
34
34
|
expect(data).to.be.ok
|
|
35
35
|
} catch(error) {
|
|
36
36
|
expect(error.requestId).to.be.ok
|
|
@@ -308,6 +308,16 @@ it("cls.v20201016.DescribeAlarms", async function () {
|
|
|
308
308
|
}
|
|
309
309
|
})
|
|
310
310
|
|
|
311
|
+
it("cls.v20201016.AddMachineGroupInfo", async function () {
|
|
312
|
+
try {
|
|
313
|
+
const data = await client.AddMachineGroupInfo({})
|
|
314
|
+
expect(data).to.be.ok
|
|
315
|
+
} catch(error) {
|
|
316
|
+
expect(error.requestId).to.be.ok
|
|
317
|
+
expect(error.code).to.be.ok
|
|
318
|
+
}
|
|
319
|
+
})
|
|
320
|
+
|
|
311
321
|
it("cls.v20201016.DescribeAlarmNotices", async function () {
|
|
312
322
|
try {
|
|
313
323
|
const data = await client.DescribeAlarmNotices({})
|
|
@@ -528,6 +538,16 @@ it("cls.v20201016.DescribeConfigs", async function () {
|
|
|
528
538
|
}
|
|
529
539
|
})
|
|
530
540
|
|
|
541
|
+
it("cls.v20201016.DescribeMachineGroups", async function () {
|
|
542
|
+
try {
|
|
543
|
+
const data = await client.DescribeMachineGroups({})
|
|
544
|
+
expect(data).to.be.ok
|
|
545
|
+
} catch(error) {
|
|
546
|
+
expect(error.requestId).to.be.ok
|
|
547
|
+
expect(error.code).to.be.ok
|
|
548
|
+
}
|
|
549
|
+
})
|
|
550
|
+
|
|
531
551
|
it("cls.v20201016.MergePartition", async function () {
|
|
532
552
|
try {
|
|
533
553
|
const data = await client.MergePartition({})
|
|
@@ -228,6 +228,16 @@ it("ess.v20201111.DescribeThirdPartyAuthCode", async function () {
|
|
|
228
228
|
}
|
|
229
229
|
})
|
|
230
230
|
|
|
231
|
+
it("ess.v20201111.DescribeOrganizationSeals", async function () {
|
|
232
|
+
try {
|
|
233
|
+
const data = await client.DescribeOrganizationSeals({})
|
|
234
|
+
expect(data).to.be.ok
|
|
235
|
+
} catch(error) {
|
|
236
|
+
expect(error.requestId).to.be.ok
|
|
237
|
+
expect(error.code).to.be.ok
|
|
238
|
+
}
|
|
239
|
+
})
|
|
240
|
+
|
|
231
241
|
it("ess.v20201111.DeleteIntegrationEmployees", async function () {
|
|
232
242
|
try {
|
|
233
243
|
const data = await client.DeleteIntegrationEmployees({})
|
|
@@ -178,9 +178,9 @@ it("essbasic.v20210526.GetDownloadFlowUrl", async function () {
|
|
|
178
178
|
}
|
|
179
179
|
})
|
|
180
180
|
|
|
181
|
-
it("essbasic.v20210526.
|
|
181
|
+
it("essbasic.v20210526.ChannelDescribeOrganizationSeals", async function () {
|
|
182
182
|
try {
|
|
183
|
-
const data = await client.
|
|
183
|
+
const data = await client.ChannelDescribeOrganizationSeals({})
|
|
184
184
|
expect(data).to.be.ok
|
|
185
185
|
} catch(error) {
|
|
186
186
|
expect(error.requestId).to.be.ok
|
|
@@ -248,6 +248,16 @@ it("essbasic.v20210526.UploadFiles", async function () {
|
|
|
248
248
|
}
|
|
249
249
|
})
|
|
250
250
|
|
|
251
|
+
it("essbasic.v20210526.SyncProxyOrganizationOperators", async function () {
|
|
252
|
+
try {
|
|
253
|
+
const data = await client.SyncProxyOrganizationOperators({})
|
|
254
|
+
expect(data).to.be.ok
|
|
255
|
+
} catch(error) {
|
|
256
|
+
expect(error.requestId).to.be.ok
|
|
257
|
+
expect(error.code).to.be.ok
|
|
258
|
+
}
|
|
259
|
+
})
|
|
260
|
+
|
|
251
261
|
it("essbasic.v20210526.OperateChannelTemplate", async function () {
|
|
252
262
|
try {
|
|
253
263
|
const data = await client.OperateChannelTemplate({})
|
|
@@ -168,9 +168,9 @@ it("mariadb.v20170312.ModifyDBParameters", async function () {
|
|
|
168
168
|
}
|
|
169
169
|
})
|
|
170
170
|
|
|
171
|
-
it("mariadb.v20170312.
|
|
171
|
+
it("mariadb.v20170312.KillSession", async function () {
|
|
172
172
|
try {
|
|
173
|
-
const data = await client.
|
|
173
|
+
const data = await client.KillSession({})
|
|
174
174
|
expect(data).to.be.ok
|
|
175
175
|
} catch(error) {
|
|
176
176
|
expect(error.requestId).to.be.ok
|
|
@@ -298,9 +298,9 @@ it("mariadb.v20170312.ModifyInstanceVip", async function () {
|
|
|
298
298
|
}
|
|
299
299
|
})
|
|
300
300
|
|
|
301
|
-
it("mariadb.v20170312.
|
|
301
|
+
it("mariadb.v20170312.IsolateDBInstance", async function () {
|
|
302
302
|
try {
|
|
303
|
-
const data = await client.
|
|
303
|
+
const data = await client.IsolateDBInstance({})
|
|
304
304
|
expect(data).to.be.ok
|
|
305
305
|
} catch(error) {
|
|
306
306
|
expect(error.requestId).to.be.ok
|
|
@@ -618,6 +618,16 @@ it("mariadb.v20170312.CancelDcnJob", async function () {
|
|
|
618
618
|
}
|
|
619
619
|
})
|
|
620
620
|
|
|
621
|
+
it("mariadb.v20170312.TerminateDedicatedDBInstance", async function () {
|
|
622
|
+
try {
|
|
623
|
+
const data = await client.TerminateDedicatedDBInstance({})
|
|
624
|
+
expect(data).to.be.ok
|
|
625
|
+
} catch(error) {
|
|
626
|
+
expect(error.requestId).to.be.ok
|
|
627
|
+
expect(error.code).to.be.ok
|
|
628
|
+
}
|
|
629
|
+
})
|
|
630
|
+
|
|
621
631
|
it("mariadb.v20170312.CloneAccount", async function () {
|
|
622
632
|
try {
|
|
623
633
|
const data = await client.CloneAccount({})
|
|
@@ -658,4 +668,14 @@ it("mariadb.v20170312.DisassociateSecurityGroups", async function () {
|
|
|
658
668
|
}
|
|
659
669
|
})
|
|
660
670
|
|
|
671
|
+
it("mariadb.v20170312.ModifyLogFileRetentionPeriod", async function () {
|
|
672
|
+
try {
|
|
673
|
+
const data = await client.ModifyLogFileRetentionPeriod({})
|
|
674
|
+
expect(data).to.be.ok
|
|
675
|
+
} catch(error) {
|
|
676
|
+
expect(error.requestId).to.be.ok
|
|
677
|
+
expect(error.code).to.be.ok
|
|
678
|
+
}
|
|
679
|
+
})
|
|
680
|
+
|
|
661
681
|
})
|
|
@@ -18,6 +18,36 @@ const client = new tencentcloud.mps.v20190612.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("mps.v20190612.test.js", function () {
|
|
20
20
|
|
|
21
|
+
it("mps.v20190612.DescribeStreamLinkFlows", async function () {
|
|
22
|
+
try {
|
|
23
|
+
const data = await client.DescribeStreamLinkFlows({})
|
|
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("mps.v20190612.StopStreamLinkFlow", async function () {
|
|
32
|
+
try {
|
|
33
|
+
const data = await client.StopStreamLinkFlow({})
|
|
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
|
+
|
|
41
|
+
it("mps.v20190612.ModifyStreamLinkOutputInfo", async function () {
|
|
42
|
+
try {
|
|
43
|
+
const data = await client.ModifyStreamLinkOutputInfo({})
|
|
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
|
+
|
|
21
51
|
it("mps.v20190612.CreateSnapshotByTimeOffsetTemplate", async function () {
|
|
22
52
|
try {
|
|
23
53
|
const data = await client.CreateSnapshotByTimeOffsetTemplate({})
|
|
@@ -28,9 +58,29 @@ it("mps.v20190612.CreateSnapshotByTimeOffsetTemplate", async function () {
|
|
|
28
58
|
}
|
|
29
59
|
})
|
|
30
60
|
|
|
31
|
-
it("mps.v20190612.
|
|
61
|
+
it("mps.v20190612.DescribeStreamLinkFlowRealtimeStatus", async function () {
|
|
32
62
|
try {
|
|
33
|
-
const data = await client.
|
|
63
|
+
const data = await client.DescribeStreamLinkFlowRealtimeStatus({})
|
|
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
|
+
|
|
71
|
+
it("mps.v20190612.ModifyAIAnalysisTemplate", async function () {
|
|
72
|
+
try {
|
|
73
|
+
const data = await client.ModifyAIAnalysisTemplate({})
|
|
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
|
+
it("mps.v20190612.DeleteStreamLinkOutput", async function () {
|
|
82
|
+
try {
|
|
83
|
+
const data = await client.DeleteStreamLinkOutput({})
|
|
34
84
|
expect(data).to.be.ok
|
|
35
85
|
} catch(error) {
|
|
36
86
|
expect(error.requestId).to.be.ok
|
|
@@ -158,6 +208,26 @@ it("mps.v20190612.DeleteAnimatedGraphicsTemplate", async function () {
|
|
|
158
208
|
}
|
|
159
209
|
})
|
|
160
210
|
|
|
211
|
+
it("mps.v20190612.DescribeStreamLinkFlow", async function () {
|
|
212
|
+
try {
|
|
213
|
+
const data = await client.DescribeStreamLinkFlow({})
|
|
214
|
+
expect(data).to.be.ok
|
|
215
|
+
} catch(error) {
|
|
216
|
+
expect(error.requestId).to.be.ok
|
|
217
|
+
expect(error.code).to.be.ok
|
|
218
|
+
}
|
|
219
|
+
})
|
|
220
|
+
|
|
221
|
+
it("mps.v20190612.DeleteStreamLinkFlow", async function () {
|
|
222
|
+
try {
|
|
223
|
+
const data = await client.DeleteStreamLinkFlow({})
|
|
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
|
+
|
|
161
231
|
it("mps.v20190612.DescribeAIAnalysisTemplates", async function () {
|
|
162
232
|
try {
|
|
163
233
|
const data = await client.DescribeAIAnalysisTemplates({})
|
|
@@ -168,6 +238,26 @@ it("mps.v20190612.DescribeAIAnalysisTemplates", async function () {
|
|
|
168
238
|
}
|
|
169
239
|
})
|
|
170
240
|
|
|
241
|
+
it("mps.v20190612.DescribeStreamLinkFlowLogs", async function () {
|
|
242
|
+
try {
|
|
243
|
+
const data = await client.DescribeStreamLinkFlowLogs({})
|
|
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
|
+
|
|
251
|
+
it("mps.v20190612.DescribeStreamLinkFlowSRTStatistics", async function () {
|
|
252
|
+
try {
|
|
253
|
+
const data = await client.DescribeStreamLinkFlowSRTStatistics({})
|
|
254
|
+
expect(data).to.be.ok
|
|
255
|
+
} catch(error) {
|
|
256
|
+
expect(error.requestId).to.be.ok
|
|
257
|
+
expect(error.code).to.be.ok
|
|
258
|
+
}
|
|
259
|
+
})
|
|
260
|
+
|
|
171
261
|
it("mps.v20190612.DescribeTaskDetail", async function () {
|
|
172
262
|
try {
|
|
173
263
|
const data = await client.DescribeTaskDetail({})
|
|
@@ -188,9 +278,9 @@ it("mps.v20190612.ModifyAIRecognitionTemplate", async function () {
|
|
|
188
278
|
}
|
|
189
279
|
})
|
|
190
280
|
|
|
191
|
-
it("mps.v20190612.
|
|
281
|
+
it("mps.v20190612.CreateStreamLinkOutputInfo", async function () {
|
|
192
282
|
try {
|
|
193
|
-
const data = await client.
|
|
283
|
+
const data = await client.CreateStreamLinkOutputInfo({})
|
|
194
284
|
expect(data).to.be.ok
|
|
195
285
|
} catch(error) {
|
|
196
286
|
expect(error.requestId).to.be.ok
|
|
@@ -338,6 +428,16 @@ it("mps.v20190612.DescribeSampleSnapshotTemplates", async function () {
|
|
|
338
428
|
}
|
|
339
429
|
})
|
|
340
430
|
|
|
431
|
+
it("mps.v20190612.DescribeStreamLinkFlowStatistics", async function () {
|
|
432
|
+
try {
|
|
433
|
+
const data = await client.DescribeStreamLinkFlowStatistics({})
|
|
434
|
+
expect(data).to.be.ok
|
|
435
|
+
} catch(error) {
|
|
436
|
+
expect(error.requestId).to.be.ok
|
|
437
|
+
expect(error.code).to.be.ok
|
|
438
|
+
}
|
|
439
|
+
})
|
|
440
|
+
|
|
341
441
|
it("mps.v20190612.CreateWatermarkTemplate", async function () {
|
|
342
442
|
try {
|
|
343
443
|
const data = await client.CreateWatermarkTemplate({})
|
|
@@ -378,6 +478,16 @@ it("mps.v20190612.DeleteAIRecognitionTemplate", async function () {
|
|
|
378
478
|
}
|
|
379
479
|
})
|
|
380
480
|
|
|
481
|
+
it("mps.v20190612.StartStreamLinkFlow", async function () {
|
|
482
|
+
try {
|
|
483
|
+
const data = await client.StartStreamLinkFlow({})
|
|
484
|
+
expect(data).to.be.ok
|
|
485
|
+
} catch(error) {
|
|
486
|
+
expect(error.requestId).to.be.ok
|
|
487
|
+
expect(error.code).to.be.ok
|
|
488
|
+
}
|
|
489
|
+
})
|
|
490
|
+
|
|
381
491
|
it("mps.v20190612.CreateAnimatedGraphicsTemplate", async function () {
|
|
382
492
|
try {
|
|
383
493
|
const data = await client.CreateAnimatedGraphicsTemplate({})
|
|
@@ -398,6 +508,16 @@ it("mps.v20190612.DescribeAnimatedGraphicsTemplates", async function () {
|
|
|
398
508
|
}
|
|
399
509
|
})
|
|
400
510
|
|
|
511
|
+
it("mps.v20190612.ModifyStreamLinkInput", async function () {
|
|
512
|
+
try {
|
|
513
|
+
const data = await client.ModifyStreamLinkInput({})
|
|
514
|
+
expect(data).to.be.ok
|
|
515
|
+
} catch(error) {
|
|
516
|
+
expect(error.requestId).to.be.ok
|
|
517
|
+
expect(error.code).to.be.ok
|
|
518
|
+
}
|
|
519
|
+
})
|
|
520
|
+
|
|
401
521
|
it("mps.v20190612.EnableWorkflow", async function () {
|
|
402
522
|
try {
|
|
403
523
|
const data = await client.EnableWorkflow({})
|
|
@@ -408,6 +528,26 @@ it("mps.v20190612.EnableWorkflow", async function () {
|
|
|
408
528
|
}
|
|
409
529
|
})
|
|
410
530
|
|
|
531
|
+
it("mps.v20190612.DescribeStreamLinkFlowMediaStatistics", async function () {
|
|
532
|
+
try {
|
|
533
|
+
const data = await client.DescribeStreamLinkFlowMediaStatistics({})
|
|
534
|
+
expect(data).to.be.ok
|
|
535
|
+
} catch(error) {
|
|
536
|
+
expect(error.requestId).to.be.ok
|
|
537
|
+
expect(error.code).to.be.ok
|
|
538
|
+
}
|
|
539
|
+
})
|
|
540
|
+
|
|
541
|
+
it("mps.v20190612.ParseNotification", async function () {
|
|
542
|
+
try {
|
|
543
|
+
const data = await client.ParseNotification({})
|
|
544
|
+
expect(data).to.be.ok
|
|
545
|
+
} catch(error) {
|
|
546
|
+
expect(error.requestId).to.be.ok
|
|
547
|
+
expect(error.code).to.be.ok
|
|
548
|
+
}
|
|
549
|
+
})
|
|
550
|
+
|
|
411
551
|
it("mps.v20190612.RecognizeMediaForZhiXue", async function () {
|
|
412
552
|
try {
|
|
413
553
|
const data = await client.RecognizeMediaForZhiXue({})
|
|
@@ -428,9 +568,19 @@ it("mps.v20190612.ManageTask", async function () {
|
|
|
428
568
|
}
|
|
429
569
|
})
|
|
430
570
|
|
|
431
|
-
it("mps.v20190612.
|
|
571
|
+
it("mps.v20190612.DescribeStreamLinkActivateState", async function () {
|
|
432
572
|
try {
|
|
433
|
-
const data = await client.
|
|
573
|
+
const data = await client.DescribeStreamLinkActivateState({})
|
|
574
|
+
expect(data).to.be.ok
|
|
575
|
+
} catch(error) {
|
|
576
|
+
expect(error.requestId).to.be.ok
|
|
577
|
+
expect(error.code).to.be.ok
|
|
578
|
+
}
|
|
579
|
+
})
|
|
580
|
+
|
|
581
|
+
it("mps.v20190612.ModifyStreamLinkFlow", async function () {
|
|
582
|
+
try {
|
|
583
|
+
const data = await client.ModifyStreamLinkFlow({})
|
|
434
584
|
expect(data).to.be.ok
|
|
435
585
|
} catch(error) {
|
|
436
586
|
expect(error.requestId).to.be.ok
|
|
@@ -448,6 +598,16 @@ it("mps.v20190612.DescribeTasks", async function () {
|
|
|
448
598
|
}
|
|
449
599
|
})
|
|
450
600
|
|
|
601
|
+
it("mps.v20190612.DescribeStreamLinkRegions", async function () {
|
|
602
|
+
try {
|
|
603
|
+
const data = await client.DescribeStreamLinkRegions({})
|
|
604
|
+
expect(data).to.be.ok
|
|
605
|
+
} catch(error) {
|
|
606
|
+
expect(error.requestId).to.be.ok
|
|
607
|
+
expect(error.code).to.be.ok
|
|
608
|
+
}
|
|
609
|
+
})
|
|
610
|
+
|
|
451
611
|
it("mps.v20190612.ModifySnapshotByTimeOffsetTemplate", async function () {
|
|
452
612
|
try {
|
|
453
613
|
const data = await client.ModifySnapshotByTimeOffsetTemplate({})
|
|
@@ -518,6 +678,16 @@ it("mps.v20190612.CreateWorkflow", async function () {
|
|
|
518
678
|
}
|
|
519
679
|
})
|
|
520
680
|
|
|
681
|
+
it("mps.v20190612.CreateStreamLinkFlow", async function () {
|
|
682
|
+
try {
|
|
683
|
+
const data = await client.CreateStreamLinkFlow({})
|
|
684
|
+
expect(data).to.be.ok
|
|
685
|
+
} catch(error) {
|
|
686
|
+
expect(error.requestId).to.be.ok
|
|
687
|
+
expect(error.code).to.be.ok
|
|
688
|
+
}
|
|
689
|
+
})
|
|
690
|
+
|
|
521
691
|
it("mps.v20190612.ProcessLiveStream", async function () {
|
|
522
692
|
try {
|
|
523
693
|
const data = await client.ProcessLiveStream({})
|
|
@@ -608,6 +778,16 @@ it("mps.v20190612.CreateAIAnalysisTemplate", async function () {
|
|
|
608
778
|
}
|
|
609
779
|
})
|
|
610
780
|
|
|
781
|
+
it("mps.v20190612.ModifyAdaptiveDynamicStreamingTemplate", async function () {
|
|
782
|
+
try {
|
|
783
|
+
const data = await client.ModifyAdaptiveDynamicStreamingTemplate({})
|
|
784
|
+
expect(data).to.be.ok
|
|
785
|
+
} catch(error) {
|
|
786
|
+
expect(error.requestId).to.be.ok
|
|
787
|
+
expect(error.code).to.be.ok
|
|
788
|
+
}
|
|
789
|
+
})
|
|
790
|
+
|
|
611
791
|
it("mps.v20190612.DescribeAIRecognitionTemplates", async function () {
|
|
612
792
|
try {
|
|
613
793
|
const data = await client.DescribeAIRecognitionTemplates({})
|