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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210416/models.rb +14 -2
- 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: 2ec1b3e8610ccb20c40cce6c5020b82e34601cad
|
4
|
+
data.tar.gz: 54efd5115c193f3ce329e905a1c8d2e698cac153
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 81b6090d9a0533e1374bd7e9a6510e76762b396c7a2213b30388f2ffd0c025b76109a9e828771942edd4ec25f22de16a74551d084c825ffe92bfafeed97792d8
|
7
|
+
data.tar.gz: 231a71bd3edc315fc925a89b2df29dd9c05bfa118eee9fc1ad3a87bf8292c53a23886c860f6318b4355a6374fd95f3562b88c2f42527ca8f3abd3735605cb57c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1143
|
data/lib/v20210416/models.rb
CHANGED
@@ -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.
|
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-
|
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
|