tencentcloud-sdk-iotexplorer 3.0.1077 → 3.0.1079
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 +4 -4
- 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: 41ac478a280c46d06fdd7b8a7bce67f5fd283da4
|
4
|
+
data.tar.gz: 67bf81b0120f71251515d1521115e2b7b4a9546d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 76568d9dede60621567740320072e3c3826164ba93016c22c31ef8bba4994432e316921f93df7370f2c04697d1f9fe45af0fe98ba372e9d30f82168050642fa6
|
7
|
+
data.tar.gz: e61b8586ed8161da3fda9afb8a62fabbd5a5f5f74b6a4dbb3dd24c33101fed8dbc816d68581a6285108bfb73b1f51e7a02a3cb1a4e7db2dc506aecb501e88c7e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1079
|
data/lib/v20190423/client.rb
CHANGED
@@ -101,7 +101,7 @@ module TencentCloud
|
|
101
101
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
102
102
|
end
|
103
103
|
|
104
|
-
#
|
104
|
+
# 批量绑定子产品。
|
105
105
|
|
106
106
|
# @param request: Request instance for BindProducts.
|
107
107
|
# @type request: :class:`Tencentcloud::iotexplorer::V20190423::BindProductsRequest`
|
@@ -989,7 +989,7 @@ module TencentCloud
|
|
989
989
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
990
990
|
end
|
991
991
|
|
992
|
-
#
|
992
|
+
# 删除规则。
|
993
993
|
|
994
994
|
# @param request: Request instance for DeleteTopicRule.
|
995
995
|
# @type request: :class:`Tencentcloud::iotexplorer::V20190423::DeleteTopicRuleRequest`
|
@@ -1951,7 +1951,7 @@ module TencentCloud
|
|
1951
1951
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1952
1952
|
end
|
1953
1953
|
|
1954
|
-
#
|
1954
|
+
# 用于获取网关可绑定或解绑的子产品。
|
1955
1955
|
|
1956
1956
|
# @param request: Request instance for DescribeGatewaySubProducts.
|
1957
1957
|
# @type request: :class:`Tencentcloud::iotexplorer::V20190423::DescribeGatewaySubProductsRequest`
|
@@ -3899,7 +3899,7 @@ module TencentCloud
|
|
3899
3899
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
3900
3900
|
end
|
3901
3901
|
|
3902
|
-
#
|
3902
|
+
# 批量解绑子产品。
|
3903
3903
|
|
3904
3904
|
# @param request: Request instance for UnbindProducts.
|
3905
3905
|
# @type request: :class:`Tencentcloud::iotexplorer::V20190423::UnbindProductsRequest`
|
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.1079
|
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-06-
|
11
|
+
date: 2025-06-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|