tencentcloud-sdk-python-cls 3.1.140__tar.gz → 3.1.142__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.140 → tencentcloud_sdk_python_cls-3.1.142}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_cls-3.1.140 → tencentcloud_sdk_python_cls-3.1.142}/setup.py +1 -1
- {tencentcloud_sdk_python_cls-3.1.140 → tencentcloud_sdk_python_cls-3.1.142}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_cls-3.1.140 → tencentcloud_sdk_python_cls-3.1.142}/tencentcloud/cls/v20201016/models.py +2 -2
- {tencentcloud_sdk_python_cls-3.1.140 → tencentcloud_sdk_python_cls-3.1.142}/tencentcloud_sdk_python_cls.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_cls-3.1.142/tencentcloud_sdk_python_cls.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_cls-3.1.140/tencentcloud_sdk_python_cls.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_cls-3.1.140 → tencentcloud_sdk_python_cls-3.1.142}/README.rst +0 -0
- {tencentcloud_sdk_python_cls-3.1.140 → tencentcloud_sdk_python_cls-3.1.142}/setup.cfg +0 -0
- {tencentcloud_sdk_python_cls-3.1.140 → tencentcloud_sdk_python_cls-3.1.142}/tencentcloud/cls/__init__.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.140 → tencentcloud_sdk_python_cls-3.1.142}/tencentcloud/cls/v20201016/__init__.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.140 → tencentcloud_sdk_python_cls-3.1.142}/tencentcloud/cls/v20201016/cls_client.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.140 → tencentcloud_sdk_python_cls-3.1.142}/tencentcloud/cls/v20201016/cls_client_async.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.140 → tencentcloud_sdk_python_cls-3.1.142}/tencentcloud/cls/v20201016/errorcodes.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.140 → tencentcloud_sdk_python_cls-3.1.142}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_cls-3.1.140 → tencentcloud_sdk_python_cls-3.1.142}/tencentcloud_sdk_python_cls.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_cls-3.1.140 → tencentcloud_sdk_python_cls-3.1.142}/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.142
|
|
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.142
|
|
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.142,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Cls SDK for Python',
|
|
@@ -15406,7 +15406,7 @@ class CreateTopicRequest(AbstractModel):
|
|
|
15406
15406
|
:type Describes: str
|
|
15407
15407
|
:param _HotPeriod: <p>0:日志主题关闭日志沉降。<br>非0:日志主题开启日志沉降后标准存储的天数,HotPeriod需要大于等于7,且小于Period。<br>仅在StorageType为 hot 时生效,指标主题不支持该配置。</p>
|
|
15408
15408
|
:type HotPeriod: int
|
|
15409
|
-
:param _Encryption: <p>加密相关参数。 支持加密地域并且开白用户可以传此参数,其他场景不能传递该参数。<br>0或者不传: 不加密<br>1:kms-cls 云产品密钥加密</p
|
|
15409
|
+
:param _Encryption: <p>加密相关参数。 支持加密地域并且开白用户可以传此参数,其他场景不能传递该参数。<br>0或者不传: 不加密<br>1:kms-cls 云产品密钥加密</p>
|
|
15410
15410
|
:type Encryption: int
|
|
15411
15411
|
:param _CustomKmsInfo: <p>用户自定义 KMS 密钥信息;为空则使用默认密钥(别名 KMS-CLS)</p><p>当参数 Encryption为 1 时有效。</p>
|
|
15412
15412
|
:type CustomKmsInfo: :class:`tencentcloud.cls.v20201016.models.CustomKmsInfo`
|
|
@@ -15554,7 +15554,7 @@ class CreateTopicRequest(AbstractModel):
|
|
|
15554
15554
|
|
|
15555
15555
|
@property
|
|
15556
15556
|
def Encryption(self):
|
|
15557
|
-
r"""<p>加密相关参数。 支持加密地域并且开白用户可以传此参数,其他场景不能传递该参数。<br>0或者不传: 不加密<br>1:kms-cls 云产品密钥加密</p
|
|
15557
|
+
r"""<p>加密相关参数。 支持加密地域并且开白用户可以传此参数,其他场景不能传递该参数。<br>0或者不传: 不加密<br>1:kms-cls 云产品密钥加密</p>
|
|
15558
15558
|
:rtype: int
|
|
15559
15559
|
"""
|
|
15560
15560
|
return self._Encryption
|
|
@@ -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.142
|
|
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.142
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.142
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.140
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|