tencentcloud-sdk-python-cls 3.1.79__tar.gz → 3.1.81__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.1.79 → tencentcloud_sdk_python_cls-3.1.81}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_cls-3.1.79 → tencentcloud_sdk_python_cls-3.1.81}/setup.py +1 -1
- {tencentcloud_sdk_python_cls-3.1.79 → tencentcloud_sdk_python_cls-3.1.81}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_cls-3.1.79 → tencentcloud_sdk_python_cls-3.1.81}/tencentcloud/cls/v20201016/cls_client.py +1 -2
- {tencentcloud_sdk_python_cls-3.1.79 → tencentcloud_sdk_python_cls-3.1.81}/tencentcloud/cls/v20201016/cls_client_async.py +1 -2
- {tencentcloud_sdk_python_cls-3.1.79 → tencentcloud_sdk_python_cls-3.1.81}/tencentcloud_sdk_python_cls.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_cls-3.1.81/tencentcloud_sdk_python_cls.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_cls-3.1.79/tencentcloud_sdk_python_cls.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_cls-3.1.79 → tencentcloud_sdk_python_cls-3.1.81}/README.rst +0 -0
- {tencentcloud_sdk_python_cls-3.1.79 → tencentcloud_sdk_python_cls-3.1.81}/setup.cfg +0 -0
- {tencentcloud_sdk_python_cls-3.1.79 → tencentcloud_sdk_python_cls-3.1.81}/tencentcloud/cls/__init__.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.79 → tencentcloud_sdk_python_cls-3.1.81}/tencentcloud/cls/v20201016/__init__.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.79 → tencentcloud_sdk_python_cls-3.1.81}/tencentcloud/cls/v20201016/errorcodes.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.79 → tencentcloud_sdk_python_cls-3.1.81}/tencentcloud/cls/v20201016/models.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.79 → tencentcloud_sdk_python_cls-3.1.81}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_cls-3.1.79 → tencentcloud_sdk_python_cls-3.1.81}/tencentcloud_sdk_python_cls.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_cls-3.1.79 → tencentcloud_sdk_python_cls-3.1.81}/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.1.
|
|
3
|
+
Version: 3.1.81
|
|
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.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.81
|
|
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.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.81,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Cls SDK for Python',
|
|
@@ -4044,8 +4044,7 @@ class ClsClient(AbstractClient):
|
|
|
4044
4044
|
def SearchLog(self, request):
|
|
4045
4045
|
r"""本接口用于检索分析日志,使用该接口时请注意如下事项:
|
|
4046
4046
|
1. 该接口除受默认接口请求频率限制外,针对单个日志主题,查询并发数不能超过15。
|
|
4047
|
-
2.
|
|
4048
|
-
3. API返回数据包最大49MB,建议启用 gzip 压缩(HTTP Request Header Accept-Encoding:gzip)。
|
|
4047
|
+
2. API返回数据包最大49MB,建议启用 gzip 压缩(HTTP Request Header Accept-Encoding:gzip)。
|
|
4049
4048
|
|
|
4050
4049
|
:param request: Request instance for SearchLog.
|
|
4051
4050
|
:type request: :class:`tencentcloud.cls.v20201016.models.SearchLogRequest`
|
|
@@ -3183,8 +3183,7 @@ class ClsClient(AbstractClient):
|
|
|
3183
3183
|
"""
|
|
3184
3184
|
本接口用于检索分析日志,使用该接口时请注意如下事项:
|
|
3185
3185
|
1. 该接口除受默认接口请求频率限制外,针对单个日志主题,查询并发数不能超过15。
|
|
3186
|
-
2.
|
|
3187
|
-
3. API返回数据包最大49MB,建议启用 gzip 压缩(HTTP Request Header Accept-Encoding:gzip)。
|
|
3186
|
+
2. API返回数据包最大49MB,建议启用 gzip 压缩(HTTP Request Header Accept-Encoding:gzip)。
|
|
3188
3187
|
"""
|
|
3189
3188
|
|
|
3190
3189
|
kwargs = {}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-cls
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.81
|
|
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.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.81
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.81
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.79
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|