tencentcloud-sdk-tcss 1.0.242 → 1.0.246
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/v20201101/models.rb +2 -0
- 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: c4f864c533c9e4054a846f29f7a7782caa633353
|
4
|
+
data.tar.gz: dac01c711944d980ac408738367d19d85e86acc1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 18c0416f134c7c6547ef66c97ad7f3dd050137b22b218704c8fc2e0595af114a116ea2d6c45d1ca8308dcd369b1dc592e1cfef698718744d4c208052d42ac6e8
|
7
|
+
data.tar.gz: 11908c0b05d49c05b7345f5463b6cffafc68004ecca0df7db5077329a738588d084a1cb04748505d37b3d5f14676d563e1177b35027934089f766d2a0ad43046
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.246
|
data/lib/v20201101/models.rb
CHANGED
@@ -13494,6 +13494,8 @@ module TencentCloud
|
|
13494
13494
|
# TIMEOUT: 超时
|
13495
13495
|
# TOO_MANY: 任务过多
|
13496
13496
|
# OFFLINE: 离线
|
13497
|
+
# INTERNAL: 服务内部错误
|
13498
|
+
# VALIDATION: 参数非法
|
13497
13499
|
# @type SubStatus: String
|
13498
13500
|
|
13499
13501
|
attr_accessor :FileName, :FilePath, :VirusName, :CreateTime, :ModifyTime, :ContainerName, :ContainerId, :ContainerStatus, :ImageName, :ImageId, :Status, :Id, :HarmDescribe, :SuggestScheme, :SubStatus
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tcss
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.246
|
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-01-
|
11
|
+
date: 2022-01-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|