tencentcloud-sdk-iotvideoindustry 1.0.249 → 1.0.253

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: eddff587c2b7f4d050f339b760237ab1858d061b
4
- data.tar.gz: 85671b28383ab42b6ce473c6c49528fb8606e38f
3
+ metadata.gz: 2c757b2feab67fdd72c88e2647f2f3487a41d247
4
+ data.tar.gz: d310ada584628bb0c5f9635b763f59dd44979843
5
5
  SHA512:
6
- metadata.gz: 2f88721d09880cc329775175e5f38d159f9311351d45919ee91d09fbfe93309199213ac415aef3ddf7c9e255ad1f60e0aefa3b636fd86c4907bbf1b1eca628cc
7
- data.tar.gz: 733b96099b3c490ecb20d1c78c3f510c3271b8ff5c9c58f8ba7a6bdd94c2dad2e7b7642f9b37a48f99975ccab58cfe2e9949f4c1b097aaaad1b10874c3c0ee27
6
+ metadata.gz: d92194f2c3935f9399ba71063c5ce6c6a1ab8f6e475b12c9b9ee340160c78bdd21e27f05e2ee8a0dfd25a909d002fe00b679f64d1c095e3f23a1583b79ca8f67
7
+ data.tar.gz: 41c7fea5425d862cffbb2c435b5cb53687ee465fdacb9cc499ce4e6e15d1ac9e57695a72cd24c5c9b3469e90de03c44ed56ebb867b95af17047bc5eb7ba4771b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.249
1
+ 1.0.253
@@ -2074,7 +2074,7 @@ module TencentCloud
2074
2074
  # @type EndTime: Integer
2075
2075
  # @param DeviceId: 设备Id
2076
2076
  # @type DeviceId: String
2077
- # @param EventTypes: 事件类型 1:注册 2:心跳 4:录制异常 5:播放异常 6:流中断
2077
+ # @param EventTypes: 默认为全部 事件类型 1:注册 2:心跳 4:录制异常 5:播放异常 6:流中断
2078
2078
  # @type EventTypes: Array
2079
2079
  # @param Offset: 偏移值
2080
2080
  # @type Offset: Integer
@@ -4258,9 +4258,9 @@ module TencentCloud
4258
4258
  class DescribeXP2PDataRequest < TencentCloud::Common::AbstractModel
4259
4259
  # @param P2PAppId: P2P应用ID
4260
4260
  # @type P2PAppId: String
4261
- # @param From: 查询开始时间
4261
+ # @param From: 查询开始时间,时间戳秒
4262
4262
  # @type From: Integer
4263
- # @param To: 查询结束时间
4263
+ # @param To: 查询结束时间,时间戳秒
4264
4264
  # @type To: Integer
4265
4265
  # @param P2PChannelId: P2P通路ID
4266
4266
  # @type P2PChannelId: String
@@ -4697,9 +4697,9 @@ module TencentCloud
4697
4697
  class GetVideoListByConRequest < TencentCloud::Common::AbstractModel
4698
4698
  # @param DeviceId: 设备唯一标识
4699
4699
  # @type DeviceId: String
4700
- # @param Offset: 偏移量,默认0
4700
+ # @param Offset: 偏移量
4701
4701
  # @type Offset: Integer
4702
- # @param Limit: 限制量,默认200
4702
+ # @param Limit: 限制量
4703
4703
  # @type Limit: Integer
4704
4704
  # @param ChannelId: 通道唯一标识,对于NVR设备,多通道IPC设备,设备编码与通道编码不一致的IPC设备,此字段为必填
4705
4705
  # @type ChannelId: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-iotvideoindustry
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.249
4
+ version: 1.0.253
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-25 00:00:00.000000000 Z
11
+ date: 2022-02-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common