tencentcloud-sdk-nodejs-live 4.1.159 → 4.1.162

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-live",
3
- "version": "4.1.159",
3
+ "version": "4.1.162",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2887,27 +2887,19 @@ export interface DescribeLiveStreamEventListResponse {
2887
2887
  */
2888
2888
  export interface DescribeLiveTranscodeTotalInfoRequest {
2889
2889
  /**
2890
- * 开始时间,支持最近三个月的数据查询,起始时间和结束时间跨度不能超过三个月。接口查询支持两种时间格式:
2891
- 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
2892
- 2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
2890
+ * <p>开始时间,支持最近三个月的数据查询,起始时间和结束时间跨度不能超过三个月。接口查询支持两种时间格式:1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 <a href="https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F">ISO 日期格式说明</a>2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。</p>
2893
2891
  */
2894
2892
  StartTime: string;
2895
2893
  /**
2896
- * 结束时间,支持最近三个月的数据查询,起始时间和结束时间跨度不能超过三个月。接口查询支持两种时间格式:
2897
- 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
2898
- 2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
2894
+ * <p>结束时间,支持最近三个月的数据查询,起始时间和结束时间跨度不能超过三个月。接口查询支持两种时间格式:1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 <a href="https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F">ISO 日期格式说明</a>2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。</p>
2899
2895
  */
2900
2896
  EndTime: string;
2901
2897
  /**
2902
- * 推流域名列表,若不填,表示查询所有域名总体数据。
2903
- 指定域名时返回1小时粒度数据。
2898
+ * <p>推流域名列表,若不填,表示查询所有域名总体数据。指定域名时返回1小时粒度数据。</p>
2904
2899
  */
2905
2900
  PushDomains?: Array<string>;
2906
2901
  /**
2907
- * 可选值:
2908
- Mainland:查询中国大陆(境内)数据,
2909
- Oversea:则查询国际/港澳台(境外)数据,
2910
- 默认:查询全球地区(境内+境外)的数据。
2902
+ * <p>可选值:Mainland:查询中国大陆(境内)数据,Oversea:则查询国际/港澳台(境外)数据,默认:查询全球地区(境内+境外)的数据。</p>
2911
2903
  */
2912
2904
  MainlandOrOversea?: string;
2913
2905
  }
@@ -11154,7 +11146,7 @@ export interface EnableLiveDomainRequest {
11154
11146
  */
11155
11147
  export interface DescribeLiveTranscodeTotalInfoResponse {
11156
11148
  /**
11157
- * 统计数据列表。
11149
+ * <p>统计数据列表。</p>
11158
11150
  */
11159
11151
  DataInfoList?: Array<TranscodeTotalInfo>;
11160
11152
  /**