tencentcloud-sdk-nodejs 4.0.599 → 4.0.600

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/CHANGELOG.md +224 -0
  2. package/SERVICE_CHANGELOG.md +311 -91
  3. package/package.json +1 -1
  4. package/products.md +19 -19
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_models.ts +2 -2
  7. package/src/services/batch/v20170312/batch_models.ts +3 -2
  8. package/src/services/cam/v20190116/cam_models.ts +17 -2
  9. package/src/services/ccc/v20200210/ccc_client.ts +1 -0
  10. package/src/services/ccc/v20200210/ccc_models.ts +30 -0
  11. package/src/services/cdb/v20170320/cdb_client.ts +12 -0
  12. package/src/services/cdb/v20170320/cdb_models.ts +36 -0
  13. package/src/services/cdn/v20180606/cdn_models.ts +77 -31
  14. package/src/services/cfg/v20210820/cfg_models.ts +3 -3
  15. package/src/services/cfw/v20190904/cfw_client.ts +2 -1
  16. package/src/services/cfw/v20190904/cfw_models.ts +71 -17
  17. package/src/services/cls/v20201016/cls_models.ts +7 -0
  18. package/src/services/cvm/v20170312/cvm_models.ts +3 -2
  19. package/src/services/cwp/v20180228/cwp_client.ts +40 -3
  20. package/src/services/cwp/v20180228/cwp_models.ts +324 -217
  21. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  22. package/src/services/gs/v20191118/gs_models.ts +1 -1
  23. package/src/services/live/v20180801/live_client.ts +1 -1
  24. package/src/services/live/v20180801/live_models.ts +91 -46
  25. package/src/services/mps/v20190612/mps_client.ts +1 -1
  26. package/src/services/mps/v20190612/mps_models.ts +140 -17
  27. package/src/services/vpc/v20170312/vpc_client.ts +30 -4
  28. package/src/services/vpc/v20170312/vpc_models.ts +123 -33
  29. package/tencentcloud/common/sdk_version.d.ts +1 -1
  30. package/tencentcloud/common/sdk_version.js +1 -1
  31. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -2
  32. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +1 -0
  33. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +14 -2
  34. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +25 -0
  35. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +5 -1
  36. package/tencentcloud/services/cdb/v20170320/cdb_client.js +6 -0
  37. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +31 -0
  38. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +72 -26
  39. package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +3 -3
  40. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +1 -1
  41. package/tencentcloud/services/cfw/v20190904/cfw_client.js +1 -1
  42. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +63 -17
  43. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +6 -0
  44. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -0
  45. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +13 -1
  46. package/tencentcloud/services/cwp/v20180228/cwp_client.js +18 -0
  47. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +273 -181
  48. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  49. package/tencentcloud/services/gs/v20191118/gs_models.d.ts +1 -1
  50. package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
  51. package/tencentcloud/services/live/v20180801/live_client.js +1 -1
  52. package/tencentcloud/services/live/v20180801/live_models.d.ts +78 -33
  53. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
  54. package/tencentcloud/services/mps/v20190612/mps_client.js +1 -1
  55. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +120 -17
  56. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +9 -1
  57. package/tencentcloud/services/vpc/v20170312/vpc_client.js +12 -0
  58. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +108 -30
  59. package/test/cdb.v20170320.test.js +10 -0
  60. package/test/cwp.v20180228.test.js +30 -0
  61. package/test/vpc.v20170312.test.js +20 -0
@@ -46,8 +46,11 @@ export interface CreateLiveSnapshotRuleRequest {
46
46
  */
47
47
  export interface BillDataInfo {
48
48
  /**
49
- * 时间点,格式: yyyy-mm-dd HH:MM:SS。
50
- */
49
+ * 时间点,
50
+ 使用UTC格式时间,
51
+ 例如:2019-01-08T10:00:00Z。
52
+ 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
53
+ */
51
54
  Time: string
52
55
 
53
56
  /**
@@ -61,8 +64,12 @@ export interface BillDataInfo {
61
64
  Flux: number
62
65
 
63
66
  /**
64
- * 峰值时间点,格式: yyyy-mm-dd HH:MM:SS,原始数据为5分钟粒度,如果查询小时和天粒度数据,则返回对应粒度内的带宽峰值时间点。
65
- */
67
+ * 峰值时间点,
68
+ 使用UTC格式时间,
69
+ 例如:2019-01-08T10:00:00Z。
70
+ 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
71
+ 原始数据为5分钟粒度,如果查询小时和天粒度数据,则返回对应粒度内的带宽峰值时间点。
72
+ */
66
73
  PeakTime: string
67
74
  }
68
75
 
@@ -83,7 +90,7 @@ export interface DescribeUploadStreamNumsResponse {
83
90
  /**
84
91
  * 明细数据信息
85
92
  */
86
- DataInfoList: Array<ConcurrentRecordStreamNum>
93
+ DataInfoList?: Array<ConcurrentRecordStreamNum>
87
94
 
88
95
  /**
89
96
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -122,8 +129,10 @@ export interface HlsSpecialParam {
122
129
  */
123
130
  export interface TranscodeTotalInfo {
124
131
  /**
125
- * 时间点,北京时间,
126
- 示例:2019-03-01 00:00:00。
132
+ * 时间点,
133
+ 使用UTC格式时间,
134
+ 例如:2019-01-08T10:00:00Z。
135
+ 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
127
136
  */
128
137
  Time: string
129
138
 
@@ -166,7 +175,7 @@ export interface DescribeDeliverBandwidthListResponse {
166
175
  /**
167
176
  * 转推计费带宽数据
168
177
  */
169
- DataInfoList: Array<BandwidthInfo>
178
+ DataInfoList?: Array<BandwidthInfo>
170
179
 
171
180
  /**
172
181
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -242,34 +251,38 @@ export interface FlvSpecialParam {
242
251
  */
243
252
  export interface DescribeBillBandwidthAndFluxListResponse {
244
253
  /**
245
- * 峰值带宽所在时间点,格式为yyyy-mm-dd HH:MM:SS。
246
- */
247
- PeakBandwidthTime: string
254
+ * 峰值带宽所在时间点,接口返回支持两种时间格式(与接口请求传递的时间格式一致):
255
+ 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见IOS日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I
256
+ 2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
257
+ */
258
+ PeakBandwidthTime?: string
248
259
 
249
260
  /**
250
261
  * 峰值带宽,单位是Mbps。
251
262
  */
252
- PeakBandwidth: number
263
+ PeakBandwidth?: number
253
264
 
254
265
  /**
255
- * 95峰值带宽所在时间点,格式为yyyy-mm-dd HH:MM:SS。
256
- */
257
- P95PeakBandwidthTime: string
266
+ * 95峰值带宽所在时间点,接口返回支持两种时间格式(与接口请求传递的时间格式一致):
267
+ 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见IOS日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I
268
+ 2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
269
+ */
270
+ P95PeakBandwidthTime?: string
258
271
 
259
272
  /**
260
273
  * 95峰值带宽,单位是Mbps。
261
274
  */
262
- P95PeakBandwidth: number
275
+ P95PeakBandwidth?: number
263
276
 
264
277
  /**
265
278
  * 总流量,单位是MB。
266
279
  */
267
- SumFlux: number
280
+ SumFlux?: number
268
281
 
269
282
  /**
270
283
  * 明细数据信息。
271
284
  */
272
- DataInfoList: Array<BillDataInfo>
285
+ DataInfoList?: Array<BillDataInfo>
273
286
 
274
287
  /**
275
288
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1029,7 +1042,7 @@ export interface DescribeScreenShotSheetNumListResponse {
1029
1042
  /**
1030
1043
  * 数据信息列表。
1031
1044
  */
1032
- DataInfoList: Array<TimeValue>
1045
+ DataInfoList?: Array<TimeValue>
1033
1046
 
1034
1047
  /**
1035
1048
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1455,13 +1468,18 @@ export interface DescribePushBandwidthAndFluxListResponse {
1455
1468
  */
1456
1469
  export interface DescribeUploadStreamNumsRequest {
1457
1470
  /**
1458
- * 起始时间点,格式为yyyy-mm-dd HH:MM:SS。
1459
- */
1471
+ * 起始时间点,接口查询支持两种时间格式:
1472
+ 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见IOS日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I
1473
+ 2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
1474
+ */
1460
1475
  StartTime: string
1461
1476
 
1462
1477
  /**
1463
- * 结束时间点,格式为yyyy-mm-dd HH:MM:SS,起始和结束时间跨度不支持超过31天。支持最近31天的数据查询
1464
- */
1478
+ * 结束时间点,接口查询支持两种时间格式:
1479
+ 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见IOS日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I
1480
+ 2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
1481
+ 起始和结束时间跨度不支持超过31天。支持最近31天的数据查询
1482
+ */
1465
1483
  EndTime: string
1466
1484
 
1467
1485
  /**
@@ -1945,13 +1963,18 @@ export interface DescribeTimeShiftStreamListRequest {
1945
1963
  */
1946
1964
  export interface DescribeDeliverBandwidthListRequest {
1947
1965
  /**
1948
- * 起始时间,格式为%Y-%m-%d %H:%M:%S。
1949
- */
1966
+ * 起始时间点,接口查询支持两种时间格式:
1967
+ 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见IOS日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I
1968
+ 2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
1969
+ */
1950
1970
  StartTime: string
1951
1971
 
1952
1972
  /**
1953
- * 结束时间,格式为%Y-%m-%d %H:%M:%S,支持最近三个月的数据查询,时间跨度最大是1个月。
1954
- */
1973
+ * 结束时间点,接口查询支持两种时间格式:
1974
+ 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见IOS日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I
1975
+ 2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
1976
+ 支持最近三个月的数据查询,时间跨度最大是1个月。
1977
+ */
1955
1978
  EndTime: string
1956
1979
  }
1957
1980
 
@@ -2435,13 +2458,18 @@ export interface DeleteLiveRecordResponse {
2435
2458
  */
2436
2459
  export interface DescribeScreenShotSheetNumListRequest {
2437
2460
  /**
2438
- * utc起始时间,格式为yyyy-mm-ddTHH:MM:SSZ
2439
- */
2461
+ * 起始时间点,接口查询支持两种时间格式:
2462
+ 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见IOS日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I
2463
+ 2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
2464
+ */
2440
2465
  StartTime: string
2441
2466
 
2442
2467
  /**
2443
- * utc结束时间,格式为yyyy-mm-ddTHH:MM:SSZ,支持查询最近1年数据。
2444
- */
2468
+ * 结束时间点,接口查询支持两种时间格式:
2469
+ 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见IOS日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I
2470
+ 2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
2471
+ 支持查询最近1年的数据。
2472
+ */
2445
2473
  EndTime: string
2446
2474
 
2447
2475
  /**
@@ -3139,7 +3167,7 @@ export interface DescribeConcurrentRecordStreamNumResponse {
3139
3167
  /**
3140
3168
  * 统计信息列表。
3141
3169
  */
3142
- DataInfoList: Array<ConcurrentRecordStreamNum>
3170
+ DataInfoList?: Array<ConcurrentRecordStreamNum>
3143
3171
 
3144
3172
  /**
3145
3173
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -4630,8 +4658,11 @@ export interface ModifyLivePlayDomainResponse {
4630
4658
  */
4631
4659
  export interface CdnPlayStatData {
4632
4660
  /**
4633
- * 时间点,格式: yyyy-mm-dd HH:MM:SS。
4634
- */
4661
+ * 时间点,
4662
+ 使用UTC格式时间,
4663
+ 例如:2019-01-08T10:00:00Z。
4664
+ 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
4665
+ */
4635
4666
  Time: string
4636
4667
 
4637
4668
  /**
@@ -6015,7 +6046,9 @@ export interface DescribeLiveTimeShiftBillInfoListResponse {
6015
6046
  export interface BandwidthInfo {
6016
6047
  /**
6017
6048
  * 返回格式:
6018
- yyyy-mm-dd HH:MM:SS
6049
+ 使用UTC格式时间,
6050
+ 例如:2019-01-08T10:00:00Z。
6051
+ 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
6019
6052
  根据粒度会有不同程度的缩减。
6020
6053
  */
6021
6054
  Time: string
@@ -6324,13 +6357,17 @@ NormalLive:普通直播。
6324
6357
  LiveType: string
6325
6358
 
6326
6359
  /**
6327
- * 起始时间,格式:yyyy-mm-dd HH:MM:SS。
6360
+ * 起始时间点,接口查询支持两种时间格式:
6361
+ 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见IOS日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I
6362
+ 2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
6328
6363
  可以查询最近180天的数据。
6329
6364
  */
6330
6365
  StartTime: string
6331
6366
 
6332
6367
  /**
6333
- * 结束时间,格式:yyyy-mm-dd HH:MM:SS。
6368
+ * 结束时间点,接口查询支持两种时间格式:
6369
+ 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见IOS日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I
6370
+ 2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
6334
6371
  时间跨度最大支持31天。
6335
6372
  */
6336
6373
  EndTime: string
@@ -7430,7 +7467,7 @@ export interface DescribeLiveTranscodeTotalInfoResponse {
7430
7467
  * 统计数据列表。
7431
7468
  注意:此字段可能返回 null,表示取不到有效值。
7432
7469
  */
7433
- DataInfoList: Array<TranscodeTotalInfo>
7470
+ DataInfoList?: Array<TranscodeTotalInfo>
7434
7471
 
7435
7472
  /**
7436
7473
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -7664,13 +7701,18 @@ export type DescribeLiveTranscodeTemplatesRequest = null
7664
7701
  */
7665
7702
  export interface DescribeBillBandwidthAndFluxListRequest {
7666
7703
  /**
7667
- * 起始时间点,格式为yyyy-mm-dd HH:MM:SS。
7668
- */
7704
+ * 起始时间点,接口查询支持两种时间格式:
7705
+ 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见IOS日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I
7706
+ 2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
7707
+ */
7669
7708
  StartTime: string
7670
7709
 
7671
7710
  /**
7672
- * 结束时间点,格式为yyyy-mm-dd HH:MM:SS,起始和结束时间跨度不支持超过31天。支持最近3年的数据查询
7673
- */
7711
+ * 结束时间点,接口查询支持两种时间格式:
7712
+ 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见IOS日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I
7713
+ 2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
7714
+ 起始和结束时间跨度不支持超过31天。支持最近3年的数据查询
7715
+ */
7674
7716
  EndTime: string
7675
7717
 
7676
7718
  /**
@@ -8856,14 +8898,17 @@ export interface DescribeLiveCallbackRulesResponse {
8856
8898
  */
8857
8899
  export interface DescribeLiveTranscodeTotalInfoRequest {
8858
8900
  /**
8859
- * 开始时间,北京时间。
8860
- 格式:yyyy-mm-dd HH:MM:SS。
8901
+ * 结束时间点,接口查询支持两种时间格式:
8902
+ 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见IOS日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I
8903
+ 2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
8861
8904
  */
8862
8905
  StartTime: string
8863
8906
 
8864
8907
  /**
8865
- * 结束时间,北京时间。
8866
- 格式:yyyy-mm-dd HH:MM:SS。
8908
+ * 结束时间,
8909
+ 使用UTC格式时间,
8910
+ 例如:2019-01-08T10:00:00Z。
8911
+ 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
8867
8912
  */
8868
8913
  EndTime: string
8869
8914
 
@@ -622,7 +622,7 @@ export class Client extends AbstractClient {
622
622
  }
623
623
 
624
624
  /**
625
- * 通过任务 ID 查询任务的执行状态和结果的详细信息(最多可以查询3天之内提交的任务)。
625
+ * 通过任务 ID 查询任务的执行状态和结果的详细信息(最多可以查询7天之内提交的任务)。
626
626
  */
627
627
  async DescribeTaskDetail(
628
628
  req: DescribeTaskDetailRequest,
@@ -3120,6 +3120,18 @@ export interface MediaProcessTaskAdaptiveDynamicStreamingResult {
3120
3120
  注意:此字段可能返回 null,表示取不到有效值。
3121
3121
  */
3122
3122
  Output: AdaptiveDynamicStreamingInfoItem
3123
+
3124
+ /**
3125
+ * 任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
3126
+ 注意:此字段可能返回 null,表示取不到有效值。
3127
+ */
3128
+ BeginProcessTime?: string
3129
+
3130
+ /**
3131
+ * 任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
3132
+ 注意:此字段可能返回 null,表示取不到有效值。
3133
+ */
3134
+ FinishTime?: string
3123
3135
  }
3124
3136
 
3125
3137
  /**
@@ -3443,6 +3455,18 @@ export interface ScheduleRecognitionTaskResult {
3443
3455
  注意:此字段可能返回 null,表示取不到有效值。
3444
3456
  */
3445
3457
  Output: Array<AiRecognitionResult>
3458
+
3459
+ /**
3460
+ * 任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
3461
+ 注意:此字段可能返回 null,表示取不到有效值。
3462
+ */
3463
+ BeginProcessTime?: string
3464
+
3465
+ /**
3466
+ * 任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
3467
+ 注意:此字段可能返回 null,表示取不到有效值。
3468
+ */
3469
+ FinishTime?: string
3446
3470
  }
3447
3471
 
3448
3472
  /**
@@ -3594,6 +3618,18 @@ export interface MediaProcessTaskAnimatedGraphicResult {
3594
3618
  注意:此字段可能返回 null,表示取不到有效值。
3595
3619
  */
3596
3620
  Output: MediaAnimatedGraphicsItem
3621
+
3622
+ /**
3623
+ * 任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
3624
+ 注意:此字段可能返回 null,表示取不到有效值。
3625
+ */
3626
+ BeginProcessTime?: string
3627
+
3628
+ /**
3629
+ * 任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
3630
+ 注意:此字段可能返回 null,表示取不到有效值。
3631
+ */
3632
+ FinishTime?: string
3597
3633
  }
3598
3634
 
3599
3635
  /**
@@ -4256,6 +4292,18 @@ export interface MediaProcessTaskImageSpriteResult {
4256
4292
  注意:此字段可能返回 null,表示取不到有效值。
4257
4293
  */
4258
4294
  Output: MediaImageSpriteItem
4295
+
4296
+ /**
4297
+ * 任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
4298
+ 注意:此字段可能返回 null,表示取不到有效值。
4299
+ */
4300
+ BeginProcessTime?: string
4301
+
4302
+ /**
4303
+ * 任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
4304
+ 注意:此字段可能返回 null,表示取不到有效值。
4305
+ */
4306
+ FinishTime?: string
4259
4307
  }
4260
4308
 
4261
4309
  /**
@@ -5521,6 +5569,18 @@ export interface MediaProcessTaskSnapshotByTimeOffsetResult {
5521
5569
  注意:此字段可能返回 null,表示取不到有效值。
5522
5570
  */
5523
5571
  Output: MediaSnapshotByTimeOffsetItem
5572
+
5573
+ /**
5574
+ * 任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
5575
+ 注意:此字段可能返回 null,表示取不到有效值。
5576
+ */
5577
+ BeginProcessTime?: string
5578
+
5579
+ /**
5580
+ * 任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
5581
+ 注意:此字段可能返回 null,表示取不到有效值。
5582
+ */
5583
+ FinishTime?: string
5524
5584
  }
5525
5585
 
5526
5586
  /**
@@ -6577,6 +6637,18 @@ export interface ScheduleAnalysisTaskResult {
6577
6637
  注意:此字段可能返回 null,表示取不到有效值。
6578
6638
  */
6579
6639
  Output: Array<AiAnalysisResult>
6640
+
6641
+ /**
6642
+ * 任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
6643
+ 注意:此字段可能返回 null,表示取不到有效值。
6644
+ */
6645
+ BeginProcessTime?: string
6646
+
6647
+ /**
6648
+ * 任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
6649
+ 注意:此字段可能返回 null,表示取不到有效值。
6650
+ */
6651
+ FinishTime?: string
6580
6652
  }
6581
6653
 
6582
6654
  /**
@@ -9101,6 +9173,18 @@ export interface MediaProcessTaskSampleSnapshotResult {
9101
9173
  注意:此字段可能返回 null,表示取不到有效值。
9102
9174
  */
9103
9175
  Output: MediaSampleSnapshotItem
9176
+
9177
+ /**
9178
+ * 任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
9179
+ 注意:此字段可能返回 null,表示取不到有效值。
9180
+ */
9181
+ BeginProcessTime?: string
9182
+
9183
+ /**
9184
+ * 任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
9185
+ 注意:此字段可能返回 null,表示取不到有效值。
9186
+ */
9187
+ FinishTime?: string
9104
9188
  }
9105
9189
 
9106
9190
  /**
@@ -9242,7 +9326,8 @@ export interface FlowRealtimeStatusSRT {
9242
9326
  export interface TEHDConfigForUpdate {
9243
9327
  /**
9244
9328
  * 极速高清类型,可选值:
9245
- <li>TEHD-100:极速高清-100。</li>
9329
+ <li>TEHD-100:极速高清-100(视频极速高清)。</li>
9330
+ <li>TEHD-200:极速高清-200(音频极速高清)。</li>
9246
9331
  不填代表不修改。
9247
9332
  */
9248
9333
  Type?: string
@@ -10040,6 +10125,18 @@ export interface ScheduleReviewTaskResult {
10040
10125
  注意:此字段可能返回 null,表示取不到有效值。
10041
10126
  */
10042
10127
  Output: Array<AiContentReviewResult>
10128
+
10129
+ /**
10130
+ * 任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
10131
+ 注意:此字段可能返回 null,表示取不到有效值。
10132
+ */
10133
+ BeginProcessTime?: string
10134
+
10135
+ /**
10136
+ * 任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
10137
+ 注意:此字段可能返回 null,表示取不到有效值。
10138
+ */
10139
+ FinishTime?: string
10043
10140
  }
10044
10141
 
10045
10142
  /**
@@ -10524,7 +10621,7 @@ export interface DescribeTaskDetailResponse {
10524
10621
  <li>LiveStreamProcessTask:直播流处理任务。</li>
10525
10622
  <li>ScheduleTask:编排处理任务。</li>
10526
10623
  */
10527
- TaskType: string
10624
+ TaskType?: string
10528
10625
 
10529
10626
  /**
10530
10627
  * 任务状态,取值:
@@ -10532,72 +10629,72 @@ export interface DescribeTaskDetailResponse {
10532
10629
  <li>PROCESSING:处理中;</li>
10533
10630
  <li>FINISH:已完成。</li>
10534
10631
  */
10535
- Status: string
10632
+ Status?: string
10536
10633
 
10537
10634
  /**
10538
10635
  * 任务的创建时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
10539
10636
  */
10540
- CreateTime: string
10637
+ CreateTime?: string
10541
10638
 
10542
10639
  /**
10543
10640
  * 任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
10544
10641
  */
10545
- BeginProcessTime: string
10642
+ BeginProcessTime?: string
10546
10643
 
10547
10644
  /**
10548
10645
  * 任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
10549
10646
  */
10550
- FinishTime: string
10647
+ FinishTime?: string
10551
10648
 
10552
10649
  /**
10553
10650
  * 视频编辑任务信息,仅当 TaskType 为 EditMediaTask,该字段有值。
10554
10651
  注意:此字段可能返回 null,表示取不到有效值。
10555
10652
  */
10556
- EditMediaTask: EditMediaTask
10653
+ EditMediaTask?: EditMediaTask
10557
10654
 
10558
10655
  /**
10559
10656
  * 视频处理任务信息,仅当 TaskType 为 WorkflowTask,该字段有值。
10560
10657
  注意:此字段可能返回 null,表示取不到有效值。
10561
10658
  */
10562
- WorkflowTask: WorkflowTask
10659
+ WorkflowTask?: WorkflowTask
10563
10660
 
10564
10661
  /**
10565
10662
  * 直播流处理任务信息,仅当 TaskType 为 LiveStreamProcessTask,该字段有值。
10566
10663
  注意:此字段可能返回 null,表示取不到有效值。
10567
10664
  */
10568
- LiveStreamProcessTask: LiveStreamProcessTask
10665
+ LiveStreamProcessTask?: LiveStreamProcessTask
10569
10666
 
10570
10667
  /**
10571
10668
  * 任务的事件通知信息。
10572
10669
  注意:此字段可能返回 null,表示取不到有效值。
10573
10670
  */
10574
- TaskNotifyConfig: TaskNotifyConfig
10671
+ TaskNotifyConfig?: TaskNotifyConfig
10575
10672
 
10576
10673
  /**
10577
10674
  * 任务流的优先级,取值范围为 [-10, 10]。
10578
10675
  */
10579
- TasksPriority: number
10676
+ TasksPriority?: number
10580
10677
 
10581
10678
  /**
10582
10679
  * 用于去重的识别码,如果七天内曾有过相同的识别码的请求,则本次的请求会返回错误。最长50个字符,不带或者带空字符串表示不做去重。
10583
10680
  */
10584
- SessionId: string
10681
+ SessionId?: string
10585
10682
 
10586
10683
  /**
10587
10684
  * 来源上下文,用于透传用户请求信息,任务流状态变更回调将返回该字段值,最长1000个字符。
10588
10685
  */
10589
- SessionContext: string
10686
+ SessionContext?: string
10590
10687
 
10591
10688
  /**
10592
10689
  * 扩展信息字段,仅用于特定场景。
10593
10690
  */
10594
- ExtInfo: string
10691
+ ExtInfo?: string
10595
10692
 
10596
10693
  /**
10597
10694
  * 编排处理任务信息,仅当 TaskType 为 ScheduleTask,该字段有值。
10598
10695
  注意:此字段可能返回 null,表示取不到有效值。
10599
10696
  */
10600
- ScheduleTask: ScheduleTask
10697
+ ScheduleTask?: ScheduleTask
10601
10698
 
10602
10699
  /**
10603
10700
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -11116,7 +11213,8 @@ export interface LiveStreamAiReviewResultItem {
11116
11213
  export interface TEHDConfig {
11117
11214
  /**
11118
11215
  * 极速高清类型,可选值:
11119
- <li>TEHD-100:极速高清-100。</li>
11216
+ <li>TEHD-100:极速高清-100(视频极速高清)。</li>
11217
+ <li>TEHD-200:极速高清-200(音频极速高清)。</li>
11120
11218
  不填代表不启用极速高清。
11121
11219
  */
11122
11220
  Type: string
@@ -11253,6 +11351,12 @@ export interface MediaVideoStreamItem {
11253
11351
  注意:此字段可能返回 null,表示取不到有效值。
11254
11352
  */
11255
11353
  HdrType: string
11354
+
11355
+ /**
11356
+ * 视频Codecs。
11357
+ 注意:此字段可能返回 null,表示取不到有效值。
11358
+ */
11359
+ Codecs?: string
11256
11360
  }
11257
11361
 
11258
11362
  /**
@@ -11644,6 +11748,18 @@ export interface MediaAudioStreamItem {
11644
11748
  注意:此字段可能返回 null,表示取不到有效值。
11645
11749
  */
11646
11750
  Channel: number
11751
+
11752
+ /**
11753
+ * 音频Codecs。
11754
+ 注意:此字段可能返回 null,表示取不到有效值。
11755
+ */
11756
+ Codecs?: string
11757
+
11758
+ /**
11759
+ * 音频响度。
11760
+ 注意:此字段可能返回 null,表示取不到有效值。
11761
+ */
11762
+ Loudness?: number
11647
11763
  }
11648
11764
 
11649
11765
  /**
@@ -13848,6 +13964,12 @@ export interface EditMediaTaskOutput {
13848
13964
  * 编辑后的视频文件路径。
13849
13965
  */
13850
13966
  Path: string
13967
+
13968
+ /**
13969
+ * 编辑后的视频文件元信息。
13970
+ 注意:此字段可能返回 null,表示取不到有效值。
13971
+ */
13972
+ MetaData?: MediaMetaData
13851
13973
  }
13852
13974
 
13853
13975
  /**
@@ -14089,7 +14211,8 @@ export interface AiRecognitionResult {
14089
14211
 
14090
14212
  /**
14091
14213
  * 翻译结果,当 Type 为
14092
- TransTextRecognition 时有效。
14214
+
14215
+ TransTextRecognition 时有效。
14093
14216
  注意:此字段可能返回 null,表示取不到有效值。
14094
14217
  */
14095
14218
  TransTextTask: AiRecognitionTaskTransTextResult