tencentcloud-sdk-live 3.0.635 → 3.0.637
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180801/models.rb +13 -5
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1ffde4eb31cab019fcc957765d6513658caaf505
|
|
4
|
+
data.tar.gz: ea62d733f5daaf9105393ab225d632cd50049636
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 71374e1d5e04310b858aac6d187e48116df034a2912e42e3cb98b53849e35dec7a7cb349a81f7e998160d6e9f3189bee70aff1321086d5c4f19b9c77fd095814
|
|
7
|
+
data.tar.gz: e92fbadc41dd6e75efc4f75e834fed0e7afb9c70df74768557999b6692ddab261953d2c65d08f28167d400b2e97ab0e2290b191c747679a069a4249f5723cb7d
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.637
|
data/lib/v20180801/models.rb
CHANGED
|
@@ -495,7 +495,11 @@ module TencentCloud
|
|
|
495
495
|
|
|
496
496
|
# 回调事件信息
|
|
497
497
|
class CallbackEventInfo < TencentCloud::Common::AbstractModel
|
|
498
|
-
# @param EventTime:
|
|
498
|
+
# @param EventTime: 事件时间。
|
|
499
|
+
# 接口返回支持两种时间格式:
|
|
500
|
+
# 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)
|
|
501
|
+
# 2)yyyy-MM-dd HH:mm:ss:使用此格式时,默认代表北京时间。
|
|
502
|
+
# 接口返回的时间格式和查询请求传入的时间格式一致。
|
|
499
503
|
# @type EventTime: String
|
|
500
504
|
# @param EventType: 事件类型
|
|
501
505
|
# @type EventType: Integer
|
|
@@ -503,7 +507,11 @@ module TencentCloud
|
|
|
503
507
|
# @type Request: String
|
|
504
508
|
# @param Response: 回调响应
|
|
505
509
|
# @type Response: String
|
|
506
|
-
# @param ResponseTime:
|
|
510
|
+
# @param ResponseTime: 客户接口响应时间。
|
|
511
|
+
# 接口返回支持两种时间格式:
|
|
512
|
+
# 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)
|
|
513
|
+
# 2)yyyy-MM-dd HH:mm:ss:使用此格式时,默认代表北京时间。
|
|
514
|
+
# 接口返回的时间格式和查询请求传入的时间格式一致。
|
|
507
515
|
# @type ResponseTime: String
|
|
508
516
|
# @param ResultCode: 回调结果
|
|
509
517
|
# @type ResultCode: Integer
|
|
@@ -2475,7 +2483,7 @@ module TencentCloud
|
|
|
2475
2483
|
# 流播放信息
|
|
2476
2484
|
class DayStreamPlayInfo < TencentCloud::Common::AbstractModel
|
|
2477
2485
|
# @param Time: 数据时间点,接口返回支持两种时间格式:
|
|
2478
|
-
# 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见
|
|
2486
|
+
# 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见ISO日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I
|
|
2479
2487
|
# 2)yyyy-MM-dd HH:mm:ss:使用此格式时,默认代表北京时间。
|
|
2480
2488
|
# 接口返回的时间格式和查询请求传入的时间格式一致。
|
|
2481
2489
|
# @type Time: String
|
|
@@ -3535,11 +3543,11 @@ module TencentCloud
|
|
|
3535
3543
|
# DescribeCallbackRecordsList请求参数结构体
|
|
3536
3544
|
class DescribeCallbackRecordsListRequest < TencentCloud::Common::AbstractModel
|
|
3537
3545
|
# @param StartTime: 起始时间点,接口查询支持两种时间格式:
|
|
3538
|
-
# 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见
|
|
3546
|
+
# 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)
|
|
3539
3547
|
# 2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
|
|
3540
3548
|
# @type StartTime: String
|
|
3541
3549
|
# @param EndTime: 结束时间点,接口查询支持两种时间格式:
|
|
3542
|
-
# 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见
|
|
3550
|
+
# 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)
|
|
3543
3551
|
# 2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
|
|
3544
3552
|
|
|
3545
3553
|
# 查询的起始和结束时间跨度不支持超过1天。仅支持查询最近14天的数据。
|
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.
|
|
4
|
+
version: 3.0.637
|
|
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-08-
|
|
11
|
+
date: 2023-08-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|