tencentcloud-sdk-tdmq 3.0.428 → 3.0.430
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/models.rb +1 -1
- 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: 011919e7cf559661740bdae45d523bcc3d057692
|
4
|
+
data.tar.gz: 1ad5a66d13126c63fbb80addb85d3be47428fbb6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c3d7144d6cf73bde063b3312a2f79f57a14791d642ff9cbc022dc8dbdc5373430787dc388c786056f2fff995d0a80fa6d8c4845de974e32a69bb8f6bbf4d2410
|
7
|
+
data.tar.gz: 35453cfd2ad39a57024863404a1f499d45abb16e0cb11b2575486fab21c53dd239ad21d0881831f282e712062fb2512810429cfca83b75651cfd5a68227e5c3e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.430
|
data/lib/v20200217/models.rb
CHANGED
@@ -2106,7 +2106,7 @@ module TencentCloud
|
|
2106
2106
|
# @type EnvironmentId: String
|
2107
2107
|
# @param TopicName: 主题名称。
|
2108
2108
|
# @type TopicName: String
|
2109
|
-
# @param SubscriptionName:
|
2109
|
+
# @param SubscriptionName: 订阅者名称,不超过128个字符。
|
2110
2110
|
# @type SubscriptionName: String
|
2111
2111
|
# @param IsIdempotent: 是否幂等创建,若否不允许创建同名的订阅关系。
|
2112
2112
|
# @type IsIdempotent: Boolean
|
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.430
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-10-
|
11
|
+
date: 2022-10-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|