tencentcloud-sdk-cls 3.0.464 → 3.0.466
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/v20201016/client.rb +4 -4
- 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: fc94ee5efbfc5021fd72430fbde5020f0120b4f0
|
4
|
+
data.tar.gz: 99d0d8105b2a42be1072f2841440d08ba296ad1c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dc83dce7ea2bbdc9793c1ef7bf57fb6a0f246565baaa012251766dd5fe31d830b1a9c02f3b836cc4329b0cf325143f848d733498172abfef4a3aaa8ce1066b75
|
7
|
+
data.tar.gz: 0915447f6ce2a6c706ac31a1ae55d77d5cef6ae1c928fd4116cce12fc6fded594dab684989fd2eff6404aa3285313ca2aff72029f71c8b3ed7935b7f7338bd01
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.466
|
data/lib/v20201016/client.rb
CHANGED
@@ -173,7 +173,7 @@ module TencentCloud
|
|
173
173
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
174
174
|
end
|
175
175
|
|
176
|
-
#
|
176
|
+
# 本接口用于创建特殊采集配置任务,特殊采集配置应用于自建K8S环境的采集Agent
|
177
177
|
|
178
178
|
# @param request: Request instance for CreateConfigExtra.
|
179
179
|
# @type request: :class:`Tencentcloud::cls::V20201016::CreateConfigExtraRequest`
|
@@ -437,7 +437,7 @@ module TencentCloud
|
|
437
437
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
438
438
|
end
|
439
439
|
|
440
|
-
#
|
440
|
+
# 本接口用于删除特殊采集规则配置,特殊采集配置应用于自建K8S环境的采集Agent
|
441
441
|
|
442
442
|
# @param request: Request instance for DeleteConfigExtra.
|
443
443
|
# @type request: :class:`Tencentcloud::cls::V20201016::DeleteConfigExtraRequest`
|
@@ -725,7 +725,7 @@ module TencentCloud
|
|
725
725
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
726
726
|
end
|
727
727
|
|
728
|
-
#
|
728
|
+
# 本接口用于获取特殊采集配置,特殊采集配置应用于自建K8S环境的采集Agent
|
729
729
|
|
730
730
|
# @param request: Request instance for DescribeConfigExtras.
|
731
731
|
# @type request: :class:`Tencentcloud::cls::V20201016::DescribeConfigExtrasRequest`
|
@@ -1229,7 +1229,7 @@ module TencentCloud
|
|
1229
1229
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1230
1230
|
end
|
1231
1231
|
|
1232
|
-
#
|
1232
|
+
# 本接口用于修改特殊采集配置任务,特殊采集配置应用于自建K8S环境的采集Agent
|
1233
1233
|
|
1234
1234
|
# @param request: Request instance for ModifyConfigExtra.
|
1235
1235
|
# @type request: :class:`Tencentcloud::cls::V20201016::ModifyConfigExtraRequest`
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cls
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.466
|
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-12-
|
11
|
+
date: 2022-12-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|