tencentcloud-sdk-eb 3.0.1103 → 3.0.1143

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210416/models.rb +14 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9422bb4b4cf59542d52a63c81f3b465773630602
4
- data.tar.gz: e95052dfb8386fca58bf50406a25c9d4d56e07fc
3
+ metadata.gz: 2ec1b3e8610ccb20c40cce6c5020b82e34601cad
4
+ data.tar.gz: 54efd5115c193f3ce329e905a1c8d2e698cac153
5
5
  SHA512:
6
- metadata.gz: 38f846416bd548fae9a04b8ca2830ab3215099b6f33850b6e9ad3b417ba9176626f76f4a3d377d40426c22bf453dea7c4196dbb1027cdb7f33d1958a075ebb0b
7
- data.tar.gz: 783246c1761ba3f1794658c2387e8ee5b876330b1abeb5c26249bbbc0a79074eef38db99821744b17f9fd3ec527b4e2ddfe42e007fa376b3c80f15bc913a3474
6
+ metadata.gz: 81b6090d9a0533e1374bd7e9a6510e76762b396c7a2213b30388f2ffd0c025b76109a9e828771942edd4ec25f22de16a74551d084c825ffe92bfafeed97792d8
7
+ data.tar.gz: 231a71bd3edc315fc925a89b2df29dd9c05bfa118eee9fc1ad3a87bf8292c53a23886c860f6318b4355a6374fd95f3562b88c2f42527ca8f3abd3735605cb57c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1103
1
+ 3.0.1143
@@ -486,14 +486,23 @@ module TencentCloud
486
486
  # @type TargetDescription: :class:`Tencentcloud::Eb.v20210416.models.TargetDescription`
487
487
  # @param RuleId: 事件规则ID
488
488
  # @type RuleId: String
489
+ # @param BatchTimeout: 批量投递最长等待时间
490
+ # @type BatchTimeout: Integer
491
+ # @param BatchEventCount: 批量投递最大事件条数
492
+ # @type BatchEventCount: Integer
493
+ # @param EnableBatchDelivery: 开启批量投递使能
494
+ # @type EnableBatchDelivery: Boolean
489
495
 
490
- attr_accessor :EventBusId, :Type, :TargetDescription, :RuleId
496
+ attr_accessor :EventBusId, :Type, :TargetDescription, :RuleId, :BatchTimeout, :BatchEventCount, :EnableBatchDelivery
491
497
 
492
- def initialize(eventbusid=nil, type=nil, targetdescription=nil, ruleid=nil)
498
+ def initialize(eventbusid=nil, type=nil, targetdescription=nil, ruleid=nil, batchtimeout=nil, batcheventcount=nil, enablebatchdelivery=nil)
493
499
  @EventBusId = eventbusid
494
500
  @Type = type
495
501
  @TargetDescription = targetdescription
496
502
  @RuleId = ruleid
503
+ @BatchTimeout = batchtimeout
504
+ @BatchEventCount = batcheventcount
505
+ @EnableBatchDelivery = enablebatchdelivery
497
506
  end
498
507
 
499
508
  def deserialize(params)
@@ -504,6 +513,9 @@ module TencentCloud
504
513
  @TargetDescription.deserialize(params['TargetDescription'])
505
514
  end
506
515
  @RuleId = params['RuleId']
516
+ @BatchTimeout = params['BatchTimeout']
517
+ @BatchEventCount = params['BatchEventCount']
518
+ @EnableBatchDelivery = params['EnableBatchDelivery']
507
519
  end
508
520
  end
509
521
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-eb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1103
4
+ version: 3.0.1143
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-07-17 00:00:00.000000000 Z
11
+ date: 2025-09-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common