tencentcloud-sdk-python-cls 3.0.1489__tar.gz → 3.0.1490__tar.gz

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.
Files changed (16) hide show
  1. {tencentcloud_sdk_python_cls-3.0.1489 → tencentcloud_sdk_python_cls-3.0.1490}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_cls-3.0.1489 → tencentcloud_sdk_python_cls-3.0.1490}/setup.py +1 -1
  3. {tencentcloud_sdk_python_cls-3.0.1489 → tencentcloud_sdk_python_cls-3.0.1490}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_cls-3.0.1489 → tencentcloud_sdk_python_cls-3.0.1490}/tencentcloud/cls/v20201016/models.py +24 -6
  5. {tencentcloud_sdk_python_cls-3.0.1489 → tencentcloud_sdk_python_cls-3.0.1490}/tencentcloud_sdk_python_cls.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_cls-3.0.1490/tencentcloud_sdk_python_cls.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_cls-3.0.1489/tencentcloud_sdk_python_cls.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_cls-3.0.1489 → tencentcloud_sdk_python_cls-3.0.1490}/README.rst +0 -0
  9. {tencentcloud_sdk_python_cls-3.0.1489 → tencentcloud_sdk_python_cls-3.0.1490}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_cls-3.0.1489 → tencentcloud_sdk_python_cls-3.0.1490}/tencentcloud/cls/__init__.py +0 -0
  11. {tencentcloud_sdk_python_cls-3.0.1489 → tencentcloud_sdk_python_cls-3.0.1490}/tencentcloud/cls/v20201016/__init__.py +0 -0
  12. {tencentcloud_sdk_python_cls-3.0.1489 → tencentcloud_sdk_python_cls-3.0.1490}/tencentcloud/cls/v20201016/cls_client.py +0 -0
  13. {tencentcloud_sdk_python_cls-3.0.1489 → tencentcloud_sdk_python_cls-3.0.1490}/tencentcloud/cls/v20201016/errorcodes.py +0 -0
  14. {tencentcloud_sdk_python_cls-3.0.1489 → tencentcloud_sdk_python_cls-3.0.1490}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud_sdk_python_cls-3.0.1489 → tencentcloud_sdk_python_cls-3.0.1490}/tencentcloud_sdk_python_cls.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud_sdk_python_cls-3.0.1489 → tencentcloud_sdk_python_cls-3.0.1490}/tencentcloud_sdk_python_cls.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-cls
3
- Version: 3.0.1489
3
+ Version: 3.0.1490
4
4
  Summary: Tencent Cloud Cls SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.0.1489
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.0.1490
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-cls',
11
- install_requires=["tencentcloud-sdk-python-common>=3.0.1489,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.0.1490,<4.0.0"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Cls SDK for Python',
14
14
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1489'
17
+ __version__ = '3.0.1490'
@@ -3565,7 +3565,10 @@ class ConfigInfo(AbstractModel):
3565
3565
 
3566
3566
  控制台默认占位值:`{\"ClsAgentDefault\":0}`
3567
3567
  :type AdvancedConfig: str
3568
- :param _InputType: 日志输入类型,支持file、window_event、syslog、k8s_stdout、k8s_file
3568
+ :param _InputType: 日志输入类型(<span style="color:red; font-weight:bold">注:windows场景必填且仅支持file和windows_event类型</span>)
3569
+ - file: 文件类型采集
3570
+ - windows_event:windows事件采集
3571
+ - syslog:系统日志采集
3569
3572
  :type InputType: str
3570
3573
  """
3571
3574
  self._ConfigId = None
@@ -3735,7 +3738,10 @@ class ConfigInfo(AbstractModel):
3735
3738
 
3736
3739
  @property
3737
3740
  def InputType(self):
3738
- r"""日志输入类型,支持file、window_event、syslog、k8s_stdout、k8s_file
3741
+ r"""日志输入类型(<span style="color:red; font-weight:bold">注:windows场景必填且仅支持file和windows_event类型</span>)
3742
+ - file: 文件类型采集
3743
+ - windows_event:windows事件采集
3744
+ - syslog:系统日志采集
3739
3745
  :rtype: str
3740
3746
  """
3741
3747
  return self._InputType
@@ -6882,7 +6888,10 @@ class CreateConfigRequest(AbstractModel):
6882
6888
 
6883
6889
  控制台默认占位值:`{\"ClsAgentDefault\":0}`
6884
6890
  :type AdvancedConfig: str
6885
- :param _InputType: 日志输入类型,支持file、window_event、syslog、k8s_stdout、k8s_file
6891
+ :param _InputType: 日志输入类型(<span style="color:red; font-weight:bold">注:windows场景必填且仅支持file和windows_event类型</span>)
6892
+ - file: 文件类型采集
6893
+ - windows_event:windows事件采集
6894
+ - syslog:系统日志采集
6886
6895
  :type InputType: str
6887
6896
  """
6888
6897
  self._Name = None
@@ -7004,7 +7013,10 @@ class CreateConfigRequest(AbstractModel):
7004
7013
 
7005
7014
  @property
7006
7015
  def InputType(self):
7007
- r"""日志输入类型,支持file、window_event、syslog、k8s_stdout、k8s_file
7016
+ r"""日志输入类型(<span style="color:red; font-weight:bold">注:windows场景必填且仅支持file和windows_event类型</span>)
7017
+ - file: 文件类型采集
7018
+ - windows_event:windows事件采集
7019
+ - syslog:系统日志采集
7008
7020
  :rtype: str
7009
7021
  """
7010
7022
  return self._InputType
@@ -24867,7 +24879,10 @@ class ModifyConfigRequest(AbstractModel):
24867
24879
  样例:
24868
24880
  `{\"ClsAgentFileTimeout\":0,\"ClsAgentMaxDepth\":10,\"ClsAgentParseFailMerge\":true}`
24869
24881
  :type AdvancedConfig: str
24870
- :param _InputType: 日志输入类型,支持file、window_event、syslog、k8s_stdout、k8s_file
24882
+ :param _InputType: 日志输入类型(<span style="color:red; font-weight:bold">注:windows场景必填且仅支持file和windows_event类型</span>)
24883
+ - file: 文件类型采集
24884
+ - windows_event:windows事件采集
24885
+ - syslog:系统日志采集
24871
24886
  :type InputType: str
24872
24887
  """
24873
24888
  self._ConfigId = None
@@ -25001,7 +25016,10 @@ class ModifyConfigRequest(AbstractModel):
25001
25016
 
25002
25017
  @property
25003
25018
  def InputType(self):
25004
- r"""日志输入类型,支持file、window_event、syslog、k8s_stdout、k8s_file
25019
+ r"""日志输入类型(<span style="color:red; font-weight:bold">注:windows场景必填且仅支持file和windows_event类型</span>)
25020
+ - file: 文件类型采集
25021
+ - windows_event:windows事件采集
25022
+ - syslog:系统日志采集
25005
25023
  :rtype: str
25006
25024
  """
25007
25025
  return self._InputType
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-cls
3
- Version: 3.0.1489
3
+ Version: 3.0.1490
4
4
  Summary: Tencent Cloud Cls SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.0.1489
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.0.1490
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.0.1490
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.0.1489