tencentcloud-sdk-tdmq 1.0.330 → 1.0.331

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: 2a5b3851c2d742c7d3d28718b6c653e9a237e71a
4
- data.tar.gz: 2caff7bab726913617c61beda7e6643a8a4e4d92
3
+ metadata.gz: eba33ec4c1ab1b3af2e2ed5f1c0a247b149c1da1
4
+ data.tar.gz: ef715ed3686cb6bca829c23a1086bb189311e51d
5
5
  SHA512:
6
- metadata.gz: 3f7a2d26a17052ce1536665ae7dd574fe2f1332497d877aff823438be817bc07abd12f1e3bbafa234a8195b5c8555899bdc324d643f65f218e4e519e51ac32a1
7
- data.tar.gz: 41f0ac178fa67e2ed05424ebfaa83902f98fec5740dbf4c3271c50677cd55095ca0716c637fcf53347a11eae03f51b16bebc4aa5b0811be22003828334203a12
6
+ metadata.gz: e1fa7370026f9b1235794fbd3d0375f3866978572d60110a8ff2ed5a7b4524a88c74b8546d455227ee84617dc0f3a31c882a2c28cafca0b8e57b333e55aa19b7
7
+ data.tar.gz: 3f9dccdba804b681dd0dcee183e77f68f87eeb70b201d7f10810550b7cceec8cc892be6ca917c76c20d87be040e6bd98fcdebe44e91b69af4827814d44403470
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.330
1
+ 1.0.331
@@ -1543,7 +1543,7 @@ module TencentCloud
1543
1543
  # @type Trace: Boolean
1544
1544
  # @param Tags: 标签数组
1545
1545
  # @type Tags: Array
1546
- # @param RetentionSizeInMB: 队列可回溯存储空间,取值范围1024MB - 10240MB,0表示不开启
1546
+ # @param RetentionSizeInMB: 队列可回溯存储空间:若开启消息回溯,取值范围:10240MB - 512000MB,若不开启消息回溯,取值:0
1547
1547
  # @type RetentionSizeInMB: Integer
1548
1548
 
1549
1549
  attr_accessor :QueueName, :MaxMsgHeapNum, :PollingWaitSeconds, :VisibilityTimeout, :MaxMsgSize, :MsgRetentionSeconds, :RewindSeconds, :Transaction, :FirstQueryInterval, :MaxQueryCount, :DeadLetterQueueName, :Policy, :MaxReceiveCount, :MaxTimeToLive, :Trace, :Tags, :RetentionSizeInMB
@@ -5602,7 +5602,7 @@ module TencentCloud
5602
5602
  # @type Trace: Boolean
5603
5603
  # @param Transaction: 是否开启事务,1开启,0不开启
5604
5604
  # @type Transaction: Integer
5605
- # @param RetentionSizeInMB: 队列可回溯存储空间,取值范围1024MB - 10240MB,0表示不开启
5605
+ # @param RetentionSizeInMB: 队列可回溯存储空间:若开启消息回溯,取值范围:10240MB - 512000MB,若不开启消息回溯,取值:0
5606
5606
  # @type RetentionSizeInMB: Integer
5607
5607
 
5608
5608
  attr_accessor :QueueName, :MaxMsgHeapNum, :PollingWaitSeconds, :VisibilityTimeout, :MaxMsgSize, :MsgRetentionSeconds, :RewindSeconds, :FirstQueryInterval, :MaxQueryCount, :DeadLetterQueueName, :MaxTimeToLive, :MaxReceiveCount, :Policy, :Trace, :Transaction, :RetentionSizeInMB
@@ -6246,9 +6246,9 @@ module TencentCloud
6246
6246
  class PublishCmqMsgRequest < TencentCloud::Common::AbstractModel
6247
6247
  # @param TopicName: 主题名
6248
6248
  # @type TopicName: String
6249
- # @param MsgContent: 消息内容
6249
+ # @param MsgContent: 消息内容,消息总大小需不大于1024K
6250
6250
  # @type MsgContent: String
6251
- # @param MsgTag: 消息标签
6251
+ # @param MsgTag: 消息标签,支持传递多标签或单路由,单个标签、路由长度不能超过64个字符。
6252
6252
  # @type MsgTag: Array
6253
6253
 
6254
6254
  attr_accessor :TopicName, :MsgContent, :MsgTag
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.330
4
+ version: 1.0.331
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-06-09 00:00:00.000000000 Z
11
+ date: 2022-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common