tencentcloud-sdk-nodejs-mps 4.0.1003 → 4.0.1013
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/package.json +1 -1
- package/products.md +91 -90
- package/src/services/mps/v20190612/mps_client.ts +85 -10
- package/src/services/mps/v20190612/mps_models.ts +356 -104
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +27 -3
- package/tencentcloud/services/mps/v20190612/mps_client.js +39 -3
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +341 -104
|
@@ -21,12 +21,13 @@ import {
|
|
|
21
21
|
ModifySnapshotByTimeOffsetTemplateResponse,
|
|
22
22
|
ModifySampleSnapshotTemplateResponse,
|
|
23
23
|
ContainerDiagnoseResultItem,
|
|
24
|
+
UnattachSecurityGroupInOutInfo,
|
|
24
25
|
ModifyWatermarkTemplateRequest,
|
|
25
26
|
DescribeInputRTPSettings,
|
|
26
27
|
AiRecognitionTaskAsrFullTextSegmentItem,
|
|
27
28
|
DeleteStreamLinkFlowRequest,
|
|
28
29
|
FrameRateConfig,
|
|
29
|
-
|
|
30
|
+
DeleteStreamLinkSecurityGroupResponse,
|
|
30
31
|
AiAnalysisTaskClassificationInput,
|
|
31
32
|
SvgWatermarkInput,
|
|
32
33
|
FlowStatisticsArray,
|
|
@@ -59,6 +60,7 @@ import {
|
|
|
59
60
|
ModifySampleSnapshotTemplateRequest,
|
|
60
61
|
AiReviewPoliticalOcrTaskInput,
|
|
61
62
|
ManageTaskRequest,
|
|
63
|
+
FlowInOutResp,
|
|
62
64
|
EnhanceConfig,
|
|
63
65
|
MediaInputInfo,
|
|
64
66
|
CreateWorkflowRequest,
|
|
@@ -70,11 +72,13 @@ import {
|
|
|
70
72
|
RawWatermarkParameter,
|
|
71
73
|
AiReviewTaskPoliticalOcrResult,
|
|
72
74
|
AiSampleWord,
|
|
75
|
+
OverrideTranscodeParameter,
|
|
73
76
|
PoliticalOcrReviewTemplateInfo,
|
|
74
77
|
CreateImageSpriteTemplateRequest,
|
|
75
78
|
MediaSnapshotByTimePicInfoItem,
|
|
76
79
|
UserDefineFaceReviewTemplateInfo,
|
|
77
80
|
CreateInputHLSPullSettings,
|
|
81
|
+
DeleteStreamLinkSecurityGroupRequest,
|
|
78
82
|
ContentReviewTemplateItem,
|
|
79
83
|
ModifyStreamLinkFlowResponse,
|
|
80
84
|
DeleteAIRecognitionTemplateResponse,
|
|
@@ -136,6 +140,7 @@ import {
|
|
|
136
140
|
DescribeInputSRTSettings,
|
|
137
141
|
AiAnalysisTaskCoverResult,
|
|
138
142
|
AudioBeautifyConfig,
|
|
143
|
+
CreateStreamLinkSecurityGroupRequest,
|
|
139
144
|
DescribeStreamLinkEventResponse,
|
|
140
145
|
EnableWorkflowRequest,
|
|
141
146
|
CreateStreamLinkFlowResponse,
|
|
@@ -143,6 +148,7 @@ import {
|
|
|
143
148
|
SRTAddressDestination,
|
|
144
149
|
DescribeFlowId,
|
|
145
150
|
FlowRealtimeStatusItem,
|
|
151
|
+
DisassociateSecurityGroupResponse,
|
|
146
152
|
AiRecognitionTaskOcrFullTextResultOutput,
|
|
147
153
|
AiAnalysisTaskHighlightResult,
|
|
148
154
|
ComposeTransitionOperation,
|
|
@@ -309,7 +315,7 @@ import {
|
|
|
309
315
|
AiSamplePerson,
|
|
310
316
|
FlowStatistics,
|
|
311
317
|
CreateInputSRTSettings,
|
|
312
|
-
|
|
318
|
+
DescribeGroupAttachFlowsByIdRequest,
|
|
313
319
|
DescribeWorkflowsResponse,
|
|
314
320
|
AsrWordsConfigureInfoForUpdate,
|
|
315
321
|
DeleteImageSpriteTemplateResponse,
|
|
@@ -337,6 +343,7 @@ import {
|
|
|
337
343
|
EnableScheduleResponse,
|
|
338
344
|
OutputSRTSourceAddressResp,
|
|
339
345
|
ClassificationConfigureInfoForUpdate,
|
|
346
|
+
SecurityGroupInfo,
|
|
340
347
|
CreateScheduleRequest,
|
|
341
348
|
StreamLinkRegionInfo,
|
|
342
349
|
CreateVideoSearchTaskResponse,
|
|
@@ -361,6 +368,7 @@ import {
|
|
|
361
368
|
DeleteTranscodeTemplateRequest,
|
|
362
369
|
AiReviewTerrorismTaskOutput,
|
|
363
370
|
BatchStartStreamLinkFlowResponse,
|
|
371
|
+
DisassociateSecurityGroupRequest,
|
|
364
372
|
ProhibitedConfigureInfo,
|
|
365
373
|
DescribeStreamLinkFlowSRTStatisticsResponse,
|
|
366
374
|
AiReviewTerrorismOcrTaskOutput,
|
|
@@ -439,6 +447,7 @@ import {
|
|
|
439
447
|
AdaptiveStreamTemplate,
|
|
440
448
|
DescribeStreamLinkEventsRequest,
|
|
441
449
|
TranscodeTaskInput,
|
|
450
|
+
CreateStreamLinkSecurityGroupResponse,
|
|
442
451
|
ModifyAIRecognitionTemplateRequest,
|
|
443
452
|
ParseNotificationResponse,
|
|
444
453
|
ComposeImageOperation,
|
|
@@ -474,6 +483,7 @@ import {
|
|
|
474
483
|
PoliticalConfigureInfo,
|
|
475
484
|
ModifyAnimatedGraphicsTemplateRequest,
|
|
476
485
|
DescribeOutputRTMPPullServerUrl,
|
|
486
|
+
ModifyStreamLinkSecurityGroupRequest,
|
|
477
487
|
AiRecognitionTaskOcrWordsSegmentItem,
|
|
478
488
|
DescribeLiveRecordTemplatesRequest,
|
|
479
489
|
FlowLogInfo,
|
|
@@ -502,7 +512,7 @@ import {
|
|
|
502
512
|
AdaptiveDynamicStreamingTaskInput,
|
|
503
513
|
ModifyQualityControlTemplateRequest,
|
|
504
514
|
DescribeImageSpriteTemplatesResponse,
|
|
505
|
-
|
|
515
|
+
FlowRealtimeStatusCommon,
|
|
506
516
|
TaskNotifyConfig,
|
|
507
517
|
FaceEnhanceConfig,
|
|
508
518
|
LiveStreamAiReviewImagePornResult,
|
|
@@ -521,6 +531,7 @@ import {
|
|
|
521
531
|
UserDefineFaceReviewTemplateInfoForUpdate,
|
|
522
532
|
DescribeInputRTMPSettings,
|
|
523
533
|
LiveStreamTransTextRecognitionResult,
|
|
534
|
+
DescribeStreamLinkSecurityGroupsRequest,
|
|
524
535
|
OcrFullTextConfigureInfoForUpdate,
|
|
525
536
|
FlowSRTInfo,
|
|
526
537
|
AiRecognitionTaskOcrFullTextResultInput,
|
|
@@ -579,6 +590,7 @@ import {
|
|
|
579
590
|
FlowMediaAudio,
|
|
580
591
|
DescribeTranscodeTemplatesRequest,
|
|
581
592
|
ModifyLiveRecordTemplateResponse,
|
|
593
|
+
DescribeStreamLinkSecurityGroupsResponse,
|
|
582
594
|
BatchDeleteStreamLinkFlowResponse,
|
|
583
595
|
SchedulesInfo,
|
|
584
596
|
DisableWorkflowRequest,
|
|
@@ -593,6 +605,7 @@ import {
|
|
|
593
605
|
DescribeStreamLinkFlowLogsResponse,
|
|
594
606
|
AiAnalysisTaskHeadTailOutput,
|
|
595
607
|
DescribeVideoDatabaseEntryTaskDetailResponse,
|
|
608
|
+
SimpleAesDrm,
|
|
596
609
|
DeleteTranscodeTemplateResponse,
|
|
597
610
|
LiveStreamObjectRecognitionResult,
|
|
598
611
|
MediaSampleSnapshotItem,
|
|
@@ -624,6 +637,7 @@ import {
|
|
|
624
637
|
PornImgReviewTemplateInfo,
|
|
625
638
|
AiReviewPoliticalOcrTaskOutput,
|
|
626
639
|
OcrFullTextConfigureInfo,
|
|
640
|
+
ModifyStreamLinkSecurityGroupResponse,
|
|
627
641
|
ModifyLiveRecordTemplateRequest,
|
|
628
642
|
AiAnalysisTaskInput,
|
|
629
643
|
DeleteAnimatedGraphicsTemplateRequest,
|
|
@@ -654,6 +668,7 @@ import {
|
|
|
654
668
|
ComposeAudioOperation,
|
|
655
669
|
LiveStreamAiAnalysisResultItem,
|
|
656
670
|
AiRecognitionTaskTransTextResult,
|
|
671
|
+
DescribeAIRecognitionTemplatesRequest,
|
|
657
672
|
BatchStopStreamLinkFlowResponse,
|
|
658
673
|
EditMediaTaskOutput,
|
|
659
674
|
HighlightSegmentItem,
|
|
@@ -664,7 +679,7 @@ import {
|
|
|
664
679
|
DescribeMediaMetaDataRequest,
|
|
665
680
|
FrameTagConfigureInfoForUpdate,
|
|
666
681
|
CreateImageSpriteTemplateResponse,
|
|
667
|
-
|
|
682
|
+
DescribeGroupAttachFlowsByIdResponse,
|
|
668
683
|
AiRecognitionTaskTransTextSegmentItem,
|
|
669
684
|
ModifyWatermarkTemplateResponse,
|
|
670
685
|
AiRecognitionResult,
|
|
@@ -1037,6 +1052,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1037
1052
|
return this.request("CreateContentReviewTemplate", req, cb)
|
|
1038
1053
|
}
|
|
1039
1054
|
|
|
1055
|
+
/**
|
|
1056
|
+
* 根据安全组反差关联的Flow信息。
|
|
1057
|
+
*/
|
|
1058
|
+
async DescribeGroupAttachFlowsById(
|
|
1059
|
+
req: DescribeGroupAttachFlowsByIdRequest,
|
|
1060
|
+
cb?: (error: string, rep: DescribeGroupAttachFlowsByIdResponse) => void
|
|
1061
|
+
): Promise<DescribeGroupAttachFlowsByIdResponse> {
|
|
1062
|
+
return this.request("DescribeGroupAttachFlowsById", req, cb)
|
|
1063
|
+
}
|
|
1064
|
+
|
|
1040
1065
|
/**
|
|
1041
1066
|
* 创建用户自定义采样截图模板,数量上限:16。
|
|
1042
1067
|
*/
|
|
@@ -1159,6 +1184,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1159
1184
|
return this.request("DescribeTranscodeTemplates", req, cb)
|
|
1160
1185
|
}
|
|
1161
1186
|
|
|
1187
|
+
/**
|
|
1188
|
+
* 更新安全组。
|
|
1189
|
+
*/
|
|
1190
|
+
async ModifyStreamLinkSecurityGroup(
|
|
1191
|
+
req: ModifyStreamLinkSecurityGroupRequest,
|
|
1192
|
+
cb?: (error: string, rep: ModifyStreamLinkSecurityGroupResponse) => void
|
|
1193
|
+
): Promise<ModifyStreamLinkSecurityGroupResponse> {
|
|
1194
|
+
return this.request("ModifyStreamLinkSecurityGroup", req, cb)
|
|
1195
|
+
}
|
|
1196
|
+
|
|
1162
1197
|
/**
|
|
1163
1198
|
* 删除媒体传输的传输流配置。
|
|
1164
1199
|
*/
|
|
@@ -1242,13 +1277,23 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1242
1277
|
}
|
|
1243
1278
|
|
|
1244
1279
|
/**
|
|
1245
|
-
*
|
|
1280
|
+
* 批量查询安全组信息。
|
|
1246
1281
|
*/
|
|
1247
|
-
async
|
|
1248
|
-
req
|
|
1249
|
-
cb?: (error: string, rep:
|
|
1250
|
-
): Promise<
|
|
1251
|
-
return this.request("
|
|
1282
|
+
async DescribeStreamLinkSecurityGroups(
|
|
1283
|
+
req?: DescribeStreamLinkSecurityGroupsRequest,
|
|
1284
|
+
cb?: (error: string, rep: DescribeStreamLinkSecurityGroupsResponse) => void
|
|
1285
|
+
): Promise<DescribeStreamLinkSecurityGroupsResponse> {
|
|
1286
|
+
return this.request("DescribeStreamLinkSecurityGroups", req, cb)
|
|
1287
|
+
}
|
|
1288
|
+
|
|
1289
|
+
/**
|
|
1290
|
+
* 删除安全组。
|
|
1291
|
+
*/
|
|
1292
|
+
async DeleteStreamLinkSecurityGroup(
|
|
1293
|
+
req: DeleteStreamLinkSecurityGroupRequest,
|
|
1294
|
+
cb?: (error: string, rep: DeleteStreamLinkSecurityGroupResponse) => void
|
|
1295
|
+
): Promise<DeleteStreamLinkSecurityGroupResponse> {
|
|
1296
|
+
return this.request("DeleteStreamLinkSecurityGroup", req, cb)
|
|
1252
1297
|
}
|
|
1253
1298
|
|
|
1254
1299
|
/**
|
|
@@ -1733,6 +1778,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1733
1778
|
return this.request("DeleteLiveRecordTemplate", req, cb)
|
|
1734
1779
|
}
|
|
1735
1780
|
|
|
1781
|
+
/**
|
|
1782
|
+
* 删除用户自定义内容审核模板。
|
|
1783
|
+
*/
|
|
1784
|
+
async DeleteContentReviewTemplate(
|
|
1785
|
+
req: DeleteContentReviewTemplateRequest,
|
|
1786
|
+
cb?: (error: string, rep: DeleteContentReviewTemplateResponse) => void
|
|
1787
|
+
): Promise<DeleteContentReviewTemplateResponse> {
|
|
1788
|
+
return this.request("DeleteContentReviewTemplate", req, cb)
|
|
1789
|
+
}
|
|
1790
|
+
|
|
1736
1791
|
/**
|
|
1737
1792
|
* 删除用户自定义采样截图模板。
|
|
1738
1793
|
*/
|
|
@@ -1784,6 +1839,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1784
1839
|
return this.request("DescribeQualityControlTemplates", req, cb)
|
|
1785
1840
|
}
|
|
1786
1841
|
|
|
1842
|
+
/**
|
|
1843
|
+
* 创建安全组,数量限制5个。
|
|
1844
|
+
*/
|
|
1845
|
+
async CreateStreamLinkSecurityGroup(
|
|
1846
|
+
req: CreateStreamLinkSecurityGroupRequest,
|
|
1847
|
+
cb?: (error: string, rep: CreateStreamLinkSecurityGroupResponse) => void
|
|
1848
|
+
): Promise<CreateStreamLinkSecurityGroupResponse> {
|
|
1849
|
+
return this.request("CreateStreamLinkSecurityGroup", req, cb)
|
|
1850
|
+
}
|
|
1851
|
+
|
|
1787
1852
|
/**
|
|
1788
1853
|
* 禁用自动化触发编排任务。
|
|
1789
1854
|
*/
|
|
@@ -1804,6 +1869,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1804
1869
|
return this.request("CreateStreamLinkInput", req, cb)
|
|
1805
1870
|
}
|
|
1806
1871
|
|
|
1872
|
+
/**
|
|
1873
|
+
* 批量解绑安全组下面关联的输入输出。
|
|
1874
|
+
*/
|
|
1875
|
+
async DisassociateSecurityGroup(
|
|
1876
|
+
req: DisassociateSecurityGroupRequest,
|
|
1877
|
+
cb?: (error: string, rep: DisassociateSecurityGroupResponse) => void
|
|
1878
|
+
): Promise<DisassociateSecurityGroupResponse> {
|
|
1879
|
+
return this.request("DisassociateSecurityGroup", req, cb)
|
|
1880
|
+
}
|
|
1881
|
+
|
|
1807
1882
|
/**
|
|
1808
1883
|
* 修改用户自定义内容审核模板。
|
|
1809
1884
|
*/
|