tencentcloud-sdk-tdmq 1.0.348 → 1.0.351

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: 9a56d1657afc2c6017f161be590a1e1eecf447b2
4
- data.tar.gz: 19d0a545dff9eb26e9f9042a1c1b8cf3f4d71bb7
3
+ metadata.gz: 3db237328673e8698abd3dd9fc13d68d751e3293
4
+ data.tar.gz: e27f711ca8a7d966a56d2c919596d5cc4b85920a
5
5
  SHA512:
6
- metadata.gz: 9669f15a10621d5467442700b0d1400161c20b5019b6608dfa94769af8d6c310154b1b9ba593bb6b084791ec8a3d777aa4aabb99ac81a51fe2a4fa4fa9df848f
7
- data.tar.gz: 071eb36abc92aa0886109422711aa01b7a56777e4525e3a26274567612b579c206b2b08dd5e21ac3c2bd20fc0449d83970c3dfdac0aad13f1e5b6c2dc88365f3
6
+ metadata.gz: ca7639d490916e0264361dfc449b0221376ab4e3407eaac798c1e7d20ae6f87c44f26f13eff027dbe55e5862d554fbc6cd4459eda764fd7d825542dfc6a385db
7
+ data.tar.gz: 24ba83930ba06a7515b60e714ed67332dce264eb83d261faba4b185279696a1c835450068d36207b912a3fc60f805a3347a7a5af99ea66921913f4a2bae5051e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.348
1
+ 1.0.351
@@ -1747,7 +1747,7 @@ module TencentCloud
1747
1747
  class CreateEnvironmentRequest < TencentCloud::Common::AbstractModel
1748
1748
  # @param EnvironmentId: 环境(命名空间)名称,不支持中字以及除了短线和下划线外的特殊字符且不超过16个字符。
1749
1749
  # @type EnvironmentId: String
1750
- # @param MsgTTL: 未消费消息过期时间,单位:秒,取值范围:60秒~1天。
1750
+ # @param MsgTTL: 未消费消息过期时间,单位:秒,取值范围:60秒~15天。
1751
1751
  # @type MsgTTL: Integer
1752
1752
  # @param Remark: 说明,128个字符以内。
1753
1753
  # @type Remark: String
@@ -5768,7 +5768,7 @@ module TencentCloud
5768
5768
  class ModifyEnvironmentAttributesRequest < TencentCloud::Common::AbstractModel
5769
5769
  # @param EnvironmentId: 命名空间名称。
5770
5770
  # @type EnvironmentId: String
5771
- # @param MsgTTL: 未消费消息过期时间,单位:秒,范围60秒~1天。
5771
+ # @param MsgTTL: 未消费消息过期时间,单位:秒,范围60秒~15天。
5772
5772
  # @type MsgTTL: Integer
5773
5773
  # @param Remark: 备注,字符串最长不超过128。
5774
5774
  # @type Remark: String
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: 1.0.348
4
+ version: 1.0.351
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-07-04 00:00:00.000000000 Z
11
+ date: 2022-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common