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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b007874be6e29a41bebdb28d923cdcfc82f1194d
4
- data.tar.gz: 8f41ceb265b0212185339ce5e0f1244f6ed3d9fd
3
+ metadata.gz: c20a2331ad4073d1a6b9c129a9ef9dd0d267cf2c
4
+ data.tar.gz: 91e363e2ae880d58da1341b3bbe45f90e2115db4
5
5
  SHA512:
6
- metadata.gz: ceaacca95564fe684eb76853e283f5211f105bc71378197c294fd14faa72eeb2765957bd3651e908998a1e63c5917d9ebc37255c82478d70ccc4e22d18c49a7e
7
- data.tar.gz: b128826a105dd1db57891781a153bf1c8894049636b71145fe5fcbef68aec7541c86468551f70c751b48ff3dbd28277ae2090857045b5d62b7761fa24c587a4c
6
+ metadata.gz: 7e6167c4a24fe7489246104cc068b8332badf0a0dbdbceaa7e495376896afae7a39f92c6f8b2820da1801850b6443e8c98563619c82f86cadf5c44cba0cea1b6
7
+ data.tar.gz: 8b15e985550c054e36a070bf219b410f417fc29898e839dd36a609af096545faeed4e1634463127758b864897cecda0e6952ca141bbc50a0d21f35d525f71767
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.843
1
+ 3.0.844
@@ -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
- # 本接口用于合并一个读写态的主题分区,合并时指定一个主题分区 ID,日志服务会自动合并范围右相邻的分区。
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.843
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-13 00:00:00.000000000 Z
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