tencentcloud-sdk-python-cls 3.0.954__tar.gz → 3.0.956__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.
- {tencentcloud-sdk-python-cls-3.0.954 → tencentcloud-sdk-python-cls-3.0.956}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-cls-3.0.954 → tencentcloud-sdk-python-cls-3.0.956}/setup.py +1 -1
- {tencentcloud-sdk-python-cls-3.0.954 → tencentcloud-sdk-python-cls-3.0.956}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-cls-3.0.954 → tencentcloud-sdk-python-cls-3.0.956}/tencentcloud/cls/v20201016/cls_client.py +4 -4
- {tencentcloud-sdk-python-cls-3.0.954 → tencentcloud-sdk-python-cls-3.0.956}/tencentcloud_sdk_python_cls.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-cls-3.0.956/tencentcloud_sdk_python_cls.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-cls-3.0.954/tencentcloud_sdk_python_cls.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-cls-3.0.954 → tencentcloud-sdk-python-cls-3.0.956}/README.rst +0 -0
- {tencentcloud-sdk-python-cls-3.0.954 → tencentcloud-sdk-python-cls-3.0.956}/setup.cfg +0 -0
- {tencentcloud-sdk-python-cls-3.0.954 → tencentcloud-sdk-python-cls-3.0.956}/tencentcloud/cls/__init__.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.954 → tencentcloud-sdk-python-cls-3.0.956}/tencentcloud/cls/v20201016/__init__.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.954 → tencentcloud-sdk-python-cls-3.0.956}/tencentcloud/cls/v20201016/errorcodes.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.954 → tencentcloud-sdk-python-cls-3.0.956}/tencentcloud/cls/v20201016/models.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.954 → tencentcloud-sdk-python-cls-3.0.956}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-cls-3.0.954 → tencentcloud-sdk-python-cls-3.0.956}/tencentcloud_sdk_python_cls.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-cls-3.0.954 → tencentcloud-sdk-python-cls-3.0.956}/tencentcloud_sdk_python_cls.egg-info/top_level.txt +0 -0
|
@@ -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.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.956"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Cls SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -395,7 +395,7 @@ class ClsClient(AbstractClient):
|
|
|
395
395
|
|
|
396
396
|
|
|
397
397
|
def CreateScheduledSql(self, request):
|
|
398
|
-
"""
|
|
398
|
+
"""本接口用于创建定时SQL分析任务
|
|
399
399
|
|
|
400
400
|
:param request: Request instance for CreateScheduledSql.
|
|
401
401
|
:type request: :class:`tencentcloud.cls.v20201016.models.CreateScheduledSqlRequest`
|
|
@@ -763,7 +763,7 @@ class ClsClient(AbstractClient):
|
|
|
763
763
|
|
|
764
764
|
|
|
765
765
|
def DeleteScheduledSql(self, request):
|
|
766
|
-
"""
|
|
766
|
+
"""本接口用于删除定时SQL分析任务
|
|
767
767
|
|
|
768
768
|
:param request: Request instance for DeleteScheduledSql.
|
|
769
769
|
:type request: :class:`tencentcloud.cls.v20201016.models.DeleteScheduledSqlRequest`
|
|
@@ -1338,7 +1338,7 @@ class ClsClient(AbstractClient):
|
|
|
1338
1338
|
|
|
1339
1339
|
|
|
1340
1340
|
def DescribeScheduledSqlInfo(self, request):
|
|
1341
|
-
"""
|
|
1341
|
+
"""本接口用于获取定时SQL分析任务列表
|
|
1342
1342
|
|
|
1343
1343
|
:param request: Request instance for DescribeScheduledSqlInfo.
|
|
1344
1344
|
:type request: :class:`tencentcloud.cls.v20201016.models.DescribeScheduledSqlInfoRequest`
|
|
@@ -1752,7 +1752,7 @@ class ClsClient(AbstractClient):
|
|
|
1752
1752
|
|
|
1753
1753
|
|
|
1754
1754
|
def ModifyScheduledSql(self, request):
|
|
1755
|
-
"""
|
|
1755
|
+
"""本接口用于修改定时SQL分析任务
|
|
1756
1756
|
|
|
1757
1757
|
:param request: Request instance for ModifyScheduledSql.
|
|
1758
1758
|
:type request: :class:`tencentcloud.cls.v20201016.models.ModifyScheduledSqlRequest`
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.956
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.954
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|