tencentcloud-sdk-nodejs 4.0.975 → 4.0.976

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.
Files changed (58) hide show
  1. package/CHANGELOG.md +215 -0
  2. package/SERVICE_CHANGELOG.md +371 -239
  3. package/package.json +1 -1
  4. package/products.md +27 -27
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/bh/v20230418/bh_models.ts +1 -1
  7. package/src/services/cdb/v20170320/cdb_client.ts +1 -3
  8. package/src/services/cdb/v20170320/cdb_models.ts +13 -6
  9. package/src/services/cfs/v20190719/cfs_models.ts +4 -0
  10. package/src/services/clb/v20180317/clb_client.ts +1 -1
  11. package/src/services/cls/v20201016/cls_models.ts +12 -12
  12. package/src/services/cwp/v20180228/cwp_client.ts +4 -2
  13. package/src/services/emr/v20190103/emr_models.ts +6 -16
  14. package/src/services/hunyuan/v20230901/hunyuan_models.ts +2 -1
  15. package/src/services/lcic/v20220817/lcic_client.ts +38 -1
  16. package/src/services/lcic/v20220817/lcic_models.ts +136 -6
  17. package/src/services/live/v20180801/live_models.ts +4 -4
  18. package/src/services/market/v20191010/market_models.ts +3 -3
  19. package/src/services/monitor/v20180724/monitor_models.ts +9 -5
  20. package/src/services/mps/v20190612/mps_client.ts +8 -3
  21. package/src/services/mps/v20190612/mps_models.ts +159 -28
  22. package/src/services/tchd/v20230306/tchd_client.ts +4 -2
  23. package/src/services/tke/v20220501/tke_models.ts +8 -0
  24. package/src/services/trtc/v20190722/trtc_models.ts +10 -2
  25. package/src/services/vclm/v20240523/vclm_client.ts +1 -1
  26. package/src/services/vclm/v20240523/vclm_models.ts +43 -31
  27. package/src/services/vpc/v20170312/vpc_models.ts +7 -8
  28. package/tencentcloud/common/sdk_version.d.ts +1 -1
  29. package/tencentcloud/common/sdk_version.js +1 -1
  30. package/tencentcloud/services/bh/v20230418/bh_models.d.ts +1 -1
  31. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -3
  32. package/tencentcloud/services/cdb/v20170320/cdb_client.js +1 -3
  33. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +13 -6
  34. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +4 -0
  35. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +1 -1
  36. package/tencentcloud/services/clb/v20180317/clb_client.js +1 -1
  37. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +12 -12
  38. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +3 -1
  39. package/tencentcloud/services/cwp/v20180228/cwp_client.js +3 -1
  40. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +6 -16
  41. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +2 -1
  42. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +13 -1
  43. package/tencentcloud/services/lcic/v20220817/lcic_client.js +18 -0
  44. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +129 -6
  45. package/tencentcloud/services/live/v20180801/live_models.d.ts +4 -4
  46. package/tencentcloud/services/market/v20191010/market_models.d.ts +3 -3
  47. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +9 -5
  48. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
  49. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +154 -28
  50. package/tencentcloud/services/tchd/v20230306/tchd_client.d.ts +2 -0
  51. package/tencentcloud/services/tchd/v20230306/tchd_client.js +2 -0
  52. package/tencentcloud/services/tke/v20220501/tke_models.d.ts +8 -0
  53. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +10 -2
  54. package/tencentcloud/services/vclm/v20240523/vclm_client.d.ts +1 -1
  55. package/tencentcloud/services/vclm/v20240523/vclm_client.js +1 -1
  56. package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +43 -31
  57. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +7 -8
  58. package/test/lcic.v20220817.test.js +30 -0
@@ -351,6 +351,20 @@ export interface BatchRegisterRequest {
351
351
  Users: Array<BatchUserRequest>
352
352
  }
353
353
 
354
+ /**
355
+ * StartRecord请求参数结构体
356
+ */
357
+ export interface StartRecordRequest {
358
+ /**
359
+ * 学校ID
360
+ */
361
+ SdkAppId: number
362
+ /**
363
+ * 房间ID
364
+ */
365
+ RoomId: number
366
+ }
367
+
354
368
  /**
355
369
  * DeleteRoom返回参数结构体
356
370
  */
@@ -676,6 +690,16 @@ export interface BindDocumentToRoomResponse {
676
690
  RequestId?: string
677
691
  }
678
692
 
693
+ /**
694
+ * StopRecord返回参数结构体
695
+ */
696
+ export interface StopRecordResponse {
697
+ /**
698
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
699
+ */
700
+ RequestId?: string
701
+ }
702
+
679
703
  /**
680
704
  * CreateGroupWithSubGroup请求参数结构体
681
705
  */
@@ -941,6 +965,20 @@ export interface BatchCreateRoomResponse {
941
965
  RequestId?: string
942
966
  }
943
967
 
968
+ /**
969
+ * StartRecord返回参数结构体
970
+ */
971
+ export interface StartRecordResponse {
972
+ /**
973
+ * 任务ID
974
+ */
975
+ TaskId?: string
976
+ /**
977
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
978
+ */
979
+ RequestId?: string
980
+ }
981
+
944
982
  /**
945
983
  * UnbindDocumentFromRoom返回参数结构体
946
984
  */
@@ -1227,6 +1265,20 @@ export interface DescribeDocumentsResponse {
1227
1265
  RequestId?: string
1228
1266
  }
1229
1267
 
1268
+ /**
1269
+ * DescribeRecord请求参数结构体
1270
+ */
1271
+ export interface DescribeRecordRequest {
1272
+ /**
1273
+ * 学校ID
1274
+ */
1275
+ SdkAppId: number
1276
+ /**
1277
+ * 房间ID
1278
+ */
1279
+ RoomId: number
1280
+ }
1281
+
1230
1282
  /**
1231
1283
  * 文档信息
1232
1284
  */
@@ -1519,6 +1571,28 @@ VisibleOff: 页面不可见
1519
1571
  Keyword?: string
1520
1572
  }
1521
1573
 
1574
+ /**
1575
+ * DescribeRecord返回参数结构体
1576
+ */
1577
+ export interface DescribeRecordResponse {
1578
+ /**
1579
+ * 学校ID
1580
+ */
1581
+ SchoolId?: number
1582
+ /**
1583
+ * 课堂ID
1584
+ */
1585
+ ClassId?: number
1586
+ /**
1587
+ * 录制信息
1588
+ */
1589
+ RecordInfo?: Array<CustomRecordInfo>
1590
+ /**
1591
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1592
+ */
1593
+ RequestId?: string
1594
+ }
1595
+
1522
1596
  /**
1523
1597
  * DescribeDocument返回参数结构体
1524
1598
  */
@@ -2735,6 +2809,24 @@ export interface LoginUserRequest {
2735
2809
  UserId: string
2736
2810
  }
2737
2811
 
2812
+ /**
2813
+ * StopRecord请求参数结构体
2814
+ */
2815
+ export interface StopRecordRequest {
2816
+ /**
2817
+ * 学校ID
2818
+ */
2819
+ SdkAppId: number
2820
+ /**
2821
+ * 房间ID
2822
+ */
2823
+ RoomId: number
2824
+ /**
2825
+ * 任务ID
2826
+ */
2827
+ TaskId: string
2828
+ }
2829
+
2738
2830
  /**
2739
2831
  * 录制流信息
2740
2832
  */
@@ -3497,6 +3589,20 @@ export interface DeleteGroupResponse {
3497
3589
  RequestId?: string
3498
3590
  }
3499
3591
 
3592
+ /**
3593
+ * CreateRoom返回参数结构体
3594
+ */
3595
+ export interface CreateRoomResponse {
3596
+ /**
3597
+ * 房间ID。
3598
+ */
3599
+ RoomId?: number
3600
+ /**
3601
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3602
+ */
3603
+ RequestId?: string
3604
+ }
3605
+
3500
3606
  /**
3501
3607
  * DescribeSdkAppIdUsers请求参数结构体
3502
3608
  */
@@ -3724,17 +3830,41 @@ export interface DescribeGroupListResponse {
3724
3830
  }
3725
3831
 
3726
3832
  /**
3727
- * CreateRoom返回参数结构体
3833
+ * 自定义录制信息
3728
3834
  */
3729
- export interface CreateRoomResponse {
3835
+ export interface CustomRecordInfo {
3730
3836
  /**
3731
- * 房间ID。
3837
+ * 开始时间
3732
3838
  */
3733
- RoomId?: number
3839
+ StartTime?: number
3734
3840
  /**
3735
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3841
+ * 结束时间
3736
3842
  */
3737
- RequestId?: string
3843
+ StopTime?: number
3844
+ /**
3845
+ * 总时长
3846
+ */
3847
+ Duration?: number
3848
+ /**
3849
+ * 文件格式
3850
+ */
3851
+ FileFormat?: string
3852
+ /**
3853
+ * 流url
3854
+ */
3855
+ RecordUrl?: string
3856
+ /**
3857
+ * 流大小
3858
+ */
3859
+ RecordSize?: number
3860
+ /**
3861
+ * 流ID
3862
+ */
3863
+ VideoId?: string
3864
+ /**
3865
+ * 任务Id
3866
+ */
3867
+ TaskId?: string
3738
3868
  }
3739
3869
 
3740
3870
  /**
@@ -4826,10 +4826,10 @@ export interface CasterBriefInfo {
4826
4826
  CreateTime?: number
4827
4827
  /**
4828
4828
  * 导播台状态
4829
- 0:停止状态,无预监,无输出
4830
- 1:无预监,有输出状态(非法状态)
4831
- 2:有预监,无输出状态
4832
- 3:有预监,有输出状态
4829
+ 0:停止状态,无预监,无主监
4830
+ 1:无预监,有主监
4831
+ 2:有预监,无主监
4832
+ 3:有预监,有主监
4833
4833
  注意:此字段可能返回 null,表示取不到有效值。
4834
4834
  */
4835
4835
  Status?: number
@@ -84,16 +84,16 @@ export interface FlowProductRemindResponse {
84
84
  /**
85
85
  * 是否成功
86
86
  */
87
- Success: string
87
+ Success?: string
88
88
  /**
89
89
  * 流水号
90
90
  */
91
- FlowId: string
91
+ FlowId?: string
92
92
  /**
93
93
  * 消息
94
94
  注意:此字段可能返回 null,表示取不到有效值。
95
95
  */
96
- Info: string
96
+ Info?: string
97
97
  /**
98
98
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
99
99
  */
@@ -7908,15 +7908,15 @@ export interface PrometheusClusterAgentBasic {
7908
7908
  */
7909
7909
  ClusterType: string
7910
7910
  /**
7911
- * 集群ID
7911
+ * 集群 ID
7912
7912
  */
7913
7913
  ClusterId: string
7914
7914
  /**
7915
- * 是否开启公网CLB
7915
+ * 是否开启公网 CLB
7916
7916
  */
7917
7917
  EnableExternal: boolean
7918
7918
  /**
7919
- * 集群内部署组件的pod配置
7919
+ * 集群内部署组件的pod 配置
7920
7920
  */
7921
7921
  InClusterPodConfig?: PrometheusClusterAgentPodConfig
7922
7922
  /**
@@ -7924,13 +7924,17 @@ export interface PrometheusClusterAgentBasic {
7924
7924
  */
7925
7925
  ExternalLabels?: Array<Label>
7926
7926
  /**
7927
- * 是否安装默认采集配置
7927
+ * 是否安装默认采集 exporter 和采集配置
7928
7928
  */
7929
7929
  NotInstallBasicScrape?: boolean
7930
7930
  /**
7931
- * 是否采集指标,true代表drop所有指标,false代表采集默认指标
7931
+ * 是否安装采集配置,true 只安装采集 exporter 不会安装采集配置,false 会同时安装采集配置
7932
7932
  */
7933
7933
  NotScrape?: boolean
7934
+ /**
7935
+ * 是否丢弃所有指标,true 代表丢弃所有指标,false 代表采集默认指标
7936
+ */
7937
+ DropAll?: boolean
7934
7938
  /**
7935
7939
  * 是否开启默认预聚合规则
7936
7940
  */
@@ -182,7 +182,7 @@ import {
182
182
  MediaProcessTaskAnimatedGraphicResult,
183
183
  ProcessMediaResponse,
184
184
  CreateWordSamplesResponse,
185
- ClassificationConfigureInfoForUpdate,
185
+ CreateOutputRistSettings,
186
186
  DeleteAdaptiveDynamicStreamingTemplateResponse,
187
187
  DescribeOutputRTMPSettings,
188
188
  ParseNotificationRequest,
@@ -322,6 +322,7 @@ import {
322
322
  TerrorismOcrReviewTemplateInfoForUpdate,
323
323
  UserDefineAsrTextReviewTemplateInfoForUpdate,
324
324
  ModifyImageSpriteTemplateResponse,
325
+ CreateInputRISTSettings,
325
326
  CreateWatermarkTemplateRequest,
326
327
  ScheduleAnalysisTaskResult,
327
328
  ComposeMediaItem,
@@ -331,6 +332,7 @@ import {
331
332
  DescribePersonSamplesRequest,
332
333
  EnableScheduleResponse,
333
334
  OutputSRTSourceAddressResp,
335
+ ClassificationConfigureInfoForUpdate,
334
336
  CreateScheduleRequest,
335
337
  StreamLinkRegionInfo,
336
338
  CreateVideoSearchTaskResponse,
@@ -384,7 +386,7 @@ import {
384
386
  DeleteScheduleRequest,
385
387
  CreateAdaptiveDynamicStreamingTemplateResponse,
386
388
  DeleteSampleSnapshotTemplateRequest,
387
- AiAnalysisTaskInput,
389
+ DescribeTranscodeTemplatesResponse,
388
390
  ImageSpriteTemplate,
389
391
  AiRecognitionTaskOcrFullTextSegmentTextItem,
390
392
  QualityControlItem,
@@ -439,6 +441,7 @@ import {
439
441
  DescribeStreamLinkFlowsRequest,
440
442
  CreateAIAnalysisTemplateResponse,
441
443
  MediaProcessTaskSampleSnapshotResult,
444
+ OutputRISTSourceAddressResp,
442
445
  UserDefineConfigureInfoForUpdate,
443
446
  S3OutputStorage,
444
447
  CosFileUploadTrigger,
@@ -448,6 +451,7 @@ import {
448
451
  DeleteStreamLinkOutputRequest,
449
452
  ModifyPersonSampleRequest,
450
453
  AsrFullTextConfigureInfo,
454
+ DescribeInputRISTSettings,
451
455
  ArtifactRepairConfig,
452
456
  CreateAIRecognitionTemplateRequest,
453
457
  DescribeTaskDetailRequest,
@@ -549,6 +553,7 @@ import {
549
553
  AwsSQS,
550
554
  LiveStreamProcessTask,
551
555
  QualityControlData,
556
+ DescribeOutputRISTSettings,
552
557
  DrmInfo,
553
558
  DescribeSampleSnapshotTemplatesResponse,
554
559
  ComposeImageItem,
@@ -605,7 +610,7 @@ import {
605
610
  PornImgReviewTemplateInfo,
606
611
  AiReviewPoliticalOcrTaskOutput,
607
612
  OcrFullTextConfigureInfo,
608
- DescribeTranscodeTemplatesResponse,
613
+ AiAnalysisTaskInput,
609
614
  DeleteAnimatedGraphicsTemplateRequest,
610
615
  DeleteSnapshotByTimeOffsetTemplateRequest,
611
616
  DescribeAnimatedGraphicsTemplatesResponse,
@@ -921,7 +921,7 @@ export interface ModifyOutputInfo {
921
921
  */
922
922
  Description: string
923
923
  /**
924
- * 输出的转推协议,支持SRT|RTP|RTMP。
924
+ * 输出的转推协议,支持SRT|RTP|RTMP|RTMP_PULL|RTSP|RIST
925
925
  */
926
926
  Protocol: string
927
927
  /**
@@ -953,6 +953,10 @@ export interface ModifyOutputInfo {
953
953
  * 可用区
954
954
  */
955
955
  Zones?: Array<string>
956
+ /**
957
+ * 转推RIST的配置。
958
+ */
959
+ RISTSettings?: CreateOutputRistSettings
956
960
  }
957
961
 
958
962
  /**
@@ -4147,15 +4151,21 @@ export interface CreateWordSamplesResponse {
4147
4151
  }
4148
4152
 
4149
4153
  /**
4150
- * 智能分类任务控制参数
4154
+ * 创建媒体传输流的输出的RIST配置。
4151
4155
  */
4152
- export interface ClassificationConfigureInfoForUpdate {
4156
+ export interface CreateOutputRistSettings {
4153
4157
  /**
4154
- * 智能分类任务开关,可选值:
4155
- <li>ON:开启智能分类任务;</li>
4156
- <li>OFF:关闭智能分类任务。</li>
4158
+ * RIST模式,可选[LISTENER|CALLER],默认为LISTENER。
4157
4159
  */
4158
- Switch?: string
4160
+ Mode?: string
4161
+ /**
4162
+ * RIST配置方案,可选[MAIN|SIMPLE],默认为MAIN。
4163
+ */
4164
+ Profile?: string
4165
+ /**
4166
+ * RIST缓冲区大小,单位为毫秒。最小值为50毫秒,最大值为5000毫秒。默认值:120
4167
+ */
4168
+ Buffer?: number
4159
4169
  }
4160
4170
 
4161
4171
  /**
@@ -5729,7 +5739,7 @@ export interface CreateOutputInfo {
5729
5739
  */
5730
5740
  Description: string
5731
5741
  /**
5732
- * 输出协议,可选[SRT|RTP|RTMP|RTMP_PULL]
5742
+ * 输出的转推协议,支持SRT|RTP|RTMP|RTMP_PULL|RTSP|RIST
5733
5743
  */
5734
5744
  Protocol: string
5735
5745
  /**
@@ -5765,6 +5775,14 @@ export interface CreateOutputInfo {
5765
5775
  * 可用区,output最多只支持输入一个可用区。
5766
5776
  */
5767
5777
  Zones?: Array<string>
5778
+ /**
5779
+ * 输出类型:Internet/TencentCSS/StreamLive
5780
+ */
5781
+ OutputType?: string
5782
+ /**
5783
+ * 输出的RIST的配置。
5784
+ */
5785
+ RISTSettings?: CreateOutputRistSettings
5768
5786
  }
5769
5787
 
5770
5788
  /**
@@ -7454,7 +7472,7 @@ export interface CreateInput {
7454
7472
  */
7455
7473
  InputName: string
7456
7474
  /**
7457
- * 输入的协议,可选[SRT|RTP|RTMP|RTMP_PULL]。
7475
+ * 输入的协议,可选[SRT|RTP|RTMP|RTMP_PULL|RTSP_PULL|RIST]。
7458
7476
  */
7459
7477
  Protocol: string
7460
7478
  /**
@@ -7501,6 +7519,14 @@ export interface CreateInput {
7501
7519
  * 可用区,非必填,如果开启容灾必须输入两个不同的可用区,否则最多只允许输入一个可用区。
7502
7520
  */
7503
7521
  Zones?: Array<string>
7522
+ /**
7523
+ * 输入的RIST配置信息。
7524
+ */
7525
+ RISTSettings?: CreateInputRISTSettings
7526
+ /**
7527
+ * 输入节点的地区
7528
+ */
7529
+ InputRegion?: string
7504
7530
  }
7505
7531
 
7506
7532
  /**
@@ -7674,6 +7700,24 @@ export interface ModifyImageSpriteTemplateResponse {
7674
7700
  RequestId?: string
7675
7701
  }
7676
7702
 
7703
+ /**
7704
+ * 创建的输入RIST的配置信息。
7705
+ */
7706
+ export interface CreateInputRISTSettings {
7707
+ /**
7708
+ * RIST模式,可选[LISTENER],默认为LISTENER。
7709
+ */
7710
+ Mode?: string
7711
+ /**
7712
+ * RIST配置方案,可选[MAIN|SIMPLE],默认为MAIN。
7713
+ */
7714
+ Profile?: string
7715
+ /**
7716
+ * RIST缓冲区大小,单位为毫秒。最小值为50毫秒,最大值为5000毫秒。默认值:120
7717
+ */
7718
+ Buffer?: number
7719
+ }
7720
+
7677
7721
  /**
7678
7722
  * CreateWatermarkTemplate请求参数结构体
7679
7723
  */
@@ -7931,6 +7975,18 @@ export interface OutputSRTSourceAddressResp {
7931
7975
  Port: number
7932
7976
  }
7933
7977
 
7978
+ /**
7979
+ * 智能分类任务控制参数
7980
+ */
7981
+ export interface ClassificationConfigureInfoForUpdate {
7982
+ /**
7983
+ * 智能分类任务开关,可选值:
7984
+ <li>ON:开启智能分类任务;</li>
7985
+ <li>OFF:关闭智能分类任务。</li>
7986
+ */
7987
+ Switch?: string
7988
+ }
7989
+
7934
7990
  /**
7935
7991
  * CreateSchedule请求参数结构体
7936
7992
  */
@@ -8488,6 +8544,11 @@ export interface DescribeInput {
8488
8544
  * 可用区配置,开启容灾情况下最多有两个,顺序和pipeline 0、1对应,否则最多只有一个可用区。
8489
8545
  */
8490
8546
  Zones?: Array<string>
8547
+ /**
8548
+ * 输入的RIST配置信息。
8549
+ 注意:此字段可能返回 null,表示取不到有效值。
8550
+ */
8551
+ RISTSettings?: DescribeInputRISTSettings
8491
8552
  }
8492
8553
 
8493
8554
  /**
@@ -8974,6 +9035,11 @@ export interface DescribeOutput {
8974
9035
  * 可用区,output目前最多只支持一个。
8975
9036
  */
8976
9037
  Zones?: Array<string>
9038
+ /**
9039
+ * 输出的RIST配置信息。
9040
+ 注意:此字段可能返回 null,表示取不到有效值。
9041
+ */
9042
+ RISTSettings?: DescribeOutputRISTSettings
8977
9043
  }
8978
9044
 
8979
9045
  /**
@@ -9262,19 +9328,21 @@ export interface DeleteSampleSnapshotTemplateRequest {
9262
9328
  }
9263
9329
 
9264
9330
  /**
9265
- * AI 视频智能分析输入参数类型
9331
+ * DescribeTranscodeTemplates返回参数结构体
9266
9332
  */
9267
- export interface AiAnalysisTaskInput {
9333
+ export interface DescribeTranscodeTemplatesResponse {
9268
9334
  /**
9269
- * 视频内容分析模板 ID。
9335
+ * 符合过滤条件的记录总数。
9270
9336
  */
9271
- Definition: number
9337
+ TotalCount?: number
9272
9338
  /**
9273
- * 扩展参数,其值为序列化的 json字符串。
9274
- 注意:此参数为定制需求参数,需要线下对接。
9275
- 注意:此字段可能返回 null,表示取不到有效值。
9339
+ * 转码模板详情列表。
9276
9340
  */
9277
- ExtendedParameter?: string
9341
+ TranscodeTemplateSet?: Array<TranscodeTemplate>
9342
+ /**
9343
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9344
+ */
9345
+ RequestId?: string
9278
9346
  }
9279
9347
 
9280
9348
  /**
@@ -10614,6 +10682,22 @@ export interface MediaProcessTaskSampleSnapshotResult {
10614
10682
  FinishTime?: string
10615
10683
  }
10616
10684
 
10685
+ /**
10686
+ * RIST输出的监听地址。
10687
+ */
10688
+ export interface OutputRISTSourceAddressResp {
10689
+ /**
10690
+ * 监听IP。
10691
+ 注意:此字段可能返回 null,表示取不到有效值。
10692
+ */
10693
+ Ip?: string
10694
+ /**
10695
+ * 监听端口。
10696
+ 注意:此字段可能返回 null,表示取不到有效值。
10697
+ */
10698
+ Port?: number
10699
+ }
10700
+
10617
10701
  /**
10618
10702
  * 用户自定义审核任务控制参数。
10619
10703
  */
@@ -10822,6 +10906,24 @@ export interface AsrFullTextConfigureInfo {
10822
10906
  SourceLanguage?: string
10823
10907
  }
10824
10908
 
10909
+ /**
10910
+ * 查询输入的RIST配置信息。
10911
+ */
10912
+ export interface DescribeInputRISTSettings {
10913
+ /**
10914
+ * RIST模式,可选[LISTENER|CALLER],默认为LISTENER。
10915
+ */
10916
+ Mode?: string
10917
+ /**
10918
+ * RIST配置方案,可选[MAIN|SIMPLE],默认为MAIN。
10919
+ */
10920
+ Profile?: string
10921
+ /**
10922
+ * RIST缓冲区大小,单位为毫秒。最小值为50毫秒,最大值为5000毫秒。默认值:120
10923
+ */
10924
+ Buffer?: number
10925
+ }
10926
+
10825
10927
  /**
10826
10928
  * 去伪影(毛刺)配置
10827
10929
  */
@@ -13598,6 +13700,29 @@ export interface QualityControlData {
13598
13700
  ContainerDiagnoseResultSet?: Array<ContainerDiagnoseResultItem>
13599
13701
  }
13600
13702
 
13703
+ /**
13704
+ * 查询输出的RIST拉流配置信息。
13705
+ */
13706
+ export interface DescribeOutputRISTSettings {
13707
+ /**
13708
+ * RIST模式,可选[LISTENER|CALLER],默认为LISTENER。
13709
+ */
13710
+ Mode?: string
13711
+ /**
13712
+ * RIST配置方案,可选[MAIN|SIMPLE],默认为MAIN。
13713
+ */
13714
+ Profile?: string
13715
+ /**
13716
+ * RIST缓冲区大小,单位为毫秒。最小值为50毫秒,最大值为5000毫秒。默认值:120
13717
+ */
13718
+ Buffer?: number
13719
+ /**
13720
+ * 服务器监听地址,RIST模式为LISTENER时使用。
13721
+ 注意:此字段可能返回 null,表示取不到有效值。
13722
+ */
13723
+ SourceAddresses?: Array<OutputRISTSourceAddressResp>
13724
+ }
13725
+
13601
13726
  /**
13602
13727
  * Drm 加密信息。
13603
13728
  */
@@ -14405,7 +14530,7 @@ export interface ModifyInput {
14405
14530
  */
14406
14531
  RTPSettings: CreateInputRTPSettings
14407
14532
  /**
14408
- * 输入的协议,可选[SRT|RTP|RTMP]。
14533
+ * 输入的协议,可选[SRT|RTP|RTMP|RTMP_PULL|RTSP_PULL|RIST]。
14409
14534
  当输出包含RTP时,输入只能是RTP。
14410
14535
  当输出包含RTMP时,输入可以是SRT/RTMP。
14411
14536
  当输出包含SRT时,输入只能是SRT。
@@ -14439,6 +14564,14 @@ export interface ModifyInput {
14439
14564
  * 可用区,非必填,最多支持输入两个可用区,对于需改接口,只要第二个可用区会参与到资源分配。如果input开启容灾或者涉及RTSP_PULL协议切换时有效(会重新分配地址)。
14440
14565
  */
14441
14566
  Zones?: Array<string>
14567
+ /**
14568
+ * RIST的配置信息。
14569
+ */
14570
+ RISTSettings?: CreateInputRISTSettings
14571
+ /**
14572
+ * 输入节点的地区
14573
+ */
14574
+ InputRegion?: string
14442
14575
  }
14443
14576
 
14444
14577
  /**
@@ -15029,21 +15162,19 @@ export interface OcrFullTextConfigureInfo {
15029
15162
  }
15030
15163
 
15031
15164
  /**
15032
- * DescribeTranscodeTemplates返回参数结构体
15165
+ * AI 视频智能分析输入参数类型
15033
15166
  */
15034
- export interface DescribeTranscodeTemplatesResponse {
15035
- /**
15036
- * 符合过滤条件的记录总数。
15037
- */
15038
- TotalCount?: number
15167
+ export interface AiAnalysisTaskInput {
15039
15168
  /**
15040
- * 转码模板详情列表。
15169
+ * 视频内容分析模板 ID。
15041
15170
  */
15042
- TranscodeTemplateSet?: Array<TranscodeTemplate>
15171
+ Definition: number
15043
15172
  /**
15044
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
15173
+ * 扩展参数,其值为序列化的 json字符串。
15174
+ 注意:此参数为定制需求参数,需要线下对接。
15175
+ 注意:此字段可能返回 null,表示取不到有效值。
15045
15176
  */
15046
- RequestId?: string
15177
+ ExtendedParameter?: string
15047
15178
  }
15048
15179
 
15049
15180
  /**
@@ -34,8 +34,10 @@ export class Client extends AbstractClient {
34
34
  }
35
35
 
36
36
  /**
37
- * 本接口用于查询腾讯云健康看板的可用性事件信息,可以通过产品列表、地域列表和事件发生日期进行过滤查询。
38
- */
37
+ * 本接口用于查询腾讯云健康看板的可用性事件信息,可以通过产品列表、地域列表和事件发生日期进行过滤查询。
38
+ 当查询的产品对应时间内无事件时将返回空结果。
39
+ 可以参考健康看板历史事件页面来获取查询案例(链接:https://status.cloud.tencent.com/history)。
40
+ */
39
41
  async DescribeEvents(
40
42
  req: DescribeEventsRequest,
41
43
  cb?: (error: string, rep: DescribeEventsResponse) => void
@@ -126,6 +126,14 @@ export interface NativeNodeInfo {
126
126
  注意:此字段可能返回 null,表示取不到有效值。
127
127
  */
128
128
  OsImage?: string
129
+ /**
130
+ * **原生节点对应的实例 ID**
131
+
132
+ - ins-q47ofw6 表示这个实例是一个 CVM 的实例
133
+ - eks-f8mvyaep 表示这个实例是一个 CXM 的实例
134
+ 注意:此字段可能返回 null,表示取不到有效值。
135
+ */
136
+ InstanceId?: string
129
137
  }
130
138
 
131
139
  /**