tencentcloud-sdk-iotexplorer 3.0.1094 → 3.0.1098
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/v20190423/client.rb +1 -1
- data/lib/v20190423/models.rb +14 -14
- 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: 031af856f139556041d024578e1f41345597a7b4
|
4
|
+
data.tar.gz: 6879bf187978e1801ce60b8a360b4b27a105327c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: efe71c91f3b6d1e6c29c3c29df20859a64c9503b3b3c76d75bc44cd3a12d6f2661ec362133ef80e1134a06963b795b56be8463e74b8d06eb60b5763513d9245e
|
7
|
+
data.tar.gz: 8e8463a951257a1569ab38187b852617ce8366648e79347b68ffd4ed9fc153cb838b24ead7121a67b9166e9cecf6e9b1d9e6bd9c483ea199b51f5e582e22b9f4
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1098
|
data/lib/v20190423/client.rb
CHANGED
@@ -461,7 +461,7 @@ module TencentCloud
|
|
461
461
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
462
462
|
end
|
463
463
|
|
464
|
-
#
|
464
|
+
# 开通云存卡服务
|
465
465
|
|
466
466
|
# @param request: Request instance for CreateFreeCloudStorage.
|
467
467
|
# @type request: :class:`Tencentcloud::iotexplorer::V20190423::CreateFreeCloudStorageRequest`
|
data/lib/v20190423/models.rb
CHANGED
@@ -100,8 +100,8 @@ module TencentCloud
|
|
100
100
|
|
101
101
|
attr_accessor :PkgType, :MiniProgramAppId, :DeviceList
|
102
102
|
extend Gem::Deprecate
|
103
|
-
deprecate :MiniProgramAppId, :none, 2025,
|
104
|
-
deprecate :MiniProgramAppId=, :none, 2025,
|
103
|
+
deprecate :MiniProgramAppId, :none, 2025, 7
|
104
|
+
deprecate :MiniProgramAppId=, :none, 2025, 7
|
105
105
|
|
106
106
|
def initialize(pkgtype=nil, miniprogramappid=nil, devicelist=nil)
|
107
107
|
@PkgType = pkgtype
|
@@ -136,8 +136,8 @@ module TencentCloud
|
|
136
136
|
|
137
137
|
attr_accessor :DeviceList, :FailureList, :SuccessList, :RequestId
|
138
138
|
extend Gem::Deprecate
|
139
|
-
deprecate :DeviceList, :none, 2025,
|
140
|
-
deprecate :DeviceList=, :none, 2025,
|
139
|
+
deprecate :DeviceList, :none, 2025, 7
|
140
|
+
deprecate :DeviceList=, :none, 2025, 7
|
141
141
|
|
142
142
|
def initialize(devicelist=nil, failurelist=nil, successlist=nil, requestid=nil)
|
143
143
|
@DeviceList = devicelist
|
@@ -6051,8 +6051,8 @@ module TencentCloud
|
|
6051
6051
|
|
6052
6052
|
attr_accessor :ModelId, :Sn, :ErrCode, :ExpireTime
|
6053
6053
|
extend Gem::Deprecate
|
6054
|
-
deprecate :ModelId, :none, 2025,
|
6055
|
-
deprecate :ModelId=, :none, 2025,
|
6054
|
+
deprecate :ModelId, :none, 2025, 7
|
6055
|
+
deprecate :ModelId=, :none, 2025, 7
|
6056
6056
|
|
6057
6057
|
def initialize(modelid=nil, sn=nil, errcode=nil, expiretime=nil)
|
6058
6058
|
@ModelId = modelid
|
@@ -7650,8 +7650,8 @@ module TencentCloud
|
|
7650
7650
|
|
7651
7651
|
attr_accessor :MiniProgramAppId, :DeviceList
|
7652
7652
|
extend Gem::Deprecate
|
7653
|
-
deprecate :MiniProgramAppId, :none, 2025,
|
7654
|
-
deprecate :MiniProgramAppId=, :none, 2025,
|
7653
|
+
deprecate :MiniProgramAppId, :none, 2025, 7
|
7654
|
+
deprecate :MiniProgramAppId=, :none, 2025, 7
|
7655
7655
|
|
7656
7656
|
def initialize(miniprogramappid=nil, devicelist=nil)
|
7657
7657
|
@MiniProgramAppId = miniprogramappid
|
@@ -11001,8 +11001,8 @@ module TencentCloud
|
|
11001
11001
|
|
11002
11002
|
attr_accessor :ModelId, :Sn, :ExpireTime, :PkgType
|
11003
11003
|
extend Gem::Deprecate
|
11004
|
-
deprecate :ModelId, :none, 2025,
|
11005
|
-
deprecate :ModelId=, :none, 2025,
|
11004
|
+
deprecate :ModelId, :none, 2025, 7
|
11005
|
+
deprecate :ModelId=, :none, 2025, 7
|
11006
11006
|
|
11007
11007
|
def initialize(modelid=nil, sn=nil, expiretime=nil, pkgtype=nil)
|
11008
11008
|
@ModelId = modelid
|
@@ -11032,10 +11032,10 @@ module TencentCloud
|
|
11032
11032
|
|
11033
11033
|
attr_accessor :Sn, :ModelId, :ActiveNum
|
11034
11034
|
extend Gem::Deprecate
|
11035
|
-
deprecate :ModelId, :none, 2025,
|
11036
|
-
deprecate :ModelId=, :none, 2025,
|
11037
|
-
deprecate :ActiveNum, :none, 2025,
|
11038
|
-
deprecate :ActiveNum=, :none, 2025,
|
11035
|
+
deprecate :ModelId, :none, 2025, 7
|
11036
|
+
deprecate :ModelId=, :none, 2025, 7
|
11037
|
+
deprecate :ActiveNum, :none, 2025, 7
|
11038
|
+
deprecate :ActiveNum=, :none, 2025, 7
|
11039
11039
|
|
11040
11040
|
def initialize(sn=nil, modelid=nil, activenum=nil)
|
11041
11041
|
@Sn = sn
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-iotexplorer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1098
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-07-
|
11
|
+
date: 2025-07-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|