tencentcloud-sdk-python-cls 3.1.13__tar.gz → 3.1.14__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.13 → tencentcloud_sdk_python_cls-3.1.14}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_cls-3.1.13 → tencentcloud_sdk_python_cls-3.1.14}/setup.py +1 -1
- {tencentcloud_sdk_python_cls-3.1.13 → tencentcloud_sdk_python_cls-3.1.14}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_cls-3.1.13 → tencentcloud_sdk_python_cls-3.1.14}/tencentcloud/cls/v20201016/models.py +15 -0
- {tencentcloud_sdk_python_cls-3.1.13 → tencentcloud_sdk_python_cls-3.1.14}/tencentcloud_sdk_python_cls.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_cls-3.1.14/tencentcloud_sdk_python_cls.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_cls-3.1.13/tencentcloud_sdk_python_cls.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_cls-3.1.13 → tencentcloud_sdk_python_cls-3.1.14}/README.rst +0 -0
- {tencentcloud_sdk_python_cls-3.1.13 → tencentcloud_sdk_python_cls-3.1.14}/setup.cfg +0 -0
- {tencentcloud_sdk_python_cls-3.1.13 → tencentcloud_sdk_python_cls-3.1.14}/tencentcloud/cls/__init__.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.13 → tencentcloud_sdk_python_cls-3.1.14}/tencentcloud/cls/v20201016/__init__.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.13 → tencentcloud_sdk_python_cls-3.1.14}/tencentcloud/cls/v20201016/cls_client.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.13 → tencentcloud_sdk_python_cls-3.1.14}/tencentcloud/cls/v20201016/cls_client_async.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.13 → tencentcloud_sdk_python_cls-3.1.14}/tencentcloud/cls/v20201016/errorcodes.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.13 → tencentcloud_sdk_python_cls-3.1.14}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_cls-3.1.13 → tencentcloud_sdk_python_cls-3.1.14}/tencentcloud_sdk_python_cls.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_cls-3.1.13 → tencentcloud_sdk_python_cls-3.1.14}/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.14
|
|
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.14
|
|
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.14,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Cls SDK for Python',
|
|
@@ -34635,6 +34635,8 @@ class TopicInfo(AbstractModel):
|
|
|
34635
34635
|
标准存储为 hotPeriod, 低频存储则为 Period-hotPeriod。(主题类型需为日志主题)
|
|
34636
34636
|
HotPeriod=0为没有开启日志沉降。
|
|
34637
34637
|
:type HotPeriod: int
|
|
34638
|
+
:param _KeyId: kms-cls服务秘钥id
|
|
34639
|
+
:type KeyId: str
|
|
34638
34640
|
:param _BizType: 主题类型。
|
|
34639
34641
|
- 0: 日志主题
|
|
34640
34642
|
- 1: 指标主题
|
|
@@ -34676,6 +34678,7 @@ HotPeriod=0为没有开启日志沉降。
|
|
|
34676
34678
|
self._SubAssumerName = None
|
|
34677
34679
|
self._Describes = None
|
|
34678
34680
|
self._HotPeriod = None
|
|
34681
|
+
self._KeyId = None
|
|
34679
34682
|
self._BizType = None
|
|
34680
34683
|
self._IsWebTracking = None
|
|
34681
34684
|
self._Extends = None
|
|
@@ -34889,6 +34892,17 @@ HotPeriod=0为没有开启日志沉降。
|
|
|
34889
34892
|
def HotPeriod(self, HotPeriod):
|
|
34890
34893
|
self._HotPeriod = HotPeriod
|
|
34891
34894
|
|
|
34895
|
+
@property
|
|
34896
|
+
def KeyId(self):
|
|
34897
|
+
r"""kms-cls服务秘钥id
|
|
34898
|
+
:rtype: str
|
|
34899
|
+
"""
|
|
34900
|
+
return self._KeyId
|
|
34901
|
+
|
|
34902
|
+
@KeyId.setter
|
|
34903
|
+
def KeyId(self, KeyId):
|
|
34904
|
+
self._KeyId = KeyId
|
|
34905
|
+
|
|
34892
34906
|
@property
|
|
34893
34907
|
def BizType(self):
|
|
34894
34908
|
r"""主题类型。
|
|
@@ -34999,6 +35013,7 @@ HotPeriod=0为没有开启日志沉降。
|
|
|
34999
35013
|
self._SubAssumerName = params.get("SubAssumerName")
|
|
35000
35014
|
self._Describes = params.get("Describes")
|
|
35001
35015
|
self._HotPeriod = params.get("HotPeriod")
|
|
35016
|
+
self._KeyId = params.get("KeyId")
|
|
35002
35017
|
self._BizType = params.get("BizType")
|
|
35003
35018
|
self._IsWebTracking = params.get("IsWebTracking")
|
|
35004
35019
|
if params.get("Extends") is not None:
|
|
@@ -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.14
|
|
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.14
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.14
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.13
|
|
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
|