tencentcloud-sdk-python-cls 3.1.99__tar.gz → 3.1.101__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.99 → tencentcloud_sdk_python_cls-3.1.101}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_cls-3.1.99 → tencentcloud_sdk_python_cls-3.1.101}/setup.py +1 -1
- {tencentcloud_sdk_python_cls-3.1.99 → tencentcloud_sdk_python_cls-3.1.101}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_cls-3.1.99 → tencentcloud_sdk_python_cls-3.1.101}/tencentcloud/cls/v20201016/models.py +8 -8
- {tencentcloud_sdk_python_cls-3.1.99 → tencentcloud_sdk_python_cls-3.1.101}/tencentcloud_sdk_python_cls.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_cls-3.1.101/tencentcloud_sdk_python_cls.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_cls-3.1.99/tencentcloud_sdk_python_cls.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_cls-3.1.99 → tencentcloud_sdk_python_cls-3.1.101}/README.rst +0 -0
- {tencentcloud_sdk_python_cls-3.1.99 → tencentcloud_sdk_python_cls-3.1.101}/setup.cfg +0 -0
- {tencentcloud_sdk_python_cls-3.1.99 → tencentcloud_sdk_python_cls-3.1.101}/tencentcloud/cls/__init__.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.99 → tencentcloud_sdk_python_cls-3.1.101}/tencentcloud/cls/v20201016/__init__.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.99 → tencentcloud_sdk_python_cls-3.1.101}/tencentcloud/cls/v20201016/cls_client.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.99 → tencentcloud_sdk_python_cls-3.1.101}/tencentcloud/cls/v20201016/cls_client_async.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.99 → tencentcloud_sdk_python_cls-3.1.101}/tencentcloud/cls/v20201016/errorcodes.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.99 → tencentcloud_sdk_python_cls-3.1.101}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_cls-3.1.99 → tencentcloud_sdk_python_cls-3.1.101}/tencentcloud_sdk_python_cls.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_cls-3.1.99 → tencentcloud_sdk_python_cls-3.1.101}/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.101
|
|
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.101
|
|
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.101,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Cls SDK for Python',
|
|
@@ -14442,7 +14442,7 @@ class CreateTopicRequest(AbstractModel):
|
|
|
14442
14442
|
:type Extends: :class:`tencentcloud.cls.v20201016.models.TopicExtendInfo`
|
|
14443
14443
|
:param _IsSourceFrom: <p>开启记录公网来源ip和服务端接收时间</p>
|
|
14444
14444
|
:type IsSourceFrom: bool
|
|
14445
|
-
:param _BillingMode: <p>计费模式</p><p>枚举值:</p><ul><li>0:
|
|
14445
|
+
:param _BillingMode: <p>计费模式</p><p>枚举值:</p><ul><li>0: 按使用功能计费</li><li>1: 按原始日志量计费(目前仅面向少部分客户支持)</li></ul><p>默认值:0</p>
|
|
14446
14446
|
:type BillingMode: int
|
|
14447
14447
|
"""
|
|
14448
14448
|
self._LogsetId = None
|
|
@@ -14641,7 +14641,7 @@ class CreateTopicRequest(AbstractModel):
|
|
|
14641
14641
|
|
|
14642
14642
|
@property
|
|
14643
14643
|
def BillingMode(self):
|
|
14644
|
-
r"""<p>计费模式</p><p>枚举值:</p><ul><li>0:
|
|
14644
|
+
r"""<p>计费模式</p><p>枚举值:</p><ul><li>0: 按使用功能计费</li><li>1: 按原始日志量计费(目前仅面向少部分客户支持)</li></ul><p>默认值:0</p>
|
|
14645
14645
|
:rtype: int
|
|
14646
14646
|
"""
|
|
14647
14647
|
return self._BillingMode
|
|
@@ -42579,7 +42579,7 @@ class ModifyTopicRequest(AbstractModel):
|
|
|
42579
42579
|
:type Encryption: int
|
|
42580
42580
|
:param _IsSourceFrom: <p>开启记录公网来源ip和服务端接收时间</p>
|
|
42581
42581
|
:type IsSourceFrom: bool
|
|
42582
|
-
:param _BillingMode: <p>计费模式</p><p>枚举值:</p><ul><li>0:
|
|
42582
|
+
:param _BillingMode: <p>计费模式</p><p>枚举值:</p><ul><li>0: 按使用功能计费</li><li>1: 按原始日志量计费(目前仅面向少部分客户支持)</li></ul><p>默认值:0</p>
|
|
42583
42583
|
:type BillingMode: int
|
|
42584
42584
|
"""
|
|
42585
42585
|
self._TopicId = None
|
|
@@ -42778,7 +42778,7 @@ class ModifyTopicRequest(AbstractModel):
|
|
|
42778
42778
|
|
|
42779
42779
|
@property
|
|
42780
42780
|
def BillingMode(self):
|
|
42781
|
-
r"""<p>计费模式</p><p>枚举值:</p><ul><li>0:
|
|
42781
|
+
r"""<p>计费模式</p><p>枚举值:</p><ul><li>0: 按使用功能计费</li><li>1: 按原始日志量计费(目前仅面向少部分客户支持)</li></ul><p>默认值:0</p>
|
|
42782
42782
|
:rtype: int
|
|
42783
42783
|
"""
|
|
42784
42784
|
return self._BillingMode
|
|
@@ -50204,9 +50204,9 @@ class TopicInfo(AbstractModel):
|
|
|
50204
50204
|
:type EffectiveDate: str
|
|
50205
50205
|
:param _IsSourceFrom: <p>IsSourceFrom 开启记录公网来源ip和服务端接收时间</p>
|
|
50206
50206
|
:type IsSourceFrom: bool
|
|
50207
|
-
:param _BillingMode: <p>当前计费模式</p><p>枚举值:</p><ul><li>0:
|
|
50207
|
+
:param _BillingMode: <p>当前计费模式</p><p>枚举值:</p><ul><li>0: 按使用功能计费</li><li>1: 按原始日志量计费(目前仅面向少部分客户支持)</li></ul>
|
|
50208
50208
|
:type BillingMode: int
|
|
50209
|
-
:param _NewBillingMode: <p>如果有异步任务,任务成功后的新计费模式</p><p>枚举值:</p><ul><li>0:
|
|
50209
|
+
:param _NewBillingMode: <p>如果有异步任务,任务成功后的新计费模式</p><p>枚举值:</p><ul><li>0: 按使用功能计费</li><li>1: 按原始日志量计费(目前仅面向少部分客户支持)</li></ul>
|
|
50210
50210
|
:type NewBillingMode: int
|
|
50211
50211
|
"""
|
|
50212
50212
|
self._LogsetId = None
|
|
@@ -50526,7 +50526,7 @@ class TopicInfo(AbstractModel):
|
|
|
50526
50526
|
|
|
50527
50527
|
@property
|
|
50528
50528
|
def BillingMode(self):
|
|
50529
|
-
r"""<p>当前计费模式</p><p>枚举值:</p><ul><li>0:
|
|
50529
|
+
r"""<p>当前计费模式</p><p>枚举值:</p><ul><li>0: 按使用功能计费</li><li>1: 按原始日志量计费(目前仅面向少部分客户支持)</li></ul>
|
|
50530
50530
|
:rtype: int
|
|
50531
50531
|
"""
|
|
50532
50532
|
return self._BillingMode
|
|
@@ -50537,7 +50537,7 @@ class TopicInfo(AbstractModel):
|
|
|
50537
50537
|
|
|
50538
50538
|
@property
|
|
50539
50539
|
def NewBillingMode(self):
|
|
50540
|
-
r"""<p>如果有异步任务,任务成功后的新计费模式</p><p>枚举值:</p><ul><li>0:
|
|
50540
|
+
r"""<p>如果有异步任务,任务成功后的新计费模式</p><p>枚举值:</p><ul><li>0: 按使用功能计费</li><li>1: 按原始日志量计费(目前仅面向少部分客户支持)</li></ul>
|
|
50541
50541
|
:rtype: int
|
|
50542
50542
|
"""
|
|
50543
50543
|
return self._NewBillingMode
|
|
@@ -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.101
|
|
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.101
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.101
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.99
|
|
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
|