tencentcloud-sdk-iotvideoindustry 1.0.247 → 1.0.251
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/v20201201/models.rb +5 -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: a5bff2ce5014e6a7b711de5acefd37ba1c2b61ed
|
4
|
+
data.tar.gz: ec317ba3c7cc4e8ca58d1e30f9e87888d356019f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5f38b940878020df92e1488db45faaf70ce247223ecf97fccfe4c3d31087dac6c46011372c53006087d60afecec8aaa43e06834b82a5c31913be242a069d070c
|
7
|
+
data.tar.gz: 9c65589dc59889b3155ade82acb31bb4ff64df519873acb125597947774ddef60b08959e2d53605180c3ba9242c5f4c57890f6203d3e73a9dbf6fe482ca5ea9f
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.251
|
data/lib/v20201201/models.rb
CHANGED
@@ -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:
|
4700
|
+
# @param Offset: 偏移量
|
4701
4701
|
# @type Offset: Integer
|
4702
|
-
# @param Limit:
|
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.
|
4
|
+
version: 1.0.251
|
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-
|
11
|
+
date: 2022-01-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|