tencentcloud-sdk-python-cls 3.1.96__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.96 → tencentcloud_sdk_python_cls-3.1.101}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_cls-3.1.96 → tencentcloud_sdk_python_cls-3.1.101}/setup.py +1 -1
- {tencentcloud_sdk_python_cls-3.1.96 → tencentcloud_sdk_python_cls-3.1.101}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_cls-3.1.96 → tencentcloud_sdk_python_cls-3.1.101}/tencentcloud/cls/v20201016/models.py +14 -26
- {tencentcloud_sdk_python_cls-3.1.96 → 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.96/tencentcloud_sdk_python_cls.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_cls-3.1.96 → tencentcloud_sdk_python_cls-3.1.101}/README.rst +0 -0
- {tencentcloud_sdk_python_cls-3.1.96 → tencentcloud_sdk_python_cls-3.1.101}/setup.cfg +0 -0
- {tencentcloud_sdk_python_cls-3.1.96 → tencentcloud_sdk_python_cls-3.1.101}/tencentcloud/cls/__init__.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.96 → tencentcloud_sdk_python_cls-3.1.101}/tencentcloud/cls/v20201016/__init__.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.96 → tencentcloud_sdk_python_cls-3.1.101}/tencentcloud/cls/v20201016/cls_client.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.96 → tencentcloud_sdk_python_cls-3.1.101}/tencentcloud/cls/v20201016/cls_client_async.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.96 → tencentcloud_sdk_python_cls-3.1.101}/tencentcloud/cls/v20201016/errorcodes.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.96 → tencentcloud_sdk_python_cls-3.1.101}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_cls-3.1.96 → tencentcloud_sdk_python_cls-3.1.101}/tencentcloud_sdk_python_cls.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_cls-3.1.96 → 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
|
|
@@ -43118,17 +43118,11 @@ class MonitorTime(AbstractModel):
|
|
|
43118
43118
|
|
|
43119
43119
|
def __init__(self):
|
|
43120
43120
|
r"""
|
|
43121
|
-
:param _Type:
|
|
43122
|
-
|
|
43123
|
-
- Period:固定频率
|
|
43124
|
-
- Fixed:固定时间
|
|
43125
|
-
- Cron:Cron表达式
|
|
43121
|
+
:param _Type: <p>执行周期, 可选值:<code>Period</code>、<code>Fixed</code>、<code>Cron</code>。</p><ul><li>Period:固定频率</li><li>Fixed:固定时间</li><li>Cron:Cron表达式</li></ul>
|
|
43126
43122
|
:type Type: str
|
|
43127
|
-
:param _Time:
|
|
43128
|
-
当type为`Period`,`Fixed`时,time字段生效。
|
|
43123
|
+
:param _Time: <p>执行的周期,或者定制执行的时间节点。单位为分钟,取值范围为1~1440。<br>当type为<code>Period</code>,<code>Fixed</code>时,time字段生效。</p>
|
|
43129
43124
|
:type Time: int
|
|
43130
|
-
:param _CronExpression:
|
|
43131
|
-
当type为`Cron`时,CronExpression字段生效。
|
|
43125
|
+
:param _CronExpression: <p>执行的周期cron表达式。示例:<code>0/1 * * * *</code> 从左到右每个field的含义 Minutes field(分钟), Hours field(小时),Day of month field(日期),Month field(月份),Day of week field(星期), 不支持秒级别。当type为<code>Cron</code>时,CronExpression字段生效。</p>
|
|
43132
43126
|
:type CronExpression: str
|
|
43133
43127
|
"""
|
|
43134
43128
|
self._Type = None
|
|
@@ -43137,11 +43131,7 @@ class MonitorTime(AbstractModel):
|
|
|
43137
43131
|
|
|
43138
43132
|
@property
|
|
43139
43133
|
def Type(self):
|
|
43140
|
-
r"""
|
|
43141
|
-
|
|
43142
|
-
- Period:固定频率
|
|
43143
|
-
- Fixed:固定时间
|
|
43144
|
-
- Cron:Cron表达式
|
|
43134
|
+
r"""<p>执行周期, 可选值:<code>Period</code>、<code>Fixed</code>、<code>Cron</code>。</p><ul><li>Period:固定频率</li><li>Fixed:固定时间</li><li>Cron:Cron表达式</li></ul>
|
|
43145
43135
|
:rtype: str
|
|
43146
43136
|
"""
|
|
43147
43137
|
return self._Type
|
|
@@ -43152,8 +43142,7 @@ class MonitorTime(AbstractModel):
|
|
|
43152
43142
|
|
|
43153
43143
|
@property
|
|
43154
43144
|
def Time(self):
|
|
43155
|
-
r"""
|
|
43156
|
-
当type为`Period`,`Fixed`时,time字段生效。
|
|
43145
|
+
r"""<p>执行的周期,或者定制执行的时间节点。单位为分钟,取值范围为1~1440。<br>当type为<code>Period</code>,<code>Fixed</code>时,time字段生效。</p>
|
|
43157
43146
|
:rtype: int
|
|
43158
43147
|
"""
|
|
43159
43148
|
return self._Time
|
|
@@ -43164,8 +43153,7 @@ class MonitorTime(AbstractModel):
|
|
|
43164
43153
|
|
|
43165
43154
|
@property
|
|
43166
43155
|
def CronExpression(self):
|
|
43167
|
-
r"""
|
|
43168
|
-
当type为`Cron`时,CronExpression字段生效。
|
|
43156
|
+
r"""<p>执行的周期cron表达式。示例:<code>0/1 * * * *</code> 从左到右每个field的含义 Minutes field(分钟), Hours field(小时),Day of month field(日期),Month field(月份),Day of week field(星期), 不支持秒级别。当type为<code>Cron</code>时,CronExpression字段生效。</p>
|
|
43169
43157
|
:rtype: str
|
|
43170
43158
|
"""
|
|
43171
43159
|
return self._CronExpression
|
|
@@ -50216,9 +50204,9 @@ class TopicInfo(AbstractModel):
|
|
|
50216
50204
|
:type EffectiveDate: str
|
|
50217
50205
|
:param _IsSourceFrom: <p>IsSourceFrom 开启记录公网来源ip和服务端接收时间</p>
|
|
50218
50206
|
:type IsSourceFrom: bool
|
|
50219
|
-
:param _BillingMode: <p>当前计费模式</p><p>枚举值:</p><ul><li>0:
|
|
50207
|
+
:param _BillingMode: <p>当前计费模式</p><p>枚举值:</p><ul><li>0: 按使用功能计费</li><li>1: 按原始日志量计费(目前仅面向少部分客户支持)</li></ul>
|
|
50220
50208
|
:type BillingMode: int
|
|
50221
|
-
:param _NewBillingMode: <p>如果有异步任务,任务成功后的新计费模式</p><p>枚举值:</p><ul><li>0:
|
|
50209
|
+
:param _NewBillingMode: <p>如果有异步任务,任务成功后的新计费模式</p><p>枚举值:</p><ul><li>0: 按使用功能计费</li><li>1: 按原始日志量计费(目前仅面向少部分客户支持)</li></ul>
|
|
50222
50210
|
:type NewBillingMode: int
|
|
50223
50211
|
"""
|
|
50224
50212
|
self._LogsetId = None
|
|
@@ -50538,7 +50526,7 @@ class TopicInfo(AbstractModel):
|
|
|
50538
50526
|
|
|
50539
50527
|
@property
|
|
50540
50528
|
def BillingMode(self):
|
|
50541
|
-
r"""<p>当前计费模式</p><p>枚举值:</p><ul><li>0:
|
|
50529
|
+
r"""<p>当前计费模式</p><p>枚举值:</p><ul><li>0: 按使用功能计费</li><li>1: 按原始日志量计费(目前仅面向少部分客户支持)</li></ul>
|
|
50542
50530
|
:rtype: int
|
|
50543
50531
|
"""
|
|
50544
50532
|
return self._BillingMode
|
|
@@ -50549,7 +50537,7 @@ class TopicInfo(AbstractModel):
|
|
|
50549
50537
|
|
|
50550
50538
|
@property
|
|
50551
50539
|
def NewBillingMode(self):
|
|
50552
|
-
r"""<p>如果有异步任务,任务成功后的新计费模式</p><p>枚举值:</p><ul><li>0:
|
|
50540
|
+
r"""<p>如果有异步任务,任务成功后的新计费模式</p><p>枚举值:</p><ul><li>0: 按使用功能计费</li><li>1: 按原始日志量计费(目前仅面向少部分客户支持)</li></ul>
|
|
50553
50541
|
:rtype: int
|
|
50554
50542
|
"""
|
|
50555
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.96
|
|
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
|