tencentcloud-sdk-eb 3.0.390 → 3.0.393

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: a8dcc84717742edc12a335135b22e9b05a56ec03
4
- data.tar.gz: 74b79b2b1f10c880d49b1b59303aad6639ae55f3
3
+ metadata.gz: cfb62d69281d9c200e654e6ac1aaae8162c92ea9
4
+ data.tar.gz: d49eabcbcf11c32248c065f7a77e8d0e30ce36e1
5
5
  SHA512:
6
- metadata.gz: c03dc3a7fe1b12b16a2551129a92c2e99b61578f4cc203d4247bc1c31c2b6c2dfd6a68e38e999e630f97e87246ea3518fd1f2227da325eb1cf99841560a93b52
7
- data.tar.gz: d6fa3449ae696a1cf2e901bd0e8de64adfb2af68814c5fcf3c365d882267636b53d36f607732257e54ed45500bd7187e7c0974b551476a3a133b975673a73061
6
+ metadata.gz: d9fda2d2f242eed292fc53bab1616700e36f829d4cd715b5d15055816689c521c8ebd3734cbe1fcf912b62b53d7883d088018337bf3ff2245cb26b4d22ca279f
7
+ data.tar.gz: 86a4005df530051bb1b7d3e6253f2dd38f0177a73d9daa66dd1965666bfa96a992c6307d56ed751214d84264f4b6689b41011b71728e9b4c150906bcad51b131
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.390
1
+ 3.0.393
@@ -1847,16 +1847,19 @@ module TencentCloud
1847
1847
  # @type Enable: Boolean
1848
1848
  # @param Description: 规则描述,不限字符类型,200字符描述以内。
1849
1849
  # @type Description: String
1850
+ # @param EventPattern: 参考:[事件模式](https://cloud.tencent.com/document/product/1359/56084)
1851
+ # @type EventPattern: String
1850
1852
  # @param RuleName: 事件规则名称,只能包含字母、数字、下划线、连字符,以字母开头,以数字或字母结尾,2~60个字符
1851
1853
  # @type RuleName: String
1852
1854
 
1853
- attr_accessor :RuleId, :EventBusId, :Enable, :Description, :RuleName
1855
+ attr_accessor :RuleId, :EventBusId, :Enable, :Description, :EventPattern, :RuleName
1854
1856
 
1855
- def initialize(ruleid=nil, eventbusid=nil, enable=nil, description=nil, rulename=nil)
1857
+ def initialize(ruleid=nil, eventbusid=nil, enable=nil, description=nil, eventpattern=nil, rulename=nil)
1856
1858
  @RuleId = ruleid
1857
1859
  @EventBusId = eventbusid
1858
1860
  @Enable = enable
1859
1861
  @Description = description
1862
+ @EventPattern = eventpattern
1860
1863
  @RuleName = rulename
1861
1864
  end
1862
1865
 
@@ -1865,6 +1868,7 @@ module TencentCloud
1865
1868
  @EventBusId = params['EventBusId']
1866
1869
  @Enable = params['Enable']
1867
1870
  @Description = params['Description']
1871
+ @EventPattern = params['EventPattern']
1868
1872
  @RuleName = params['RuleName']
1869
1873
  end
1870
1874
  end
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.390
4
+ version: 3.0.393
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-08-18 00:00:00.000000000 Z
11
+ date: 2022-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common