tencentcloud-sdk-nodejs 4.0.241 → 4.0.245
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 +374 -16
- package/README.md +1 -1
- package/package.json +1 -1
- package/products.md +22 -22
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +13 -0
- package/src/services/antiddos/v20200309/antiddos_models.ts +161 -0
- package/src/services/apigateway/v20180808/apigateway_models.ts +1 -1
- package/src/services/as/v20180419/as_models.ts +18 -9
- package/src/services/billing/v20180709/billing_models.ts +13 -1
- package/src/services/cfw/v20190904/cfw_client.ts +13 -0
- package/src/services/cfw/v20190904/cfw_models.ts +118 -0
- package/src/services/cii/v20210408/cii_client.ts +15 -0
- package/src/services/cii/v20210408/cii_models.ts +31 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +12 -12
- package/src/services/cme/v20191029/cme_client.ts +26 -21
- package/src/services/cme/v20191029/cme_models.ts +161 -144
- package/src/services/cvm/v20170312/cvm_models.ts +5 -2
- package/src/services/dcdb/v20180411/dcdb_models.ts +6 -1
- package/src/services/faceid/v20180301/faceid_models.ts +48 -17
- package/src/services/iotvideo/v20201215/iotvideo_models.ts +10 -0
- package/src/services/mariadb/v20170312/mariadb_models.ts +11 -1
- package/src/services/mps/v20190612/mps_models.ts +6 -0
- package/src/services/ocr/v20181119/ocr_client.ts +1 -1
- package/src/services/ocr/v20181119/ocr_models.ts +5 -5
- package/src/services/postgres/v20170312/postgres_client.ts +2 -1
- package/src/services/postgres/v20170312/postgres_models.ts +89 -12
- package/src/services/ses/v20201002/ses_client.ts +1 -1
- package/src/services/ses/v20201002/ses_models.ts +1 -1
- package/src/services/tat/v20201028/tat_models.ts +13 -0
- package/src/services/tcb/v20180608/tcb_client.ts +1 -0
- package/src/services/tcb/v20180608/tcb_models.ts +48 -0
- package/src/services/tdmq/v20200217/tdmq_client.ts +700 -440
- package/src/services/tdmq/v20200217/tdmq_models.ts +1488 -279
- package/src/services/tke/v20180525/tke_client.ts +26 -1
- package/src/services/tke/v20180525/tke_models.ts +97 -12
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +5 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +6 -0
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +132 -0
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +1 -1
- package/tencentcloud/services/as/v20180419/as_models.d.ts +17 -8
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +11 -1
- 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 +99 -0
- package/tencentcloud/services/cii/v20210408/cii_client.d.ts +5 -1
- package/tencentcloud/services/cii/v20210408/cii_client.js +9 -0
- package/tencentcloud/services/cii/v20210408/cii_models.d.ts +27 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +12 -12
- 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 -139
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +5 -2
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +5 -1
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +45 -17
- package/tencentcloud/services/iotvideo/v20201215/iotvideo_models.d.ts +8 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +9 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +5 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +5 -5
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +74 -9
- 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/tat/v20201028/tat_models.d.ts +11 -0
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +40 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +221 -137
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +330 -204
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1254 -234
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +9 -1
- package/tencentcloud/services/tke/v20180525/tke_client.js +12 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +84 -11
- package/test/antiddos.v20200309.test.js +10 -0
- package/test/cfw.v20190904.test.js +10 -0
- package/test/cii.v20210408.test.js +10 -0
- package/test/tdmq.v20200217.test.js +346 -136
- package/test/tke.v20180525.test.js +20 -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,10 @@ export interface CreateProjectRequest {
|
|
|
1235
1241
|
Name: string
|
|
1236
1242
|
|
|
1237
1243
|
/**
|
|
1238
|
-
|
|
1239
|
-
|
|
1244
|
+
* 项目归属者,即项目的所有者,后续操作只有该所有者有权限操作。
|
|
1245
|
+
|
|
1246
|
+
注:目前所有项目只能设置归属个人,暂不支持团队项目。
|
|
1247
|
+
*/
|
|
1240
1248
|
Owner: Entity
|
|
1241
1249
|
|
|
1242
1250
|
/**
|
|
@@ -1252,8 +1260,10 @@ export interface CreateProjectRequest {
|
|
|
1252
1260
|
/**
|
|
1253
1261
|
* 项目模式,一个项目可以有多种模式并相互切换。
|
|
1254
1262
|
当 Category 为 VIDEO_EDIT 时,可选模式有:
|
|
1255
|
-
<li>Default
|
|
1256
|
-
<li>VideoEditTemplate
|
|
1263
|
+
<li>Default:默认模式,即普通视频编辑项目。</li>
|
|
1264
|
+
<li>VideoEditTemplate:剪辑模板制作模式,用于制作剪辑模板。</li>
|
|
1265
|
+
|
|
1266
|
+
注:不填则为默认模式。
|
|
1257
1267
|
*/
|
|
1258
1268
|
Mode?: string
|
|
1259
1269
|
|
|
@@ -1269,32 +1279,32 @@ export interface CreateProjectRequest {
|
|
|
1269
1279
|
Description?: string
|
|
1270
1280
|
|
|
1271
1281
|
/**
|
|
1272
|
-
*
|
|
1282
|
+
* 导播台项目输入信息,仅当项目类型为 SWITCHER 时必填。
|
|
1273
1283
|
*/
|
|
1274
1284
|
SwitcherProjectInput?: SwitcherProjectInput
|
|
1275
1285
|
|
|
1276
1286
|
/**
|
|
1277
|
-
*
|
|
1287
|
+
* 直播剪辑项目输入信息,暂未开放,请勿使用。
|
|
1278
1288
|
*/
|
|
1279
1289
|
LiveStreamClipProjectInput?: LiveStreamClipProjectInput
|
|
1280
1290
|
|
|
1281
1291
|
/**
|
|
1282
|
-
*
|
|
1292
|
+
* 视频编辑项目输入信息,仅当项目类型为 VIDEO_EDIT 时必填。
|
|
1283
1293
|
*/
|
|
1284
1294
|
VideoEditProjectInput?: VideoEditProjectInput
|
|
1285
1295
|
|
|
1286
1296
|
/**
|
|
1287
|
-
*
|
|
1297
|
+
* 视频拆条项目输入信息,仅当项目类型为 VIDEO_SEGMENTATION 时必填。
|
|
1288
1298
|
*/
|
|
1289
1299
|
VideoSegmentationProjectInput?: VideoSegmentationProjectInput
|
|
1290
1300
|
|
|
1291
1301
|
/**
|
|
1292
|
-
*
|
|
1302
|
+
* 云转推项目输入信息,仅当项目类型为 STREAM_CONNECT 时必填。
|
|
1293
1303
|
*/
|
|
1294
1304
|
StreamConnectProjectInput?: StreamConnectProjectInput
|
|
1295
1305
|
|
|
1296
1306
|
/**
|
|
1297
|
-
*
|
|
1307
|
+
* 录制回放项目输入信息,仅当项目类型为 RECORD_REPLAY 时必填。
|
|
1298
1308
|
*/
|
|
1299
1309
|
RecordReplayProjectInput?: RecordReplayProjectInput
|
|
1300
1310
|
}
|
|
@@ -1304,22 +1314,22 @@ export interface CreateProjectRequest {
|
|
|
1304
1314
|
*/
|
|
1305
1315
|
export interface ModifyMaterialRequest {
|
|
1306
1316
|
/**
|
|
1307
|
-
*
|
|
1317
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
1308
1318
|
*/
|
|
1309
1319
|
Platform: string
|
|
1310
1320
|
|
|
1311
1321
|
/**
|
|
1312
|
-
*
|
|
1322
|
+
* 要修改的媒体 Id。
|
|
1313
1323
|
*/
|
|
1314
1324
|
MaterialId: string
|
|
1315
1325
|
|
|
1316
1326
|
/**
|
|
1317
|
-
*
|
|
1327
|
+
* 媒体归属者。
|
|
1318
1328
|
*/
|
|
1319
1329
|
Owner?: Entity
|
|
1320
1330
|
|
|
1321
1331
|
/**
|
|
1322
|
-
* 媒体名称,不能超过30
|
|
1332
|
+
* 媒体名称,不能超过30个字符,不填则不修改。
|
|
1323
1333
|
*/
|
|
1324
1334
|
Name?: string
|
|
1325
1335
|
|
|
@@ -1329,7 +1339,7 @@ export interface ModifyMaterialRequest {
|
|
|
1329
1339
|
ClassPath?: string
|
|
1330
1340
|
|
|
1331
1341
|
/**
|
|
1332
|
-
*
|
|
1342
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以修改任意媒体的信息。如果指定操作者,则操作者必须对媒体有写权限。
|
|
1333
1343
|
*/
|
|
1334
1344
|
Operator?: string
|
|
1335
1345
|
}
|
|
@@ -1356,14 +1366,14 @@ export interface Authorizer {
|
|
|
1356
1366
|
*/
|
|
1357
1367
|
export interface DescribePlatformsResponse {
|
|
1358
1368
|
/**
|
|
1359
|
-
*
|
|
1369
|
+
* 符合查询条件的记录总数。
|
|
1360
1370
|
*/
|
|
1361
|
-
TotalCount
|
|
1371
|
+
TotalCount: number
|
|
1362
1372
|
|
|
1363
1373
|
/**
|
|
1364
1374
|
* 平台信息列表。
|
|
1365
1375
|
*/
|
|
1366
|
-
PlatformInfoSet
|
|
1376
|
+
PlatformInfoSet: Array<PlatformInfo>
|
|
1367
1377
|
|
|
1368
1378
|
/**
|
|
1369
1379
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1376,18 +1386,20 @@ export interface DescribePlatformsResponse {
|
|
|
1376
1386
|
*/
|
|
1377
1387
|
export interface DescribeTasksRequest {
|
|
1378
1388
|
/**
|
|
1379
|
-
*
|
|
1389
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
1380
1390
|
*/
|
|
1381
1391
|
Platform: string
|
|
1382
1392
|
|
|
1383
1393
|
/**
|
|
1384
|
-
* 项目 Id
|
|
1394
|
+
* 项目 Id,使用项目 Id 进行过滤。
|
|
1385
1395
|
*/
|
|
1386
1396
|
ProjectId?: string
|
|
1387
1397
|
|
|
1388
1398
|
/**
|
|
1389
1399
|
* 任务类型集合,取值有:
|
|
1390
1400
|
<li>VIDEO_EDIT_PROJECT_EXPORT:视频编辑项目导出。</li>
|
|
1401
|
+
|
|
1402
|
+
注:不填不使用任务类型进行过滤。
|
|
1391
1403
|
*/
|
|
1392
1404
|
TaskTypeSet?: Array<string>
|
|
1393
1405
|
|
|
@@ -1396,6 +1408,8 @@ export interface DescribeTasksRequest {
|
|
|
1396
1408
|
<li>PROCESSING:处理中;</li>
|
|
1397
1409
|
<li>SUCCESS:成功;</li>
|
|
1398
1410
|
<li>FAIL:失败。</li>
|
|
1411
|
+
|
|
1412
|
+
注:不填则不使用任务状态进行过滤。
|
|
1399
1413
|
*/
|
|
1400
1414
|
StatusSet?: Array<string>
|
|
1401
1415
|
|
|
@@ -1410,7 +1424,7 @@ export interface DescribeTasksRequest {
|
|
|
1410
1424
|
Limit?: number
|
|
1411
1425
|
|
|
1412
1426
|
/**
|
|
1413
|
-
*
|
|
1427
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以获取所有任务信息。如果指定操作者,则操作者需要是任务发起者。
|
|
1414
1428
|
*/
|
|
1415
1429
|
Operator?: string
|
|
1416
1430
|
}
|
|
@@ -1493,12 +1507,12 @@ export interface StorageNewFileCreatedEvent {
|
|
|
1493
1507
|
*/
|
|
1494
1508
|
export interface DescribeLoginStatusRequest {
|
|
1495
1509
|
/**
|
|
1496
|
-
*
|
|
1510
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
1497
1511
|
*/
|
|
1498
1512
|
Platform: string
|
|
1499
1513
|
|
|
1500
1514
|
/**
|
|
1501
|
-
* 用户 Id 列表,N 从
|
|
1515
|
+
* 用户 Id 列表,N 从0开始取值,最大19。
|
|
1502
1516
|
*/
|
|
1503
1517
|
UserIds: Array<string>
|
|
1504
1518
|
}
|
|
@@ -1590,7 +1604,7 @@ export interface CreateLinkResponse {
|
|
|
1590
1604
|
/**
|
|
1591
1605
|
* 新建链接的媒体 Id。
|
|
1592
1606
|
*/
|
|
1593
|
-
MaterialId
|
|
1607
|
+
MaterialId: string
|
|
1594
1608
|
|
|
1595
1609
|
/**
|
|
1596
1610
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1805,7 +1819,7 @@ export interface ModifyVideoEncodingPresetResponse {
|
|
|
1805
1819
|
*/
|
|
1806
1820
|
export interface DescribeJoinTeamsRequest {
|
|
1807
1821
|
/**
|
|
1808
|
-
*
|
|
1822
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
1809
1823
|
*/
|
|
1810
1824
|
Platform: string
|
|
1811
1825
|
|
|
@@ -1880,9 +1894,8 @@ export interface CreateProjectResponse {
|
|
|
1880
1894
|
ProjectId: string
|
|
1881
1895
|
|
|
1882
1896
|
/**
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
*/
|
|
1897
|
+
* <li> 当 Catagory 为 STREAM_CONNECT 时,数组返回长度为2 ,第0个代表主输入源推流信息,第1个代表备输入源推流信息。只有当各自输入源类型为推流时才有有效内容。</li>
|
|
1898
|
+
*/
|
|
1886
1899
|
RtmpPushInputInfoSet: Array<RtmpPushInputInfo>
|
|
1887
1900
|
|
|
1888
1901
|
/**
|
|
@@ -1986,12 +1999,12 @@ export interface DeleteClassRequest {
|
|
|
1986
1999
|
*/
|
|
1987
2000
|
export interface CreateLinkRequest {
|
|
1988
2001
|
/**
|
|
1989
|
-
*
|
|
2002
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
1990
2003
|
*/
|
|
1991
2004
|
Platform: string
|
|
1992
2005
|
|
|
1993
2006
|
/**
|
|
1994
|
-
*
|
|
2007
|
+
* 链接类型,可取值有:
|
|
1995
2008
|
<li>CLASS: 分类链接;</li>
|
|
1996
2009
|
<li> MATERIAL:媒体文件链接。</li>
|
|
1997
2010
|
*/
|
|
@@ -2008,7 +2021,7 @@ export interface CreateLinkRequest {
|
|
|
2008
2021
|
Owner: Entity
|
|
2009
2022
|
|
|
2010
2023
|
/**
|
|
2011
|
-
* 目标资源Id
|
|
2024
|
+
* 目标资源Id。可取值有:
|
|
2012
2025
|
<li>当 Type 为 MATERIAL 时填媒体 ID;</li>
|
|
2013
2026
|
<li>当 Type 为 CLASS 时填写分类路径。</li>
|
|
2014
2027
|
*/
|
|
@@ -2025,7 +2038,7 @@ export interface CreateLinkRequest {
|
|
|
2025
2038
|
ClassPath?: string
|
|
2026
2039
|
|
|
2027
2040
|
/**
|
|
2028
|
-
*
|
|
2041
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以创建任意源及目标资源的链接。如果指定操作者,则操作者必须对源资源有读权限,对目标媒体有写权限。
|
|
2029
2042
|
*/
|
|
2030
2043
|
Operator?: string
|
|
2031
2044
|
}
|
|
@@ -2062,7 +2075,7 @@ export interface DescribeMaterialsResponse {
|
|
|
2062
2075
|
/**
|
|
2063
2076
|
* 媒体列表信息。
|
|
2064
2077
|
*/
|
|
2065
|
-
MaterialInfoSet
|
|
2078
|
+
MaterialInfoSet: Array<MaterialInfo>
|
|
2066
2079
|
|
|
2067
2080
|
/**
|
|
2068
2081
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2168,7 +2181,7 @@ export interface CMEExportInfo {
|
|
|
2168
2181
|
*/
|
|
2169
2182
|
export interface MoveResourceRequest {
|
|
2170
2183
|
/**
|
|
2171
|
-
*
|
|
2184
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
2172
2185
|
*/
|
|
2173
2186
|
Platform: string
|
|
2174
2187
|
|
|
@@ -2183,7 +2196,7 @@ export interface MoveResourceRequest {
|
|
|
2183
2196
|
DestinationResource: ResourceInfo
|
|
2184
2197
|
|
|
2185
2198
|
/**
|
|
2186
|
-
*
|
|
2199
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以移动任务资源。如果指定操作者,则操作者必须对源及目标资源有写权限。
|
|
2187
2200
|
*/
|
|
2188
2201
|
Operator?: string
|
|
2189
2202
|
}
|
|
@@ -2203,7 +2216,7 @@ export interface LivePullInputInfo {
|
|
|
2203
2216
|
*/
|
|
2204
2217
|
export interface ImportMediaToProjectRequest {
|
|
2205
2218
|
/**
|
|
2206
|
-
*
|
|
2219
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
2207
2220
|
*/
|
|
2208
2221
|
Platform: string
|
|
2209
2222
|
|
|
@@ -2232,19 +2245,20 @@ export interface ImportMediaToProjectRequest {
|
|
|
2232
2245
|
ExternalMediaInfo?: ExternalMediaInfo
|
|
2233
2246
|
|
|
2234
2247
|
/**
|
|
2235
|
-
* 媒体名称,不能超过30
|
|
2248
|
+
* 媒体名称,不能超过30个字符。如果不填,则媒体名称为点播媒资文件名称。
|
|
2236
2249
|
*/
|
|
2237
2250
|
Name?: string
|
|
2238
2251
|
|
|
2239
2252
|
/**
|
|
2240
|
-
*
|
|
2241
|
-
<li>10
|
|
2242
|
-
|
|
2253
|
+
* 媒体预处理配置 ID,取值:
|
|
2254
|
+
<li>10:进行视频编辑预处理。</li>
|
|
2255
|
+
|
|
2256
|
+
注意:如果填0或者不填则不进行处理,如果原始视频不可在浏览器直接播放将无法在编辑页面编辑。
|
|
2243
2257
|
*/
|
|
2244
2258
|
PreProcessDefinition?: number
|
|
2245
2259
|
|
|
2246
2260
|
/**
|
|
2247
|
-
*
|
|
2261
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以向所有视频编辑项目导入媒体;如果指定操作者,则操作者必须为项目所有者。
|
|
2248
2262
|
*/
|
|
2249
2263
|
Operator?: string
|
|
2250
2264
|
}
|
|
@@ -2371,13 +2385,12 @@ export interface DescribeSharedSpaceResponse {
|
|
|
2371
2385
|
/**
|
|
2372
2386
|
* 查询到的共享空间总数。
|
|
2373
2387
|
*/
|
|
2374
|
-
TotalCount
|
|
2388
|
+
TotalCount: number
|
|
2375
2389
|
|
|
2376
2390
|
/**
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
AuthorizerSet?: Array<Authorizer>
|
|
2391
|
+
* 各个共享空间对应的授权者信息。
|
|
2392
|
+
*/
|
|
2393
|
+
AuthorizerSet: Array<Authorizer>
|
|
2381
2394
|
|
|
2382
2395
|
/**
|
|
2383
2396
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2517,12 +2530,12 @@ export interface DescribeTeamMembersResponse {
|
|
|
2517
2530
|
/**
|
|
2518
2531
|
* 符合条件的记录总数。
|
|
2519
2532
|
*/
|
|
2520
|
-
TotalCount
|
|
2533
|
+
TotalCount: number
|
|
2521
2534
|
|
|
2522
2535
|
/**
|
|
2523
2536
|
* 团队成员列表。
|
|
2524
2537
|
*/
|
|
2525
|
-
MemberSet
|
|
2538
|
+
MemberSet: Array<TeamMemberInfo>
|
|
2526
2539
|
|
|
2527
2540
|
/**
|
|
2528
2541
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2560,7 +2573,7 @@ export interface CreateTeamResponse {
|
|
|
2560
2573
|
*/
|
|
2561
2574
|
export interface ModifyTeamRequest {
|
|
2562
2575
|
/**
|
|
2563
|
-
*
|
|
2576
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
2564
2577
|
*/
|
|
2565
2578
|
Platform: string
|
|
2566
2579
|
|
|
@@ -2570,12 +2583,12 @@ export interface ModifyTeamRequest {
|
|
|
2570
2583
|
TeamId: string
|
|
2571
2584
|
|
|
2572
2585
|
/**
|
|
2573
|
-
*
|
|
2586
|
+
* 团队名称。团队名称不能置空,并且不能超过30个字符。
|
|
2574
2587
|
*/
|
|
2575
2588
|
Name?: string
|
|
2576
2589
|
|
|
2577
2590
|
/**
|
|
2578
|
-
*
|
|
2591
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以修改所有团队的信息。如果指定操作者,则操作者必须为团队管理员或者所有者。
|
|
2579
2592
|
*/
|
|
2580
2593
|
Operator?: string
|
|
2581
2594
|
}
|
|
@@ -2585,7 +2598,7 @@ export interface ModifyTeamRequest {
|
|
|
2585
2598
|
*/
|
|
2586
2599
|
export interface ModifyTeamMemberRequest {
|
|
2587
2600
|
/**
|
|
2588
|
-
*
|
|
2601
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
2589
2602
|
*/
|
|
2590
2603
|
Platform: string
|
|
2591
2604
|
|
|
@@ -2600,19 +2613,19 @@ export interface ModifyTeamMemberRequest {
|
|
|
2600
2613
|
MemberId: string
|
|
2601
2614
|
|
|
2602
2615
|
/**
|
|
2603
|
-
*
|
|
2616
|
+
* 成员备注,长度不能超过15个字符。
|
|
2604
2617
|
*/
|
|
2605
2618
|
Remark?: string
|
|
2606
2619
|
|
|
2607
2620
|
/**
|
|
2608
|
-
*
|
|
2621
|
+
* 成员角色,可取值有:
|
|
2609
2622
|
<li>Admin:团队管理员;</li>
|
|
2610
2623
|
<li>Member:普通成员。</li>
|
|
2611
2624
|
*/
|
|
2612
2625
|
Role?: string
|
|
2613
2626
|
|
|
2614
2627
|
/**
|
|
2615
|
-
*
|
|
2628
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以个改任意团队成员的信息。如果指定操作者,则操作者必须为团队的管理员或者所有者。
|
|
2616
2629
|
*/
|
|
2617
2630
|
Operator?: string
|
|
2618
2631
|
}
|
|
@@ -2810,7 +2823,7 @@ export interface JoinTeamInfo {
|
|
|
2810
2823
|
*/
|
|
2811
2824
|
export interface DescribeResourceAuthorizationRequest {
|
|
2812
2825
|
/**
|
|
2813
|
-
*
|
|
2826
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
2814
2827
|
*/
|
|
2815
2828
|
Platform: string
|
|
2816
2829
|
|
|
@@ -2825,7 +2838,7 @@ export interface DescribeResourceAuthorizationRequest {
|
|
|
2825
2838
|
Resource?: Resource
|
|
2826
2839
|
|
|
2827
2840
|
/**
|
|
2828
|
-
*
|
|
2841
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以查询任意资源的被授权情况。如果指定操作者,则操作者必须对被授权资源有读权限。
|
|
2829
2842
|
*/
|
|
2830
2843
|
Operator?: string
|
|
2831
2844
|
}
|
|
@@ -3012,7 +3025,7 @@ export interface VideoStreamInfo {
|
|
|
3012
3025
|
*/
|
|
3013
3026
|
export interface AddTeamMemberRequest {
|
|
3014
3027
|
/**
|
|
3015
|
-
*
|
|
3028
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
3016
3029
|
*/
|
|
3017
3030
|
Platform: string
|
|
3018
3031
|
|
|
@@ -3027,7 +3040,7 @@ export interface AddTeamMemberRequest {
|
|
|
3027
3040
|
TeamMembers: Array<AddMemberInfo>
|
|
3028
3041
|
|
|
3029
3042
|
/**
|
|
3030
|
-
*
|
|
3043
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以向任意团队中添加成员。如果指定操作者,则操作者必须为管理员或者团队所有者。
|
|
3031
3044
|
*/
|
|
3032
3045
|
Operator?: string
|
|
3033
3046
|
}
|
|
@@ -3037,7 +3050,7 @@ export interface AddTeamMemberRequest {
|
|
|
3037
3050
|
*/
|
|
3038
3051
|
export interface GrantResourceAuthorizationRequest {
|
|
3039
3052
|
/**
|
|
3040
|
-
*
|
|
3053
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
3041
3054
|
*/
|
|
3042
3055
|
Platform: string
|
|
3043
3056
|
|
|
@@ -3066,7 +3079,7 @@ export interface GrantResourceAuthorizationRequest {
|
|
|
3066
3079
|
Permissions: Array<string>
|
|
3067
3080
|
|
|
3068
3081
|
/**
|
|
3069
|
-
*
|
|
3082
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以授权任意归属者的资源。如果指定操作者,则操作者必须对资源拥有写权限。
|
|
3070
3083
|
*/
|
|
3071
3084
|
Operator?: string
|
|
3072
3085
|
}
|
|
@@ -3106,7 +3119,7 @@ export interface ThirdPartyPublishInfo {
|
|
|
3106
3119
|
*/
|
|
3107
3120
|
export interface ListMediaRequest {
|
|
3108
3121
|
/**
|
|
3109
|
-
*
|
|
3122
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
3110
3123
|
*/
|
|
3111
3124
|
Platform: string
|
|
3112
3125
|
|
|
@@ -3131,7 +3144,7 @@ export interface ListMediaRequest {
|
|
|
3131
3144
|
Limit?: number
|
|
3132
3145
|
|
|
3133
3146
|
/**
|
|
3134
|
-
*
|
|
3147
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以浏览任意分类的信息。如果指定操作者,则操作者必须对分类有读权限。
|
|
3135
3148
|
*/
|
|
3136
3149
|
Operator?: string
|
|
3137
3150
|
}
|
|
@@ -3200,7 +3213,7 @@ export interface DeleteLoginStatusRequest {
|
|
|
3200
3213
|
*/
|
|
3201
3214
|
export interface GenerateVideoSegmentationSchemeByAiRequest {
|
|
3202
3215
|
/**
|
|
3203
|
-
*
|
|
3216
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
3204
3217
|
*/
|
|
3205
3218
|
Platform: string
|
|
3206
3219
|
|
|
@@ -3210,7 +3223,7 @@ export interface GenerateVideoSegmentationSchemeByAiRequest {
|
|
|
3210
3223
|
ProjectId: string
|
|
3211
3224
|
|
|
3212
3225
|
/**
|
|
3213
|
-
*
|
|
3226
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以对任务视频拆条项目发起拆条任务。如果指定操作者,则操作者必须为项目所有者。
|
|
3214
3227
|
*/
|
|
3215
3228
|
Operator?: string
|
|
3216
3229
|
}
|
|
@@ -3235,7 +3248,7 @@ export interface LiveStreamClipProjectInput {
|
|
|
3235
3248
|
*/
|
|
3236
3249
|
export interface DeleteTeamMembersRequest {
|
|
3237
3250
|
/**
|
|
3238
|
-
*
|
|
3251
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
3239
3252
|
*/
|
|
3240
3253
|
Platform: string
|
|
3241
3254
|
|
|
@@ -3250,7 +3263,7 @@ export interface DeleteTeamMembersRequest {
|
|
|
3250
3263
|
MemberIds: Array<string>
|
|
3251
3264
|
|
|
3252
3265
|
/**
|
|
3253
|
-
*
|
|
3266
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以删除所有团队的成员。如果指定操作者,则操作者必须为团队管理员或者所有者。
|
|
3254
3267
|
*/
|
|
3255
3268
|
Operator?: string
|
|
3256
3269
|
}
|
|
@@ -3260,7 +3273,7 @@ export interface DeleteTeamMembersRequest {
|
|
|
3260
3273
|
*/
|
|
3261
3274
|
export interface ExportVideoByTemplateRequest {
|
|
3262
3275
|
/**
|
|
3263
|
-
*
|
|
3276
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
3264
3277
|
*/
|
|
3265
3278
|
Platform: string
|
|
3266
3279
|
|
|
@@ -3270,7 +3283,7 @@ export interface ExportVideoByTemplateRequest {
|
|
|
3270
3283
|
TemplateId: string
|
|
3271
3284
|
|
|
3272
3285
|
/**
|
|
3273
|
-
*
|
|
3286
|
+
* 导出视频预设配置 Id,推荐优先使用下面的默认预设配置 Id,有其他需求可通过接口定制预设配置。
|
|
3274
3287
|
<li>10:分辨率为 480P,输出视频格式为 MP4;</li>
|
|
3275
3288
|
<li>11:分辨率为 720P,输出视频格式为 MP4;</li>
|
|
3276
3289
|
<li>12:分辨率为 1080P,输出视频格式为 MP4。</li>
|
|
@@ -3278,9 +3291,9 @@ export interface ExportVideoByTemplateRequest {
|
|
|
3278
3291
|
Definition: number
|
|
3279
3292
|
|
|
3280
3293
|
/**
|
|
3281
|
-
*
|
|
3282
|
-
<li>CME
|
|
3283
|
-
<li>VOD
|
|
3294
|
+
* 导出目标,指定导出视频的目标媒资库,可取值有:
|
|
3295
|
+
<li>CME:云剪,即导出为云剪媒资库,此导出目标在云点播媒资库依然可见;</li>
|
|
3296
|
+
<li>VOD:云点播,即导出为云点播媒资库,此导出目标在云剪媒资库将不可见。</li>
|
|
3284
3297
|
*/
|
|
3285
3298
|
ExportDestination: string
|
|
3286
3299
|
|
|
@@ -3290,7 +3303,7 @@ export interface ExportVideoByTemplateRequest {
|
|
|
3290
3303
|
SlotReplacements?: Array<SlotReplacementInfo>
|
|
3291
3304
|
|
|
3292
3305
|
/**
|
|
3293
|
-
*
|
|
3306
|
+
* 导出的云剪媒资信息。当导出目标为 CME 时必填。
|
|
3294
3307
|
*/
|
|
3295
3308
|
CMEExportInfo?: CMEExportInfo
|
|
3296
3309
|
|
|
@@ -3300,7 +3313,7 @@ export interface ExportVideoByTemplateRequest {
|
|
|
3300
3313
|
VODExportInfo?: VODExportInfo
|
|
3301
3314
|
|
|
3302
3315
|
/**
|
|
3303
|
-
*
|
|
3316
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,无权限限制。如果指定操作者,则操作者需要有替换媒体及剪辑模板的权限。
|
|
3304
3317
|
*/
|
|
3305
3318
|
Operator?: string
|
|
3306
3319
|
}
|
|
@@ -3310,12 +3323,12 @@ export interface ExportVideoByTemplateRequest {
|
|
|
3310
3323
|
*/
|
|
3311
3324
|
export interface DescribePlatformsRequest {
|
|
3312
3325
|
/**
|
|
3313
|
-
*
|
|
3326
|
+
* 平台 Id 列表。如果不填,则不按平台 Id 进行过滤。
|
|
3314
3327
|
*/
|
|
3315
3328
|
Platforms?: Array<string>
|
|
3316
3329
|
|
|
3317
3330
|
/**
|
|
3318
|
-
* 平台绑定的
|
|
3331
|
+
* 平台绑定的 License Id 列表。如果不填,则不按平台绑定的 License Id 进行过滤。
|
|
3319
3332
|
*/
|
|
3320
3333
|
LicenseIds?: Array<string>
|
|
3321
3334
|
|
|
@@ -3325,7 +3338,7 @@ export interface DescribePlatformsRequest {
|
|
|
3325
3338
|
Offset?: number
|
|
3326
3339
|
|
|
3327
3340
|
/**
|
|
3328
|
-
* 分页返回的记录条数,默认值:10。
|
|
3341
|
+
* 分页返回的记录条数,默认值:10,最大值:20。
|
|
3329
3342
|
*/
|
|
3330
3343
|
Limit?: number
|
|
3331
3344
|
}
|
|
@@ -3506,47 +3519,53 @@ export interface AccountInfo {
|
|
|
3506
3519
|
*/
|
|
3507
3520
|
export interface DescribeProjectsRequest {
|
|
3508
3521
|
/**
|
|
3509
|
-
*
|
|
3522
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
3510
3523
|
*/
|
|
3511
3524
|
Platform: string
|
|
3512
3525
|
|
|
3513
3526
|
/**
|
|
3514
|
-
* 项目 Id
|
|
3527
|
+
* 项目 Id 过滤参数列表,最大支持20个项目 Id 过滤。如果不填不需要项目 Id 进行过滤。
|
|
3515
3528
|
*/
|
|
3516
3529
|
ProjectIds?: Array<string>
|
|
3517
3530
|
|
|
3518
3531
|
/**
|
|
3519
|
-
*
|
|
3532
|
+
* 画布宽高比过滤参数列表。如果不填则不用画布宽高比进行过滤。
|
|
3520
3533
|
*/
|
|
3521
3534
|
AspectRatioSet?: Array<string>
|
|
3522
3535
|
|
|
3523
3536
|
/**
|
|
3524
|
-
*
|
|
3537
|
+
* 项目类型过滤参数列表,取值有:
|
|
3525
3538
|
<li>VIDEO_EDIT:视频编辑。</li>
|
|
3526
3539
|
<li>SWITCHER:导播台。</li>
|
|
3527
3540
|
<li>VIDEO_SEGMENTATION:视频拆条。</li>
|
|
3528
3541
|
<li>STREAM_CONNECT:云转推。</li>
|
|
3529
3542
|
<li>RECORD_REPLAY:录制回放。</li>
|
|
3543
|
+
|
|
3544
|
+
注:如果不填则不使用项目类型进行过滤。
|
|
3530
3545
|
*/
|
|
3531
3546
|
CategorySet?: Array<string>
|
|
3532
3547
|
|
|
3533
3548
|
/**
|
|
3534
|
-
*
|
|
3549
|
+
* 项目模式过滤参数列表,一个项目可以有多种模式并相互切换。
|
|
3535
3550
|
当 Category 为 VIDEO_EDIT 时,可选模式有:
|
|
3536
3551
|
<li>Default:默认模式。</li>
|
|
3537
3552
|
<li>VideoEditTemplate:视频编辑模板制作模式。</li>
|
|
3553
|
+
|
|
3554
|
+
注:不填不使用项目模式进行过滤。
|
|
3538
3555
|
*/
|
|
3539
3556
|
Modes?: Array<string>
|
|
3540
3557
|
|
|
3541
3558
|
/**
|
|
3542
|
-
*
|
|
3559
|
+
* 结果排序方式,支持下列排序字段:
|
|
3543
3560
|
<li>CreateTime:创建时间;</li>
|
|
3544
3561
|
<li>UpdateTime:更新时间。</li>
|
|
3562
|
+
|
|
3563
|
+
注:如不填,则使用项目创建时间倒序排列。
|
|
3545
3564
|
*/
|
|
3546
3565
|
Sort?: SortBy
|
|
3547
3566
|
|
|
3548
3567
|
/**
|
|
3549
|
-
*
|
|
3568
|
+
* 项目所有者,目前仅支持个人项目过滤。
|
|
3550
3569
|
*/
|
|
3551
3570
|
Owner?: Entity
|
|
3552
3571
|
|
|
@@ -3561,7 +3580,7 @@ export interface DescribeProjectsRequest {
|
|
|
3561
3580
|
Limit?: number
|
|
3562
3581
|
|
|
3563
3582
|
/**
|
|
3564
|
-
*
|
|
3583
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以查询一切用户项目信息。如果指定操作者,则操作者必须为项目所有者。
|
|
3565
3584
|
*/
|
|
3566
3585
|
Operator?: string
|
|
3567
3586
|
}
|
|
@@ -3573,7 +3592,7 @@ export interface DescribeLoginStatusResponse {
|
|
|
3573
3592
|
/**
|
|
3574
3593
|
* 用户登录状态列表。
|
|
3575
3594
|
*/
|
|
3576
|
-
LoginStatusInfoSet
|
|
3595
|
+
LoginStatusInfoSet: Array<LoginStatusInfo>
|
|
3577
3596
|
|
|
3578
3597
|
/**
|
|
3579
3598
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -3672,7 +3691,7 @@ export interface DescribeJoinTeamsResponse {
|
|
|
3672
3691
|
*/
|
|
3673
3692
|
export interface DescribeTeamMembersRequest {
|
|
3674
3693
|
/**
|
|
3675
|
-
*
|
|
3694
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
3676
3695
|
*/
|
|
3677
3696
|
Platform: string
|
|
3678
3697
|
|
|
@@ -3697,7 +3716,7 @@ export interface DescribeTeamMembersRequest {
|
|
|
3697
3716
|
Limit?: number
|
|
3698
3717
|
|
|
3699
3718
|
/**
|
|
3700
|
-
*
|
|
3719
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以拉取任意团队成员的信息。如果指定操作者,则操作者必须为团队成员。
|
|
3701
3720
|
*/
|
|
3702
3721
|
Operator?: string
|
|
3703
3722
|
}
|
|
@@ -3889,7 +3908,7 @@ export interface DeleteMaterialResponse {
|
|
|
3889
3908
|
*/
|
|
3890
3909
|
export interface RevokeResourceAuthorizationRequest {
|
|
3891
3910
|
/**
|
|
3892
|
-
*
|
|
3911
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
3893
3912
|
*/
|
|
3894
3913
|
Platform: string
|
|
3895
3914
|
|
|
@@ -3918,7 +3937,7 @@ export interface RevokeResourceAuthorizationRequest {
|
|
|
3918
3937
|
Permissions: Array<string>
|
|
3919
3938
|
|
|
3920
3939
|
/**
|
|
3921
|
-
*
|
|
3940
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,撤销任意资源的授权权限。如果指定操作者,则操作者必须对被授权资源有写权限。
|
|
3922
3941
|
*/
|
|
3923
3942
|
Operator?: string
|
|
3924
3943
|
}
|
|
@@ -3928,7 +3947,7 @@ export interface RevokeResourceAuthorizationRequest {
|
|
|
3928
3947
|
*/
|
|
3929
3948
|
export interface DescribeTaskDetailRequest {
|
|
3930
3949
|
/**
|
|
3931
|
-
*
|
|
3950
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
3932
3951
|
*/
|
|
3933
3952
|
Platform: string
|
|
3934
3953
|
|
|
@@ -3938,7 +3957,7 @@ export interface DescribeTaskDetailRequest {
|
|
|
3938
3957
|
TaskId: string
|
|
3939
3958
|
|
|
3940
3959
|
/**
|
|
3941
|
-
*
|
|
3960
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以获取任意任务信息。如果指定操作者,则操作者需要是任务发起者。
|
|
3942
3961
|
*/
|
|
3943
3962
|
Operator?: string
|
|
3944
3963
|
}
|
|
@@ -4062,7 +4081,7 @@ export interface DescribeTasksResponse {
|
|
|
4062
4081
|
*/
|
|
4063
4082
|
export interface ModifyProjectRequest {
|
|
4064
4083
|
/**
|
|
4065
|
-
*
|
|
4084
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
4066
4085
|
*/
|
|
4067
4086
|
Platform: string
|
|
4068
4087
|
|
|
@@ -4077,22 +4096,20 @@ export interface ModifyProjectRequest {
|
|
|
4077
4096
|
Name?: string
|
|
4078
4097
|
|
|
4079
4098
|
/**
|
|
4080
|
-
|
|
4081
|
-
|
|
4082
|
-
<li>9:16。</li>
|
|
4083
|
-
*/
|
|
4099
|
+
* 画布宽高比,值为视频编辑项目画布宽与高的像素值的比值,如 16:9、9:16 等。
|
|
4100
|
+
*/
|
|
4084
4101
|
AspectRatio?: string
|
|
4085
4102
|
|
|
4086
4103
|
/**
|
|
4087
|
-
*
|
|
4104
|
+
* 项目所有者。目前仅支持个人项目,不支持团队项目。
|
|
4088
4105
|
*/
|
|
4089
4106
|
Owner?: Entity
|
|
4090
4107
|
|
|
4091
4108
|
/**
|
|
4092
4109
|
* 项目模式,一个项目可以有多种模式并相互切换。
|
|
4093
4110
|
当 Category 为 VIDEO_EDIT 时,可选模式有:
|
|
4094
|
-
<li>
|
|
4095
|
-
<li>VideoEditTemplate
|
|
4111
|
+
<li>Default:默认模式,即普通视频编辑项目。</li>
|
|
4112
|
+
<li>VideoEditTemplate:剪辑模板制作模式,用于制作剪辑模板。</li>
|
|
4096
4113
|
*/
|
|
4097
4114
|
Mode?: string
|
|
4098
4115
|
}
|
|
@@ -4240,17 +4257,17 @@ export interface PresetTagInfo {
|
|
|
4240
4257
|
*/
|
|
4241
4258
|
export interface DescribeSharedSpaceRequest {
|
|
4242
4259
|
/**
|
|
4243
|
-
*
|
|
4260
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
4244
4261
|
*/
|
|
4245
4262
|
Platform: string
|
|
4246
4263
|
|
|
4247
4264
|
/**
|
|
4248
|
-
*
|
|
4265
|
+
* 被授权目标,个人或团队。
|
|
4249
4266
|
*/
|
|
4250
4267
|
Authorizee: Entity
|
|
4251
4268
|
|
|
4252
4269
|
/**
|
|
4253
|
-
*
|
|
4270
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以查询任意个人或者团队的共享空间。如果指定操作者,则操作者必须本人或者团队成员。
|
|
4254
4271
|
*/
|
|
4255
4272
|
Operator?: string
|
|
4256
4273
|
}
|
|
@@ -4501,12 +4518,12 @@ export interface VideoEncodingPreset {
|
|
|
4501
4518
|
*/
|
|
4502
4519
|
export interface ImportMaterialRequest {
|
|
4503
4520
|
/**
|
|
4504
|
-
*
|
|
4521
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
4505
4522
|
*/
|
|
4506
4523
|
Platform: string
|
|
4507
4524
|
|
|
4508
4525
|
/**
|
|
4509
|
-
*
|
|
4526
|
+
* 媒体归属者,可支持归属团队或个人。
|
|
4510
4527
|
*/
|
|
4511
4528
|
Owner: Entity
|
|
4512
4529
|
|
|
@@ -4520,7 +4537,7 @@ export interface ImportMaterialRequest {
|
|
|
4520
4537
|
<li>VOD:云点播文件;</li>
|
|
4521
4538
|
<li>EXTERNAL:媒资绑定。</li>
|
|
4522
4539
|
|
|
4523
|
-
|
|
4540
|
+
注意:如果不填默认为云点播文件,如果媒体存储在非腾讯云点播中,都需要使用媒资绑定。另外,导入云点播的文件,使用云点播的子应用 Id 必须与创建云剪平台时使用的云点播子应用一致。
|
|
4524
4541
|
*/
|
|
4525
4542
|
SourceType?: string
|
|
4526
4543
|
|
|
@@ -4540,13 +4557,13 @@ export interface ImportMaterialRequest {
|
|
|
4540
4557
|
ClassPath?: string
|
|
4541
4558
|
|
|
4542
4559
|
/**
|
|
4543
|
-
*
|
|
4560
|
+
* 媒体预处理任务参数 ID。可取值有:
|
|
4544
4561
|
<li>10:进行编辑预处理。</li>
|
|
4545
4562
|
*/
|
|
4546
4563
|
PreProcessDefinition?: number
|
|
4547
4564
|
|
|
4548
4565
|
/**
|
|
4549
|
-
*
|
|
4566
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以向任意团队或者个人导入媒体。如果指定操作者,如果媒体归属为个人,则操作者必须与归属者一致;如果媒体归属为团队,则必须为团队可导入媒体的团队成员(如果没有特殊设置,所有团队成员可导入媒体)。
|
|
4550
4567
|
*/
|
|
4551
4568
|
Operator?: string
|
|
4552
4569
|
}
|
|
@@ -4566,12 +4583,12 @@ export interface TextReplacementInfo {
|
|
|
4566
4583
|
*/
|
|
4567
4584
|
export interface DescribeMaterialsRequest {
|
|
4568
4585
|
/**
|
|
4569
|
-
*
|
|
4586
|
+
* 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
|
4570
4587
|
*/
|
|
4571
4588
|
Platform: string
|
|
4572
4589
|
|
|
4573
4590
|
/**
|
|
4574
|
-
* 媒体 ID
|
|
4591
|
+
* 媒体 ID 列表,一次最多可拉取20个媒体的信息。
|
|
4575
4592
|
*/
|
|
4576
4593
|
MaterialIds: Array<string>
|
|
4577
4594
|
|
|
@@ -4583,7 +4600,7 @@ export interface DescribeMaterialsRequest {
|
|
|
4583
4600
|
Sort?: SortBy
|
|
4584
4601
|
|
|
4585
4602
|
/**
|
|
4586
|
-
*
|
|
4603
|
+
* 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以获取任意媒体的信息。如果指定操作者,则操作者必须对媒体有读权限。
|
|
4587
4604
|
*/
|
|
4588
4605
|
Operator?: string
|
|
4589
4606
|
}
|