tencentcloud-sdk-nodejs-live 4.1.174 → 4.1.175
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/package.json
CHANGED
|
@@ -366,39 +366,31 @@ export interface DescribeDeliverBandwidthListResponse {
|
|
|
366
366
|
*/
|
|
367
367
|
export interface DescribeLiveTranscodeDetailInfoRequest {
|
|
368
368
|
/**
|
|
369
|
-
*
|
|
369
|
+
* <p>推流域名。</p>
|
|
370
370
|
*/
|
|
371
371
|
PushDomain?: string;
|
|
372
372
|
/**
|
|
373
|
-
*
|
|
373
|
+
* <p>流名称。</p>
|
|
374
374
|
*/
|
|
375
375
|
StreamName?: string;
|
|
376
376
|
/**
|
|
377
|
-
*
|
|
378
|
-
格式:yyyymmdd。
|
|
379
|
-
注意:支持查询近1个月内某天的详细数据,截止到昨天。
|
|
377
|
+
* <p>查询时间,北京时间,<br>格式:yyyymmdd。<br>注意:支持查询近1个月内某天的详细数据,截止到昨天。</p>
|
|
380
378
|
*/
|
|
381
379
|
DayTime?: string;
|
|
382
380
|
/**
|
|
383
|
-
*
|
|
384
|
-
不超过100页。
|
|
381
|
+
* <p>页数,默认1,<br>不超过100页。</p>
|
|
385
382
|
*/
|
|
386
383
|
PageNum?: number;
|
|
387
384
|
/**
|
|
388
|
-
*
|
|
389
|
-
范围:[10,1000]。
|
|
385
|
+
* <p>每页个数,默认20,<br>范围:[10,1000]。</p>
|
|
390
386
|
*/
|
|
391
387
|
PageSize?: number;
|
|
392
388
|
/**
|
|
393
|
-
*
|
|
394
|
-
格式:yyyymmdd。
|
|
395
|
-
注意:支持查询近1个月内的详细数据。
|
|
389
|
+
* <p>起始天时间,北京时间,<br>格式:yyyymmdd。<br>注意:支持查询近1个月内的详细数据。</p>
|
|
396
390
|
*/
|
|
397
391
|
StartDayTime?: string;
|
|
398
392
|
/**
|
|
399
|
-
*
|
|
400
|
-
格式:yyyymmdd。
|
|
401
|
-
注意:支持查询近1个月内的详细数据,截止到昨天,注意DayTime 与(StartDayTime,EndDayTime)必须要传一个,如果都传,会以DayTime为准 。
|
|
393
|
+
* <p>结束天时间,北京时间,<br>格式:yyyymmdd。<br>注意:支持查询近1个月内的详细数据,截止到昨天,注意DayTime 与(StartDayTime,EndDayTime)必须要传一个,如果都传,会以DayTime为准 。</p>
|
|
402
394
|
*/
|
|
403
395
|
EndDayTime?: string;
|
|
404
396
|
}
|
|
@@ -3091,23 +3083,23 @@ export interface DescribeUploadStreamNumsResponse {
|
|
|
3091
3083
|
*/
|
|
3092
3084
|
export interface DescribeLiveTranscodeDetailInfoResponse {
|
|
3093
3085
|
/**
|
|
3094
|
-
*
|
|
3086
|
+
* <p>统计数据列表。</p>
|
|
3095
3087
|
*/
|
|
3096
3088
|
DataInfoList?: Array<TranscodeDetailInfo>;
|
|
3097
3089
|
/**
|
|
3098
|
-
*
|
|
3090
|
+
* <p>页码。</p>
|
|
3099
3091
|
*/
|
|
3100
3092
|
PageNum?: number;
|
|
3101
3093
|
/**
|
|
3102
|
-
*
|
|
3094
|
+
* <p>每页个数。</p>
|
|
3103
3095
|
*/
|
|
3104
3096
|
PageSize?: number;
|
|
3105
3097
|
/**
|
|
3106
|
-
*
|
|
3098
|
+
* <p>总个数。</p>
|
|
3107
3099
|
*/
|
|
3108
3100
|
TotalNum?: number;
|
|
3109
3101
|
/**
|
|
3110
|
-
*
|
|
3102
|
+
* <p>总页数。</p>
|
|
3111
3103
|
*/
|
|
3112
3104
|
TotalPage?: number;
|
|
3113
3105
|
/**
|