tencentcloud-sdk-eb 3.0.1094 → 3.0.1103

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: 688ffd180d829f66bb208199af695dfdab4b02f1
4
- data.tar.gz: 06cd0029837fb8fcbcb8f21e3a35ce20b9184172
3
+ metadata.gz: 9422bb4b4cf59542d52a63c81f3b465773630602
4
+ data.tar.gz: e95052dfb8386fca58bf50406a25c9d4d56e07fc
5
5
  SHA512:
6
- metadata.gz: 08b9cfccd97a671fd74aacefa8430483750741891f7f14d7743bee64274ff99e8f17c9b7957c8073fea04b3cd49f17dc184b7ddac881c6572ed715841e12e280
7
- data.tar.gz: 7fc333034656041f6c72e763fc103e333976f26afe11eb789838ab99c85de8a347b87621720b7369351b0663302dc543c27cef199894a6c4232cf666a0a339b3
6
+ metadata.gz: 38f846416bd548fae9a04b8ca2830ab3215099b6f33850b6e9ad3b417ba9176626f76f4a3d377d40426c22bf453dea7c4196dbb1027cdb7f33d1958a075ebb0b
7
+ data.tar.gz: 783246c1761ba3f1794658c2387e8ee5b876330b1abeb5c26249bbbc0a79074eef38db99821744b17f9fd3ec527b4e2ddfe42e007fa376b3c80f15bc913a3474
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1094
1
+ 3.0.1103
@@ -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
@@ -1420,7 +1420,7 @@ module TencentCloud
1420
1420
 
1421
1421
  # ListEventBuses请求参数结构体
1422
1422
  class ListEventBusesRequest < TencentCloud::Common::AbstractModel
1423
- # @param OrderBy: 根据哪个字段进行返回结果排序,支持以下字段:AddTime(创建时间), ModTime(修改时间)
1423
+ # @param OrderBy: 根据哪个字段进行返回结果排序,支持以下字段:created_at(创建时间), updated_at(修改时间)
1424
1424
  # @type OrderBy: String
1425
1425
  # @param Limit: 返回数量,默认为20,最大值为100。
1426
1426
  # @type Limit: Integer
@@ -2574,7 +2574,7 @@ module TencentCloud
2574
2574
  # @type EventBusId: String
2575
2575
  # @param Enable: 使能开关。
2576
2576
  # @type Enable: Boolean
2577
- # @param Description: 规则描述,只能包含数字、中英文及常用标点符号,不超过200个字符
2577
+ # @param Description: 事件规则描述,只能包含数字、中英文及常用标点符号,不超过200个字符
2578
2578
  # @type Description: String
2579
2579
  # @param EventPattern: 参考:[事件模式](https://cloud.tencent.com/document/product/1359/56084)
2580
2580
  # @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.1103
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-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common