tencentcloud-sdk-tcss 3.0.922 → 3.0.923
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/client.rb +10 -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: 5f686d339e324423d2e231f094bfdc26e459930e
|
|
4
|
+
data.tar.gz: 626da868f731b5c5922a18fde9949a65f2c63b4d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1b95f3469a75a0c75f165a10cb9edeb4192352540242def4a44eb2089bbb50b12bcf533d10aff0818bb09f691d39f7e3898da7173de0e4892bdb9d726ab0596e
|
|
7
|
+
data.tar.gz: 3ca717d7bfeb2f44cc6e81bf9da058ea783d6931f86396d355cafee4294d6557f4c6de28e0f1cb7cdb473622560f381126cc0c32babfd5ad361c642cce5f2baa
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.923
|
data/lib/v20201101/client.rb
CHANGED
|
@@ -1906,6 +1906,8 @@ module TencentCloud
|
|
|
1906
1906
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
1907
1907
|
end
|
|
1908
1908
|
|
|
1909
|
+
# 接口已废弃
|
|
1910
|
+
|
|
1909
1911
|
# 查询运行时异常进程事件列表信息导出
|
|
1910
1912
|
|
|
1911
1913
|
# @param request: Request instance for DescribeAbnormalProcessEventsExport.
|
|
@@ -2002,6 +2004,8 @@ module TencentCloud
|
|
|
2002
2004
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
2003
2005
|
end
|
|
2004
2006
|
|
|
2007
|
+
# 接口已废弃
|
|
2008
|
+
|
|
2005
2009
|
# 查询运行时异常进程策略列表信息导出
|
|
2006
2010
|
|
|
2007
2011
|
# @param request: Request instance for DescribeAbnormalProcessRulesExport.
|
|
@@ -2146,6 +2150,8 @@ module TencentCloud
|
|
|
2146
2150
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
2147
2151
|
end
|
|
2148
2152
|
|
|
2153
|
+
# 接口已废弃
|
|
2154
|
+
|
|
2149
2155
|
# 查询运行时访问控制策略列表导出
|
|
2150
2156
|
|
|
2151
2157
|
# @param request: Request instance for DescribeAccessControlRulesExport.
|
|
@@ -2578,6 +2584,8 @@ module TencentCloud
|
|
|
2578
2584
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
2579
2585
|
end
|
|
2580
2586
|
|
|
2587
|
+
# 接口已废弃
|
|
2588
|
+
|
|
2581
2589
|
# 容器安全搜索查询镜像列表导出
|
|
2582
2590
|
|
|
2583
2591
|
# @param request: Request instance for DescribeAssetImageListExport.
|
|
@@ -3898,6 +3906,8 @@ module TencentCloud
|
|
|
3898
3906
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
3899
3907
|
end
|
|
3900
3908
|
|
|
3909
|
+
# 接口已废弃
|
|
3910
|
+
|
|
3901
3911
|
# DescribeEscapeEventsExport 查询容器逃逸事件列表导出
|
|
3902
3912
|
|
|
3903
3913
|
# @param request: Request instance for DescribeEscapeEventsExport.
|
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: 3.0.
|
|
4
|
+
version: 3.0.923
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-10-
|
|
11
|
+
date: 2024-10-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|