tencentcloud-sdk-teo 3.0.548 → 3.0.550
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/v20220901/models.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 622cddeffeb084328bb384ced4104f31266c0cf4
|
|
4
|
+
data.tar.gz: 4dabfc94b4f2eeb5c5a2f09409f80282cf448db3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3483ccbadda8638f2aaf0b1347efe5c3bf9b6f766cc6848b7683a9757c75023d4d962aab8c2ae1e9c8fee4d0b23bd21c6a72258ceaef7d0f8d9efa047230b2b6
|
|
7
|
+
data.tar.gz: a5488812107d56e96fe7d1b36a8ece728ef6014279f638684b3ad5079b07dabf68f13637e8ed7f8274f5081d343f8a476aa7c9c5a9ad50e63711899f6a19e768
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.550
|
data/lib/v20220901/models.rb
CHANGED
|
@@ -11403,9 +11403,9 @@ module TencentCloud
|
|
|
11403
11403
|
# <li> on:开启;</li>
|
|
11404
11404
|
# <li> off:关闭。</li>
|
|
11405
11405
|
# @type Switch: String
|
|
11406
|
-
# @param BlockRuleIDs:
|
|
11406
|
+
# @param BlockRuleIDs: 黑名单ID列表,将规则ID加入本参数列表中代表该ID关闭,即该规则ID不再生效。
|
|
11407
11407
|
# @type BlockRuleIDs: Array
|
|
11408
|
-
# @param ObserveRuleIDs: 观察模式ID列表,将规则ID加入本参数列表中代表该ID使用观察模式生效,即该规则ID进入观察模式。
|
|
11408
|
+
# @param ObserveRuleIDs: 观察模式ID列表,将规则ID加入本参数列表中代表该ID使用观察模式生效,即该规则ID进入观察模式。
|
|
11409
11409
|
# @type ObserveRuleIDs: Array
|
|
11410
11410
|
|
|
11411
11411
|
attr_accessor :Switch, :BlockRuleIDs, :ObserveRuleIDs
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-teo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.550
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-04-
|
|
11
|
+
date: 2023-04-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -33,9 +33,9 @@ executables: []
|
|
|
33
33
|
extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
|
+
- lib/tencentcloud-sdk-teo.rb
|
|
36
37
|
- lib/v20220106/client.rb
|
|
37
38
|
- lib/v20220106/models.rb
|
|
38
|
-
- lib/tencentcloud-sdk-teo.rb
|
|
39
39
|
- lib/v20220901/client.rb
|
|
40
40
|
- lib/v20220901/models.rb
|
|
41
41
|
- lib/VERSION
|