tencentcloud-sdk-nodejs-vod 4.0.362 → 4.0.363

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.
@@ -91,7 +91,7 @@ export interface CreateStorageRegionRequest {
91
91
  */
92
92
  StorageRegion: string;
93
93
  /**
94
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
94
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
95
95
  */
96
96
  SubAppId?: number;
97
97
  }
@@ -145,7 +145,7 @@ export interface UserDefineOcrTextReviewTemplateInfoForUpdate {
145
145
  */
146
146
  export interface DescribeAllClassRequest {
147
147
  /**
148
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
148
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
149
149
  */
150
150
  SubAppId?: number;
151
151
  }
@@ -157,14 +157,14 @@ export interface WeChatMiniProgramPublishRequest {
157
157
  * 媒体文件 ID。
158
158
  */
159
159
  FileId: string;
160
- /**
161
- * 发布视频所对应的转码模板 ID,为0代表原始视频。
162
- */
163
- SourceDefinition?: number;
164
160
  /**
165
161
  * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
166
162
  */
167
163
  SubAppId?: number;
164
+ /**
165
+ * 发布视频所对应的转码模板 ID,为0代表原始视频。
166
+ */
167
+ SourceDefinition?: number;
168
168
  }
169
169
  /**
170
170
  * 智能分类任务输入类型
@@ -655,11 +655,11 @@ export interface CreateImageProcessingTemplateRequest {
655
655
  */
656
656
  export interface ModifyDefaultStorageRegionRequest {
657
657
  /**
658
- * 默认的存储地域,必须是已经开通的地域」,建议改成「默认的存储地域,必须是已经开通的地域(通过 DescribeStorageRegions 接口查询)。
658
+ * 默认的存储地域,必须是已经开通的地域(通过 DescribeStorageRegions 接口查询)。
659
659
  */
660
660
  StorageRegion: string;
661
661
  /**
662
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
662
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
663
663
  */
664
664
  SubAppId?: number;
665
665
  }
@@ -1079,6 +1079,19 @@ export interface UserDefineFaceReviewTemplateInfo {
1079
1079
  */
1080
1080
  ReviewConfidence?: number;
1081
1081
  }
1082
+ /**
1083
+ * RefreshUrlCache请求参数结构体
1084
+ */
1085
+ export interface RefreshUrlCacheRequest {
1086
+ /**
1087
+ * 刷新的 URL 列表,单次最多指定20个 URL。
1088
+ */
1089
+ Urls: Array<string>;
1090
+ /**
1091
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
1092
+ */
1093
+ SubAppId?: number;
1094
+ }
1082
1095
  /**
1083
1096
  * 智能识别模板详情
1084
1097
  */
@@ -1306,23 +1319,31 @@ export interface DescribeStorageDataResponse {
1306
1319
  /**
1307
1320
  * 当前媒体总量。
1308
1321
  */
1309
- MediaCount?: number;
1322
+ MediaCount: number;
1310
1323
  /**
1311
1324
  * 当前总存储量,单位是字节。
1312
1325
  */
1313
- TotalStorage?: number;
1326
+ TotalStorage: number;
1327
+ /**
1328
+ * 当前标准存储量,单位是字节。
1329
+ */
1330
+ StandardStorage: number;
1314
1331
  /**
1315
1332
  * 当前低频存储量,单位是字节。
1316
1333
  */
1317
- InfrequentStorage?: number;
1334
+ InfrequentStorage: number;
1318
1335
  /**
1319
- * 当前标准存储量,单位是字节。
1336
+ * 当前归档存储量,单位是字节。
1337
+ */
1338
+ ArchiveStorage: number;
1339
+ /**
1340
+ * 当前深度归档存储量,单位是字节。
1320
1341
  */
1321
- StandardStorage?: number;
1342
+ DeepArchiveStorage: number;
1322
1343
  /**
1323
1344
  * 各计费区域的存储用量。
1324
1345
  */
1325
- StorageStat?: Array<StorageStatData>;
1346
+ StorageStat: Array<StorageStatData>;
1326
1347
  /**
1327
1348
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1328
1349
  */
@@ -1391,7 +1412,7 @@ export interface DescribeDailyMediaPlayStatResponse {
1391
1412
  */
1392
1413
  export interface ModifySubAppIdInfoRequest {
1393
1414
  /**
1394
- * 子应用 ID
1415
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
1395
1416
  */
1396
1417
  SubAppId: number;
1397
1418
  /**
@@ -1496,7 +1517,7 @@ export interface ExecuteFunctionResponse {
1496
1517
  /**
1497
1518
  * 处理结果打包后的字符串,具体与后台一同协调。
1498
1519
  */
1499
- Result?: string;
1520
+ Result: string;
1500
1521
  /**
1501
1522
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1502
1523
  */
@@ -1525,6 +1546,10 @@ export interface ComposeMediaRequest {
1525
1546
  * 输出的媒体文件信息。
1526
1547
  */
1527
1548
  Output: ComposeMediaOutput;
1549
+ /**
1550
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
1551
+ */
1552
+ SubAppId?: number;
1528
1553
  /**
1529
1554
  * 制作视频文件时使用的画布。
1530
1555
  */
@@ -1537,10 +1562,6 @@ export interface ComposeMediaRequest {
1537
1562
  * 用于任务去重的识别码,如果三天内曾有过相同的识别码的请求,则本次的请求会返回错误。最长 50 个字符,不带或者带空字符串表示不做去重。
1538
1563
  */
1539
1564
  SessionId?: string;
1540
- /**
1541
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
1542
- */
1543
- SubAppId?: number;
1544
1565
  }
1545
1566
  /**
1546
1567
  * 视频内容识别模板详情
@@ -1765,7 +1786,7 @@ export interface DescribeDailyMediaPlayStatRequest {
1765
1786
  */
1766
1787
  EndDate: string;
1767
1788
  /**
1768
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
1789
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
1769
1790
  */
1770
1791
  SubAppId?: number;
1771
1792
  }
@@ -1982,7 +2003,7 @@ export interface DeleteSuperPlayerConfigRequest {
1982
2003
  */
1983
2004
  Name: string;
1984
2005
  /**
1985
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
2006
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
1986
2007
  */
1987
2008
  SubAppId?: number;
1988
2009
  }
@@ -2206,6 +2227,15 @@ export interface AiRecognitionTaskOcrWordsResultOutput {
2206
2227
  */
2207
2228
  ResultSetFileUrlExpireTime: string;
2208
2229
  }
2230
+ /**
2231
+ * RefreshUrlCache返回参数结构体
2232
+ */
2233
+ export interface RefreshUrlCacheResponse {
2234
+ /**
2235
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2236
+ */
2237
+ RequestId?: string;
2238
+ }
2209
2239
  /**
2210
2240
  * 视频拼接任务信息,该结构仅用于对 2017 版[视频拼接](https://cloud.tencent.com/document/product/266/7821)接口发起的任务。
2211
2241
  */
@@ -2294,7 +2324,7 @@ export interface AttachMediaSubtitlesRequest {
2294
2324
  */
2295
2325
  SubtitleIds: Array<string>;
2296
2326
  /**
2297
- * 点播[子应用](/document/product/266/14574) ID 。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
2327
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
2298
2328
  */
2299
2329
  SubAppId?: number;
2300
2330
  }
@@ -2522,7 +2552,7 @@ export interface ModifyVodDomainAccelerateConfigRequest {
2522
2552
  */
2523
2553
  Status: string;
2524
2554
  /**
2525
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
2555
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
2526
2556
  */
2527
2557
  SubAppId?: number;
2528
2558
  }
@@ -2685,7 +2715,7 @@ export interface ForbidMediaDistributionRequest {
2685
2715
  */
2686
2716
  Operation: string;
2687
2717
  /**
2688
- * 点播[子应用](/document/product/266/14574) ID 。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
2718
+ * <b>点播[子应用](/document/product/266/14574) ID 。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
2689
2719
  */
2690
2720
  SubAppId?: number;
2691
2721
  }
@@ -2876,6 +2906,10 @@ export interface ModifyMediaInfoRequest {
2876
2906
  * 媒体文件唯一标识。
2877
2907
  */
2878
2908
  FileId: string;
2909
+ /**
2910
+ * <b>点播[子应用](/document/product/266/14574) ID 。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
2911
+ */
2912
+ SubAppId?: number;
2879
2913
  /**
2880
2914
  * 媒体文件名称,最长 64 个字符。
2881
2915
  */
@@ -2935,10 +2969,6 @@ export interface ModifyMediaInfoRequest {
2935
2969
  同一个请求里,ClearSubtitles 与 AddSubtitles不能同时出现。
2936
2970
  */
2937
2971
  ClearSubtitles?: number;
2938
- /**
2939
- * 点播[子应用](/document/product/266/14574) ID 。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
2940
- */
2941
- SubAppId?: number;
2942
2972
  }
2943
2973
  /**
2944
2974
  * DeleteTranscodeTemplate请求参数结构体
@@ -3235,6 +3265,10 @@ export interface CreateVodDomainRequest {
3235
3265
  * 需要接入点播的加速域名。注意:不支持填写泛域名。
3236
3266
  */
3237
3267
  Domain: string;
3268
+ /**
3269
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
3270
+ */
3271
+ SubAppId?: number;
3238
3272
  /**
3239
3273
  * 需要开启 CDN 加速的区域:
3240
3274
  <li>Chinese Mainland:中国境内(不包含港澳台)。</li>
@@ -3243,10 +3277,6 @@ export interface CreateVodDomainRequest {
3243
3277
  如果没有设置 AccelerateArea, 点播会根据用户在腾讯云设置的地域信息自动开通中国境内或者中国境外的 CDN 加速。开启中国境内加速的域名,需要先[备案域名](/document/product/243/18905)。
3244
3278
  */
3245
3279
  AccelerateArea?: string;
3246
- /**
3247
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
3248
- */
3249
- SubAppId?: number;
3250
3280
  }
3251
3281
  /**
3252
3282
  * 文本全文本识别任务控制参数
@@ -3271,6 +3301,10 @@ export interface ProcessMediaByProcedureRequest {
3271
3301
  * [任务流模板](/document/product/266/11700#.E4.BB.BB.E5.8A.A1.E6.B5.81.E6.A8.A1.E6.9D.BF)名字。
3272
3302
  */
3273
3303
  ProcedureName: string;
3304
+ /**
3305
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
3306
+ */
3307
+ SubAppId?: number;
3274
3308
  /**
3275
3309
  * 任务流的优先级,数值越大优先级越高,取值范围是-10到10,不填代表0。
3276
3310
  */
@@ -3291,10 +3325,6 @@ export interface ProcessMediaByProcedureRequest {
3291
3325
  * 保留字段,特殊用途时使用。
3292
3326
  */
3293
3327
  ExtInfo?: string;
3294
- /**
3295
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
3296
- */
3297
- SubAppId?: number;
3298
3328
  }
3299
3329
  /**
3300
3330
  * 点播文件雪碧图信息
@@ -3713,6 +3743,10 @@ export interface LiveRealTimeClipRequest {
3713
3743
  * 流剪辑的结束时间,格式参照 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
3714
3744
  */
3715
3745
  EndTime: string;
3746
+ /**
3747
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
3748
+ */
3749
+ SubAppId?: number;
3716
3750
  /**
3717
3751
  * 是否固化。0 不固化,1 固化。默认不固化。
3718
3752
  */
@@ -3737,10 +3771,6 @@ export interface LiveRealTimeClipRequest {
3737
3771
  * 系统保留字段,请勿填写。
3738
3772
  */
3739
3773
  ExtInfo?: string;
3740
- /**
3741
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
3742
- */
3743
- SubAppId?: number;
3744
3774
  }
3745
3775
  /**
3746
3776
  * DeleteAdaptiveDynamicStreamingTemplate请求参数结构体
@@ -3856,15 +3886,15 @@ export interface SimpleHlsClipResponse {
3856
3886
  /**
3857
3887
  * 裁剪后的视频地址。
3858
3888
  */
3859
- Url?: string;
3889
+ Url: string;
3860
3890
  /**
3861
3891
  * 裁剪后的视频元信息。目前`Size`,`Rotate`,`VideoDuration`,`AudioDuration` 几个字段暂时缺省,没有真实数据。
3862
3892
  */
3863
- MetaData?: MediaMetaData;
3893
+ MetaData: MediaMetaData;
3864
3894
  /**
3865
3895
  * 剪辑固化后的视频的媒体文件的唯一标识。
3866
3896
  */
3867
- FileId?: string;
3897
+ FileId: string;
3868
3898
  /**
3869
3899
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3870
3900
  */
@@ -3891,6 +3921,10 @@ export interface EditMediaRequest {
3891
3921
  * 输入视频的类型,可以取的值为 File,Stream 两种。
3892
3922
  */
3893
3923
  InputType: string;
3924
+ /**
3925
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
3926
+ */
3927
+ SubAppId?: number;
3894
3928
  /**
3895
3929
  * 输入的视频文件信息,当 InputType 为 File 时必填。
3896
3930
  */
@@ -3929,10 +3963,6 @@ export interface EditMediaRequest {
3929
3963
  * 保留字段,特殊用途时使用。
3930
3964
  */
3931
3965
  ExtInfo?: string;
3932
- /**
3933
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
3934
- */
3935
- SubAppId?: number;
3936
3966
  }
3937
3967
  /**
3938
3968
  * License 请求次数统计数据。
@@ -4108,7 +4138,7 @@ export interface ForbidMediaDistributionResponse {
4108
4138
  /**
4109
4139
  * 不存在的文件 ID 列表。
4110
4140
  */
4111
- NotExistFileIdSet?: Array<string>;
4141
+ NotExistFileIdSet: Array<string>;
4112
4142
  /**
4113
4143
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4114
4144
  */
@@ -5021,11 +5051,11 @@ export interface DescribeCDNUsageDataResponse {
5021
5051
  /**
5022
5052
  * 时间粒度,单位:分钟。
5023
5053
  */
5024
- DataInterval?: number;
5054
+ DataInterval: number;
5025
5055
  /**
5026
5056
  * CDN 统计数据。
5027
5057
  */
5028
- Data?: Array<StatDataItem>;
5058
+ Data: Array<StatDataItem>;
5029
5059
  /**
5030
5060
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5031
5061
  */
@@ -5177,7 +5207,7 @@ export interface ModifyMediaStorageClassRequest {
5177
5207
  */
5178
5208
  StorageClass: string;
5179
5209
  /**
5180
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
5210
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
5181
5211
  */
5182
5212
  SubAppId?: number;
5183
5213
  /**
@@ -5453,6 +5483,15 @@ export interface MediaTrackItem {
5453
5483
  */
5454
5484
  EmptyItem?: EmptyTrackItem;
5455
5485
  }
5486
+ /**
5487
+ * RestoreMedia返回参数结构体
5488
+ */
5489
+ export interface RestoreMediaResponse {
5490
+ /**
5491
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5492
+ */
5493
+ RequestId?: string;
5494
+ }
5456
5495
  /**
5457
5496
  * 对视频按指定时间点截图任务结果类型
5458
5497
  */
@@ -5497,7 +5536,7 @@ export interface ManageTaskRequest {
5497
5536
  */
5498
5537
  OperationType: string;
5499
5538
  /**
5500
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
5539
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
5501
5540
  */
5502
5541
  SubAppId?: number;
5503
5542
  }
@@ -5758,13 +5797,13 @@ export interface DeleteMediaRequest {
5758
5797
  */
5759
5798
  FileId: string;
5760
5799
  /**
5761
- * 指定本次需要删除的部分。默认值为 "[]", 表示删除媒体及其对应的全部视频处理文件。
5800
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
5762
5801
  */
5763
- DeleteParts?: Array<MediaDeleteItem>;
5802
+ SubAppId?: number;
5764
5803
  /**
5765
- * 点播[子应用](/document/product/266/14574) ID 。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
5804
+ * 指定本次需要删除的部分。默认值为 "[]", 表示删除媒体及其对应的全部视频处理文件。
5766
5805
  */
5767
- SubAppId?: number;
5806
+ DeleteParts?: Array<MediaDeleteItem>;
5768
5807
  }
5769
5808
  /**
5770
5809
  * CreateSuperPlayerConfig请求参数结构体
@@ -5774,6 +5813,10 @@ export interface CreateSuperPlayerConfigRequest {
5774
5813
  * 播放器配置名称,长度限制:64 个字符。只允许出现 [0-9a-zA-Z] 及 _- 字符(如 test_ABC-123),同一个用户该名称唯一。
5775
5814
  */
5776
5815
  Name: string;
5816
+ /**
5817
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
5818
+ */
5819
+ SubAppId?: number;
5777
5820
  /**
5778
5821
  * 播放的音视频类型,可选值:
5779
5822
  <li>AdaptiveDynamicStream:自适应码流输出;</li>
@@ -5837,10 +5880,6 @@ export interface CreateSuperPlayerConfigRequest {
5837
5880
  * 模板描述信息,长度限制:256 个字符。
5838
5881
  */
5839
5882
  Comment?: string;
5840
- /**
5841
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
5842
- */
5843
- SubAppId?: number;
5844
5883
  }
5845
5884
  /**
5846
5885
  * 图片水印模板
@@ -5913,6 +5952,10 @@ export interface SimpleHlsClipRequest {
5913
5952
  * 需要裁剪的腾讯云点播 HLS 视频 URL。
5914
5953
  */
5915
5954
  Url: string;
5955
+ /**
5956
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
5957
+ */
5958
+ SubAppId?: number;
5916
5959
  /**
5917
5960
  * 裁剪的开始偏移时间,单位秒。默认 0,即从视频开头开始裁剪。负数表示距离视频结束多少秒开始裁剪。例如 -10 表示从倒数第 10 秒开始裁剪。
5918
5961
  */
@@ -5925,10 +5968,6 @@ export interface SimpleHlsClipRequest {
5925
5968
  * 是否固化。0 不固化,1 固化。默认不固化。
5926
5969
  */
5927
5970
  IsPersistence?: number;
5928
- /**
5929
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
5930
- */
5931
- SubAppId?: number;
5932
5971
  }
5933
5972
  /**
5934
5973
  * 指定删除点播视频时的删除内容
@@ -6031,7 +6070,7 @@ export interface DescribeDailyPlayStatFileListRequest {
6031
6070
  */
6032
6071
  EndTime: string;
6033
6072
  /**
6034
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
6073
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
6035
6074
  */
6036
6075
  SubAppId?: number;
6037
6076
  }
@@ -6073,7 +6112,7 @@ export interface AsrWordsConfigureInfoForUpdate {
6073
6112
  */
6074
6113
  export interface DescribeStorageDataRequest {
6075
6114
  /**
6076
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
6115
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
6077
6116
  */
6078
6117
  SubAppId?: number;
6079
6118
  }
@@ -6258,7 +6297,7 @@ export interface DescribeEventsStateResponse {
6258
6297
  /**
6259
6298
  * 待进行拉取的事件通知数,为近似值,约5秒延迟。
6260
6299
  */
6261
- CountOfEventsToPull?: number;
6300
+ CountOfEventsToPull: number;
6262
6301
  /**
6263
6302
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6264
6303
  */
@@ -6417,7 +6456,7 @@ export interface TerrorismConfigureInfoForUpdate {
6417
6456
  */
6418
6457
  export interface DescribeEventsStateRequest {
6419
6458
  /**
6420
- * 点播 [子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
6459
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
6421
6460
  */
6422
6461
  SubAppId?: number;
6423
6462
  }
@@ -6863,6 +6902,10 @@ export interface ModifyVodDomainConfigRequest {
6863
6902
  * 域名。
6864
6903
  */
6865
6904
  Domain: string;
6905
+ /**
6906
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
6907
+ */
6908
+ SubAppId?: number;
6866
6909
  /**
6867
6910
  * [Referer 防盗链](/document/product/266/14046)规则。
6868
6911
  */
@@ -6871,10 +6914,6 @@ export interface ModifyVodDomainConfigRequest {
6871
6914
  * [Key 防盗链](/document/product/266/14047)规则。
6872
6915
  */
6873
6916
  UrlSignatureAuthPolicy?: UrlSignatureAuthPolicy;
6874
- /**
6875
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
6876
- */
6877
- SubAppId?: number;
6878
6917
  }
6879
6918
  /**
6880
6919
  * AI 样本管理,标签操作。
@@ -6986,7 +7025,7 @@ export interface CreateAIRecognitionTemplateResponse {
6986
7025
  */
6987
7026
  export interface ModifySubAppIdStatusRequest {
6988
7027
  /**
6989
- * 子应用 ID
7028
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
6990
7029
  */
6991
7030
  SubAppId: number;
6992
7031
  /**
@@ -7150,6 +7189,10 @@ export interface SplitMediaRequest {
7150
7189
  * 视频拆条任务信息列表,最多同时支持100个拆条信息。
7151
7190
  */
7152
7191
  Segments: Array<SplitMediaTaskConfig>;
7192
+ /**
7193
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
7194
+ */
7195
+ SubAppId?: number;
7153
7196
  /**
7154
7197
  * 标识来源上下文,用于透传用户请求信息,在 SplitMediaComplete 回调和任务流状态变更回调将返回该字段值,最长 1000个字符。
7155
7198
  */
@@ -7162,10 +7205,6 @@ export interface SplitMediaRequest {
7162
7205
  * 任务的优先级,数值越大优先级越高,取值范围是 -10 到 10,不填代表 0。
7163
7206
  */
7164
7207
  TasksPriority?: number;
7165
- /**
7166
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
7167
- */
7168
- SubAppId?: number;
7169
7208
  }
7170
7209
  /**
7171
7210
  * Ocr 文字涉及令人不安全的信息
@@ -7438,6 +7477,10 @@ export interface DescribeCdnLogsRequest {
7438
7477
  * 结束时间需大于起始时间;使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F)。
7439
7478
  */
7440
7479
  EndTime: string;
7480
+ /**
7481
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
7482
+ */
7483
+ SubAppId?: number;
7441
7484
  /**
7442
7485
  * 分页拉取的最大返回结果数。默认值:100;最大值:1000。
7443
7486
  */
@@ -7446,10 +7489,6 @@ export interface DescribeCdnLogsRequest {
7446
7489
  * 分页拉取的起始偏移量。默认值:0。
7447
7490
  */
7448
7491
  Offset?: number;
7449
- /**
7450
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
7451
- */
7452
- SubAppId?: number;
7453
7492
  }
7454
7493
  /**
7455
7494
  * 视频处理任务类型
@@ -7608,7 +7647,7 @@ export interface DescribeImageReviewUsageDataRequest {
7608
7647
  */
7609
7648
  EndTime: string;
7610
7649
  /**
7611
- * 点播 [子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
7650
+ * <b>点播 [子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
7612
7651
  */
7613
7652
  SubAppId?: number;
7614
7653
  }
@@ -8320,9 +8359,13 @@ export interface AiReviewPoliticalAsrTaskInput {
8320
8359
  export interface PullUploadRequest {
8321
8360
  /**
8322
8361
  * 要拉取的媒体 URL,暂不支持拉取 Dash 格式(可以支持 HLS)。
8323
- 支持的扩展名详见[媒体类型](https://cloud.tencent.com/document/product/266/9760#.E5.AA.92.E4.BD.93.E7.B1.BB.E5.9E.8B)
8362
+ 支持的扩展名详见[媒体类型](https://cloud.tencent.com/document/product/266/9760#.E5.AA.92.E4.BD.93.E7.B1.BB.E5.9E.8B)。请确保媒体 URL 可以访问。
8324
8363
  */
8325
8364
  MediaUrl: string;
8365
+ /**
8366
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
8367
+ */
8368
+ SubAppId?: number;
8326
8369
  /**
8327
8370
  * 媒体名称。
8328
8371
  */
@@ -8361,10 +8404,6 @@ export interface PullUploadRequest {
8361
8404
  * 保留字段,特殊用途时使用。
8362
8405
  */
8363
8406
  ExtInfo?: string;
8364
- /**
8365
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
8366
- */
8367
- SubAppId?: number;
8368
8407
  /**
8369
8408
  * 来源上下文,用于透传用户请求信息,[上传完成回调](/document/product/266/7830) 将返回该字段值,最长 250 个字符。
8370
8409
  */
@@ -8486,6 +8525,11 @@ export interface DescribeCDNUsageDataRequest {
8486
8525
  <li>Bandwidth:带宽,单位为 bps。</li>
8487
8526
  */
8488
8527
  DataType: string;
8528
+ /**
8529
+ * <b>点播 [子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
8530
+ 当该字段为1时,表示以管理员身份查询所有子应用(含主应用)的用量合计,此时时间粒度只支持天粒度。</b>
8531
+ */
8532
+ SubAppId?: number;
8489
8533
  /**
8490
8534
  * 用量数据的时间粒度,单位:分钟,取值有:
8491
8535
  <li>5:5 分钟粒度,返回指定查询时间内5分钟粒度的明细数据。</li>
@@ -8498,11 +8542,6 @@ export interface DescribeCDNUsageDataRequest {
8498
8542
  * 域名列表。一次最多查询20个域名的用量数据。可以指定多个域名,查询这些域名叠加的用量数据。默认返回所有域名叠加的用量数据。
8499
8543
  */
8500
8544
  DomainNames?: Array<string>;
8501
- /**
8502
- * 点播 [子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
8503
- 当该字段为1时,表示以管理员身份查询所有子应用(含主应用)的用量合计,此时时间粒度只支持天粒度。
8504
- */
8505
- SubAppId?: number;
8506
8545
  }
8507
8546
  /**
8508
8547
  * 文本鉴别涉及令人反感的信息的任务控制参数
@@ -8565,7 +8604,7 @@ export interface DescribeReviewDetailsRequest {
8565
8604
  */
8566
8605
  EndTime: string;
8567
8606
  /**
8568
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
8607
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
8569
8608
  */
8570
8609
  SubAppId?: number;
8571
8610
  }
@@ -8719,6 +8758,10 @@ export interface DescribeMediaPlayStatDetailsRequest {
8719
8758
  * 结束时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
8720
8759
  */
8721
8760
  EndTime: string;
8761
+ /**
8762
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
8763
+ */
8764
+ SubAppId?: number;
8722
8765
  /**
8723
8766
  * 统计时间粒度,有效值:
8724
8767
  <li>Hour:以小时为粒度。</li>
@@ -8726,10 +8769,6 @@ export interface DescribeMediaPlayStatDetailsRequest {
8726
8769
  默认按时间跨度决定,小于1天以小时为粒度,大于等于1天则以天为粒度。
8727
8770
  */
8728
8771
  Interval?: string;
8729
- /**
8730
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
8731
- */
8732
- SubAppId?: number;
8733
8772
  }
8734
8773
  /**
8735
8774
  * Asr 文字涉违禁信息
@@ -8767,7 +8806,7 @@ export interface CreateClassResponse {
8767
8806
  /**
8768
8807
  * 分类 ID
8769
8808
  */
8770
- ClassId?: number;
8809
+ ClassId: number;
8771
8810
  /**
8772
8811
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
8773
8812
  */
@@ -9049,7 +9088,7 @@ export interface ModifyAIRecognitionTemplateRequest {
9049
9088
  */
9050
9089
  export interface DescribeStorageRegionsRequest {
9051
9090
  /**
9052
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
9091
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
9053
9092
  */
9054
9093
  SubAppId?: number;
9055
9094
  }
@@ -9126,6 +9165,10 @@ export interface DescribeCDNStatDetailsRequest {
9126
9165
  * 结束时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
9127
9166
  */
9128
9167
  EndTime: string;
9168
+ /**
9169
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
9170
+ */
9171
+ SubAppId?: number;
9129
9172
  /**
9130
9173
  * 域名列表。一次最多查询20个域名的数据。默认返回所有域名叠加的用量数据。
9131
9174
  */
@@ -9201,10 +9244,6 @@ export interface DescribeCDNStatDetailsRequest {
9201
9244
  当 StartTime 和 EndTime 时间跨度大于24小时时,DataInterval 默认为 1440。
9202
9245
  */
9203
9246
  DataInterval?: number;
9204
- /**
9205
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
9206
- */
9207
- SubAppId?: number;
9208
9247
  }
9209
9248
  /**
9210
9249
  * 文本全文识别输入。
@@ -9595,7 +9634,7 @@ export interface ModifyClassRequest {
9595
9634
  */
9596
9635
  ClassName: string;
9597
9636
  /**
9598
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
9637
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
9599
9638
  */
9600
9639
  SubAppId?: number;
9601
9640
  }
@@ -9779,7 +9818,7 @@ export interface DeleteVodDomainRequest {
9779
9818
  */
9780
9819
  Domain: string;
9781
9820
  /**
9782
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
9821
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
9783
9822
  */
9784
9823
  SubAppId?: number;
9785
9824
  }
@@ -10157,7 +10196,7 @@ export interface DeleteProcedureTemplateRequest {
10157
10196
  */
10158
10197
  Name: string;
10159
10198
  /**
10160
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
10199
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
10161
10200
  */
10162
10201
  SubAppId?: number;
10163
10202
  }
@@ -10779,7 +10818,7 @@ export interface CreateClassRequest {
10779
10818
  */
10780
10819
  ClassName: string;
10781
10820
  /**
10782
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
10821
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
10783
10822
  */
10784
10823
  SubAppId?: number;
10785
10824
  }
@@ -11115,7 +11154,7 @@ export interface DescribeStorageRegionsResponse {
11115
11154
  /**
11116
11155
  * 存储地域信息列表。
11117
11156
  */
11118
- StorageRegionInfos?: Array<StorageRegionInfo>;
11157
+ StorageRegionInfos: Array<StorageRegionInfo>;
11119
11158
  /**
11120
11159
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
11121
11160
  */
@@ -11537,6 +11576,10 @@ export interface DescribeVodDomainsRequest {
11537
11576
  * DescribeTasks请求参数结构体
11538
11577
  */
11539
11578
  export interface DescribeTasksRequest {
11579
+ /**
11580
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
11581
+ */
11582
+ SubAppId?: number;
11540
11583
  /**
11541
11584
  * 过滤条件:任务状态,可选值:WAITING(等待中)、PROCESSING(处理中)、FINISH(已完成)。
11542
11585
  */
@@ -11567,10 +11610,6 @@ export interface DescribeTasksRequest {
11567
11610
  * 翻页标识,分批拉取时使用:当单次请求无法拉取所有数据,接口将会返回 ScrollToken,下一次请求携带该 Token,将会从下一条记录开始获取。
11568
11611
  */
11569
11612
  ScrollToken?: string;
11570
- /**
11571
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
11572
- */
11573
- SubAppId?: number;
11574
11613
  }
11575
11614
  /**
11576
11615
  * DescribeReviewDetails返回参数结构体
@@ -11579,15 +11618,15 @@ export interface DescribeReviewDetailsResponse {
11579
11618
  /**
11580
11619
  * 发起内容智能识别次数。
11581
11620
  */
11582
- TotalCount?: number;
11621
+ TotalCount: number;
11583
11622
  /**
11584
11623
  * 内容智能识别总时长。
11585
11624
  */
11586
- TotalDuration?: number;
11625
+ TotalDuration: number;
11587
11626
  /**
11588
11627
  * 内容智能识别时长统计数据,每天一个数据。
11589
11628
  */
11590
- Data?: Array<StatDataItem>;
11629
+ Data: Array<StatDataItem>;
11591
11630
  /**
11592
11631
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
11593
11632
  */
@@ -11734,7 +11773,7 @@ export interface DescribeAllClassResponse {
11734
11773
  * 分类信息集合
11735
11774
  注意:此字段可能返回 null,表示取不到有效值。
11736
11775
  */
11737
- ClassInfoSet?: Array<MediaClassInfo>;
11776
+ ClassInfoSet: Array<MediaClassInfo>;
11738
11777
  /**
11739
11778
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
11740
11779
  */
@@ -11959,17 +11998,15 @@ export interface CommitUploadResponse {
11959
11998
  /**
11960
11999
  * 媒体文件的唯一标识。
11961
12000
  */
11962
- FileId?: string;
12001
+ FileId: string;
11963
12002
  /**
11964
- * 媒体播放地址。
11965
- 注意:此字段可能返回 null,表示取不到有效值。
11966
- */
11967
- MediaUrl?: string;
12003
+ * 媒体播放地址。
12004
+ */
12005
+ MediaUrl: string;
11968
12006
  /**
11969
- * 媒体封面地址。
11970
- 注意:此字段可能返回 null,表示取不到有效值。
11971
- */
11972
- CoverUrl?: string;
12007
+ * 媒体封面地址。
12008
+ */
12009
+ CoverUrl: string;
11973
12010
  /**
11974
12011
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
11975
12012
  */
@@ -12128,7 +12165,7 @@ export interface DeleteClassRequest {
12128
12165
  */
12129
12166
  ClassId: number;
12130
12167
  /**
12131
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
12168
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
12132
12169
  */
12133
12170
  SubAppId?: number;
12134
12171
  }
@@ -12346,6 +12383,10 @@ export interface ExecuteFunctionRequest {
12346
12383
  * 接口参数,具体参数格式调用时与后端协调。
12347
12384
  */
12348
12385
  FunctionArg: string;
12386
+ /**
12387
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
12388
+ */
12389
+ SubAppId?: number;
12349
12390
  /**
12350
12391
  * 来源上下文,用于透传用户请求信息,任务流状态变更回调将返回该字段值,最长 1000 个字符。
12351
12392
  */
@@ -12358,10 +12399,6 @@ export interface ExecuteFunctionRequest {
12358
12399
  * 保留字段,特殊用途时使用。
12359
12400
  */
12360
12401
  ExtInfo?: string;
12361
- /**
12362
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
12363
- */
12364
- SubAppId?: number;
12365
12402
  }
12366
12403
  /**
12367
12404
  * ConfirmEvents返回参数结构体
@@ -12632,12 +12669,39 @@ export interface SplitMediaResponse {
12632
12669
  /**
12633
12670
  * 视频拆条的任务 ID,可以通过该 ID 查询拆条任务(任务类型为 SplitMedia)的状态。
12634
12671
  */
12635
- TaskId?: string;
12672
+ TaskId: string;
12636
12673
  /**
12637
12674
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
12638
12675
  */
12639
12676
  RequestId?: string;
12640
12677
  }
12678
+ /**
12679
+ * RestoreMedia请求参数结构体
12680
+ */
12681
+ export interface RestoreMediaRequest {
12682
+ /**
12683
+ * 媒体文件唯一标识列表。
12684
+ */
12685
+ FileIds: Array<string>;
12686
+ /**
12687
+ * 解冻出的临时媒体文件的可访问持续时长,单位为“天”。
12688
+ */
12689
+ RestoreDay?: number;
12690
+ /**
12691
+ * 解冻模式。当媒体文件当前的存储类型为归档存储时,有以下取值:
12692
+ <li>极速模式:Expedited,解冻任务在5分钟后完成。</li>
12693
+ <li>标准模式:Standard,解冻任务在5小时后完成 。</li>
12694
+ <li>批量模式:Bulk,,解冻任务在12小时后完成。</li>
12695
+ 当媒体文件的存储类型为深度归档存储时,有以下取值:
12696
+ <li>标准模式:Standard,解冻任务在24小时后完成。</li>
12697
+ <li>批量模式:Bulk,解冻任务在48小时后完成。</li>
12698
+ */
12699
+ RestoreTier?: string;
12700
+ /**
12701
+ * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
12702
+ */
12703
+ SubAppId?: number;
12704
+ }
12641
12705
  /**
12642
12706
  * PullEvents请求参数结构体
12643
12707
  */
@@ -13164,7 +13228,7 @@ export interface ProcessMediaByProcedureResponse {
13164
13228
  /**
13165
13229
  * 任务 ID。
13166
13230
  */
13167
- TaskId?: string;
13231
+ TaskId: string;
13168
13232
  /**
13169
13233
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
13170
13234
  */
@@ -13177,7 +13241,7 @@ export interface PullUploadResponse {
13177
13241
  /**
13178
13242
  * 拉取上传视频的任务 ID,可以通过该 ID 查询拉取上传任务的状态。
13179
13243
  */
13180
- TaskId?: string;
13244
+ TaskId: string;
13181
13245
  /**
13182
13246
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
13183
13247
  */
@@ -13408,7 +13472,7 @@ export interface CommitUploadRequest {
13408
13472
  */
13409
13473
  VodSessionKey: string;
13410
13474
  /**
13411
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
13475
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
13412
13476
  */
13413
13477
  SubAppId?: number;
13414
13478
  }
@@ -13855,6 +13919,11 @@ export interface DescribeStorageDetailsRequest {
13855
13919
  * 结束时间,需大于开始日期,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#52)。
13856
13920
  */
13857
13921
  EndTime: string;
13922
+ /**
13923
+ * <b>点播 [子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
13924
+ 当该字段为1时,表示以管理员身份查询所有子应用(含主应用)的用量合计。</b>
13925
+ */
13926
+ SubAppId?: number;
13858
13927
  /**
13859
13928
  * 统计时间粒度,有效值:
13860
13929
  <li>Minute:以5分钟为粒度。</li>
@@ -13880,11 +13949,6 @@ export interface DescribeStorageDetailsRequest {
13880
13949
  默认值为 TotalStorage。
13881
13950
  */
13882
13951
  StorageType?: string;
13883
- /**
13884
- * 点播 [子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
13885
- 当该字段为1时,表示以管理员身份查询所有子应用(含主应用)的用量合计。
13886
- */
13887
- SubAppId?: number;
13888
13952
  /**
13889
13953
  * 查询的存储区域,有效值:
13890
13954
  <li>Chinese Mainland:中国境内(不包含港澳台)。</li>