tencentcloud-sdk-nodejs-mps 4.1.205 → 4.1.208
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.
|
@@ -12,11 +12,8 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
12
12
|
async DescribeStreamLinkFlowRealtimeStatus(req, cb) {
|
|
13
13
|
return this.request("DescribeStreamLinkFlowRealtimeStatus", req, cb);
|
|
14
14
|
}
|
|
15
|
-
async
|
|
16
|
-
return this.request("
|
|
17
|
-
}
|
|
18
|
-
async ModifySmartSubtitleTemplate(req, cb) {
|
|
19
|
-
return this.request("ModifySmartSubtitleTemplate", req, cb);
|
|
15
|
+
async DeleteStreamPackageLinearAssemblyProgram(req, cb) {
|
|
16
|
+
return this.request("DeleteStreamPackageLinearAssemblyProgram", req, cb);
|
|
20
17
|
}
|
|
21
18
|
async DescribeBatchTaskDetail(req, cb) {
|
|
22
19
|
return this.request("DescribeBatchTaskDetail", req, cb);
|
|
@@ -33,6 +30,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
33
30
|
async CreateAigcImageTask(req, cb) {
|
|
34
31
|
return this.request("CreateAigcImageTask", req, cb);
|
|
35
32
|
}
|
|
33
|
+
async DeleteStreamPackageSSAIChannel(req, cb) {
|
|
34
|
+
return this.request("DeleteStreamPackageSSAIChannel", req, cb);
|
|
35
|
+
}
|
|
36
36
|
async DeleteAnimatedGraphicsTemplate(req, cb) {
|
|
37
37
|
return this.request("DeleteAnimatedGraphicsTemplate", req, cb);
|
|
38
38
|
}
|
|
@@ -45,12 +45,18 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
45
45
|
async ParseLiveStreamProcessNotification(req, cb) {
|
|
46
46
|
return this.request("ParseLiveStreamProcessNotification", req, cb);
|
|
47
47
|
}
|
|
48
|
+
async ModifyStreamPackageSourceLocation(req, cb) {
|
|
49
|
+
return this.request("ModifyStreamPackageSourceLocation", req, cb);
|
|
50
|
+
}
|
|
48
51
|
async DeleteTranscodeTemplate(req, cb) {
|
|
49
52
|
return this.request("DeleteTranscodeTemplate", req, cb);
|
|
50
53
|
}
|
|
51
54
|
async DescribeTaskDetail(req, cb) {
|
|
52
55
|
return this.request("DescribeTaskDetail", req, cb);
|
|
53
56
|
}
|
|
57
|
+
async CreateStreamPackageSource(req, cb) {
|
|
58
|
+
return this.request("CreateStreamPackageSource", req, cb);
|
|
59
|
+
}
|
|
54
60
|
async DescribeWordSamples(req, cb) {
|
|
55
61
|
return this.request("DescribeWordSamples", req, cb);
|
|
56
62
|
}
|
|
@@ -102,15 +108,33 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
102
108
|
async DescribeTasks(req, cb) {
|
|
103
109
|
return this.request("DescribeTasks", req, cb);
|
|
104
110
|
}
|
|
111
|
+
async DescribeStreamPackageLinearAssemblyProgramSchedules(req, cb) {
|
|
112
|
+
return this.request("DescribeStreamPackageLinearAssemblyProgramSchedules", req, cb);
|
|
113
|
+
}
|
|
114
|
+
async DeleteStreamPackageSourceLocation(req, cb) {
|
|
115
|
+
return this.request("DeleteStreamPackageSourceLocation", req, cb);
|
|
116
|
+
}
|
|
105
117
|
async BatchStartStreamLinkFlow(req, cb) {
|
|
106
118
|
return this.request("BatchStartStreamLinkFlow", req, cb);
|
|
107
119
|
}
|
|
120
|
+
async DescribeStreamPackageSSAIChannels(req, cb) {
|
|
121
|
+
return this.request("DescribeStreamPackageSSAIChannels", req, cb);
|
|
122
|
+
}
|
|
123
|
+
async DescribeStreamPackageSourceLocation(req, cb) {
|
|
124
|
+
return this.request("DescribeStreamPackageSourceLocation", req, cb);
|
|
125
|
+
}
|
|
126
|
+
async DeleteStreamPackageLinearAssemblyChannels(req, cb) {
|
|
127
|
+
return this.request("DeleteStreamPackageLinearAssemblyChannels", req, cb);
|
|
128
|
+
}
|
|
108
129
|
async CreateTranscodeTemplate(req, cb) {
|
|
109
130
|
return this.request("CreateTranscodeTemplate", req, cb);
|
|
110
131
|
}
|
|
111
132
|
async CreateStreamLinkFlow(req, cb) {
|
|
112
133
|
return this.request("CreateStreamLinkFlow", req, cb);
|
|
113
134
|
}
|
|
135
|
+
async DescribeStreamPackageLinearAssemblyUsage(req, cb) {
|
|
136
|
+
return this.request("DescribeStreamPackageLinearAssemblyUsage", req, cb);
|
|
137
|
+
}
|
|
114
138
|
async ExecuteFunction(req, cb) {
|
|
115
139
|
return this.request("ExecuteFunction", req, cb);
|
|
116
140
|
}
|
|
@@ -120,11 +144,14 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
120
144
|
async ModifyProcessImageTemplate(req, cb) {
|
|
121
145
|
return this.request("ModifyProcessImageTemplate", req, cb);
|
|
122
146
|
}
|
|
147
|
+
async RecognizeAudio(req, cb) {
|
|
148
|
+
return this.request("RecognizeAudio", req, cb);
|
|
149
|
+
}
|
|
123
150
|
async BatchProcessMedia(req, cb) {
|
|
124
151
|
return this.request("BatchProcessMedia", req, cb);
|
|
125
152
|
}
|
|
126
|
-
async
|
|
127
|
-
return this.request("
|
|
153
|
+
async DeleteStreamPackageLinearAssemblyChannel(req, cb) {
|
|
154
|
+
return this.request("DeleteStreamPackageLinearAssemblyChannel", req, cb);
|
|
128
155
|
}
|
|
129
156
|
async ModifyAnimatedGraphicsTemplate(req, cb) {
|
|
130
157
|
return this.request("ModifyAnimatedGraphicsTemplate", req, cb);
|
|
@@ -138,11 +165,11 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
138
165
|
async CreateContentReviewTemplate(req, cb) {
|
|
139
166
|
return this.request("CreateContentReviewTemplate", req, cb);
|
|
140
167
|
}
|
|
141
|
-
async
|
|
142
|
-
return this.request("
|
|
168
|
+
async DescribeStreamPackageLinearAssemblyProgram(req, cb) {
|
|
169
|
+
return this.request("DescribeStreamPackageLinearAssemblyProgram", req, cb);
|
|
143
170
|
}
|
|
144
|
-
async
|
|
145
|
-
return this.request("
|
|
171
|
+
async DeleteStreamPackageSource(req, cb) {
|
|
172
|
+
return this.request("DeleteStreamPackageSource", req, cb);
|
|
146
173
|
}
|
|
147
174
|
async DescribeGroupAttachFlowsById(req, cb) {
|
|
148
175
|
return this.request("DescribeGroupAttachFlowsById", req, cb);
|
|
@@ -156,21 +183,45 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
156
183
|
async ModifySchedule(req, cb) {
|
|
157
184
|
return this.request("ModifySchedule", req, cb);
|
|
158
185
|
}
|
|
186
|
+
async ModifyStreamLinkSecurityGroup(req, cb) {
|
|
187
|
+
return this.request("ModifyStreamLinkSecurityGroup", req, cb);
|
|
188
|
+
}
|
|
159
189
|
async DescribeMediaMetaData(req, cb) {
|
|
160
190
|
return this.request("DescribeMediaMetaData", req, cb);
|
|
161
191
|
}
|
|
162
192
|
async DescribeVideoSearchTaskDetail(req, cb) {
|
|
163
193
|
return this.request("DescribeVideoSearchTaskDetail", req, cb);
|
|
164
194
|
}
|
|
195
|
+
async DescribeStreamLinkFlows(req, cb) {
|
|
196
|
+
return this.request("DescribeStreamLinkFlows", req, cb);
|
|
197
|
+
}
|
|
198
|
+
async DescribeVoices(req, cb) {
|
|
199
|
+
return this.request("DescribeVoices", req, cb);
|
|
200
|
+
}
|
|
165
201
|
async ModifyWordSample(req, cb) {
|
|
166
202
|
return this.request("ModifyWordSample", req, cb);
|
|
167
203
|
}
|
|
204
|
+
async DescribeStreamPackageSSAIUsage(req, cb) {
|
|
205
|
+
return this.request("DescribeStreamPackageSSAIUsage", req, cb);
|
|
206
|
+
}
|
|
207
|
+
async ModifyStreamLinkOutputInfo(req, cb) {
|
|
208
|
+
return this.request("ModifyStreamLinkOutputInfo", req, cb);
|
|
209
|
+
}
|
|
168
210
|
async ModifySampleSnapshotTemplate(req, cb) {
|
|
169
211
|
return this.request("ModifySampleSnapshotTemplate", req, cb);
|
|
170
212
|
}
|
|
213
|
+
async ModifySmartSubtitleTemplate(req, cb) {
|
|
214
|
+
return this.request("ModifySmartSubtitleTemplate", req, cb);
|
|
215
|
+
}
|
|
216
|
+
async DescribeStreamPackageLinearAssemblyChannel(req, cb) {
|
|
217
|
+
return this.request("DescribeStreamPackageLinearAssemblyChannel", req, cb);
|
|
218
|
+
}
|
|
171
219
|
async ResetWorkflow(req, cb) {
|
|
172
220
|
return this.request("ResetWorkflow", req, cb);
|
|
173
221
|
}
|
|
222
|
+
async StartStreamPackageLinearAssemblyChannel(req, cb) {
|
|
223
|
+
return this.request("StartStreamPackageLinearAssemblyChannel", req, cb);
|
|
224
|
+
}
|
|
174
225
|
async DeleteQualityControlTemplate(req, cb) {
|
|
175
226
|
return this.request("DeleteQualityControlTemplate", req, cb);
|
|
176
227
|
}
|
|
@@ -192,8 +243,11 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
192
243
|
async DescribeTranscodeTemplates(req, cb) {
|
|
193
244
|
return this.request("DescribeTranscodeTemplates", req, cb);
|
|
194
245
|
}
|
|
195
|
-
async
|
|
196
|
-
return this.request("
|
|
246
|
+
async DescribeSSAIActivateState(req, cb) {
|
|
247
|
+
return this.request("DescribeSSAIActivateState", req, cb);
|
|
248
|
+
}
|
|
249
|
+
async CreateStreamPackageLinearAssemblyChannel(req, cb) {
|
|
250
|
+
return this.request("CreateStreamPackageLinearAssemblyChannel", req, cb);
|
|
197
251
|
}
|
|
198
252
|
async DeleteStreamLinkFlow(req, cb) {
|
|
199
253
|
return this.request("DeleteStreamLinkFlow", req, cb);
|
|
@@ -210,11 +264,11 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
210
264
|
async DescribeSmartEraseTemplates(req, cb) {
|
|
211
265
|
return this.request("DescribeSmartEraseTemplates", req, cb);
|
|
212
266
|
}
|
|
213
|
-
async
|
|
214
|
-
return this.request("
|
|
267
|
+
async CreateStreamPackageSourceLocation(req, cb) {
|
|
268
|
+
return this.request("CreateStreamPackageSourceLocation", req, cb);
|
|
215
269
|
}
|
|
216
|
-
async
|
|
217
|
-
return this.request("
|
|
270
|
+
async CreateStreamPackageLinearAssemblyProgram(req, cb) {
|
|
271
|
+
return this.request("CreateStreamPackageLinearAssemblyProgram", req, cb);
|
|
218
272
|
}
|
|
219
273
|
async CreateSmartSubtitleTemplate(req, cb) {
|
|
220
274
|
return this.request("CreateSmartSubtitleTemplate", req, cb);
|
|
@@ -225,12 +279,18 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
225
279
|
async DescribeSchedules(req, cb) {
|
|
226
280
|
return this.request("DescribeSchedules", req, cb);
|
|
227
281
|
}
|
|
282
|
+
async ModifySmartEraseTemplate(req, cb) {
|
|
283
|
+
return this.request("ModifySmartEraseTemplate", req, cb);
|
|
284
|
+
}
|
|
228
285
|
async ModifyPersonSample(req, cb) {
|
|
229
286
|
return this.request("ModifyPersonSample", req, cb);
|
|
230
287
|
}
|
|
231
288
|
async CreateLiveRecordTemplate(req, cb) {
|
|
232
289
|
return this.request("CreateLiveRecordTemplate", req, cb);
|
|
233
290
|
}
|
|
291
|
+
async StopStreamPackageLinearAssemblyChannel(req, cb) {
|
|
292
|
+
return this.request("StopStreamPackageLinearAssemblyChannel", req, cb);
|
|
293
|
+
}
|
|
234
294
|
async CreateBlindWatermarkTemplate(req, cb) {
|
|
235
295
|
return this.request("CreateBlindWatermarkTemplate", req, cb);
|
|
236
296
|
}
|
|
@@ -252,6 +312,12 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
252
312
|
async StopStreamLinkFlow(req, cb) {
|
|
253
313
|
return this.request("StopStreamLinkFlow", req, cb);
|
|
254
314
|
}
|
|
315
|
+
async CreateStreamPackageSSAIChannel(req, cb) {
|
|
316
|
+
return this.request("CreateStreamPackageSSAIChannel", req, cb);
|
|
317
|
+
}
|
|
318
|
+
async DescribeStreamPackageLinearAssemblyChannels(req, cb) {
|
|
319
|
+
return this.request("DescribeStreamPackageLinearAssemblyChannels", req, cb);
|
|
320
|
+
}
|
|
255
321
|
async DescribeStreamLinkEventAttachedFlows(req, cb) {
|
|
256
322
|
return this.request("DescribeStreamLinkEventAttachedFlows", req, cb);
|
|
257
323
|
}
|
|
@@ -261,8 +327,8 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
261
327
|
async ModifyAIRecognitionTemplate(req, cb) {
|
|
262
328
|
return this.request("ModifyAIRecognitionTemplate", req, cb);
|
|
263
329
|
}
|
|
264
|
-
async
|
|
265
|
-
return this.request("
|
|
330
|
+
async DescribeStreamPackageSource(req, cb) {
|
|
331
|
+
return this.request("DescribeStreamPackageSource", req, cb);
|
|
266
332
|
}
|
|
267
333
|
async DescribeSnapshotByTimeOffsetTemplates(req, cb) {
|
|
268
334
|
return this.request("DescribeSnapshotByTimeOffsetTemplates", req, cb);
|
|
@@ -285,14 +351,17 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
285
351
|
async CreateStreamLinkOutputInfo(req, cb) {
|
|
286
352
|
return this.request("CreateStreamLinkOutputInfo", req, cb);
|
|
287
353
|
}
|
|
354
|
+
async DescribeStreamPackageLinearAssemblyPrograms(req, cb) {
|
|
355
|
+
return this.request("DescribeStreamPackageLinearAssemblyPrograms", req, cb);
|
|
356
|
+
}
|
|
288
357
|
async DeleteBlindWatermarkTemplate(req, cb) {
|
|
289
358
|
return this.request("DeleteBlindWatermarkTemplate", req, cb);
|
|
290
359
|
}
|
|
291
360
|
async ModifyWatermarkTemplate(req, cb) {
|
|
292
361
|
return this.request("ModifyWatermarkTemplate", req, cb);
|
|
293
362
|
}
|
|
294
|
-
async
|
|
295
|
-
return this.request("
|
|
363
|
+
async DeleteWordSamples(req, cb) {
|
|
364
|
+
return this.request("DeleteWordSamples", req, cb);
|
|
296
365
|
}
|
|
297
366
|
async DescribeStreamLinkActivateState(req, cb) {
|
|
298
367
|
return this.request("DescribeStreamLinkActivateState", req, cb);
|
|
@@ -315,27 +384,45 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
315
384
|
async DescribeAnimatedGraphicsTemplates(req, cb) {
|
|
316
385
|
return this.request("DescribeAnimatedGraphicsTemplates", req, cb);
|
|
317
386
|
}
|
|
318
|
-
async
|
|
319
|
-
return this.request("
|
|
387
|
+
async DescribeStreamPackageSourceAlerts(req, cb) {
|
|
388
|
+
return this.request("DescribeStreamPackageSourceAlerts", req, cb);
|
|
389
|
+
}
|
|
390
|
+
async CreateVideoSearchTask(req, cb) {
|
|
391
|
+
return this.request("CreateVideoSearchTask", req, cb);
|
|
320
392
|
}
|
|
321
393
|
async DescribeAigcVideoTask(req, cb) {
|
|
322
394
|
return this.request("DescribeAigcVideoTask", req, cb);
|
|
323
395
|
}
|
|
396
|
+
async ModifyBlindWatermarkTemplate(req, cb) {
|
|
397
|
+
return this.request("ModifyBlindWatermarkTemplate", req, cb);
|
|
398
|
+
}
|
|
324
399
|
async ManageTask(req, cb) {
|
|
325
400
|
return this.request("ManageTask", req, cb);
|
|
326
401
|
}
|
|
402
|
+
async DescribeStreamPackageSources(req, cb) {
|
|
403
|
+
return this.request("DescribeStreamPackageSources", req, cb);
|
|
404
|
+
}
|
|
327
405
|
async DescribeVideoDatabaseEntryTaskDetail(req, cb) {
|
|
328
406
|
return this.request("DescribeVideoDatabaseEntryTaskDetail", req, cb);
|
|
329
407
|
}
|
|
408
|
+
async DescribeWorkflows(req, cb) {
|
|
409
|
+
return this.request("DescribeWorkflows", req, cb);
|
|
410
|
+
}
|
|
330
411
|
async ModifySnapshotByTimeOffsetTemplate(req, cb) {
|
|
331
412
|
return this.request("ModifySnapshotByTimeOffsetTemplate", req, cb);
|
|
332
413
|
}
|
|
414
|
+
async DescribeStreamPackageLinearAssemblyChannelAlerts(req, cb) {
|
|
415
|
+
return this.request("DescribeStreamPackageLinearAssemblyChannelAlerts", req, cb);
|
|
416
|
+
}
|
|
333
417
|
async CreateWordSamples(req, cb) {
|
|
334
418
|
return this.request("CreateWordSamples", req, cb);
|
|
335
419
|
}
|
|
336
420
|
async CreateWorkflow(req, cb) {
|
|
337
421
|
return this.request("CreateWorkflow", req, cb);
|
|
338
422
|
}
|
|
423
|
+
async DescribeStreamPackageActivateState(req, cb) {
|
|
424
|
+
return this.request("DescribeStreamPackageActivateState", req, cb);
|
|
425
|
+
}
|
|
339
426
|
async CreateProcessImageTemplate(req, cb) {
|
|
340
427
|
return this.request("CreateProcessImageTemplate", req, cb);
|
|
341
428
|
}
|
|
@@ -375,9 +462,18 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
375
462
|
async DescribeBlindWatermarkTemplates(req, cb) {
|
|
376
463
|
return this.request("DescribeBlindWatermarkTemplates", req, cb);
|
|
377
464
|
}
|
|
465
|
+
async ModifyStreamPackageLinearAssemblyProgram(req, cb) {
|
|
466
|
+
return this.request("ModifyStreamPackageLinearAssemblyProgram", req, cb);
|
|
467
|
+
}
|
|
468
|
+
async ActivateSSAI(req, cb) {
|
|
469
|
+
return this.request("ActivateSSAI", req, cb);
|
|
470
|
+
}
|
|
378
471
|
async WithdrawsWatermark(req, cb) {
|
|
379
472
|
return this.request("WithdrawsWatermark", req, cb);
|
|
380
473
|
}
|
|
474
|
+
async ModifyStreamPackageSource(req, cb) {
|
|
475
|
+
return this.request("ModifyStreamPackageSource", req, cb);
|
|
476
|
+
}
|
|
381
477
|
async DescribeStreamLinkFlow(req, cb) {
|
|
382
478
|
return this.request("DescribeStreamLinkFlow", req, cb);
|
|
383
479
|
}
|
|
@@ -396,8 +492,11 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
396
492
|
async DeletePersonSample(req, cb) {
|
|
397
493
|
return this.request("DeletePersonSample", req, cb);
|
|
398
494
|
}
|
|
399
|
-
async
|
|
400
|
-
return this.request("
|
|
495
|
+
async CreateAnimatedGraphicsTemplate(req, cb) {
|
|
496
|
+
return this.request("CreateAnimatedGraphicsTemplate", req, cb);
|
|
497
|
+
}
|
|
498
|
+
async ModifyStreamPackageSSAIChannel(req, cb) {
|
|
499
|
+
return this.request("ModifyStreamPackageSSAIChannel", req, cb);
|
|
401
500
|
}
|
|
402
501
|
async EnableSchedule(req, cb) {
|
|
403
502
|
return this.request("EnableSchedule", req, cb);
|
|
@@ -405,6 +504,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
405
504
|
async CreateVideoDatabaseEntryTask(req, cb) {
|
|
406
505
|
return this.request("CreateVideoDatabaseEntryTask", req, cb);
|
|
407
506
|
}
|
|
507
|
+
async DeleteSnapshotByTimeOffsetTemplate(req, cb) {
|
|
508
|
+
return this.request("DeleteSnapshotByTimeOffsetTemplate", req, cb);
|
|
509
|
+
}
|
|
408
510
|
async ProcessLiveStream(req, cb) {
|
|
409
511
|
return this.request("ProcessLiveStream", req, cb);
|
|
410
512
|
}
|
|
@@ -417,21 +519,33 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
417
519
|
async DeleteSampleSnapshotTemplate(req, cb) {
|
|
418
520
|
return this.request("DeleteSampleSnapshotTemplate", req, cb);
|
|
419
521
|
}
|
|
522
|
+
async ModifyStreamPackageLinearAssemblyChannel(req, cb) {
|
|
523
|
+
return this.request("ModifyStreamPackageLinearAssemblyChannel", req, cb);
|
|
524
|
+
}
|
|
420
525
|
async TextTranslation(req, cb) {
|
|
421
526
|
return this.request("TextTranslation", req, cb);
|
|
422
527
|
}
|
|
528
|
+
async ActivateStreamPackage(req, cb) {
|
|
529
|
+
return this.request("ActivateStreamPackage", req, cb);
|
|
530
|
+
}
|
|
423
531
|
async DescribeStreamLinkFlowMediaStatistics(req, cb) {
|
|
424
532
|
return this.request("DescribeStreamLinkFlowMediaStatistics", req, cb);
|
|
425
533
|
}
|
|
426
534
|
async CreateAsrHotwords(req, cb) {
|
|
427
535
|
return this.request("CreateAsrHotwords", req, cb);
|
|
428
536
|
}
|
|
537
|
+
async DeleteStreamPackageLinearAssemblyPrograms(req, cb) {
|
|
538
|
+
return this.request("DeleteStreamPackageLinearAssemblyPrograms", req, cb);
|
|
539
|
+
}
|
|
429
540
|
async CreateStreamLinkEvent(req, cb) {
|
|
430
541
|
return this.request("CreateStreamLinkEvent", req, cb);
|
|
431
542
|
}
|
|
432
543
|
async CreatePersonSample(req, cb) {
|
|
433
544
|
return this.request("CreatePersonSample", req, cb);
|
|
434
545
|
}
|
|
546
|
+
async DescribeStreamPackageSourceLocations(req, cb) {
|
|
547
|
+
return this.request("DescribeStreamPackageSourceLocations", req, cb);
|
|
548
|
+
}
|
|
435
549
|
async DescribeQualityControlTemplates(req, cb) {
|
|
436
550
|
return this.request("DescribeQualityControlTemplates", req, cb);
|
|
437
551
|
}
|
|
@@ -468,9 +582,18 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
468
582
|
async DeleteStreamLinkEvent(req, cb) {
|
|
469
583
|
return this.request("DeleteStreamLinkEvent", req, cb);
|
|
470
584
|
}
|
|
585
|
+
async DeleteStreamPackageLinearAssemblyProgramsByChannel(req, cb) {
|
|
586
|
+
return this.request("DeleteStreamPackageLinearAssemblyProgramsByChannel", req, cb);
|
|
587
|
+
}
|
|
471
588
|
async DescribeStreamLinkFlowLogs(req, cb) {
|
|
472
589
|
return this.request("DescribeStreamLinkFlowLogs", req, cb);
|
|
473
590
|
}
|
|
591
|
+
async DescribeMDPMPSUserInfo(req, cb) {
|
|
592
|
+
return this.request("DescribeMDPMPSUserInfo", req, cb);
|
|
593
|
+
}
|
|
594
|
+
async DescribeStreamPackageSSAIChannel(req, cb) {
|
|
595
|
+
return this.request("DescribeStreamPackageSSAIChannel", req, cb);
|
|
596
|
+
}
|
|
474
597
|
async DeleteImageSpriteTemplate(req, cb) {
|
|
475
598
|
return this.request("DeleteImageSpriteTemplate", req, cb);
|
|
476
599
|
}
|