tencentcloud-sdk-iotvideo 3.0.464 → 3.0.466
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/v20211125/models.rb +26 -8
- 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: 32a9527e1e78ab517ace3d3f83fe7293a37305dd
|
4
|
+
data.tar.gz: 3d6d6036cefc837089a3d058a4342d110f674794
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 123fdad8381af3d364d923b12c6613f64e1a3212c1b8058a8348c5008109d3046341d0b93c4a4a5113cea3086e98481461c78ed639ccb129466657705a09e92b
|
7
|
+
data.tar.gz: 735d3256ac932b0b8dd89364c822e23120fc533ae4196b25f564011ebd5d54a73319ed6b631a440f1fcbe14fad6e460f15e11f0762902e747ab46835afb48031
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.466
|
data/lib/v20211125/models.rb
CHANGED
@@ -249,10 +249,12 @@ module TencentCloud
|
|
249
249
|
# @type FileSize: Integer
|
250
250
|
# @param DeviceNames: 需要升级的设备名称列表
|
251
251
|
# @type DeviceNames: Array
|
252
|
+
# @param TimeoutInterval: 固件升级任务默认超时时间。 最小取值60秒,最大为3600秒
|
253
|
+
# @type TimeoutInterval: Integer
|
252
254
|
|
253
|
-
attr_accessor :ProductID, :FirmwareVersion, :FirmwareOriVersion, :UpgradeMethod, :FileName, :FileMd5, :FileSize, :DeviceNames
|
255
|
+
attr_accessor :ProductID, :FirmwareVersion, :FirmwareOriVersion, :UpgradeMethod, :FileName, :FileMd5, :FileSize, :DeviceNames, :TimeoutInterval
|
254
256
|
|
255
|
-
def initialize(productid=nil, firmwareversion=nil, firmwareoriversion=nil, upgrademethod=nil, filename=nil, filemd5=nil, filesize=nil, devicenames=nil)
|
257
|
+
def initialize(productid=nil, firmwareversion=nil, firmwareoriversion=nil, upgrademethod=nil, filename=nil, filemd5=nil, filesize=nil, devicenames=nil, timeoutinterval=nil)
|
256
258
|
@ProductID = productid
|
257
259
|
@FirmwareVersion = firmwareversion
|
258
260
|
@FirmwareOriVersion = firmwareoriversion
|
@@ -261,6 +263,7 @@ module TencentCloud
|
|
261
263
|
@FileMd5 = filemd5
|
262
264
|
@FileSize = filesize
|
263
265
|
@DeviceNames = devicenames
|
266
|
+
@TimeoutInterval = timeoutinterval
|
264
267
|
end
|
265
268
|
|
266
269
|
def deserialize(params)
|
@@ -272,6 +275,7 @@ module TencentCloud
|
|
272
275
|
@FileMd5 = params['FileMd5']
|
273
276
|
@FileSize = params['FileSize']
|
274
277
|
@DeviceNames = params['DeviceNames']
|
278
|
+
@TimeoutInterval = params['TimeoutInterval']
|
275
279
|
end
|
276
280
|
end
|
277
281
|
|
@@ -3249,12 +3253,15 @@ module TencentCloud
|
|
3249
3253
|
# @type Createtime: Integer
|
3250
3254
|
# @param ProductName: 产品名称
|
3251
3255
|
# @type ProductName: String
|
3256
|
+
# @param FwType: 固件升级模块
|
3257
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3258
|
+
# @type FwType: String
|
3252
3259
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
3253
3260
|
# @type RequestId: String
|
3254
3261
|
|
3255
|
-
attr_accessor :Version, :ProductId, :Name, :Description, :Md5sum, :Createtime, :ProductName, :RequestId
|
3262
|
+
attr_accessor :Version, :ProductId, :Name, :Description, :Md5sum, :Createtime, :ProductName, :FwType, :RequestId
|
3256
3263
|
|
3257
|
-
def initialize(version=nil, productid=nil, name=nil, description=nil, md5sum=nil, createtime=nil, productname=nil, requestid=nil)
|
3264
|
+
def initialize(version=nil, productid=nil, name=nil, description=nil, md5sum=nil, createtime=nil, productname=nil, fwtype=nil, requestid=nil)
|
3258
3265
|
@Version = version
|
3259
3266
|
@ProductId = productid
|
3260
3267
|
@Name = name
|
@@ -3262,6 +3269,7 @@ module TencentCloud
|
|
3262
3269
|
@Md5sum = md5sum
|
3263
3270
|
@Createtime = createtime
|
3264
3271
|
@ProductName = productname
|
3272
|
+
@FwType = fwtype
|
3265
3273
|
@RequestId = requestid
|
3266
3274
|
end
|
3267
3275
|
|
@@ -3273,6 +3281,7 @@ module TencentCloud
|
|
3273
3281
|
@Md5sum = params['Md5sum']
|
3274
3282
|
@Createtime = params['Createtime']
|
3275
3283
|
@ProductName = params['ProductName']
|
3284
|
+
@FwType = params['FwType']
|
3276
3285
|
@RequestId = params['RequestId']
|
3277
3286
|
end
|
3278
3287
|
end
|
@@ -4478,10 +4487,13 @@ module TencentCloud
|
|
4478
4487
|
# @type Description: String
|
4479
4488
|
# @param ProductId: 产品ID
|
4480
4489
|
# @type ProductId: String
|
4490
|
+
# @param FwType: 固件升级模块
|
4491
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4492
|
+
# @type FwType: String
|
4481
4493
|
|
4482
|
-
attr_accessor :Version, :Md5sum, :CreateTime, :ProductName, :Name, :Description, :ProductId
|
4494
|
+
attr_accessor :Version, :Md5sum, :CreateTime, :ProductName, :Name, :Description, :ProductId, :FwType
|
4483
4495
|
|
4484
|
-
def initialize(version=nil, md5sum=nil, createtime=nil, productname=nil, name=nil, description=nil, productid=nil)
|
4496
|
+
def initialize(version=nil, md5sum=nil, createtime=nil, productname=nil, name=nil, description=nil, productid=nil, fwtype=nil)
|
4485
4497
|
@Version = version
|
4486
4498
|
@Md5sum = md5sum
|
4487
4499
|
@CreateTime = createtime
|
@@ -4489,6 +4501,7 @@ module TencentCloud
|
|
4489
4501
|
@Name = name
|
4490
4502
|
@Description = description
|
4491
4503
|
@ProductId = productid
|
4504
|
+
@FwType = fwtype
|
4492
4505
|
end
|
4493
4506
|
|
4494
4507
|
def deserialize(params)
|
@@ -4499,6 +4512,7 @@ module TencentCloud
|
|
4499
4512
|
@Name = params['Name']
|
4500
4513
|
@Description = params['Description']
|
4501
4514
|
@ProductId = params['ProductId']
|
4515
|
+
@FwType = params['FwType']
|
4502
4516
|
end
|
4503
4517
|
end
|
4504
4518
|
|
@@ -5872,16 +5886,19 @@ module TencentCloud
|
|
5872
5886
|
# @type FirmwareName: String
|
5873
5887
|
# @param FirmwareDescription: 固件描述
|
5874
5888
|
# @type FirmwareDescription: String
|
5889
|
+
# @param FwType: 固件升级模块;可选值 mcu|moudule
|
5890
|
+
# @type FwType: String
|
5875
5891
|
|
5876
|
-
attr_accessor :ProductID, :FirmwareVersion, :Md5sum, :FileSize, :FirmwareName, :FirmwareDescription
|
5892
|
+
attr_accessor :ProductID, :FirmwareVersion, :Md5sum, :FileSize, :FirmwareName, :FirmwareDescription, :FwType
|
5877
5893
|
|
5878
|
-
def initialize(productid=nil, firmwareversion=nil, md5sum=nil, filesize=nil, firmwarename=nil, firmwaredescription=nil)
|
5894
|
+
def initialize(productid=nil, firmwareversion=nil, md5sum=nil, filesize=nil, firmwarename=nil, firmwaredescription=nil, fwtype=nil)
|
5879
5895
|
@ProductID = productid
|
5880
5896
|
@FirmwareVersion = firmwareversion
|
5881
5897
|
@Md5sum = md5sum
|
5882
5898
|
@FileSize = filesize
|
5883
5899
|
@FirmwareName = firmwarename
|
5884
5900
|
@FirmwareDescription = firmwaredescription
|
5901
|
+
@FwType = fwtype
|
5885
5902
|
end
|
5886
5903
|
|
5887
5904
|
def deserialize(params)
|
@@ -5891,6 +5908,7 @@ module TencentCloud
|
|
5891
5908
|
@FileSize = params['FileSize']
|
5892
5909
|
@FirmwareName = params['FirmwareName']
|
5893
5910
|
@FirmwareDescription = params['FirmwareDescription']
|
5911
|
+
@FwType = params['FwType']
|
5894
5912
|
end
|
5895
5913
|
end
|
5896
5914
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-iotvideo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.466
|
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-12-
|
11
|
+
date: 2022-12-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|