tencentcloud-sdk-ckafka 3.0.926 → 3.0.928

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ff8b579abad90886f0f993d6a7c744c8c5928b8f
4
- data.tar.gz: e85c4e38c444f57e0425e7069ebc6ae38be53767
3
+ metadata.gz: d88a19b97010bd3f6ac7df18d408fa9ac37ddfa5
4
+ data.tar.gz: 96791c500806ce22e44855d2b13847f8e593a10a
5
5
  SHA512:
6
- metadata.gz: 9a8c7fd0a1adfba257bd8b64e1ec4049be35b50c10a5dc49152628cc28130c6b217f8a6dde8d1b16f6376627680e1b2bcf0bb7ea64aaa98811ee10a45a822099
7
- data.tar.gz: 0ceaa68ffff0aec4a834620feb01bd0fcd19824b06aac485163aa549c3c69e903ee1ffdf1ca7b8f04cf3aaf40666e8710f5c1a60b4862495ac4129b879ad4965
6
+ metadata.gz: 9e48a69ed23ecf00adfaa5d478728b0896482974633012cc3de8486e6949e8fba05af6d5403529bb9e1f37e86e55e7dda8241cc5572b5eb2ebc8aec5fee2a754
7
+ data.tar.gz: 450c9d0e24aef43010db06a62ce60b2ab804886576a8ae54685789884073ccc5f1c633e77b8efa3f7fcda00531d512363ae8a9720b3d9104df059c38d4fc9569
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.926
1
+ 3.0.928
@@ -495,7 +495,7 @@ module TencentCloud
495
495
  class BatchModifyTopicAttributesRequest < TencentCloud::Common::AbstractModel
496
496
  # @param InstanceId: 实例id
497
497
  # @type InstanceId: String
498
- # @param Topic: 主题属性列表
498
+ # @param Topic: 主题属性列表 (同一个批次最多支持10个)
499
499
  # @type Topic: Array
500
500
 
501
501
  attr_accessor :InstanceId, :Topic
@@ -2369,8 +2369,8 @@ module TencentCloud
2369
2369
 
2370
2370
  attr_accessor :ReturnCode, :ReturnMessage, :Data, :DeleteRouteTimestamp
2371
2371
  extend Gem::Deprecate
2372
- deprecate :DeleteRouteTimestamp, :none, 2024, 9
2373
- deprecate :DeleteRouteTimestamp=, :none, 2024, 9
2372
+ deprecate :DeleteRouteTimestamp, :none, 2024, 10
2373
+ deprecate :DeleteRouteTimestamp=, :none, 2024, 10
2374
2374
 
2375
2375
  def initialize(returncode=nil, returnmessage=nil, data=nil, deleteroutetimestamp=nil)
2376
2376
  @ReturnCode = returncode
@@ -9192,8 +9192,8 @@ module TencentCloud
9192
9192
 
9193
9193
  attr_accessor :InstanceId, :MsgRetentionTime, :InstanceName, :Config, :DynamicRetentionConfig, :RebalanceTime, :PublicNetwork, :DynamicDiskConfig, :MaxMessageByte
9194
9194
  extend Gem::Deprecate
9195
- deprecate :DynamicDiskConfig, :none, 2024, 9
9196
- deprecate :DynamicDiskConfig=, :none, 2024, 9
9195
+ deprecate :DynamicDiskConfig, :none, 2024, 10
9196
+ deprecate :DynamicDiskConfig=, :none, 2024, 10
9197
9197
 
9198
9198
  def initialize(instanceid=nil, msgretentiontime=nil, instancename=nil, config=nil, dynamicretentionconfig=nil, rebalancetime=nil, publicnetwork=nil, dynamicdiskconfig=nil, maxmessagebyte=nil)
9199
9199
  @InstanceId = instanceid
@@ -12372,8 +12372,8 @@ module TencentCloud
12372
12372
 
12373
12373
  attr_accessor :ZoneId, :IsInternalApp, :AppId, :Flag, :ZoneName, :ZoneStatus, :Exflag, :SoldOut, :SalesInfo, :ExtraFlag
12374
12374
  extend Gem::Deprecate
12375
- deprecate :Exflag, :none, 2024, 9
12376
- deprecate :Exflag=, :none, 2024, 9
12375
+ deprecate :Exflag, :none, 2024, 10
12376
+ deprecate :Exflag=, :none, 2024, 10
12377
12377
 
12378
12378
  def initialize(zoneid=nil, isinternalapp=nil, appid=nil, flag=nil, zonename=nil, zonestatus=nil, exflag=nil, soldout=nil, salesinfo=nil, extraflag=nil)
12379
12379
  @ZoneId = zoneid
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ckafka
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.926
4
+ version: 3.0.928
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-10-18 00:00:00.000000000 Z
11
+ date: 2024-10-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common