tencentcloud-sdk-tdmq 3.0.1029 → 3.0.1030
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/v20200217/client.rb +6 -0
- 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: cd50edb8be769737b91b57b7abaab0c892adf92c
|
4
|
+
data.tar.gz: 6cb83c56d3cbc110f9aad3143509ced38f91b492
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f9cfc82c8a5ee4196879d88938f694d6146ad73f4660383705bb576d2cba385d60325d2f4da3c68e1361d0d59f60050cce287bdc73407e16b42d14c6cd29f0e2
|
7
|
+
data.tar.gz: cad8eb9902861e5063b8baad55d59845776693f7018779196360b5813270eff037f365066683ce0d21b14ca67707e7a7b585d4cb96df105a847041876383e788
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1030
|
data/lib/v20200217/client.rb
CHANGED
@@ -2287,6 +2287,8 @@ module TencentCloud
|
|
2287
2287
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2288
2288
|
end
|
2289
2289
|
|
2290
|
+
# 平滑迁移相关接口已迁移至trocket产品下,该接口已废弃
|
2291
|
+
|
2290
2292
|
# 用于查询RocketMQ平滑迁移任务列表
|
2291
2293
|
|
2292
2294
|
# @param request: Request instance for DescribeRocketMQSmoothMigrationTaskList.
|
@@ -2311,6 +2313,8 @@ module TencentCloud
|
|
2311
2313
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2312
2314
|
end
|
2313
2315
|
|
2316
|
+
# 平滑迁移相关接口已迁移至trocket产品下,该接口已废弃
|
2317
|
+
|
2314
2318
|
# 平滑迁移过程获取源集群group列表接口
|
2315
2319
|
|
2316
2320
|
# @param request: Request instance for DescribeRocketMQSourceClusterGroupList.
|
@@ -2335,6 +2339,8 @@ module TencentCloud
|
|
2335
2339
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2336
2340
|
end
|
2337
2341
|
|
2342
|
+
# 平滑迁移相关接口已迁移至trocket产品下,该接口已废弃
|
2343
|
+
|
2338
2344
|
# 平滑迁移过程获取源集群topic列表接口
|
2339
2345
|
|
2340
2346
|
# @param request: Request instance for DescribeRocketMQSourceClusterTopicList.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tdmq
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1030
|
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-03-
|
11
|
+
date: 2025-03-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|