tencentcloud-sdk-nodejs 4.0.281 → 4.0.285

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 (43) hide show
  1. package/CHANGELOG.md +258 -0
  2. package/SERVICE_CHANGELOG.md +143 -80
  3. package/package.json +1 -1
  4. package/products.md +9 -8
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ame/v20190916/ame_client.ts +121 -64
  7. package/src/services/ame/v20190916/ame_models.ts +1141 -827
  8. package/src/services/cam/v20190116/cam_models.ts +6 -0
  9. package/src/services/ckafka/v20190819/ckafka_client.ts +12 -0
  10. package/src/services/ckafka/v20190819/ckafka_models.ts +30 -0
  11. package/src/services/cme/v20191029/cme_client.ts +17 -7
  12. package/src/services/cme/v20191029/cme_models.ts +415 -139
  13. package/src/services/index.ts +1 -0
  14. package/src/services/lowcode/index.ts +5 -0
  15. package/src/services/lowcode/v20210108/index.ts +6 -0
  16. package/src/services/lowcode/v20210108/lowcode_client.ts +48 -0
  17. package/src/services/lowcode/v20210108/lowcode_models.ts +359 -0
  18. package/src/services/partners/v20180321/partners_models.ts +4 -4
  19. package/tencentcloud/common/sdk_version.d.ts +1 -1
  20. package/tencentcloud/common/sdk_version.js +1 -1
  21. package/tencentcloud/services/ame/v20190916/ame_client.d.ts +24 -5
  22. package/tencentcloud/services/ame/v20190916/ame_client.js +33 -6
  23. package/tencentcloud/services/ame/v20190916/ame_models.d.ts +1006 -740
  24. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +5 -0
  25. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +5 -1
  26. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +6 -0
  27. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +26 -0
  28. package/tencentcloud/services/cme/v20191029/cme_client.d.ts +1 -1
  29. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +359 -123
  30. package/tencentcloud/services/index.d.ts +1 -0
  31. package/tencentcloud/services/index.js +2 -0
  32. package/tencentcloud/services/lowcode/index.d.ts +6 -0
  33. package/tencentcloud/services/lowcode/index.js +7 -0
  34. package/tencentcloud/services/lowcode/v20210108/index.d.ts +6 -0
  35. package/tencentcloud/services/lowcode/v20210108/index.js +9 -0
  36. package/tencentcloud/services/lowcode/v20210108/lowcode_client.d.ts +14 -0
  37. package/tencentcloud/services/lowcode/v20210108/lowcode_client.js +37 -0
  38. package/tencentcloud/services/lowcode/v20210108/lowcode_models.d.ts +287 -0
  39. package/tencentcloud/services/lowcode/v20210108/lowcode_models.js +18 -0
  40. package/tencentcloud/services/partners/v20180321/partners_models.d.ts +4 -4
  41. package/test/ame.v20190916.test.js +44 -4
  42. package/test/ckafka.v20190819.test.js +10 -0
  43. package/test/lowcode.v20210108.test.js +31 -0
@@ -15,6 +15,19 @@ export interface AudioStreamInfo {
15
15
  */
16
16
  Codec: string;
17
17
  }
18
+ /**
19
+ * 分类删除事件。
20
+ */
21
+ export interface ClassDeletedEvent {
22
+ /**
23
+ * 删除的分类归属。
24
+ */
25
+ Owner: Entity;
26
+ /**
27
+ * 删除的分类路径列表。
28
+ */
29
+ ClassPathSet: Array<string>;
30
+ }
18
31
  /**
19
32
  * ModifyMaterial返回参数结构体
20
33
  */
@@ -54,6 +67,15 @@ export interface ExportVideoByVideoSegmentationDataResponse {
54
67
  */
55
68
  RequestId?: string;
56
69
  }
70
+ /**
71
+ * 媒体删除事件。
72
+ */
73
+ export interface MaterialDeletedEvent {
74
+ /**
75
+ * 删除的媒体 Id 列表。
76
+ */
77
+ MaterialIdSet: Array<string>;
78
+ }
57
79
  /**
58
80
  * ImportMaterial返回参数结构体
59
81
  */
@@ -576,43 +598,21 @@ export interface RevokeResourceAuthorizationResponse {
576
598
  RequestId?: string;
577
599
  }
578
600
  /**
579
- * HandleStreamConnectProject请求参数结构体
601
+ * DescribeTasks返回参数结构体
580
602
  */
581
- export interface HandleStreamConnectProjectRequest {
582
- /**
583
- * 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
584
- */
585
- Platform: string;
586
- /**
587
- * 云转推项目 Id 。
588
- */
589
- ProjectId: string;
590
- /**
591
- * 请参考 [操作类型](#Operation)
592
- */
593
- Operation: string;
594
- /**
595
- * 转推输入源操作参数。具体操作方式详见 [操作类型](#Operation) 及下文示例。
596
- */
597
- InputInfo?: StreamInputInfo;
598
- /**
599
- * 主备输入源标识,取值有:
600
- <li> Main :主源;</li>
601
- <li> Backup :备源。</li>
602
- */
603
- InputEndpoint?: string;
603
+ export interface DescribeTasksResponse {
604
604
  /**
605
- * 转推输出源操作参数。具体操作方式详见 [操作类型](#Operation) 及下文示例。
605
+ * 符合搜索条件的记录总数。
606
606
  */
607
- OutputInfo?: StreamConnectOutput;
607
+ TotalCount: number;
608
608
  /**
609
- * 云转推当前预计结束时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。具体操作方式详见 [操作类型](#Operation) 及下文示例。
609
+ * 任务基础信息列表。
610
610
  */
611
- CurrentStopTime?: string;
611
+ TaskBaseInfoSet: Array<TaskBaseInfo>;
612
612
  /**
613
- * 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以操作所有云转推项目。如果指定操作者,则操作者必须为项目所有者。
613
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
614
614
  */
615
- Operator?: string;
615
+ RequestId?: string;
616
616
  }
617
617
  /**
618
618
  * 项目信息。
@@ -772,6 +772,42 @@ export interface DescribeTeamsRequest {
772
772
  */
773
773
  Limit?: number;
774
774
  }
775
+ /**
776
+ * 平台信息。
777
+ */
778
+ export interface PlatformInfo {
779
+ /**
780
+ * 平台标识。
781
+ */
782
+ Platform: string;
783
+ /**
784
+ * 平台描述。
785
+ */
786
+ Description: string;
787
+ /**
788
+ * 云点播子应用 Id。
789
+ */
790
+ VodSubAppId: number;
791
+ /**
792
+ * 平台绑定的 license Id。
793
+ */
794
+ LicenseId: string;
795
+ /**
796
+ * 平台状态,可取值为:
797
+ <li>Normal:正常,可使用。;</li>
798
+ <li>Stopped:已停用,暂无法使用;</li>
799
+ <li>Expired:已过期,需要重新购买会员包。</li>
800
+ */
801
+ Status: string;
802
+ /**
803
+ * 创建时间,格式按照 ISO 8601 标准表示。
804
+ */
805
+ CreateTime: string;
806
+ /**
807
+ * 更新时间,格式按照 ISO 8601 标准表示。
808
+ */
809
+ UpdateTime: string;
810
+ }
775
811
  /**
776
812
  * 链接类型的素材信息
777
813
  */
@@ -1246,14 +1282,16 @@ export interface StorageNewFileCreatedEvent {
1246
1282
  */
1247
1283
  MaterialId: string;
1248
1284
  /**
1249
- * 操作者 Id
1285
+ * 操作者 Id。(废弃,请勿使用)
1250
1286
  */
1251
1287
  Operator: string;
1252
1288
  /**
1253
- * 操作类型,可取值为:
1254
- <li>Upload:上传;</li>
1289
+ * 操作类型,可取值有:
1290
+ <li>Upload:本地上传;</li>
1255
1291
  <li>PullUpload:拉取上传;</li>
1256
- <li>Record:直播录制。</li>
1292
+ <li>VideoEdit:视频剪辑;</li>
1293
+ <li>LiveStreamClip:直播流剪辑;</li>
1294
+ <li>LiveStreamRecord:直播流录制。</li>
1257
1295
  */
1258
1296
  OperationType: string;
1259
1297
  /**
@@ -1264,6 +1302,14 @@ export interface StorageNewFileCreatedEvent {
1264
1302
  * 媒体分类路径。
1265
1303
  */
1266
1304
  ClassPath: string;
1305
+ /**
1306
+ * 生成文件的任务 Id。当生成新文件是拉取上传、视频剪辑、直播流剪辑时为任务 Id。
1307
+ */
1308
+ TaskId: string;
1309
+ /**
1310
+ * 来源上下文信息。视频剪辑生成新文件时此字段为项目 Id;直播流剪辑或者直播流录制生成新文件则为原始流地址。
1311
+ */
1312
+ SourceContext: string;
1267
1313
  }
1268
1314
  /**
1269
1315
  * DescribeLoginStatus请求参数结构体
@@ -1295,15 +1341,6 @@ export interface MediaTrack {
1295
1341
  */
1296
1342
  TrackItems: Array<MediaTrackItem>;
1297
1343
  }
1298
- /**
1299
- * DeleteVideoEncodingPreset返回参数结构体
1300
- */
1301
- export interface DeleteVideoEncodingPresetResponse {
1302
- /**
1303
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1304
- */
1305
- RequestId?: string;
1306
- }
1307
1344
  /**
1308
1345
  * DeleteLoginStatus返回参数结构体
1309
1346
  */
@@ -1479,40 +1516,25 @@ export interface EmptyTrackItem {
1479
1516
  Duration: number;
1480
1517
  }
1481
1518
  /**
1482
- * 平台信息。
1519
+ * 分类移动事件。
1483
1520
  */
1484
- export interface PlatformInfo {
1485
- /**
1486
- * 平台标识。
1487
- */
1488
- Platform: string;
1521
+ export interface ClassMovedEvent {
1489
1522
  /**
1490
- * 平台描述。
1523
+ * 源分类归属。
1491
1524
  */
1492
- Description: string;
1525
+ SourceOwner: Entity;
1493
1526
  /**
1494
- * 云点播子应用 Id。
1527
+ * 源分类路径列表。
1495
1528
  */
1496
- VodSubAppId: number;
1529
+ SourceClassPathSet: Array<string>;
1497
1530
  /**
1498
- * 平台绑定的 license Id。
1531
+ * 目标分类归属。
1499
1532
  */
1500
- LicenseId: string;
1501
- /**
1502
- * 平台状态,可取值为:
1503
- <li>Normal:正常,可使用。;</li>
1504
- <li>Stopped:已停用,暂无法使用;</li>
1505
- <li>Expired:已过期,需要重新购买会员包。</li>
1506
- */
1507
- Status: string;
1508
- /**
1509
- * 创建时间,格式按照 ISO 8601 标准表示。
1510
- */
1511
- CreateTime: string;
1533
+ DestinationOwner: Entity;
1512
1534
  /**
1513
- * 更新时间,格式按照 ISO 8601 标准表示。
1535
+ * 目标分类归属。
1514
1536
  */
1515
- UpdateTime: string;
1537
+ DestinationClassPath: string;
1516
1538
  }
1517
1539
  /**
1518
1540
  * DeleteVideoEncodingPreset请求参数结构体
@@ -1527,6 +1549,23 @@ export interface DeleteVideoEncodingPresetRequest {
1527
1549
  */
1528
1550
  Id: number;
1529
1551
  }
1552
+ /**
1553
+ * 媒体导入事件
1554
+ */
1555
+ export interface MaterialImportedEvent {
1556
+ /**
1557
+ * 导入的媒体信息列表。
1558
+ */
1559
+ MediaInfoSet: Array<ImportMediaInfo>;
1560
+ /**
1561
+ * 媒体归属。
1562
+ */
1563
+ Owner: Entity;
1564
+ /**
1565
+ * 媒体分类路径。
1566
+ */
1567
+ ClassPath: string;
1568
+ }
1530
1569
  /**
1531
1570
  * ModifyVideoEncodingPreset返回参数结构体
1532
1571
  */
@@ -1672,6 +1711,31 @@ export interface VideoEncodingPresetVideoSetting {
1672
1711
  */
1673
1712
  Bitrate?: number;
1674
1713
  }
1714
+ /**
1715
+ * 雪碧图
1716
+ */
1717
+ export interface MediaImageSpriteInfo {
1718
+ /**
1719
+ * 雪碧图小图的高度。
1720
+ */
1721
+ Height: number;
1722
+ /**
1723
+ * 雪碧图小图的宽度。
1724
+ */
1725
+ Width: number;
1726
+ /**
1727
+ * 雪碧图小图的总数量。
1728
+ */
1729
+ TotalCount: number;
1730
+ /**
1731
+ * 截取雪碧图输出的地址。
1732
+ */
1733
+ ImageUrlSet: Array<string>;
1734
+ /**
1735
+ * 雪碧图子图位置与时间关系的 WebVtt 文件地址。WebVtt 文件表明了各个雪碧图小图对应的时间点,以及在雪碧大图里的坐标位置,一般被播放器用于实现预览。
1736
+ */
1737
+ WebVttUrl: string;
1738
+ }
1675
1739
  /**
1676
1740
  * DeleteClass请求参数结构体
1677
1741
  */
@@ -1781,6 +1845,33 @@ export interface CreateVideoEncodingPresetResponse {
1781
1845
  */
1782
1846
  RequestId?: string;
1783
1847
  }
1848
+ /**
1849
+ * 视频编码配置的视频设置更新信息
1850
+ */
1851
+ export interface VideoEncodingPresetVideoSettingForUpdate {
1852
+ /**
1853
+ * 视频短边尺寸,取值范围: [128, 4096],单位:px。
1854
+ 视频最后的分辨率,根据短边尺寸和宽高比进行计算。
1855
+ 例:如果项目的宽高比是 16:9 :
1856
+ <li>短边尺寸为 1080,则导出视频的分辨率为 1920 * 1080。</li>
1857
+ <li>短边尺寸为 720,则导出视频的分辨率为 1280 * 720。</li>
1858
+ 如果项目的宽高比是 9:16 :
1859
+ <li>短边尺寸为 1080,则导出视频的分辨率为 1080 * 1920。</li>
1860
+ <li>短边尺寸为 720,则导出视频的分辨率为 720 * 1280。</li>
1861
+ 不填则不修改。
1862
+ */
1863
+ ShortEdge?: number;
1864
+ /**
1865
+ * 指定码率,单位 bps。当该参数为'0' 时则不强制限定码率。
1866
+ 不填则不修改。
1867
+ */
1868
+ Bitrate?: number;
1869
+ /**
1870
+ * 指定帧率。单位 Hz。
1871
+ 不填则不修改。
1872
+ */
1873
+ FrameRate?: number;
1874
+ }
1784
1875
  /**
1785
1876
  * GrantResourceAuthorization返回参数结构体
1786
1877
  */
@@ -2231,31 +2322,29 @@ export interface ModifyTeamMemberRequest {
2231
2322
  Operator?: string;
2232
2323
  }
2233
2324
  /**
2234
- * 视频编码配置的视频设置更新信息
2325
+ * 媒体移动事件
2235
2326
  */
2236
- export interface VideoEncodingPresetVideoSettingForUpdate {
2327
+ export interface MaterialMovedEvent {
2237
2328
  /**
2238
- * 视频短边尺寸,取值范围: [128, 4096],单位:px。
2239
- 视频最后的分辨率,根据短边尺寸和宽高比进行计算。
2240
- 例:如果项目的宽高比是 16:9 :
2241
- <li>短边尺寸为 1080,则导出视频的分辨率为 1920 * 1080。</li>
2242
- <li>短边尺寸为 720,则导出视频的分辨率为 1280 * 720。</li>
2243
- 如果项目的宽高比是 9:16 :
2244
- <li>短边尺寸为 1080,则导出视频的分辨率为 1080 * 1920。</li>
2245
- <li>短边尺寸为 720,则导出视频的分辨率为 720 * 1280。</li>
2246
- 不填则不修改。
2329
+ * 要移动的媒体 Id 列表。
2247
2330
  */
2248
- ShortEdge?: number;
2331
+ MaterialIdSet: Array<string>;
2249
2332
  /**
2250
- * 指定码率,单位 bps。当该参数为'0' 时则不强制限定码率。
2251
- 不填则不修改。
2333
+ * 源媒体归属。
2252
2334
  */
2253
- Bitrate?: number;
2335
+ SourceOwner: Entity;
2254
2336
  /**
2255
- * 指定帧率。单位 Hz。
2256
- 不填则不修改。
2337
+ * 源媒体分类路径。
2257
2338
  */
2258
- FrameRate?: number;
2339
+ SourceClassPath: string;
2340
+ /**
2341
+ * 目标媒体分类归属。
2342
+ */
2343
+ DestinationOwner: Entity;
2344
+ /**
2345
+ * 目标媒体分类路径。
2346
+ */
2347
+ DestinationClassPath: string;
2259
2348
  }
2260
2349
  /**
2261
2350
  * CreateTeam请求参数结构体
@@ -2691,13 +2780,9 @@ export interface ListMediaRequest {
2691
2780
  Operator?: string;
2692
2781
  }
2693
2782
  /**
2694
- * HandleStreamConnectProject返回参数结构体
2783
+ * DeleteVideoEncodingPreset返回参数结构体
2695
2784
  */
2696
- export interface HandleStreamConnectProjectResponse {
2697
- /**
2698
- * 输入源推流地址,当 Operation 取值 AddInput 且 InputType 为 RtmpPush 类型时有效。
2699
- */
2700
- StreamInputRtmpPushUrl: string;
2785
+ export interface DeleteVideoEncodingPresetResponse {
2701
2786
  /**
2702
2787
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2703
2788
  */
@@ -2772,6 +2857,40 @@ export interface LiveStreamClipProjectInput {
2772
2857
  */
2773
2858
  StreamRecordDuration: number;
2774
2859
  }
2860
+ /**
2861
+ * 媒体更新事件。
2862
+ */
2863
+ export interface MaterialModifiedEvent {
2864
+ /**
2865
+ * 媒体 Id。
2866
+ */
2867
+ MaterialId: string;
2868
+ /**
2869
+ * 更新后的媒体名称。如未更新则为空。
2870
+ */
2871
+ Name: string;
2872
+ /**
2873
+ * 更新后的媒体预置标签列表。如未更新媒体预置标签,则该字段为空数组。
2874
+ */
2875
+ PresetTagIdSet: Array<string>;
2876
+ /**
2877
+ * 更新后的媒体自定义标签列表。如未更新媒体自定义标签,则该字段为空数组。
2878
+ */
2879
+ TagSet: Array<string>;
2880
+ }
2881
+ /**
2882
+ * HandleStreamConnectProject返回参数结构体
2883
+ */
2884
+ export interface HandleStreamConnectProjectResponse {
2885
+ /**
2886
+ * 输入源推流地址,当 Operation 取值 AddInput 且 InputType 为 RtmpPush 类型时有效。
2887
+ */
2888
+ StreamInputRtmpPushUrl: string;
2889
+ /**
2890
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2891
+ */
2892
+ RequestId?: string;
2893
+ }
2775
2894
  /**
2776
2895
  * DeleteTeamMembers请求参数结构体
2777
2896
  */
@@ -2874,19 +2993,77 @@ export interface OtherMaterial {
2874
2993
  */
2875
2994
  export interface EventContent {
2876
2995
  /**
2877
- * 事件类型,可取值为:
2878
- <li>Storage.NewFileCreated:新文件产生;</li>
2879
- <li>Project.StreamConnect.StatusChanged:云转推项目状态变更。</li>
2996
+ * 事件类型,可取值有:
2997
+ <li>Storage.NewFileCreated:新文件产生事件;</li>
2998
+ <li>Project.StreamConnect.StatusChanged:云转推项目状态变更事件;</li>
2999
+ <li>Project.Switcher.StatusChanged:导播台项目状态变更事件;</li>
3000
+ <li>Material.Imported:媒体导入事件;</li>
3001
+ <li>Material.Added:媒体添加事件;</li>
3002
+ <li>Material.Moved:媒体移动事件;</li>
3003
+ <li>Material.Modified:媒体变更事件;</li>
3004
+ <li>Material.Deleted:媒体删除事件;</li>
3005
+ <li>Class.Created:分类新增事件;</li>
3006
+ <li>Class.Moved:分类移动事件;</li>
3007
+ <li>Class.Deleted:分类删除事件。</li>
2880
3008
  */
2881
3009
  EventType: string;
2882
3010
  /**
2883
- * 新文件产生事件信息。仅当 EventType 为 Storage.NewFileCreated 时有效。
3011
+ * 操作者,表示触发事件的操作者。如果是 `cmeid_system` 表示平台管理员操作。
3012
+ */
3013
+ Operator: string;
3014
+ /**
3015
+ * 新文件产生事件。仅当 EventType 为 Storage.NewFileCreated 时有效。
2884
3016
  */
2885
3017
  StorageNewFileCreatedEvent: StorageNewFileCreatedEvent;
2886
3018
  /**
2887
- * 云转推项目状态变更事件信息。仅当 EventType 为 Project.StreamConnect.StatusChanged 时有效。
3019
+ * 云转推项目状态变更事件。仅当 EventType 为 Project.StreamConnect.StatusChanged 时有效。
2888
3020
  */
2889
3021
  ProjectStreamConnectStatusChangedEvent: ProjectStreamConnectStatusChangedEvent;
3022
+ /**
3023
+ * 导播台项目状态变更事件。仅当 EventType 为 Project.Switcher.StatusChanged 时有效。
3024
+ 注意:此字段可能返回 null,表示取不到有效值。
3025
+ */
3026
+ ProjectSwitcherStatusChangedEvent: ProjectSwitcherStatusChangedEvent;
3027
+ /**
3028
+ * 媒体导入事件。仅当 EventType 为 Material.Imported 时有效。
3029
+ 注意:此字段可能返回 null,表示取不到有效值。
3030
+ */
3031
+ MaterialImportedEvent: MaterialImportedEvent;
3032
+ /**
3033
+ * 媒体添加事件。仅当 EventType 为 Material.Added 时有效。
3034
+ 注意:此字段可能返回 null,表示取不到有效值。
3035
+ */
3036
+ MaterialAddedEvent: MaterialAddedEvent;
3037
+ /**
3038
+ * 媒体移动事件。仅当 EventType 为 Material.Moved 时有效。
3039
+ 注意:此字段可能返回 null,表示取不到有效值。
3040
+ */
3041
+ MaterialMovedEvent: MaterialMovedEvent;
3042
+ /**
3043
+ * 媒体更新事件。仅当 EventType 为 Material.Modified 时有效。
3044
+ 注意:此字段可能返回 null,表示取不到有效值。
3045
+ */
3046
+ MaterialModifiedEvent: MaterialModifiedEvent;
3047
+ /**
3048
+ * 媒体删除事件。仅当 EventType 为 Material.Deleted 时有效。
3049
+ 注意:此字段可能返回 null,表示取不到有效值。
3050
+ */
3051
+ MaterialDeletedEvent: MaterialDeletedEvent;
3052
+ /**
3053
+ * 分类创建事件。仅当 EventType 为 Class.Created 时有效。
3054
+ 注意:此字段可能返回 null,表示取不到有效值。
3055
+ */
3056
+ ClassCreatedEvent: ClassCreatedEvent;
3057
+ /**
3058
+ * 分类移动事件。仅当 EventType 为 Class.Moved 时有效。
3059
+ 注意:此字段可能返回 null,表示取不到有效值。
3060
+ */
3061
+ ClassMovedEvent: ClassMovedEvent;
3062
+ /**
3063
+ * 分类删除事件。仅当 EventType 为 Class.Deleted 时有效。
3064
+ 注意:此字段可能返回 null,表示取不到有效值。
3065
+ */
3066
+ ClassDeletedEvent: ClassDeletedEvent;
2890
3067
  }
2891
3068
  /**
2892
3069
  * 视频素材信息
@@ -3075,6 +3252,23 @@ export interface DescribeLoginStatusResponse {
3075
3252
  */
3076
3253
  RequestId?: string;
3077
3254
  }
3255
+ /**
3256
+ * 媒体添加事件。
3257
+ */
3258
+ export interface MaterialAddedEvent {
3259
+ /**
3260
+ * 添加的媒体 Id 列表。
3261
+ */
3262
+ MaterialIdSet: Array<string>;
3263
+ /**
3264
+ * 添加的媒体归属。
3265
+ */
3266
+ Owner: Entity;
3267
+ /**
3268
+ * 添加的媒体分类路径。
3269
+ */
3270
+ ClassPath: string;
3271
+ }
3078
3272
  /**
3079
3273
  * CreateVideoEncodingPreset请求参数结构体
3080
3274
  */
@@ -3472,21 +3666,43 @@ export interface CosPublishInputInfo {
3472
3666
  CoverKey: string;
3473
3667
  }
3474
3668
  /**
3475
- * DescribeTasks返回参数结构体
3669
+ * HandleStreamConnectProject请求参数结构体
3476
3670
  */
3477
- export interface DescribeTasksResponse {
3671
+ export interface HandleStreamConnectProjectRequest {
3478
3672
  /**
3479
- * 符合搜索条件的记录总数。
3673
+ * 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
3480
3674
  */
3481
- TotalCount: number;
3675
+ Platform: string;
3482
3676
  /**
3483
- * 任务基础信息列表。
3677
+ * 云转推项目 Id 。
3484
3678
  */
3485
- TaskBaseInfoSet: Array<TaskBaseInfo>;
3679
+ ProjectId: string;
3486
3680
  /**
3487
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3681
+ * 请参考 [操作类型](#Operation)
3488
3682
  */
3489
- RequestId?: string;
3683
+ Operation: string;
3684
+ /**
3685
+ * 转推输入源操作参数。具体操作方式详见 [操作类型](#Operation) 及下文示例。
3686
+ */
3687
+ InputInfo?: StreamInputInfo;
3688
+ /**
3689
+ * 主备输入源标识,取值有:
3690
+ <li> Main :主源;</li>
3691
+ <li> Backup :备源。</li>
3692
+ */
3693
+ InputEndpoint?: string;
3694
+ /**
3695
+ * 转推输出源操作参数。具体操作方式详见 [操作类型](#Operation) 及下文示例。
3696
+ */
3697
+ OutputInfo?: StreamConnectOutput;
3698
+ /**
3699
+ * 云转推当前预计结束时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。具体操作方式详见 [操作类型](#Operation) 及下文示例。
3700
+ */
3701
+ CurrentStopTime?: string;
3702
+ /**
3703
+ * 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以操作所有云转推项目。如果指定操作者,则操作者必须为项目所有者。
3704
+ */
3705
+ Operator?: string;
3490
3706
  }
3491
3707
  /**
3492
3708
  * ModifyProject请求参数结构体
@@ -3740,6 +3956,25 @@ export interface MediaMetaData {
3740
3956
  */
3741
3957
  AudioStreamInfoSet: Array<AudioStreamInfo>;
3742
3958
  }
3959
+ /**
3960
+ * 导播台项目状态变更事件
3961
+ */
3962
+ export interface ProjectSwitcherStatusChangedEvent {
3963
+ /**
3964
+ * 导播台项目 Id。
3965
+ */
3966
+ ProjectId: string;
3967
+ /**
3968
+ * 导播台项目状态,可取值有:
3969
+ <li>Started:导播台启动;</li>
3970
+ <li>Stopped:导播台停止;</li>
3971
+ <li>PvwStarted:导播台 PVW 开启;</li>
3972
+ <li>PgmStarted:导播台 PGM 开启,输出推流开始;</li>
3973
+ <li>PvwStopped:导播台 PVW 停止;</li>
3974
+ <li>PgmStopped:导播台 PGM 停止,输出推流结束。</li>
3975
+ */
3976
+ Status: string;
3977
+ }
3743
3978
  /**
3744
3979
  * 媒资绑定资源信息,包含媒资绑定模板 ID 和文件信息。
3745
3980
  */
@@ -3795,29 +4030,17 @@ export interface ExportVideoByEditorTrackDataResponse {
3795
4030
  RequestId?: string;
3796
4031
  }
3797
4032
  /**
3798
- * 雪碧图
4033
+ * 分类创建事件。
3799
4034
  */
3800
- export interface MediaImageSpriteInfo {
3801
- /**
3802
- * 雪碧图小图的高度。
3803
- */
3804
- Height: number;
3805
- /**
3806
- * 雪碧图小图的宽度。
3807
- */
3808
- Width: number;
3809
- /**
3810
- * 雪碧图小图的总数量。
3811
- */
3812
- TotalCount: number;
4035
+ export interface ClassCreatedEvent {
3813
4036
  /**
3814
- * 截取雪碧图输出的地址。
4037
+ * 分类归属。
3815
4038
  */
3816
- ImageUrlSet: Array<string>;
4039
+ Owner: Entity;
3817
4040
  /**
3818
- * 雪碧图子图位置与时间关系的 WebVtt 文件地址。WebVtt 文件表明了各个雪碧图小图对应的时间点,以及在雪碧大图里的坐标位置,一般被播放器用于实现预览。
4041
+ * 分类路径。
3819
4042
  */
3820
- WebVttUrl: string;
4043
+ ClassPath: string;
3821
4044
  }
3822
4045
  /**
3823
4046
  * 视频编码配置
@@ -3915,6 +4138,19 @@ export interface TextReplacementInfo {
3915
4138
  */
3916
4139
  Text: string;
3917
4140
  }
4141
+ /**
4142
+ * 导入媒资信息
4143
+ */
4144
+ export interface ImportMediaInfo {
4145
+ /**
4146
+ * 云点播文件 FileId。
4147
+ */
4148
+ FileId: string;
4149
+ /**
4150
+ * 媒体 Id。
4151
+ */
4152
+ MaterialId: string;
4153
+ }
3918
4154
  /**
3919
4155
  * DescribeMaterials请求参数结构体
3920
4156
  */
@@ -100,6 +100,7 @@ export { ivld } from "./ivld";
100
100
  export { kms } from "./kms";
101
101
  export { lighthouse } from "./lighthouse";
102
102
  export { live } from "./live";
103
+ export { lowcode } from "./lowcode";
103
104
  export { lp } from "./lp";
104
105
  export { mariadb } from "./mariadb";
105
106
  export { market } from "./market";
@@ -204,6 +204,8 @@ var lighthouse_1 = require("./lighthouse");
204
204
  Object.defineProperty(exports, "lighthouse", { enumerable: true, get: function () { return lighthouse_1.lighthouse; } });
205
205
  var live_1 = require("./live");
206
206
  Object.defineProperty(exports, "live", { enumerable: true, get: function () { return live_1.live; } });
207
+ var lowcode_1 = require("./lowcode");
208
+ Object.defineProperty(exports, "lowcode", { enumerable: true, get: function () { return lowcode_1.lowcode; } });
207
209
  var lp_1 = require("./lp");
208
210
  Object.defineProperty(exports, "lp", { enumerable: true, get: function () { return lp_1.lp; } });
209
211
  var mariadb_1 = require("./mariadb");
@@ -0,0 +1,6 @@
1
+ export declare const lowcode: {
2
+ v20210108: {
3
+ Client: typeof import("./v20210108/lowcode_client").Client;
4
+ Models: typeof import("./v20210108/lowcode_models");
5
+ };
6
+ };
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.lowcode = void 0;
4
+ const v20210108_1 = require("./v20210108");
5
+ exports.lowcode = {
6
+ v20210108: v20210108_1.v20210108,
7
+ };