tencentcloud-sdk-cls 3.0.843 → 3.0.844
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/v20201016/client.rb +3 -3
- 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: c20a2331ad4073d1a6b9c129a9ef9dd0d267cf2c
|
|
4
|
+
data.tar.gz: 91e363e2ae880d58da1341b3bbe45f90e2115db4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7e6167c4a24fe7489246104cc068b8332badf0a0dbdbceaa7e495376896afae7a39f92c6f8b2820da1801850b6443e8c98563619c82f86cadf5c44cba0cea1b6
|
|
7
|
+
data.tar.gz: 8b15e985550c054e36a070bf219b410f417fc29898e839dd36a609af096545faeed4e1634463127758b864897cecda0e6952ca141bbc50a0d21f35d525f71767
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.844
|
data/lib/v20201016/client.rb
CHANGED
|
@@ -1542,7 +1542,7 @@ module TencentCloud
|
|
|
1542
1542
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
1543
1543
|
end
|
|
1544
1544
|
|
|
1545
|
-
#
|
|
1545
|
+
# 该接口已废弃,如需获取分区数量,请使用DescribeTopics接口。
|
|
1546
1546
|
|
|
1547
1547
|
# @param request: Request instance for DescribePartitions.
|
|
1548
1548
|
# @type request: :class:`Tencentcloud::cls::V20201016::DescribePartitionsRequest`
|
|
@@ -1686,7 +1686,7 @@ module TencentCloud
|
|
|
1686
1686
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
1687
1687
|
end
|
|
1688
1688
|
|
|
1689
|
-
#
|
|
1689
|
+
# 该接口已废弃,如需修改分区数量,请使用ModifyTopic接口。
|
|
1690
1690
|
|
|
1691
1691
|
# @param request: Request instance for MergePartition.
|
|
1692
1692
|
# @type request: :class:`Tencentcloud::cls::V20201016::MergePartitionRequest`
|
|
@@ -2313,7 +2313,7 @@ module TencentCloud
|
|
|
2313
2313
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
2314
2314
|
end
|
|
2315
2315
|
|
|
2316
|
-
#
|
|
2316
|
+
# 该接口已废弃,如需修改分区数量,请使用ModifyTopic接口。
|
|
2317
2317
|
|
|
2318
2318
|
# @param request: Request instance for SplitPartition.
|
|
2319
2319
|
# @type request: :class:`Tencentcloud::cls::V20201016::SplitPartitionRequest`
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-cls
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.844
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-06-
|
|
11
|
+
date: 2024-06-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|