tencentcloud-sdk-nodejs 4.0.244 → 4.0.248
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 +431 -9
- package/README.md +1 -1
- package/package.json +1 -1
- package/products.md +27 -24
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_client.ts +1 -1
- package/src/services/apm/index.ts +5 -0
- package/src/services/apm/v20210622/apm_client.ts +58 -0
- package/src/services/apm/v20210622/apm_models.ts +260 -0
- package/src/services/apm/v20210622/index.ts +6 -0
- package/src/services/asw/v20200722/asw_models.ts +3 -3
- package/src/services/cdb/v20170320/cdb_models.ts +2 -2
- package/src/services/cfw/v20190904/cfw_client.ts +13 -0
- package/src/services/cfw/v20190904/cfw_models.ts +119 -1
- package/src/services/ckafka/v20190819/ckafka_models.ts +6 -0
- package/src/services/clb/v20180317/clb_client.ts +25 -1
- package/src/services/clb/v20180317/clb_models.ts +175 -18
- package/src/services/cme/v20191029/cme_client.ts +26 -21
- package/src/services/cme/v20191029/cme_models.ts +160 -144
- package/src/services/cvm/v20170312/cvm_models.ts +3 -1
- package/src/services/cwp/v20180228/cwp_models.ts +9 -8
- package/src/services/dcdb/v20180411/dcdb_models.ts +6 -1
- package/src/services/faceid/v20180301/faceid_models.ts +3 -3
- package/src/services/index.ts +3 -0
- package/src/services/ivld/index.ts +5 -0
- package/src/services/ivld/v20210903/index.ts +6 -0
- package/src/services/ivld/v20210903/ivld_client.ts +170 -0
- package/src/services/ivld/v20210903/ivld_models.ts +973 -0
- package/src/services/kms/v20190118/kms_client.ts +1 -1
- package/src/services/kms/v20190118/kms_models.ts +2 -2
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +0 -1
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +6 -35
- package/src/services/mariadb/v20170312/mariadb_models.ts +11 -1
- package/src/services/mrs/v20200910/mrs_client.ts +2 -0
- package/src/services/mrs/v20200910/mrs_models.ts +81 -5
- package/src/services/ocr/v20181119/ocr_models.ts +3 -3
- package/src/services/postgres/v20170312/postgres_models.ts +6 -6
- package/src/services/privatedns/v20201028/privatedns_client.ts +40 -3
- package/src/services/privatedns/v20201028/privatedns_models.ts +141 -31
- package/src/services/ses/v20201002/ses_client.ts +1 -1
- package/src/services/ses/v20201002/ses_models.ts +1 -1
- package/src/services/tcb/v20180608/tcb_client.ts +1 -0
- package/src/services/tcb/v20180608/tcb_models.ts +48 -0
- package/src/services/thpc/index.ts +5 -0
- package/src/services/thpc/v20211109/index.ts +6 -0
- package/src/services/thpc/v20211109/thpc_client.ts +64 -0
- package/src/services/thpc/v20211109/thpc_models.ts +332 -0
- package/src/services/tke/v20180525/tke_client.ts +50 -1
- package/src/services/tke/v20180525/tke_models.ts +158 -6
- package/src/services/tsf/v20180326/tsf_client.ts +13 -0
- package/src/services/tsf/v20180326/tsf_models.ts +85 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +1 -1
- package/tencentcloud/services/apm/index.d.ts +6 -0
- package/tencentcloud/services/apm/index.js +7 -0
- package/tencentcloud/services/apm/v20210622/apm_client.d.ts +18 -0
- package/tencentcloud/services/apm/v20210622/apm_client.js +43 -0
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +207 -0
- package/tencentcloud/services/apm/v20210622/apm_models.js +18 -0
- package/tencentcloud/services/apm/v20210622/index.d.ts +6 -0
- package/tencentcloud/services/apm/v20210622/index.js +9 -0
- package/tencentcloud/services/asw/v20200722/asw_models.d.ts +3 -3
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -2
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +5 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +100 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +5 -0
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +9 -1
- package/tencentcloud/services/clb/v20180317/clb_client.js +12 -0
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +145 -15
- package/tencentcloud/services/cme/v20191029/cme_client.d.ts +26 -21
- package/tencentcloud/services/cme/v20191029/cme_client.js +26 -21
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +155 -140
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +3 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +9 -8
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +5 -1
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +3 -3
- package/tencentcloud/services/index.d.ts +3 -0
- package/tencentcloud/services/index.js +6 -0
- package/tencentcloud/services/ivld/index.d.ts +6 -0
- package/tencentcloud/services/ivld/index.js +7 -0
- package/tencentcloud/services/ivld/v20210903/index.d.ts +6 -0
- package/tencentcloud/services/ivld/v20210903/index.js +9 -0
- package/tencentcloud/services/ivld/v20210903/ivld_client.d.ts +66 -0
- package/tencentcloud/services/ivld/v20210903/ivld_client.js +103 -0
- package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +831 -0
- package/tencentcloud/services/ivld/v20210903/ivld_models.js +18 -0
- package/tencentcloud/services/kms/v20190118/kms_client.d.ts +1 -1
- package/tencentcloud/services/kms/v20190118/kms_client.js +1 -1
- package/tencentcloud/services/kms/v20190118/kms_models.d.ts +2 -2
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +6 -29
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +9 -1
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +70 -5
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +3 -3
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +6 -6
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +13 -1
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +18 -0
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +123 -28
- package/tencentcloud/services/ses/v20201002/ses_client.d.ts +1 -1
- package/tencentcloud/services/ses/v20201002/ses_client.js +1 -1
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +1 -1
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +40 -0
- package/tencentcloud/services/thpc/index.d.ts +6 -0
- package/tencentcloud/services/thpc/index.js +7 -0
- package/tencentcloud/services/thpc/v20211109/index.d.ts +6 -0
- package/tencentcloud/services/thpc/v20211109/index.js +9 -0
- package/tencentcloud/services/thpc/v20211109/thpc_client.d.ts +18 -0
- package/tencentcloud/services/thpc/v20211109/thpc_client.js +43 -0
- package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +272 -0
- package/tencentcloud/services/thpc/v20211109/thpc_models.js +18 -0
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +17 -1
- package/tencentcloud/services/tke/v20180525/tke_client.js +24 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +136 -5
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +5 -1
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +6 -0
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +73 -0
- package/test/apm.v20210622.test.js +41 -0
- package/test/cfw.v20190904.test.js +10 -0
- package/test/clb.v20180317.test.js +20 -0
- package/test/ivld.v20210903.test.js +101 -0
- package/test/privatedns.v20201028.test.js +30 -0
- package/test/thpc.v20211109.test.js +41 -0
- package/test/tke.v20180525.test.js +40 -0
- package/test/tsf.v20180326.test.js +10 -0
|
@@ -50,17 +50,17 @@ export interface ModifyMaterialResponse {
|
|
|
50
50
|
*/
|
|
51
51
|
export interface DeleteProjectRequest {
|
|
52
52
|
/**
|
|
53
|
-
*
|
|
53
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
54
54
|
*/
|
|
55
55
|
Platform: string
|
|
56
56
|
|
|
57
57
|
/**
|
|
58
|
-
*
|
|
58
|
+
* 要删除的项目 Id。
|
|
59
59
|
*/
|
|
60
60
|
ProjectId: string
|
|
61
61
|
|
|
62
62
|
/**
|
|
63
|
-
*
|
|
63
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以删除一切项目。如果指定操作者,则操作者必须为项目所有者。
|
|
64
64
|
*/
|
|
65
65
|
Operator?: string
|
|
66
66
|
}
|
|
@@ -125,12 +125,12 @@ export interface StreamConnectProjectInput {
|
|
|
125
125
|
*/
|
|
126
126
|
export interface DescribeAccountsRequest {
|
|
127
127
|
/**
|
|
128
|
-
*
|
|
128
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
129
129
|
*/
|
|
130
130
|
Platform: string
|
|
131
131
|
|
|
132
132
|
/**
|
|
133
|
-
*
|
|
133
|
+
* 手机号码。指定手机号获取账号信息,目前仅支持国内手机号,且号码不加地区码 `+86` 等。
|
|
134
134
|
*/
|
|
135
135
|
Phone?: string
|
|
136
136
|
|
|
@@ -150,7 +150,7 @@ export interface DescribeAccountsRequest {
|
|
|
150
150
|
*/
|
|
151
151
|
export interface ExportVideoByVideoSegmentationDataRequest {
|
|
152
152
|
/**
|
|
153
|
-
*
|
|
153
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
154
154
|
*/
|
|
155
155
|
Platform: string
|
|
156
156
|
|
|
@@ -178,9 +178,9 @@ export interface ExportVideoByVideoSegmentationDataRequest {
|
|
|
178
178
|
Definition: number
|
|
179
179
|
|
|
180
180
|
/**
|
|
181
|
-
*
|
|
182
|
-
<li>CME
|
|
183
|
-
<li>VOD
|
|
181
|
+
* 导出目标,指定导出视频的目标媒资库,可取值有:
|
|
182
|
+
<li>CME:云剪,即导出为云剪媒资库,此导出目标在云点播媒资库依然可见;</li>
|
|
183
|
+
<li>VOD:云点播,即导出为云点播媒资库,此导出目标在云剪媒资库将不可见。</li>
|
|
184
184
|
*/
|
|
185
185
|
ExportDestination: string
|
|
186
186
|
|
|
@@ -195,7 +195,7 @@ export interface ExportVideoByVideoSegmentationDataRequest {
|
|
|
195
195
|
VODExportInfo?: VODExportInfo
|
|
196
196
|
|
|
197
197
|
/**
|
|
198
|
-
*
|
|
198
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以操作任意智能拆条项目。如果指定操作者,则操作者必须为项目所有。
|
|
199
199
|
*/
|
|
200
200
|
Operator?: string
|
|
201
201
|
}
|
|
@@ -222,12 +222,12 @@ export interface DescribeTeamsResponse {
|
|
|
222
222
|
/**
|
|
223
223
|
* 符合条件的记录总数。
|
|
224
224
|
*/
|
|
225
|
-
TotalCount
|
|
225
|
+
TotalCount: number
|
|
226
226
|
|
|
227
227
|
/**
|
|
228
228
|
* 团队列表。
|
|
229
229
|
*/
|
|
230
|
-
TeamSet
|
|
230
|
+
TeamSet: Array<TeamInfo>
|
|
231
231
|
|
|
232
232
|
/**
|
|
233
233
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -535,7 +535,7 @@ export interface IntegerRange {
|
|
|
535
535
|
*/
|
|
536
536
|
export interface SearchMaterialRequest {
|
|
537
537
|
/**
|
|
538
|
-
*
|
|
538
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
539
539
|
*/
|
|
540
540
|
Platform: string
|
|
541
541
|
|
|
@@ -545,10 +545,11 @@ export interface SearchMaterialRequest {
|
|
|
545
545
|
SearchScopes: Array<SearchScope>
|
|
546
546
|
|
|
547
547
|
/**
|
|
548
|
-
*
|
|
548
|
+
* 媒体类型,可取值有:
|
|
549
549
|
<li>AUDIO:音频;</li>
|
|
550
550
|
<li>VIDEO:视频 ;</li>
|
|
551
|
-
<li>IMAGE
|
|
551
|
+
<li>IMAGE:图片;</li>
|
|
552
|
+
<li>VIDEO_EDIT_TEMPLATE:剪辑模板。</li>
|
|
552
553
|
*/
|
|
553
554
|
MaterialTypes?: Array<string>
|
|
554
555
|
|
|
@@ -593,7 +594,7 @@ export interface SearchMaterialRequest {
|
|
|
593
594
|
Limit?: number
|
|
594
595
|
|
|
595
596
|
/**
|
|
596
|
-
*
|
|
597
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以搜索任意媒体的信息。如果指定操作者,则操作者必须对媒体有读权限。
|
|
597
598
|
*/
|
|
598
599
|
Operator?: string
|
|
599
600
|
}
|
|
@@ -695,12 +696,12 @@ export interface RevokeResourceAuthorizationResponse {
|
|
|
695
696
|
*/
|
|
696
697
|
export interface HandleStreamConnectProjectRequest {
|
|
697
698
|
/**
|
|
698
|
-
*
|
|
699
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
699
700
|
*/
|
|
700
701
|
Platform: string
|
|
701
702
|
|
|
702
703
|
/**
|
|
703
|
-
* 云转推项目Id 。
|
|
704
|
+
* 云转推项目 Id 。
|
|
704
705
|
*/
|
|
705
706
|
ProjectId: string
|
|
706
707
|
|
|
@@ -730,6 +731,11 @@ export interface HandleStreamConnectProjectRequest {
|
|
|
730
731
|
* 云转推当前预计结束时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。具体操作方式详见 [操作类型](#Operation) 及下文示例。
|
|
731
732
|
*/
|
|
732
733
|
CurrentStopTime?: string
|
|
734
|
+
|
|
735
|
+
/**
|
|
736
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以操作所有云转推项目。如果指定操作者,则操作者必须为项目所有者。
|
|
737
|
+
*/
|
|
738
|
+
Operator?: string
|
|
733
739
|
}
|
|
734
740
|
|
|
735
741
|
/**
|
|
@@ -875,7 +881,7 @@ export interface VideoTrackItem {
|
|
|
875
881
|
*/
|
|
876
882
|
export interface DeleteTeamRequest {
|
|
877
883
|
/**
|
|
878
|
-
*
|
|
884
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
879
885
|
*/
|
|
880
886
|
Platform: string
|
|
881
887
|
|
|
@@ -885,7 +891,7 @@ export interface DeleteTeamRequest {
|
|
|
885
891
|
TeamId: string
|
|
886
892
|
|
|
887
893
|
/**
|
|
888
|
-
*
|
|
894
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以删除所有团队。如果指定操作者,则操作者必须为团队所有者。
|
|
889
895
|
*/
|
|
890
896
|
Operator?: string
|
|
891
897
|
}
|
|
@@ -895,7 +901,7 @@ export interface DeleteTeamRequest {
|
|
|
895
901
|
*/
|
|
896
902
|
export interface DescribeTeamsRequest {
|
|
897
903
|
/**
|
|
898
|
-
*
|
|
904
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
899
905
|
*/
|
|
900
906
|
Platform: string
|
|
901
907
|
|
|
@@ -966,7 +972,7 @@ export interface SwitcherProjectInput {
|
|
|
966
972
|
*/
|
|
967
973
|
export interface FlattenListMediaRequest {
|
|
968
974
|
/**
|
|
969
|
-
*
|
|
975
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
970
976
|
*/
|
|
971
977
|
Platform: string
|
|
972
978
|
|
|
@@ -991,7 +997,7 @@ export interface FlattenListMediaRequest {
|
|
|
991
997
|
Limit?: number
|
|
992
998
|
|
|
993
999
|
/**
|
|
994
|
-
*
|
|
1000
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以平铺查询任意分类下的媒体信息。如果指定操作者,则操作者必须对当前分类有读权限。
|
|
995
1001
|
*/
|
|
996
1002
|
Operator?: string
|
|
997
1003
|
}
|
|
@@ -1121,12 +1127,12 @@ export interface TeamInfo {
|
|
|
1121
1127
|
*/
|
|
1122
1128
|
export interface ExportVideoByEditorTrackDataRequest {
|
|
1123
1129
|
/**
|
|
1124
|
-
*
|
|
1130
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
1125
1131
|
*/
|
|
1126
1132
|
Platform: string
|
|
1127
1133
|
|
|
1128
1134
|
/**
|
|
1129
|
-
*
|
|
1135
|
+
* 导出视频预设配置 Id,推荐优先使用下面的默认预设配置 Id,有其他需求可通过接口定制预设配置。
|
|
1130
1136
|
<li>10:分辨率为 480P,输出视频格式为 MP4;</li>
|
|
1131
1137
|
<li>11:分辨率为 720P,输出视频格式为 MP4;</li>
|
|
1132
1138
|
<li>12:分辨率为 1080P,输出视频格式为 MP4。</li>
|
|
@@ -1134,9 +1140,9 @@ export interface ExportVideoByEditorTrackDataRequest {
|
|
|
1134
1140
|
Definition: number
|
|
1135
1141
|
|
|
1136
1142
|
/**
|
|
1137
|
-
*
|
|
1138
|
-
<li>CME
|
|
1139
|
-
<li>VOD
|
|
1143
|
+
* 导出目标,指定导出视频的目标媒资库,可取值有:
|
|
1144
|
+
<li>CME:云剪,即导出为云剪媒资库,此导出目标在云点播媒资库依然可见;</li>
|
|
1145
|
+
<li>VOD:云点播,即导出为云点播媒资库,此导出目标在云剪媒资库将不可见。</li>
|
|
1140
1146
|
*/
|
|
1141
1147
|
ExportDestination: string
|
|
1142
1148
|
|
|
@@ -1146,9 +1152,9 @@ export interface ExportVideoByEditorTrackDataRequest {
|
|
|
1146
1152
|
TrackData: string
|
|
1147
1153
|
|
|
1148
1154
|
/**
|
|
1149
|
-
*
|
|
1150
|
-
<li>如果 AspectRatio 取值 16:9
|
|
1151
|
-
<li>如果 AspectRatio 取值 9:16
|
|
1155
|
+
* 轨道数据对应的画布宽高比,配合预设配置中的视频短边尺寸,可决定导出画面的尺寸。例:
|
|
1156
|
+
<li>如果 AspectRatio 取值 16:9,预设配置选为12(短边1080),则导出尺寸为 1920 * 1080;</li>
|
|
1157
|
+
<li>如果 AspectRatio 取值 9:16,预设配置选为11(短边720),则导出尺寸为 720 *1280。</li>
|
|
1152
1158
|
*/
|
|
1153
1159
|
AspectRatio?: string
|
|
1154
1160
|
|
|
@@ -1168,7 +1174,7 @@ export interface ExportVideoByEditorTrackDataRequest {
|
|
|
1168
1174
|
VODExportInfo?: VODExportInfo
|
|
1169
1175
|
|
|
1170
1176
|
/**
|
|
1171
|
-
*
|
|
1177
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,无权限限制。如果指定操作者,轨道数据中使的媒资该操作者需要拥有使用权限。
|
|
1172
1178
|
*/
|
|
1173
1179
|
Operator?: string
|
|
1174
1180
|
}
|
|
@@ -1225,7 +1231,7 @@ export interface VideoEditProjectOutput {
|
|
|
1225
1231
|
*/
|
|
1226
1232
|
export interface CreateProjectRequest {
|
|
1227
1233
|
/**
|
|
1228
|
-
*
|
|
1234
|
+
* 平台 Id,指定访问的平台。平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
1229
1235
|
*/
|
|
1230
1236
|
Platform: string
|
|
1231
1237
|
|
|
@@ -1235,8 +1241,9 @@ export interface CreateProjectRequest {
|
|
|
1235
1241
|
Name: string
|
|
1236
1242
|
|
|
1237
1243
|
/**
|
|
1238
|
-
*
|
|
1239
|
-
|
|
1244
|
+
* 项目归属者,即项目的所有者,后续操作只有该所有者有权限操作。
|
|
1245
|
+
|
|
1246
|
+
注:目前所有项目只能设置归属个人,暂不支持团队项目。
|
|
1240
1247
|
*/
|
|
1241
1248
|
Owner: Entity
|
|
1242
1249
|
|
|
@@ -1253,8 +1260,10 @@ export interface CreateProjectRequest {
|
|
|
1253
1260
|
/**
|
|
1254
1261
|
* 项目模式,一个项目可以有多种模式并相互切换。
|
|
1255
1262
|
当 Category 为 VIDEO_EDIT 时,可选模式有:
|
|
1256
|
-
<li>Default
|
|
1257
|
-
<li>VideoEditTemplate
|
|
1263
|
+
<li>Default:默认模式,即普通视频编辑项目。</li>
|
|
1264
|
+
<li>VideoEditTemplate:剪辑模板制作模式,用于制作剪辑模板。</li>
|
|
1265
|
+
|
|
1266
|
+
注:不填则为默认模式。
|
|
1258
1267
|
*/
|
|
1259
1268
|
Mode?: string
|
|
1260
1269
|
|
|
@@ -1270,32 +1279,32 @@ export interface CreateProjectRequest {
|
|
|
1270
1279
|
Description?: string
|
|
1271
1280
|
|
|
1272
1281
|
/**
|
|
1273
|
-
*
|
|
1282
|
+
* 导播台项目输入信息,仅当项目类型为 SWITCHER 时必填。
|
|
1274
1283
|
*/
|
|
1275
1284
|
SwitcherProjectInput?: SwitcherProjectInput
|
|
1276
1285
|
|
|
1277
1286
|
/**
|
|
1278
|
-
*
|
|
1287
|
+
* 直播剪辑项目输入信息,暂未开放,请勿使用。
|
|
1279
1288
|
*/
|
|
1280
1289
|
LiveStreamClipProjectInput?: LiveStreamClipProjectInput
|
|
1281
1290
|
|
|
1282
1291
|
/**
|
|
1283
|
-
*
|
|
1292
|
+
* 视频编辑项目输入信息,仅当项目类型为 VIDEO_EDIT 时必填。
|
|
1284
1293
|
*/
|
|
1285
1294
|
VideoEditProjectInput?: VideoEditProjectInput
|
|
1286
1295
|
|
|
1287
1296
|
/**
|
|
1288
|
-
*
|
|
1297
|
+
* 视频拆条项目输入信息,仅当项目类型为 VIDEO_SEGMENTATION 时必填。
|
|
1289
1298
|
*/
|
|
1290
1299
|
VideoSegmentationProjectInput?: VideoSegmentationProjectInput
|
|
1291
1300
|
|
|
1292
1301
|
/**
|
|
1293
|
-
*
|
|
1302
|
+
* 云转推项目输入信息,仅当项目类型为 STREAM_CONNECT 时必填。
|
|
1294
1303
|
*/
|
|
1295
1304
|
StreamConnectProjectInput?: StreamConnectProjectInput
|
|
1296
1305
|
|
|
1297
1306
|
/**
|
|
1298
|
-
*
|
|
1307
|
+
* 录制回放项目输入信息,仅当项目类型为 RECORD_REPLAY 时必填。
|
|
1299
1308
|
*/
|
|
1300
1309
|
RecordReplayProjectInput?: RecordReplayProjectInput
|
|
1301
1310
|
}
|
|
@@ -1305,22 +1314,22 @@ export interface CreateProjectRequest {
|
|
|
1305
1314
|
*/
|
|
1306
1315
|
export interface ModifyMaterialRequest {
|
|
1307
1316
|
/**
|
|
1308
|
-
*
|
|
1317
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
1309
1318
|
*/
|
|
1310
1319
|
Platform: string
|
|
1311
1320
|
|
|
1312
1321
|
/**
|
|
1313
|
-
*
|
|
1322
|
+
* 要修改的媒体 Id。
|
|
1314
1323
|
*/
|
|
1315
1324
|
MaterialId: string
|
|
1316
1325
|
|
|
1317
1326
|
/**
|
|
1318
|
-
*
|
|
1327
|
+
* 媒体归属者。
|
|
1319
1328
|
*/
|
|
1320
1329
|
Owner?: Entity
|
|
1321
1330
|
|
|
1322
1331
|
/**
|
|
1323
|
-
* 媒体名称,不能超过30
|
|
1332
|
+
* 媒体名称,不能超过30个字符,不填则不修改。
|
|
1324
1333
|
*/
|
|
1325
1334
|
Name?: string
|
|
1326
1335
|
|
|
@@ -1330,7 +1339,7 @@ export interface ModifyMaterialRequest {
|
|
|
1330
1339
|
ClassPath?: string
|
|
1331
1340
|
|
|
1332
1341
|
/**
|
|
1333
|
-
*
|
|
1342
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以修改任意媒体的信息。如果指定操作者,则操作者必须对媒体有写权限。
|
|
1334
1343
|
*/
|
|
1335
1344
|
Operator?: string
|
|
1336
1345
|
}
|
|
@@ -1357,14 +1366,14 @@ export interface Authorizer {
|
|
|
1357
1366
|
*/
|
|
1358
1367
|
export interface DescribePlatformsResponse {
|
|
1359
1368
|
/**
|
|
1360
|
-
*
|
|
1369
|
+
* 符合查询条件的记录总数。
|
|
1361
1370
|
*/
|
|
1362
|
-
TotalCount
|
|
1371
|
+
TotalCount: number
|
|
1363
1372
|
|
|
1364
1373
|
/**
|
|
1365
1374
|
* 平台信息列表。
|
|
1366
1375
|
*/
|
|
1367
|
-
PlatformInfoSet
|
|
1376
|
+
PlatformInfoSet: Array<PlatformInfo>
|
|
1368
1377
|
|
|
1369
1378
|
/**
|
|
1370
1379
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1377,18 +1386,20 @@ export interface DescribePlatformsResponse {
|
|
|
1377
1386
|
*/
|
|
1378
1387
|
export interface DescribeTasksRequest {
|
|
1379
1388
|
/**
|
|
1380
|
-
*
|
|
1389
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
1381
1390
|
*/
|
|
1382
1391
|
Platform: string
|
|
1383
1392
|
|
|
1384
1393
|
/**
|
|
1385
|
-
* 项目 Id
|
|
1394
|
+
* 项目 Id,使用项目 Id 进行过滤。
|
|
1386
1395
|
*/
|
|
1387
1396
|
ProjectId?: string
|
|
1388
1397
|
|
|
1389
1398
|
/**
|
|
1390
1399
|
* 任务类型集合,取值有:
|
|
1391
1400
|
<li>VIDEO_EDIT_PROJECT_EXPORT:视频编辑项目导出。</li>
|
|
1401
|
+
|
|
1402
|
+
注:不填不使用任务类型进行过滤。
|
|
1392
1403
|
*/
|
|
1393
1404
|
TaskTypeSet?: Array<string>
|
|
1394
1405
|
|
|
@@ -1397,6 +1408,8 @@ export interface DescribeTasksRequest {
|
|
|
1397
1408
|
<li>PROCESSING:处理中;</li>
|
|
1398
1409
|
<li>SUCCESS:成功;</li>
|
|
1399
1410
|
<li>FAIL:失败。</li>
|
|
1411
|
+
|
|
1412
|
+
注:不填则不使用任务状态进行过滤。
|
|
1400
1413
|
*/
|
|
1401
1414
|
StatusSet?: Array<string>
|
|
1402
1415
|
|
|
@@ -1411,7 +1424,7 @@ export interface DescribeTasksRequest {
|
|
|
1411
1424
|
Limit?: number
|
|
1412
1425
|
|
|
1413
1426
|
/**
|
|
1414
|
-
*
|
|
1427
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以获取所有任务信息。如果指定操作者,则操作者需要是任务发起者。
|
|
1415
1428
|
*/
|
|
1416
1429
|
Operator?: string
|
|
1417
1430
|
}
|
|
@@ -1494,12 +1507,12 @@ export interface StorageNewFileCreatedEvent {
|
|
|
1494
1507
|
*/
|
|
1495
1508
|
export interface DescribeLoginStatusRequest {
|
|
1496
1509
|
/**
|
|
1497
|
-
*
|
|
1510
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
1498
1511
|
*/
|
|
1499
1512
|
Platform: string
|
|
1500
1513
|
|
|
1501
1514
|
/**
|
|
1502
|
-
* 用户 Id 列表,N 从
|
|
1515
|
+
* 用户 Id 列表,N 从0开始取值,最大19。
|
|
1503
1516
|
*/
|
|
1504
1517
|
UserIds: Array<string>
|
|
1505
1518
|
}
|
|
@@ -1591,7 +1604,7 @@ export interface CreateLinkResponse {
|
|
|
1591
1604
|
/**
|
|
1592
1605
|
* 新建链接的媒体 Id。
|
|
1593
1606
|
*/
|
|
1594
|
-
MaterialId
|
|
1607
|
+
MaterialId: string
|
|
1595
1608
|
|
|
1596
1609
|
/**
|
|
1597
1610
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1806,7 +1819,7 @@ export interface ModifyVideoEncodingPresetResponse {
|
|
|
1806
1819
|
*/
|
|
1807
1820
|
export interface DescribeJoinTeamsRequest {
|
|
1808
1821
|
/**
|
|
1809
|
-
*
|
|
1822
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
1810
1823
|
*/
|
|
1811
1824
|
Platform: string
|
|
1812
1825
|
|
|
@@ -1881,9 +1894,8 @@ export interface CreateProjectResponse {
|
|
|
1881
1894
|
ProjectId: string
|
|
1882
1895
|
|
|
1883
1896
|
/**
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
*/
|
|
1897
|
+
* <li> 当 Catagory 为 STREAM_CONNECT 时,数组返回长度为2 ,第0个代表主输入源推流信息,第1个代表备输入源推流信息。只有当各自输入源类型为推流时才有有效内容。</li>
|
|
1898
|
+
*/
|
|
1887
1899
|
RtmpPushInputInfoSet: Array<RtmpPushInputInfo>
|
|
1888
1900
|
|
|
1889
1901
|
/**
|
|
@@ -1987,12 +1999,12 @@ export interface DeleteClassRequest {
|
|
|
1987
1999
|
*/
|
|
1988
2000
|
export interface CreateLinkRequest {
|
|
1989
2001
|
/**
|
|
1990
|
-
*
|
|
2002
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
1991
2003
|
*/
|
|
1992
2004
|
Platform: string
|
|
1993
2005
|
|
|
1994
2006
|
/**
|
|
1995
|
-
*
|
|
2007
|
+
* 链接类型,可取值有:
|
|
1996
2008
|
<li>CLASS: 分类链接;</li>
|
|
1997
2009
|
<li> MATERIAL:媒体文件链接。</li>
|
|
1998
2010
|
*/
|
|
@@ -2009,7 +2021,7 @@ export interface CreateLinkRequest {
|
|
|
2009
2021
|
Owner: Entity
|
|
2010
2022
|
|
|
2011
2023
|
/**
|
|
2012
|
-
* 目标资源Id
|
|
2024
|
+
* 目标资源Id。可取值有:
|
|
2013
2025
|
<li>当 Type 为 MATERIAL 时填媒体 ID;</li>
|
|
2014
2026
|
<li>当 Type 为 CLASS 时填写分类路径。</li>
|
|
2015
2027
|
*/
|
|
@@ -2026,7 +2038,7 @@ export interface CreateLinkRequest {
|
|
|
2026
2038
|
ClassPath?: string
|
|
2027
2039
|
|
|
2028
2040
|
/**
|
|
2029
|
-
*
|
|
2041
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以创建任意源及目标资源的链接。如果指定操作者,则操作者必须对源资源有读权限,对目标媒体有写权限。
|
|
2030
2042
|
*/
|
|
2031
2043
|
Operator?: string
|
|
2032
2044
|
}
|
|
@@ -2063,7 +2075,7 @@ export interface DescribeMaterialsResponse {
|
|
|
2063
2075
|
/**
|
|
2064
2076
|
* 媒体列表信息。
|
|
2065
2077
|
*/
|
|
2066
|
-
MaterialInfoSet
|
|
2078
|
+
MaterialInfoSet: Array<MaterialInfo>
|
|
2067
2079
|
|
|
2068
2080
|
/**
|
|
2069
2081
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2169,7 +2181,7 @@ export interface CMEExportInfo {
|
|
|
2169
2181
|
*/
|
|
2170
2182
|
export interface MoveResourceRequest {
|
|
2171
2183
|
/**
|
|
2172
|
-
*
|
|
2184
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
2173
2185
|
*/
|
|
2174
2186
|
Platform: string
|
|
2175
2187
|
|
|
@@ -2184,7 +2196,7 @@ export interface MoveResourceRequest {
|
|
|
2184
2196
|
DestinationResource: ResourceInfo
|
|
2185
2197
|
|
|
2186
2198
|
/**
|
|
2187
|
-
*
|
|
2199
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以移动任务资源。如果指定操作者,则操作者必须对源及目标资源有写权限。
|
|
2188
2200
|
*/
|
|
2189
2201
|
Operator?: string
|
|
2190
2202
|
}
|
|
@@ -2204,7 +2216,7 @@ export interface LivePullInputInfo {
|
|
|
2204
2216
|
*/
|
|
2205
2217
|
export interface ImportMediaToProjectRequest {
|
|
2206
2218
|
/**
|
|
2207
|
-
*
|
|
2219
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
2208
2220
|
*/
|
|
2209
2221
|
Platform: string
|
|
2210
2222
|
|
|
@@ -2233,19 +2245,20 @@ export interface ImportMediaToProjectRequest {
|
|
|
2233
2245
|
ExternalMediaInfo?: ExternalMediaInfo
|
|
2234
2246
|
|
|
2235
2247
|
/**
|
|
2236
|
-
* 媒体名称,不能超过30
|
|
2248
|
+
* 媒体名称,不能超过30个字符。如果不填,则媒体名称为点播媒资文件名称。
|
|
2237
2249
|
*/
|
|
2238
2250
|
Name?: string
|
|
2239
2251
|
|
|
2240
2252
|
/**
|
|
2241
|
-
*
|
|
2242
|
-
<li>10
|
|
2243
|
-
|
|
2253
|
+
* 媒体预处理配置 ID,取值:
|
|
2254
|
+
<li>10:进行视频编辑预处理。</li>
|
|
2255
|
+
|
|
2256
|
+
注意:如果填0或者不填则不进行处理,如果原始视频不可在浏览器直接播放将无法在编辑页面编辑。
|
|
2244
2257
|
*/
|
|
2245
2258
|
PreProcessDefinition?: number
|
|
2246
2259
|
|
|
2247
2260
|
/**
|
|
2248
|
-
*
|
|
2261
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以向所有视频编辑项目导入媒体;如果指定操作者,则操作者必须为项目所有者。
|
|
2249
2262
|
*/
|
|
2250
2263
|
Operator?: string
|
|
2251
2264
|
}
|
|
@@ -2372,13 +2385,12 @@ export interface DescribeSharedSpaceResponse {
|
|
|
2372
2385
|
/**
|
|
2373
2386
|
* 查询到的共享空间总数。
|
|
2374
2387
|
*/
|
|
2375
|
-
TotalCount
|
|
2388
|
+
TotalCount: number
|
|
2376
2389
|
|
|
2377
2390
|
/**
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
AuthorizerSet?: Array<Authorizer>
|
|
2391
|
+
* 各个共享空间对应的授权者信息。
|
|
2392
|
+
*/
|
|
2393
|
+
AuthorizerSet: Array<Authorizer>
|
|
2382
2394
|
|
|
2383
2395
|
/**
|
|
2384
2396
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2518,12 +2530,12 @@ export interface DescribeTeamMembersResponse {
|
|
|
2518
2530
|
/**
|
|
2519
2531
|
* 符合条件的记录总数。
|
|
2520
2532
|
*/
|
|
2521
|
-
TotalCount
|
|
2533
|
+
TotalCount: number
|
|
2522
2534
|
|
|
2523
2535
|
/**
|
|
2524
2536
|
* 团队成员列表。
|
|
2525
2537
|
*/
|
|
2526
|
-
MemberSet
|
|
2538
|
+
MemberSet: Array<TeamMemberInfo>
|
|
2527
2539
|
|
|
2528
2540
|
/**
|
|
2529
2541
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2561,7 +2573,7 @@ export interface CreateTeamResponse {
|
|
|
2561
2573
|
*/
|
|
2562
2574
|
export interface ModifyTeamRequest {
|
|
2563
2575
|
/**
|
|
2564
|
-
*
|
|
2576
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
2565
2577
|
*/
|
|
2566
2578
|
Platform: string
|
|
2567
2579
|
|
|
@@ -2571,12 +2583,12 @@ export interface ModifyTeamRequest {
|
|
|
2571
2583
|
TeamId: string
|
|
2572
2584
|
|
|
2573
2585
|
/**
|
|
2574
|
-
*
|
|
2586
|
+
* 团队名称。团队名称不能置空,并且不能超过30个字符。
|
|
2575
2587
|
*/
|
|
2576
2588
|
Name?: string
|
|
2577
2589
|
|
|
2578
2590
|
/**
|
|
2579
|
-
*
|
|
2591
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以修改所有团队的信息。如果指定操作者,则操作者必须为团队管理员或者所有者。
|
|
2580
2592
|
*/
|
|
2581
2593
|
Operator?: string
|
|
2582
2594
|
}
|
|
@@ -2586,7 +2598,7 @@ export interface ModifyTeamRequest {
|
|
|
2586
2598
|
*/
|
|
2587
2599
|
export interface ModifyTeamMemberRequest {
|
|
2588
2600
|
/**
|
|
2589
|
-
*
|
|
2601
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
2590
2602
|
*/
|
|
2591
2603
|
Platform: string
|
|
2592
2604
|
|
|
@@ -2601,19 +2613,19 @@ export interface ModifyTeamMemberRequest {
|
|
|
2601
2613
|
MemberId: string
|
|
2602
2614
|
|
|
2603
2615
|
/**
|
|
2604
|
-
*
|
|
2616
|
+
* 成员备注,长度不能超过15个字符。
|
|
2605
2617
|
*/
|
|
2606
2618
|
Remark?: string
|
|
2607
2619
|
|
|
2608
2620
|
/**
|
|
2609
|
-
*
|
|
2621
|
+
* 成员角色,可取值有:
|
|
2610
2622
|
<li>Admin:团队管理员;</li>
|
|
2611
2623
|
<li>Member:普通成员。</li>
|
|
2612
2624
|
*/
|
|
2613
2625
|
Role?: string
|
|
2614
2626
|
|
|
2615
2627
|
/**
|
|
2616
|
-
*
|
|
2628
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以个改任意团队成员的信息。如果指定操作者,则操作者必须为团队的管理员或者所有者。
|
|
2617
2629
|
*/
|
|
2618
2630
|
Operator?: string
|
|
2619
2631
|
}
|
|
@@ -2811,7 +2823,7 @@ export interface JoinTeamInfo {
|
|
|
2811
2823
|
*/
|
|
2812
2824
|
export interface DescribeResourceAuthorizationRequest {
|
|
2813
2825
|
/**
|
|
2814
|
-
*
|
|
2826
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
2815
2827
|
*/
|
|
2816
2828
|
Platform: string
|
|
2817
2829
|
|
|
@@ -2826,7 +2838,7 @@ export interface DescribeResourceAuthorizationRequest {
|
|
|
2826
2838
|
Resource?: Resource
|
|
2827
2839
|
|
|
2828
2840
|
/**
|
|
2829
|
-
*
|
|
2841
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以查询任意资源的被授权情况。如果指定操作者,则操作者必须对被授权资源有读权限。
|
|
2830
2842
|
*/
|
|
2831
2843
|
Operator?: string
|
|
2832
2844
|
}
|
|
@@ -3013,7 +3025,7 @@ export interface VideoStreamInfo {
|
|
|
3013
3025
|
*/
|
|
3014
3026
|
export interface AddTeamMemberRequest {
|
|
3015
3027
|
/**
|
|
3016
|
-
*
|
|
3028
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
3017
3029
|
*/
|
|
3018
3030
|
Platform: string
|
|
3019
3031
|
|
|
@@ -3028,7 +3040,7 @@ export interface AddTeamMemberRequest {
|
|
|
3028
3040
|
TeamMembers: Array<AddMemberInfo>
|
|
3029
3041
|
|
|
3030
3042
|
/**
|
|
3031
|
-
*
|
|
3043
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以向任意团队中添加成员。如果指定操作者,则操作者必须为管理员或者团队所有者。
|
|
3032
3044
|
*/
|
|
3033
3045
|
Operator?: string
|
|
3034
3046
|
}
|
|
@@ -3038,7 +3050,7 @@ export interface AddTeamMemberRequest {
|
|
|
3038
3050
|
*/
|
|
3039
3051
|
export interface GrantResourceAuthorizationRequest {
|
|
3040
3052
|
/**
|
|
3041
|
-
*
|
|
3053
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
3042
3054
|
*/
|
|
3043
3055
|
Platform: string
|
|
3044
3056
|
|
|
@@ -3067,7 +3079,7 @@ export interface GrantResourceAuthorizationRequest {
|
|
|
3067
3079
|
Permissions: Array<string>
|
|
3068
3080
|
|
|
3069
3081
|
/**
|
|
3070
|
-
*
|
|
3082
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以授权任意归属者的资源。如果指定操作者,则操作者必须对资源拥有写权限。
|
|
3071
3083
|
*/
|
|
3072
3084
|
Operator?: string
|
|
3073
3085
|
}
|
|
@@ -3107,7 +3119,7 @@ export interface ThirdPartyPublishInfo {
|
|
|
3107
3119
|
*/
|
|
3108
3120
|
export interface ListMediaRequest {
|
|
3109
3121
|
/**
|
|
3110
|
-
*
|
|
3122
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
3111
3123
|
*/
|
|
3112
3124
|
Platform: string
|
|
3113
3125
|
|
|
@@ -3132,7 +3144,7 @@ export interface ListMediaRequest {
|
|
|
3132
3144
|
Limit?: number
|
|
3133
3145
|
|
|
3134
3146
|
/**
|
|
3135
|
-
*
|
|
3147
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以浏览任意分类的信息。如果指定操作者,则操作者必须对分类有读权限。
|
|
3136
3148
|
*/
|
|
3137
3149
|
Operator?: string
|
|
3138
3150
|
}
|
|
@@ -3201,7 +3213,7 @@ export interface DeleteLoginStatusRequest {
|
|
|
3201
3213
|
*/
|
|
3202
3214
|
export interface GenerateVideoSegmentationSchemeByAiRequest {
|
|
3203
3215
|
/**
|
|
3204
|
-
*
|
|
3216
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
3205
3217
|
*/
|
|
3206
3218
|
Platform: string
|
|
3207
3219
|
|
|
@@ -3211,7 +3223,7 @@ export interface GenerateVideoSegmentationSchemeByAiRequest {
|
|
|
3211
3223
|
ProjectId: string
|
|
3212
3224
|
|
|
3213
3225
|
/**
|
|
3214
|
-
*
|
|
3226
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以对任务视频拆条项目发起拆条任务。如果指定操作者,则操作者必须为项目所有者。
|
|
3215
3227
|
*/
|
|
3216
3228
|
Operator?: string
|
|
3217
3229
|
}
|
|
@@ -3236,7 +3248,7 @@ export interface LiveStreamClipProjectInput {
|
|
|
3236
3248
|
*/
|
|
3237
3249
|
export interface DeleteTeamMembersRequest {
|
|
3238
3250
|
/**
|
|
3239
|
-
*
|
|
3251
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
3240
3252
|
*/
|
|
3241
3253
|
Platform: string
|
|
3242
3254
|
|
|
@@ -3251,7 +3263,7 @@ export interface DeleteTeamMembersRequest {
|
|
|
3251
3263
|
MemberIds: Array<string>
|
|
3252
3264
|
|
|
3253
3265
|
/**
|
|
3254
|
-
*
|
|
3266
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以删除所有团队的成员。如果指定操作者,则操作者必须为团队管理员或者所有者。
|
|
3255
3267
|
*/
|
|
3256
3268
|
Operator?: string
|
|
3257
3269
|
}
|
|
@@ -3261,7 +3273,7 @@ export interface DeleteTeamMembersRequest {
|
|
|
3261
3273
|
*/
|
|
3262
3274
|
export interface ExportVideoByTemplateRequest {
|
|
3263
3275
|
/**
|
|
3264
|
-
*
|
|
3276
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
3265
3277
|
*/
|
|
3266
3278
|
Platform: string
|
|
3267
3279
|
|
|
@@ -3271,7 +3283,7 @@ export interface ExportVideoByTemplateRequest {
|
|
|
3271
3283
|
TemplateId: string
|
|
3272
3284
|
|
|
3273
3285
|
/**
|
|
3274
|
-
*
|
|
3286
|
+
* 导出视频预设配置 Id,推荐优先使用下面的默认预设配置 Id,有其他需求可通过接口定制预设配置。
|
|
3275
3287
|
<li>10:分辨率为 480P,输出视频格式为 MP4;</li>
|
|
3276
3288
|
<li>11:分辨率为 720P,输出视频格式为 MP4;</li>
|
|
3277
3289
|
<li>12:分辨率为 1080P,输出视频格式为 MP4。</li>
|
|
@@ -3279,9 +3291,9 @@ export interface ExportVideoByTemplateRequest {
|
|
|
3279
3291
|
Definition: number
|
|
3280
3292
|
|
|
3281
3293
|
/**
|
|
3282
|
-
*
|
|
3283
|
-
<li>CME
|
|
3284
|
-
<li>VOD
|
|
3294
|
+
* 导出目标,指定导出视频的目标媒资库,可取值有:
|
|
3295
|
+
<li>CME:云剪,即导出为云剪媒资库,此导出目标在云点播媒资库依然可见;</li>
|
|
3296
|
+
<li>VOD:云点播,即导出为云点播媒资库,此导出目标在云剪媒资库将不可见。</li>
|
|
3285
3297
|
*/
|
|
3286
3298
|
ExportDestination: string
|
|
3287
3299
|
|
|
@@ -3291,7 +3303,7 @@ export interface ExportVideoByTemplateRequest {
|
|
|
3291
3303
|
SlotReplacements?: Array<SlotReplacementInfo>
|
|
3292
3304
|
|
|
3293
3305
|
/**
|
|
3294
|
-
*
|
|
3306
|
+
* 导出的云剪媒资信息。当导出目标为 CME 时必填。
|
|
3295
3307
|
*/
|
|
3296
3308
|
CMEExportInfo?: CMEExportInfo
|
|
3297
3309
|
|
|
@@ -3301,7 +3313,7 @@ export interface ExportVideoByTemplateRequest {
|
|
|
3301
3313
|
VODExportInfo?: VODExportInfo
|
|
3302
3314
|
|
|
3303
3315
|
/**
|
|
3304
|
-
*
|
|
3316
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,无权限限制。如果指定操作者,则操作者需要有替换媒体及剪辑模板的权限。
|
|
3305
3317
|
*/
|
|
3306
3318
|
Operator?: string
|
|
3307
3319
|
}
|
|
@@ -3311,12 +3323,12 @@ export interface ExportVideoByTemplateRequest {
|
|
|
3311
3323
|
*/
|
|
3312
3324
|
export interface DescribePlatformsRequest {
|
|
3313
3325
|
/**
|
|
3314
|
-
*
|
|
3326
|
+
* 平台 Id 列表。如果不填,则不按平台 Id 进行过滤。
|
|
3315
3327
|
*/
|
|
3316
3328
|
Platforms?: Array<string>
|
|
3317
3329
|
|
|
3318
3330
|
/**
|
|
3319
|
-
* 平台绑定的
|
|
3331
|
+
* 平台绑定的 License Id 列表。如果不填,则不按平台绑定的 License Id 进行过滤。
|
|
3320
3332
|
*/
|
|
3321
3333
|
LicenseIds?: Array<string>
|
|
3322
3334
|
|
|
@@ -3326,7 +3338,7 @@ export interface DescribePlatformsRequest {
|
|
|
3326
3338
|
Offset?: number
|
|
3327
3339
|
|
|
3328
3340
|
/**
|
|
3329
|
-
* 分页返回的记录条数,默认值:10。
|
|
3341
|
+
* 分页返回的记录条数,默认值:10,最大值:20。
|
|
3330
3342
|
*/
|
|
3331
3343
|
Limit?: number
|
|
3332
3344
|
}
|
|
@@ -3507,47 +3519,53 @@ export interface AccountInfo {
|
|
|
3507
3519
|
*/
|
|
3508
3520
|
export interface DescribeProjectsRequest {
|
|
3509
3521
|
/**
|
|
3510
|
-
*
|
|
3522
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
3511
3523
|
*/
|
|
3512
3524
|
Platform: string
|
|
3513
3525
|
|
|
3514
3526
|
/**
|
|
3515
|
-
* 项目 Id
|
|
3527
|
+
* 项目 Id 过滤参数列表,最大支持20个项目 Id 过滤。如果不填不需要项目 Id 进行过滤。
|
|
3516
3528
|
*/
|
|
3517
3529
|
ProjectIds?: Array<string>
|
|
3518
3530
|
|
|
3519
3531
|
/**
|
|
3520
|
-
*
|
|
3532
|
+
* 画布宽高比过滤参数列表。如果不填则不用画布宽高比进行过滤。
|
|
3521
3533
|
*/
|
|
3522
3534
|
AspectRatioSet?: Array<string>
|
|
3523
3535
|
|
|
3524
3536
|
/**
|
|
3525
|
-
*
|
|
3537
|
+
* 项目类型过滤参数列表,取值有:
|
|
3526
3538
|
<li>VIDEO_EDIT:视频编辑。</li>
|
|
3527
3539
|
<li>SWITCHER:导播台。</li>
|
|
3528
3540
|
<li>VIDEO_SEGMENTATION:视频拆条。</li>
|
|
3529
3541
|
<li>STREAM_CONNECT:云转推。</li>
|
|
3530
3542
|
<li>RECORD_REPLAY:录制回放。</li>
|
|
3543
|
+
|
|
3544
|
+
注:如果不填则不使用项目类型进行过滤。
|
|
3531
3545
|
*/
|
|
3532
3546
|
CategorySet?: Array<string>
|
|
3533
3547
|
|
|
3534
3548
|
/**
|
|
3535
|
-
*
|
|
3549
|
+
* 项目模式过滤参数列表,一个项目可以有多种模式并相互切换。
|
|
3536
3550
|
当 Category 为 VIDEO_EDIT 时,可选模式有:
|
|
3537
3551
|
<li>Default:默认模式。</li>
|
|
3538
3552
|
<li>VideoEditTemplate:视频编辑模板制作模式。</li>
|
|
3553
|
+
|
|
3554
|
+
注:不填不使用项目模式进行过滤。
|
|
3539
3555
|
*/
|
|
3540
3556
|
Modes?: Array<string>
|
|
3541
3557
|
|
|
3542
3558
|
/**
|
|
3543
|
-
*
|
|
3559
|
+
* 结果排序方式,支持下列排序字段:
|
|
3544
3560
|
<li>CreateTime:创建时间;</li>
|
|
3545
3561
|
<li>UpdateTime:更新时间。</li>
|
|
3562
|
+
|
|
3563
|
+
注:如不填,则使用项目创建时间倒序排列。
|
|
3546
3564
|
*/
|
|
3547
3565
|
Sort?: SortBy
|
|
3548
3566
|
|
|
3549
3567
|
/**
|
|
3550
|
-
*
|
|
3568
|
+
* 项目所有者,目前仅支持个人项目过滤。
|
|
3551
3569
|
*/
|
|
3552
3570
|
Owner?: Entity
|
|
3553
3571
|
|
|
@@ -3562,7 +3580,7 @@ export interface DescribeProjectsRequest {
|
|
|
3562
3580
|
Limit?: number
|
|
3563
3581
|
|
|
3564
3582
|
/**
|
|
3565
|
-
*
|
|
3583
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以查询一切用户项目信息。如果指定操作者,则操作者必须为项目所有者。
|
|
3566
3584
|
*/
|
|
3567
3585
|
Operator?: string
|
|
3568
3586
|
}
|
|
@@ -3574,7 +3592,7 @@ export interface DescribeLoginStatusResponse {
|
|
|
3574
3592
|
/**
|
|
3575
3593
|
* 用户登录状态列表。
|
|
3576
3594
|
*/
|
|
3577
|
-
LoginStatusInfoSet
|
|
3595
|
+
LoginStatusInfoSet: Array<LoginStatusInfo>
|
|
3578
3596
|
|
|
3579
3597
|
/**
|
|
3580
3598
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -3673,7 +3691,7 @@ export interface DescribeJoinTeamsResponse {
|
|
|
3673
3691
|
*/
|
|
3674
3692
|
export interface DescribeTeamMembersRequest {
|
|
3675
3693
|
/**
|
|
3676
|
-
*
|
|
3694
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
3677
3695
|
*/
|
|
3678
3696
|
Platform: string
|
|
3679
3697
|
|
|
@@ -3698,7 +3716,7 @@ export interface DescribeTeamMembersRequest {
|
|
|
3698
3716
|
Limit?: number
|
|
3699
3717
|
|
|
3700
3718
|
/**
|
|
3701
|
-
*
|
|
3719
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以拉取任意团队成员的信息。如果指定操作者,则操作者必须为团队成员。
|
|
3702
3720
|
*/
|
|
3703
3721
|
Operator?: string
|
|
3704
3722
|
}
|
|
@@ -3890,7 +3908,7 @@ export interface DeleteMaterialResponse {
|
|
|
3890
3908
|
*/
|
|
3891
3909
|
export interface RevokeResourceAuthorizationRequest {
|
|
3892
3910
|
/**
|
|
3893
|
-
*
|
|
3911
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
3894
3912
|
*/
|
|
3895
3913
|
Platform: string
|
|
3896
3914
|
|
|
@@ -3919,7 +3937,7 @@ export interface RevokeResourceAuthorizationRequest {
|
|
|
3919
3937
|
Permissions: Array<string>
|
|
3920
3938
|
|
|
3921
3939
|
/**
|
|
3922
|
-
*
|
|
3940
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,撤销任意资源的授权权限。如果指定操作者,则操作者必须对被授权资源有写权限。
|
|
3923
3941
|
*/
|
|
3924
3942
|
Operator?: string
|
|
3925
3943
|
}
|
|
@@ -3929,7 +3947,7 @@ export interface RevokeResourceAuthorizationRequest {
|
|
|
3929
3947
|
*/
|
|
3930
3948
|
export interface DescribeTaskDetailRequest {
|
|
3931
3949
|
/**
|
|
3932
|
-
*
|
|
3950
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
3933
3951
|
*/
|
|
3934
3952
|
Platform: string
|
|
3935
3953
|
|
|
@@ -3939,7 +3957,7 @@ export interface DescribeTaskDetailRequest {
|
|
|
3939
3957
|
TaskId: string
|
|
3940
3958
|
|
|
3941
3959
|
/**
|
|
3942
|
-
*
|
|
3960
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以获取任意任务信息。如果指定操作者,则操作者需要是任务发起者。
|
|
3943
3961
|
*/
|
|
3944
3962
|
Operator?: string
|
|
3945
3963
|
}
|
|
@@ -4063,7 +4081,7 @@ export interface DescribeTasksResponse {
|
|
|
4063
4081
|
*/
|
|
4064
4082
|
export interface ModifyProjectRequest {
|
|
4065
4083
|
/**
|
|
4066
|
-
*
|
|
4084
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
4067
4085
|
*/
|
|
4068
4086
|
Platform: string
|
|
4069
4087
|
|
|
@@ -4078,22 +4096,20 @@ export interface ModifyProjectRequest {
|
|
|
4078
4096
|
Name?: string
|
|
4079
4097
|
|
|
4080
4098
|
/**
|
|
4081
|
-
|
|
4082
|
-
|
|
4083
|
-
<li>9:16。</li>
|
|
4084
|
-
*/
|
|
4099
|
+
* 画布宽高比,值为视频编辑项目画布宽与高的像素值的比值,如 16:9、9:16 等。
|
|
4100
|
+
*/
|
|
4085
4101
|
AspectRatio?: string
|
|
4086
4102
|
|
|
4087
4103
|
/**
|
|
4088
|
-
*
|
|
4104
|
+
* 项目所有者。目前仅支持个人项目,不支持团队项目。
|
|
4089
4105
|
*/
|
|
4090
4106
|
Owner?: Entity
|
|
4091
4107
|
|
|
4092
4108
|
/**
|
|
4093
4109
|
* 项目模式,一个项目可以有多种模式并相互切换。
|
|
4094
4110
|
当 Category 为 VIDEO_EDIT 时,可选模式有:
|
|
4095
|
-
<li>
|
|
4096
|
-
<li>VideoEditTemplate
|
|
4111
|
+
<li>Default:默认模式,即普通视频编辑项目。</li>
|
|
4112
|
+
<li>VideoEditTemplate:剪辑模板制作模式,用于制作剪辑模板。</li>
|
|
4097
4113
|
*/
|
|
4098
4114
|
Mode?: string
|
|
4099
4115
|
}
|
|
@@ -4241,17 +4257,17 @@ export interface PresetTagInfo {
|
|
|
4241
4257
|
*/
|
|
4242
4258
|
export interface DescribeSharedSpaceRequest {
|
|
4243
4259
|
/**
|
|
4244
|
-
*
|
|
4260
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
4245
4261
|
*/
|
|
4246
4262
|
Platform: string
|
|
4247
4263
|
|
|
4248
4264
|
/**
|
|
4249
|
-
*
|
|
4265
|
+
* 被授权目标,个人或团队。
|
|
4250
4266
|
*/
|
|
4251
4267
|
Authorizee: Entity
|
|
4252
4268
|
|
|
4253
4269
|
/**
|
|
4254
|
-
*
|
|
4270
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以查询任意个人或者团队的共享空间。如果指定操作者,则操作者必须本人或者团队成员。
|
|
4255
4271
|
*/
|
|
4256
4272
|
Operator?: string
|
|
4257
4273
|
}
|
|
@@ -4502,12 +4518,12 @@ export interface VideoEncodingPreset {
|
|
|
4502
4518
|
*/
|
|
4503
4519
|
export interface ImportMaterialRequest {
|
|
4504
4520
|
/**
|
|
4505
|
-
*
|
|
4521
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
4506
4522
|
*/
|
|
4507
4523
|
Platform: string
|
|
4508
4524
|
|
|
4509
4525
|
/**
|
|
4510
|
-
*
|
|
4526
|
+
* 媒体归属者,可支持归属团队或个人。
|
|
4511
4527
|
*/
|
|
4512
4528
|
Owner: Entity
|
|
4513
4529
|
|
|
@@ -4521,7 +4537,7 @@ export interface ImportMaterialRequest {
|
|
|
4521
4537
|
<li>VOD:云点播文件;</li>
|
|
4522
4538
|
<li>EXTERNAL:媒资绑定。</li>
|
|
4523
4539
|
|
|
4524
|
-
|
|
4540
|
+
注意:如果不填默认为云点播文件,如果媒体存储在非腾讯云点播中,都需要使用媒资绑定。另外,导入云点播的文件,使用云点播的子应用 Id 必须与创建云剪平台时使用的云点播子应用一致。
|
|
4525
4541
|
*/
|
|
4526
4542
|
SourceType?: string
|
|
4527
4543
|
|
|
@@ -4541,13 +4557,13 @@ export interface ImportMaterialRequest {
|
|
|
4541
4557
|
ClassPath?: string
|
|
4542
4558
|
|
|
4543
4559
|
/**
|
|
4544
|
-
*
|
|
4560
|
+
* 媒体预处理任务参数 ID。可取值有:
|
|
4545
4561
|
<li>10:进行编辑预处理。</li>
|
|
4546
4562
|
*/
|
|
4547
4563
|
PreProcessDefinition?: number
|
|
4548
4564
|
|
|
4549
4565
|
/**
|
|
4550
|
-
*
|
|
4566
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以向任意团队或者个人导入媒体。如果指定操作者,如果媒体归属为个人,则操作者必须与归属者一致;如果媒体归属为团队,则必须为团队可导入媒体的团队成员(如果没有特殊设置,所有团队成员可导入媒体)。
|
|
4551
4567
|
*/
|
|
4552
4568
|
Operator?: string
|
|
4553
4569
|
}
|
|
@@ -4567,12 +4583,12 @@ export interface TextReplacementInfo {
|
|
|
4567
4583
|
*/
|
|
4568
4584
|
export interface DescribeMaterialsRequest {
|
|
4569
4585
|
/**
|
|
4570
|
-
*
|
|
4586
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
4571
4587
|
*/
|
|
4572
4588
|
Platform: string
|
|
4573
4589
|
|
|
4574
4590
|
/**
|
|
4575
|
-
* 媒体 ID
|
|
4591
|
+
* 媒体 ID 列表,一次最多可拉取20个媒体的信息。
|
|
4576
4592
|
*/
|
|
4577
4593
|
MaterialIds: Array<string>
|
|
4578
4594
|
|
|
@@ -4584,7 +4600,7 @@ export interface DescribeMaterialsRequest {
|
|
|
4584
4600
|
Sort?: SortBy
|
|
4585
4601
|
|
|
4586
4602
|
/**
|
|
4587
|
-
*
|
|
4603
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以获取任意媒体的信息。如果指定操作者,则操作者必须对媒体有读权限。
|
|
4588
4604
|
*/
|
|
4589
4605
|
Operator?: string
|
|
4590
4606
|
}
|