tencentcloud-sdk-eb 3.0.1094 → 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 +18 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 688ffd180d829f66bb208199af695dfdab4b02f1
4
- data.tar.gz: 06cd0029837fb8fcbcb8f21e3a35ce20b9184172
3
+ metadata.gz: 2ec1b3e8610ccb20c40cce6c5020b82e34601cad
4
+ data.tar.gz: 54efd5115c193f3ce329e905a1c8d2e698cac153
5
5
  SHA512:
6
- metadata.gz: 08b9cfccd97a671fd74aacefa8430483750741891f7f14d7743bee64274ff99e8f17c9b7957c8073fea04b3cd49f17dc184b7ddac881c6572ed715841e12e280
7
- data.tar.gz: 7fc333034656041f6c72e763fc103e333976f26afe11eb789838ab99c85de8a347b87621720b7369351b0663302dc543c27cef199894a6c4232cf666a0a339b3
6
+ metadata.gz: 81b6090d9a0533e1374bd7e9a6510e76762b396c7a2213b30388f2ffd0c025b76109a9e828771942edd4ec25f22de16a74551d084c825ffe92bfafeed97792d8
7
+ data.tar.gz: 231a71bd3edc315fc925a89b2df29dd9c05bfa118eee9fc1ad3a87bf8292c53a23886c860f6318b4355a6374fd95f3562b88c2f42527ca8f3abd3735605cb57c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1094
1
+ 3.0.1143
@@ -421,11 +421,11 @@ module TencentCloud
421
421
  # @type EventPattern: String
422
422
  # @param EventBusId: 事件集ID
423
423
  # @type EventBusId: String
424
- # @param RuleName: 事件集名称,只能包含字母、中文、数字、下划线、连字符,以字母/中文开头,以数字、字母或中文结尾,2~60个字符
424
+ # @param RuleName: 事件规则名称,只能包含字母、中文、数字、下划线、连字符,以字母/中文开头,以数字、字母或中文结尾,2~60个字符
425
425
  # @type RuleName: String
426
426
  # @param Enable: 使能开关。
427
427
  # @type Enable: Boolean
428
- # @param Description: 事件集描述,只能包含数字、中英文及常用标点符号,不超过200个字符
428
+ # @param Description: 事件规则描述,只能包含数字、中英文及常用标点符号,不超过200个字符
429
429
  # @type Description: String
430
430
 
431
431
  attr_accessor :EventPattern, :EventBusId, :RuleName, :Enable, :Description
@@ -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
 
@@ -1420,7 +1432,7 @@ module TencentCloud
1420
1432
 
1421
1433
  # ListEventBuses请求参数结构体
1422
1434
  class ListEventBusesRequest < TencentCloud::Common::AbstractModel
1423
- # @param OrderBy: 根据哪个字段进行返回结果排序,支持以下字段:AddTime(创建时间), ModTime(修改时间)
1435
+ # @param OrderBy: 根据哪个字段进行返回结果排序,支持以下字段:created_at(创建时间), updated_at(修改时间)
1424
1436
  # @type OrderBy: String
1425
1437
  # @param Limit: 返回数量,默认为20,最大值为100。
1426
1438
  # @type Limit: Integer
@@ -2574,7 +2586,7 @@ module TencentCloud
2574
2586
  # @type EventBusId: String
2575
2587
  # @param Enable: 使能开关。
2576
2588
  # @type Enable: Boolean
2577
- # @param Description: 规则描述,只能包含数字、中英文及常用标点符号,不超过200个字符
2589
+ # @param Description: 事件规则描述,只能包含数字、中英文及常用标点符号,不超过200个字符
2578
2590
  # @type Description: String
2579
2591
  # @param EventPattern: 参考:[事件模式](https://cloud.tencent.com/document/product/1359/56084)
2580
2592
  # @type EventPattern: String
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.1094
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-05 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