tencentcloud-sdk-python-cls 3.0.1258__tar.gz → 3.0.1273__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.1258 → tencentcloud-sdk-python-cls-3.0.1273}/PKG-INFO +3 -3
  2. {tencentcloud-sdk-python-cls-3.0.1258 → tencentcloud-sdk-python-cls-3.0.1273}/setup.cfg +0 -1
  3. {tencentcloud-sdk-python-cls-3.0.1258 → tencentcloud-sdk-python-cls-3.0.1273}/setup.py +1 -1
  4. {tencentcloud-sdk-python-cls-3.0.1258 → tencentcloud-sdk-python-cls-3.0.1273}/tencentcloud/__init__.py +1 -1
  5. {tencentcloud-sdk-python-cls-3.0.1258 → tencentcloud-sdk-python-cls-3.0.1273}/tencentcloud/cls/v20201016/cls_client.py +92 -0
  6. {tencentcloud-sdk-python-cls-3.0.1258 → tencentcloud-sdk-python-cls-3.0.1273}/tencentcloud/cls/v20201016/models.py +6408 -173
  7. {tencentcloud-sdk-python-cls-3.0.1258 → tencentcloud-sdk-python-cls-3.0.1273}/tencentcloud_sdk_python_cls.egg-info/PKG-INFO +3 -3
  8. tencentcloud-sdk-python-cls-3.0.1273/tencentcloud_sdk_python_cls.egg-info/requires.txt +1 -0
  9. tencentcloud-sdk-python-cls-3.0.1258/tencentcloud_sdk_python_cls.egg-info/requires.txt +0 -1
  10. {tencentcloud-sdk-python-cls-3.0.1258 → tencentcloud-sdk-python-cls-3.0.1273}/README.rst +0 -0
  11. {tencentcloud-sdk-python-cls-3.0.1258 → tencentcloud-sdk-python-cls-3.0.1273}/tencentcloud/cls/__init__.py +0 -0
  12. {tencentcloud-sdk-python-cls-3.0.1258 → tencentcloud-sdk-python-cls-3.0.1273}/tencentcloud/cls/v20201016/__init__.py +0 -0
  13. {tencentcloud-sdk-python-cls-3.0.1258 → tencentcloud-sdk-python-cls-3.0.1273}/tencentcloud/cls/v20201016/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-cls-3.0.1258 → tencentcloud-sdk-python-cls-3.0.1273}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-cls-3.0.1258 → tencentcloud-sdk-python-cls-3.0.1273}/tencentcloud_sdk_python_cls.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-cls-3.0.1258 → tencentcloud-sdk-python-cls-3.0.1273}/tencentcloud_sdk_python_cls.egg-info/top_level.txt +0 -0
@@ -1,10 +1,10 @@
1
- Metadata-Version: 1.1
1
+ Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-cls
3
- Version: 3.0.1258
3
+ Version: 3.0.1273
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
7
- Author-email: tencentcloudapi@tencent.com
7
+ Maintainer-email: tencentcloudapi@tencent.com
8
8
  License: Apache License 2.0
9
9
  Description: ============================
10
10
  Tencent Cloud SDK for Python
@@ -4,5 +4,4 @@ universal = 1
4
4
  [egg_info]
5
5
  tag_build =
6
6
  tag_date = 0
7
- tag_svn_revision = 0
8
7
 
@@ -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.1258"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1273"],
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.1258'
17
+ __version__ = '3.0.1273'
@@ -217,6 +217,29 @@ class ClsClient(AbstractClient):
217
217
  raise TencentCloudSDKException(type(e).__name__, str(e))
218
218
 
219
219
 
220
+ def CreateCloudProductLogTask(self, request):
221
+ """内部云产品接入使用相关接口
222
+
223
+ :param request: Request instance for CreateCloudProductLogTask.
224
+ :type request: :class:`tencentcloud.cls.v20201016.models.CreateCloudProductLogTaskRequest`
225
+ :rtype: :class:`tencentcloud.cls.v20201016.models.CreateCloudProductLogTaskResponse`
226
+
227
+ """
228
+ try:
229
+ params = request._serialize()
230
+ headers = request.headers
231
+ body = self.call("CreateCloudProductLogTask", params, headers=headers)
232
+ response = json.loads(body)
233
+ model = models.CreateCloudProductLogTaskResponse()
234
+ model._deserialize(response["Response"])
235
+ return model
236
+ except Exception as e:
237
+ if isinstance(e, TencentCloudSDKException):
238
+ raise
239
+ else:
240
+ raise TencentCloudSDKException(type(e).__name__, str(e))
241
+
242
+
220
243
  def CreateConfig(self, request):
221
244
  """创建采集规则配置
222
245
 
@@ -677,6 +700,29 @@ class ClsClient(AbstractClient):
677
700
  raise TencentCloudSDKException(type(e).__name__, str(e))
678
701
 
679
702
 
703
+ def DeleteCloudProductLogTask(self, request):
704
+ """内部云产品接入使用相关接口
705
+
706
+ :param request: Request instance for DeleteCloudProductLogTask.
707
+ :type request: :class:`tencentcloud.cls.v20201016.models.DeleteCloudProductLogTaskRequest`
708
+ :rtype: :class:`tencentcloud.cls.v20201016.models.DeleteCloudProductLogTaskResponse`
709
+
710
+ """
711
+ try:
712
+ params = request._serialize()
713
+ headers = request.headers
714
+ body = self.call("DeleteCloudProductLogTask", params, headers=headers)
715
+ response = json.loads(body)
716
+ model = models.DeleteCloudProductLogTaskResponse()
717
+ model._deserialize(response["Response"])
718
+ return model
719
+ except Exception as e:
720
+ if isinstance(e, TencentCloudSDKException):
721
+ raise
722
+ else:
723
+ raise TencentCloudSDKException(type(e).__name__, str(e))
724
+
725
+
680
726
  def DeleteConfig(self, request):
681
727
  """删除采集规则配置
682
728
 
@@ -1160,6 +1206,29 @@ class ClsClient(AbstractClient):
1160
1206
  raise TencentCloudSDKException(type(e).__name__, str(e))
1161
1207
 
1162
1208
 
1209
+ def DescribeCloudProductLogTasks(self, request):
1210
+ """云产品接入使用相关接口
1211
+
1212
+ :param request: Request instance for DescribeCloudProductLogTasks.
1213
+ :type request: :class:`tencentcloud.cls.v20201016.models.DescribeCloudProductLogTasksRequest`
1214
+ :rtype: :class:`tencentcloud.cls.v20201016.models.DescribeCloudProductLogTasksResponse`
1215
+
1216
+ """
1217
+ try:
1218
+ params = request._serialize()
1219
+ headers = request.headers
1220
+ body = self.call("DescribeCloudProductLogTasks", params, headers=headers)
1221
+ response = json.loads(body)
1222
+ model = models.DescribeCloudProductLogTasksResponse()
1223
+ model._deserialize(response["Response"])
1224
+ return model
1225
+ except Exception as e:
1226
+ if isinstance(e, TencentCloudSDKException):
1227
+ raise
1228
+ else:
1229
+ raise TencentCloudSDKException(type(e).__name__, str(e))
1230
+
1231
+
1163
1232
  def DescribeConfigExtras(self, request):
1164
1233
  """本接口用于获取特殊采集配置,特殊采集配置应用于自建K8S环境的采集Agent
1165
1234
 
@@ -1851,6 +1920,29 @@ class ClsClient(AbstractClient):
1851
1920
  raise TencentCloudSDKException(type(e).__name__, str(e))
1852
1921
 
1853
1922
 
1923
+ def ModifyCloudProductLogTask(self, request):
1924
+ """内部云产品接入使用相关接口
1925
+
1926
+ :param request: Request instance for ModifyCloudProductLogTask.
1927
+ :type request: :class:`tencentcloud.cls.v20201016.models.ModifyCloudProductLogTaskRequest`
1928
+ :rtype: :class:`tencentcloud.cls.v20201016.models.ModifyCloudProductLogTaskResponse`
1929
+
1930
+ """
1931
+ try:
1932
+ params = request._serialize()
1933
+ headers = request.headers
1934
+ body = self.call("ModifyCloudProductLogTask", params, headers=headers)
1935
+ response = json.loads(body)
1936
+ model = models.ModifyCloudProductLogTaskResponse()
1937
+ model._deserialize(response["Response"])
1938
+ return model
1939
+ except Exception as e:
1940
+ if isinstance(e, TencentCloudSDKException):
1941
+ raise
1942
+ else:
1943
+ raise TencentCloudSDKException(type(e).__name__, str(e))
1944
+
1945
+
1854
1946
  def ModifyConfig(self, request):
1855
1947
  """修改采集规则配置
1856
1948