tencentcloud-sdk-nodejs-live 4.0.598 → 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.
@@ -25,8 +25,11 @@ export interface CreateLiveSnapshotRuleRequest {
25
25
  */
26
26
  export interface BillDataInfo {
27
27
  /**
28
- * 时间点,格式: yyyy-mm-dd HH:MM:SS。
29
- */
28
+ * 时间点,
29
+ 使用UTC格式时间,
30
+ 例如:2019-01-08T10:00:00Z。
31
+ 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
32
+ */
30
33
  Time: string;
31
34
  /**
32
35
  * 带宽,单位是 Mbps。
@@ -37,8 +40,12 @@ export interface BillDataInfo {
37
40
  */
38
41
  Flux: number;
39
42
  /**
40
- * 峰值时间点,格式: yyyy-mm-dd HH:MM:SS,原始数据为5分钟粒度,如果查询小时和天粒度数据,则返回对应粒度内的带宽峰值时间点。
41
- */
43
+ * 峰值时间点,
44
+ 使用UTC格式时间,
45
+ 例如:2019-01-08T10:00:00Z。
46
+ 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
47
+ 原始数据为5分钟粒度,如果查询小时和天粒度数据,则返回对应粒度内的带宽峰值时间点。
48
+ */
42
49
  PeakTime: string;
43
50
  }
44
51
  /**
@@ -57,7 +64,7 @@ export interface DescribeUploadStreamNumsResponse {
57
64
  /**
58
65
  * 明细数据信息
59
66
  */
60
- DataInfoList: Array<ConcurrentRecordStreamNum>;
67
+ DataInfoList?: Array<ConcurrentRecordStreamNum>;
61
68
  /**
62
69
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
63
70
  */
@@ -91,8 +98,10 @@ export interface HlsSpecialParam {
91
98
  */
92
99
  export interface TranscodeTotalInfo {
93
100
  /**
94
- * 时间点,北京时间,
95
- 示例:2019-03-01 00:00:00。
101
+ * 时间点,
102
+ 使用UTC格式时间,
103
+ 例如:2019-01-08T10:00:00Z。
104
+ 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
96
105
  */
97
106
  Time: string;
98
107
  /**
@@ -130,7 +139,7 @@ export interface DescribeDeliverBandwidthListResponse {
130
139
  /**
131
140
  * 转推计费带宽数据
132
141
  */
133
- DataInfoList: Array<BandwidthInfo>;
142
+ DataInfoList?: Array<BandwidthInfo>;
134
143
  /**
135
144
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
136
145
  */
@@ -196,29 +205,33 @@ export interface FlvSpecialParam {
196
205
  */
197
206
  export interface DescribeBillBandwidthAndFluxListResponse {
198
207
  /**
199
- * 峰值带宽所在时间点,格式为yyyy-mm-dd HH:MM:SS。
200
- */
201
- PeakBandwidthTime: string;
208
+ * 峰值带宽所在时间点,接口返回支持两种时间格式(与接口请求传递的时间格式一致):
209
+ 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见IOS日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I
210
+ 2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
211
+ */
212
+ PeakBandwidthTime?: string;
202
213
  /**
203
214
  * 峰值带宽,单位是Mbps。
204
215
  */
205
- PeakBandwidth: number;
216
+ PeakBandwidth?: number;
206
217
  /**
207
- * 95峰值带宽所在时间点,格式为yyyy-mm-dd HH:MM:SS。
208
- */
209
- P95PeakBandwidthTime: string;
218
+ * 95峰值带宽所在时间点,接口返回支持两种时间格式(与接口请求传递的时间格式一致):
219
+ 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见IOS日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I
220
+ 2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
221
+ */
222
+ P95PeakBandwidthTime?: string;
210
223
  /**
211
224
  * 95峰值带宽,单位是Mbps。
212
225
  */
213
- P95PeakBandwidth: number;
226
+ P95PeakBandwidth?: number;
214
227
  /**
215
228
  * 总流量,单位是MB。
216
229
  */
217
- SumFlux: number;
230
+ SumFlux?: number;
218
231
  /**
219
232
  * 明细数据信息。
220
233
  */
221
- DataInfoList: Array<BillDataInfo>;
234
+ DataInfoList?: Array<BillDataInfo>;
222
235
  /**
223
236
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
224
237
  */
@@ -869,7 +882,7 @@ export interface DescribeScreenShotSheetNumListResponse {
869
882
  /**
870
883
  * 数据信息列表。
871
884
  */
872
- DataInfoList: Array<TimeValue>;
885
+ DataInfoList?: Array<TimeValue>;
873
886
  /**
874
887
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
875
888
  */
@@ -1232,12 +1245,17 @@ export interface DescribePushBandwidthAndFluxListResponse {
1232
1245
  */
1233
1246
  export interface DescribeUploadStreamNumsRequest {
1234
1247
  /**
1235
- * 起始时间点,格式为yyyy-mm-dd HH:MM:SS。
1236
- */
1248
+ * 起始时间点,接口查询支持两种时间格式:
1249
+ 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见IOS日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I
1250
+ 2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
1251
+ */
1237
1252
  StartTime: string;
1238
1253
  /**
1239
- * 结束时间点,格式为yyyy-mm-dd HH:MM:SS,起始和结束时间跨度不支持超过31天。支持最近31天的数据查询
1240
- */
1254
+ * 结束时间点,接口查询支持两种时间格式:
1255
+ 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见IOS日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I
1256
+ 2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
1257
+ 起始和结束时间跨度不支持超过31天。支持最近31天的数据查询
1258
+ */
1241
1259
  EndTime: string;
1242
1260
  /**
1243
1261
  * 直播域名,若不填,表示总体数据。
@@ -1649,12 +1667,17 @@ export interface DescribeTimeShiftStreamListRequest {
1649
1667
  */
1650
1668
  export interface DescribeDeliverBandwidthListRequest {
1651
1669
  /**
1652
- * 起始时间,格式为%Y-%m-%d %H:%M:%S。
1653
- */
1670
+ * 起始时间点,接口查询支持两种时间格式:
1671
+ 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见IOS日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I
1672
+ 2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
1673
+ */
1654
1674
  StartTime: string;
1655
1675
  /**
1656
- * 结束时间,格式为%Y-%m-%d %H:%M:%S,支持最近三个月的数据查询,时间跨度最大是1个月。
1657
- */
1676
+ * 结束时间点,接口查询支持两种时间格式:
1677
+ 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见IOS日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I
1678
+ 2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
1679
+ 支持最近三个月的数据查询,时间跨度最大是1个月。
1680
+ */
1658
1681
  EndTime: string;
1659
1682
  }
1660
1683
  /**
@@ -2069,12 +2092,17 @@ export interface DeleteLiveRecordResponse {
2069
2092
  */
2070
2093
  export interface DescribeScreenShotSheetNumListRequest {
2071
2094
  /**
2072
- * utc起始时间,格式为yyyy-mm-ddTHH:MM:SSZ
2073
- */
2095
+ * 起始时间点,接口查询支持两种时间格式:
2096
+ 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见IOS日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I
2097
+ 2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
2098
+ */
2074
2099
  StartTime: string;
2075
2100
  /**
2076
- * utc结束时间,格式为yyyy-mm-ddTHH:MM:SSZ,支持查询最近1年数据。
2077
- */
2101
+ * 结束时间点,接口查询支持两种时间格式:
2102
+ 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见IOS日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I
2103
+ 2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
2104
+ 支持查询最近1年的数据。
2105
+ */
2078
2106
  EndTime: string;
2079
2107
  /**
2080
2108
  * 地域信息,可选值包括Mainland,Oversea,前者是查询中国大陆范围内的数据,后者是除中国大陆范围之外的数据,若不传该参数,则查询所有地区的数据。
@@ -2672,7 +2700,7 @@ export interface DescribeConcurrentRecordStreamNumResponse {
2672
2700
  /**
2673
2701
  * 统计信息列表。
2674
2702
  */
2675
- DataInfoList: Array<ConcurrentRecordStreamNum>;
2703
+ DataInfoList?: Array<ConcurrentRecordStreamNum>;
2676
2704
  /**
2677
2705
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2678
2706
  */
@@ -3939,8 +3967,11 @@ export interface ModifyLivePlayDomainResponse {
3939
3967
  */
3940
3968
  export interface CdnPlayStatData {
3941
3969
  /**
3942
- * 时间点,格式: yyyy-mm-dd HH:MM:SS。
3943
- */
3970
+ * 时间点,
3971
+ 使用UTC格式时间,
3972
+ 例如:2019-01-08T10:00:00Z。
3973
+ 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
3974
+ */
3944
3975
  Time: string;
3945
3976
  /**
3946
3977
  * 带宽,单位: Mbps。
@@ -5128,7 +5159,9 @@ export interface DescribeLiveTimeShiftBillInfoListResponse {
5128
5159
  export interface BandwidthInfo {
5129
5160
  /**
5130
5161
  * 返回格式:
5131
- yyyy-mm-dd HH:MM:SS
5162
+ 使用UTC格式时间,
5163
+ 例如:2019-01-08T10:00:00Z。
5164
+ 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
5132
5165
  根据粒度会有不同程度的缩减。
5133
5166
  */
5134
5167
  Time: string;
@@ -5390,12 +5423,16 @@ export interface DescribeConcurrentRecordStreamNumRequest {
5390
5423
  */
5391
5424
  LiveType: string;
5392
5425
  /**
5393
- * 起始时间,格式:yyyy-mm-dd HH:MM:SS。
5426
+ * 起始时间点,接口查询支持两种时间格式:
5427
+ 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见IOS日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I
5428
+ 2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
5394
5429
  可以查询最近180天的数据。
5395
5430
  */
5396
5431
  StartTime: string;
5397
5432
  /**
5398
- * 结束时间,格式:yyyy-mm-dd HH:MM:SS。
5433
+ * 结束时间点,接口查询支持两种时间格式:
5434
+ 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见IOS日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I
5435
+ 2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
5399
5436
  时间跨度最大支持31天。
5400
5437
  */
5401
5438
  EndTime: string;
@@ -6335,7 +6372,7 @@ export interface DescribeLiveTranscodeTotalInfoResponse {
6335
6372
  * 统计数据列表。
6336
6373
  注意:此字段可能返回 null,表示取不到有效值。
6337
6374
  */
6338
- DataInfoList: Array<TranscodeTotalInfo>;
6375
+ DataInfoList?: Array<TranscodeTotalInfo>;
6339
6376
  /**
6340
6377
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6341
6378
  */
@@ -6533,12 +6570,17 @@ export declare type DescribeLiveTranscodeTemplatesRequest = null;
6533
6570
  */
6534
6571
  export interface DescribeBillBandwidthAndFluxListRequest {
6535
6572
  /**
6536
- * 起始时间点,格式为yyyy-mm-dd HH:MM:SS。
6537
- */
6573
+ * 起始时间点,接口查询支持两种时间格式:
6574
+ 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见IOS日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I
6575
+ 2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
6576
+ */
6538
6577
  StartTime: string;
6539
6578
  /**
6540
- * 结束时间点,格式为yyyy-mm-dd HH:MM:SS,起始和结束时间跨度不支持超过31天。支持最近3年的数据查询
6541
- */
6579
+ * 结束时间点,接口查询支持两种时间格式:
6580
+ 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见IOS日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I
6581
+ 2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
6582
+ 起始和结束时间跨度不支持超过31天。支持最近3年的数据查询
6583
+ */
6542
6584
  EndTime: string;
6543
6585
  /**
6544
6586
  * 直播播放域名,若不填,表示总体数据。
@@ -7557,13 +7599,16 @@ export interface DescribeLiveCallbackRulesResponse {
7557
7599
  */
7558
7600
  export interface DescribeLiveTranscodeTotalInfoRequest {
7559
7601
  /**
7560
- * 开始时间,北京时间。
7561
- 格式:yyyy-mm-dd HH:MM:SS。
7602
+ * 结束时间点,接口查询支持两种时间格式:
7603
+ 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见IOS日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I
7604
+ 2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
7562
7605
  */
7563
7606
  StartTime: string;
7564
7607
  /**
7565
- * 结束时间,北京时间。
7566
- 格式:yyyy-mm-dd HH:MM:SS。
7608
+ * 结束时间,
7609
+ 使用UTC格式时间,
7610
+ 例如:2019-01-08T10:00:00Z。
7611
+ 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
7567
7612
  */
7568
7613
  EndTime: string;
7569
7614
  /**