tencentcloud-sdk-live 3.0.585 → 3.0.586

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 72dbfd77a404d14b7f21f465c5f4ff9e75245242
4
- data.tar.gz: b2fadffa45a980e9ce896bc30eb371594c13fdc0
3
+ metadata.gz: 6fe9ca32e0003f54c179d8732d4ca0709e38c1e3
4
+ data.tar.gz: aa71392a0c9fd51a5f7562fef3562022af7b73ab
5
5
  SHA512:
6
- metadata.gz: af5e321b53ab7ca70f0f6d30e973af3fe2e86ad389df6fdc291ea971606cb4e49f017ecf0b61d67e05e9e66d027335cf5d1b3eee7ef2ca1c6631cf52077db0b9
7
- data.tar.gz: 4396e9ca48cd9a1b0dd74d76f2c365e7308d107caaf93825a6ee77c504d1511c6b82f5853d994bacfcfb4d498aa274660894371a7cdced2277da18dd12896de0
6
+ metadata.gz: 4924fdb3b6740dbbfcdb08e240abb43a1849e5e8dd369d0349ebd0a15b19e3b438d7e243b5676740d187af4a683e47a6578ad06dcffcdd19cd80bb036fa3bcf5
7
+ data.tar.gz: 1213f8204a859e7a8438b639d0be68f84d293b82e7f0f62b0e7f89ddfd6fb528cd3b2f0e41c2e644087a128b09c04d44ce346a3f58170c72e76d033197bbb2a3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.585
1
+ 3.0.586
@@ -2501,7 +2501,6 @@ module TencentCloud
2501
2501
  end
2502
2502
 
2503
2503
  # 查询播放数据,支持按流名称查询详细播放数据,也可按播放域名查询详细总数据,数据延迟4分钟左右。
2504
- # 注意:按AppName查询请先联系工单申请,开通后配置生效预计需要5个工作日左右,具体时间以最终回复为准。
2505
2504
 
2506
2505
  # @param request: Request instance for DescribeStreamPlayInfoList.
2507
2506
  # @type request: :class:`Tencentcloud::live::V20180801::DescribeStreamPlayInfoListRequest`
@@ -1126,7 +1126,7 @@ module TencentCloud
1126
1126
  class CreateLivePullStreamTaskRequest < TencentCloud::Common::AbstractModel
1127
1127
  # @param SourceType: 拉流源的类型:
1128
1128
  # PullLivePushLive -直播,
1129
- # PullVodPushLive -点播。
1129
+ # PullVodPushLive -点播,
1130
1130
  # PullPicPushLive -图片。
1131
1131
  # @type SourceType: String
1132
1132
  # @param SourceUrls: 拉流源 url 列表。
@@ -2248,7 +2248,10 @@ module TencentCloud
2248
2248
 
2249
2249
  # 流播放信息
2250
2250
  class DayStreamPlayInfo < TencentCloud::Common::AbstractModel
2251
- # @param Time: 数据时间点,格式:yyyy-mm-dd HH:MM:SS。
2251
+ # @param Time: 数据时间点,接口返回支持两种时间格式:
2252
+ # 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见IOS日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I
2253
+ # 2)yyyy-MM-dd HH:mm:ss:使用此格式时,默认代表北京时间。
2254
+ # 接口返回的时间格式和查询请求传入的时间格式一致。
2252
2255
  # @type Time: String
2253
2256
  # @param Bandwidth: 带宽(单位Mbps)。
2254
2257
  # @type Bandwidth: Float
@@ -6534,10 +6537,15 @@ module TencentCloud
6534
6537
 
6535
6538
  # DescribeStreamPlayInfoList请求参数结构体
6536
6539
  class DescribeStreamPlayInfoListRequest < TencentCloud::Common::AbstractModel
6537
- # @param StartTime: 开始时间,北京时间,格式为yyyy-mm-dd HH:MM:SS
6540
+ # @param StartTime: 起始时间点,接口查询支持两种时间格式:
6541
+ # 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见IOS日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I
6542
+ # 2)yyyy-MM-dd HH:mm:ss:使用此格式时,默认代表北京时间。
6543
+ # 开始时间和结束时间的格式需要保持一致。
6538
6544
  # @type StartTime: String
6539
- # @param EndTime: 结束时间,北京时间,格式为yyyy-mm-dd HH:MM:SS,
6540
- # 结束时间 和 开始时间跨度不支持超过24小时,支持距当前时间一个月内的数据查询。
6545
+ # @param EndTime: 结束时间点,接口查询支持两种时间格式:
6546
+ # 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见IOS日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I
6547
+ # 2)yyyy-MM-dd HH:mm:ss:使用此格式时,默认代表北京时间。
6548
+ # 开始时间和结束时间的格式需要保持一致。结束时间和开始时间跨度不支持超过24小时,支持距当前时间一个月内的数据查询。
6541
6549
  # @type EndTime: String
6542
6550
  # @param PlayDomain: 播放域名,
6543
6551
  # 若不填,则为查询所有播放域名的在线流数据。
@@ -6547,7 +6555,6 @@ module TencentCloud
6547
6555
  # @type StreamName: String
6548
6556
  # @param AppName: 推流路径,与播放地址中的AppName保持一致,会精确匹配,在同时传递了StreamName时生效。
6549
6557
  # 若不填,则为查询总体播放数据。
6550
- # 注意:按AppName查询请先联系工单申请,开通后配置生效预计需要5个工作日左右,具体时间以最终回复为准。
6551
6558
  # @type AppName: String
6552
6559
  # @param ServiceName: 服务名称,可选值包括LVB(标准直播),LEB(快直播),不填则查LVB+LEB总值。
6553
6560
  # @type ServiceName: String
@@ -9300,10 +9307,13 @@ module TencentCloud
9300
9307
  # 1 - 启用。
9301
9308
  # 注意:此字段可能返回 null,表示取不到有效值。
9302
9309
  # @type VodLocalMode: Integer
9310
+ # @param RecordTemplateId: 录制模板 ID。
9311
+ # 注意:此字段可能返回 null,表示取不到有效值。
9312
+ # @type RecordTemplateId: String
9303
9313
 
9304
- attr_accessor :TaskId, :SourceType, :SourceUrls, :DomainName, :AppName, :StreamName, :PushArgs, :StartTime, :EndTime, :Region, :VodLoopTimes, :VodRefreshType, :CreateTime, :UpdateTime, :CreateBy, :UpdateBy, :CallbackUrl, :CallbackEvents, :CallbackInfo, :ErrorInfo, :Status, :RecentPullInfo, :Comment, :BackupSourceType, :BackupSourceUrl, :WatermarkList, :VodLocalMode
9314
+ attr_accessor :TaskId, :SourceType, :SourceUrls, :DomainName, :AppName, :StreamName, :PushArgs, :StartTime, :EndTime, :Region, :VodLoopTimes, :VodRefreshType, :CreateTime, :UpdateTime, :CreateBy, :UpdateBy, :CallbackUrl, :CallbackEvents, :CallbackInfo, :ErrorInfo, :Status, :RecentPullInfo, :Comment, :BackupSourceType, :BackupSourceUrl, :WatermarkList, :VodLocalMode, :RecordTemplateId
9305
9315
 
9306
- def initialize(taskid=nil, sourcetype=nil, sourceurls=nil, domainname=nil, appname=nil, streamname=nil, pushargs=nil, starttime=nil, endtime=nil, region=nil, vodlooptimes=nil, vodrefreshtype=nil, createtime=nil, updatetime=nil, createby=nil, updateby=nil, callbackurl=nil, callbackevents=nil, callbackinfo=nil, errorinfo=nil, status=nil, recentpullinfo=nil, comment=nil, backupsourcetype=nil, backupsourceurl=nil, watermarklist=nil, vodlocalmode=nil)
9316
+ def initialize(taskid=nil, sourcetype=nil, sourceurls=nil, domainname=nil, appname=nil, streamname=nil, pushargs=nil, starttime=nil, endtime=nil, region=nil, vodlooptimes=nil, vodrefreshtype=nil, createtime=nil, updatetime=nil, createby=nil, updateby=nil, callbackurl=nil, callbackevents=nil, callbackinfo=nil, errorinfo=nil, status=nil, recentpullinfo=nil, comment=nil, backupsourcetype=nil, backupsourceurl=nil, watermarklist=nil, vodlocalmode=nil, recordtemplateid=nil)
9307
9317
  @TaskId = taskid
9308
9318
  @SourceType = sourcetype
9309
9319
  @SourceUrls = sourceurls
@@ -9331,6 +9341,7 @@ module TencentCloud
9331
9341
  @BackupSourceUrl = backupsourceurl
9332
9342
  @WatermarkList = watermarklist
9333
9343
  @VodLocalMode = vodlocalmode
9344
+ @RecordTemplateId = recordtemplateid
9334
9345
  end
9335
9346
 
9336
9347
  def deserialize(params)
@@ -9371,6 +9382,7 @@ module TencentCloud
9371
9382
  end
9372
9383
  end
9373
9384
  @VodLocalMode = params['VodLocalMode']
9385
+ @RecordTemplateId = params['RecordTemplateId']
9374
9386
  end
9375
9387
  end
9376
9388
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-live
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.585
4
+ version: 3.0.586
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-06 00:00:00.000000000 Z
11
+ date: 2023-06-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common