tencentcloud-sdk-live 3.0.636 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7fc4ef3b24b768a080d2d2afbddc6b27c1a37a69
4
- data.tar.gz: 03861591237bc0417124e5f778d7163911aa1ee5
3
+ metadata.gz: 1ffde4eb31cab019fcc957765d6513658caaf505
4
+ data.tar.gz: ea62d733f5daaf9105393ab225d632cd50049636
5
5
  SHA512:
6
- metadata.gz: 7e59b2c522292490fdcf73a1161c17717ca9be59b73b95d267079ba9b9bea7defe1abe2c812659632b735697a3420f416e3e1ad663ad23c508f23e12d217cc5b
7
- data.tar.gz: 24b2b955289daec86ae0e7a5e8ca40f1d43f94dc289f521b13b150d52bcaa9201a57e6172783b8ded32c946066e6ea812dcbdc68c1a0527c92a199784e73b37e
6
+ metadata.gz: 71374e1d5e04310b858aac6d187e48116df034a2912e42e3cb98b53849e35dec7a7cb349a81f7e998160d6e9f3189bee70aff1321086d5c4f19b9c77fd095814
7
+ data.tar.gz: e92fbadc41dd6e75efc4f75e834fed0e7afb9c70df74768557999b6692ddab261953d2c65d08f28167d400b2e97ab0e2290b191c747679a069a4249f5723cb7d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.636
1
+ 3.0.637
@@ -496,8 +496,8 @@ module TencentCloud
496
496
  # 回调事件信息
497
497
  class CallbackEventInfo < TencentCloud::Common::AbstractModel
498
498
  # @param EventTime: 事件时间。
499
- # 数据时间点,接口返回支持两种时间格式:
500
- # 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见ISO日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I
499
+ # 接口返回支持两种时间格式:
500
+ # 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)
501
501
  # 2)yyyy-MM-dd HH:mm:ss:使用此格式时,默认代表北京时间。
502
502
  # 接口返回的时间格式和查询请求传入的时间格式一致。
503
503
  # @type EventTime: String
@@ -507,7 +507,11 @@ module TencentCloud
507
507
  # @type Request: String
508
508
  # @param Response: 回调响应
509
509
  # @type Response: String
510
- # @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
+ # 接口返回的时间格式和查询请求传入的时间格式一致。
511
515
  # @type ResponseTime: String
512
516
  # @param ResultCode: 回调结果
513
517
  # @type ResultCode: Integer
@@ -3539,11 +3543,11 @@ module TencentCloud
3539
3543
  # DescribeCallbackRecordsList请求参数结构体
3540
3544
  class DescribeCallbackRecordsListRequest < TencentCloud::Common::AbstractModel
3541
3545
  # @param StartTime: 起始时间点,接口查询支持两种时间格式:
3542
- # 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见IOS日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I
3546
+ # 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)
3543
3547
  # 2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
3544
3548
  # @type StartTime: String
3545
3549
  # @param EndTime: 结束时间点,接口查询支持两种时间格式:
3546
- # 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见IOS日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I
3550
+ # 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)
3547
3551
  # 2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
3548
3552
 
3549
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.636
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-15 00:00:00.000000000 Z
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