tencentcloud-sdk-eb 3.0.390 → 3.0.398
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 +6 -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: 624b4c7eeed6ed66e5adf4787bdee008eaa69a55
|
4
|
+
data.tar.gz: 1729f16b9b8af93c0ffcdd67302a6c328af38f52
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 369da54181f6ff2750455237a29ca413dfed4169dbf88e47653984660b000ac75a12ac10b5cf9d95ed4ae98157f9714ae6a774e4944f86bc06b95c428ee47959
|
7
|
+
data.tar.gz: 68f90980696b223f38a979c2f846a3081aa7379f97e004549068717c4669abf7d6bc1f770738aaa09264e865df82cee4ed4e32148edf8a0511a17f6d9837a47c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.398
|
data/lib/v20210416/models.rb
CHANGED
@@ -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.
|
4
|
+
version: 3.0.398
|
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-
|
11
|
+
date: 2022-08-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|