tencentcloud-sdk-python-cls 3.1.99__tar.gz → 3.1.102__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.
Files changed (17) hide show
  1. {tencentcloud_sdk_python_cls-3.1.99 → tencentcloud_sdk_python_cls-3.1.102}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_cls-3.1.99 → tencentcloud_sdk_python_cls-3.1.102}/setup.py +1 -1
  3. {tencentcloud_sdk_python_cls-3.1.99 → tencentcloud_sdk_python_cls-3.1.102}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_cls-3.1.99 → tencentcloud_sdk_python_cls-3.1.102}/tencentcloud/cls/v20201016/models.py +12 -12
  5. {tencentcloud_sdk_python_cls-3.1.99 → tencentcloud_sdk_python_cls-3.1.102}/tencentcloud_sdk_python_cls.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_cls-3.1.102/tencentcloud_sdk_python_cls.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_cls-3.1.99/tencentcloud_sdk_python_cls.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_cls-3.1.99 → tencentcloud_sdk_python_cls-3.1.102}/README.rst +0 -0
  9. {tencentcloud_sdk_python_cls-3.1.99 → tencentcloud_sdk_python_cls-3.1.102}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_cls-3.1.99 → tencentcloud_sdk_python_cls-3.1.102}/tencentcloud/cls/__init__.py +0 -0
  11. {tencentcloud_sdk_python_cls-3.1.99 → tencentcloud_sdk_python_cls-3.1.102}/tencentcloud/cls/v20201016/__init__.py +0 -0
  12. {tencentcloud_sdk_python_cls-3.1.99 → tencentcloud_sdk_python_cls-3.1.102}/tencentcloud/cls/v20201016/cls_client.py +0 -0
  13. {tencentcloud_sdk_python_cls-3.1.99 → tencentcloud_sdk_python_cls-3.1.102}/tencentcloud/cls/v20201016/cls_client_async.py +0 -0
  14. {tencentcloud_sdk_python_cls-3.1.99 → tencentcloud_sdk_python_cls-3.1.102}/tencentcloud/cls/v20201016/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_cls-3.1.99 → tencentcloud_sdk_python_cls-3.1.102}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_cls-3.1.99 → tencentcloud_sdk_python_cls-3.1.102}/tencentcloud_sdk_python_cls.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_cls-3.1.99 → tencentcloud_sdk_python_cls-3.1.102}/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.99
3
+ Version: 3.1.102
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.99
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.102
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.99,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.102,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Cls SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.99'
17
+ __version__ = '3.1.102'
@@ -14162,7 +14162,7 @@ class CreateSplunkDeliverRequest(AbstractModel):
14162
14162
  r"""
14163
14163
  :param _TopicId: <p>日志主题id</p><ul><li>通过<a href="https://cloud.tencent.com/document/product/614/56454">获取日志主题列表</a>获取日志主题Id。</li></ul>
14164
14164
  :type TopicId: str
14165
- :param _Name: <p>splunk投递任务名称;<br>name有如下限制:</p><ul><li>不能为空</li><li>长度不大于64</li><li>只能包含aA-zZ、下划线、-、0-9</li></ul>
14165
+ :param _Name: <p>splunk投递任务名称;name有如下限制:- 不能为空- 长度不大于256- 只能包含aA-zZ、下划线、-、0-9</p>
14166
14166
  :type Name: str
14167
14167
  :param _NetInfo: <p>Splunk投递任务-目标配置-网络信息</p>
14168
14168
  :type NetInfo: :class:`tencentcloud.cls.v20201016.models.NetInfo`
@@ -14211,7 +14211,7 @@ class CreateSplunkDeliverRequest(AbstractModel):
14211
14211
 
14212
14212
  @property
14213
14213
  def Name(self):
14214
- r"""<p>splunk投递任务名称;<br>name有如下限制:</p><ul><li>不能为空</li><li>长度不大于64</li><li>只能包含aA-zZ、下划线、-、0-9</li></ul>
14214
+ r"""<p>splunk投递任务名称;name有如下限制:- 不能为空- 长度不大于256- 只能包含aA-zZ、下划线、-、0-9</p>
14215
14215
  :rtype: str
14216
14216
  """
14217
14217
  return self._Name
@@ -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: 按功能项计费</li><li>1: 原始日志量计费</li></ul><p>默认值:0</p><p>通过接口调用时默认值为0,通过控制台调用时默认值为1</p>
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: 按功能项计费</li><li>1: 原始日志量计费</li></ul><p>默认值:0</p><p>通过接口调用时默认值为0,通过控制台调用时默认值为1</p>
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
@@ -42286,7 +42286,7 @@ class ModifySplunkDeliverRequest(AbstractModel):
42286
42286
  :type TaskId: str
42287
42287
  :param _TopicId: <p>日志主题id</p><ul><li>通过<a href="https://cloud.tencent.com/document/product/614/56454">获取日志主题列表</a>获取日志主题Id。</li></ul>
42288
42288
  :type TopicId: str
42289
- :param _Name: <p>投递任务名称<br>name有以下限制:</p><ul><li>不能为空</li><li>长度不大于64</li><li>只能包含aA-zZ、下划线、-、0-9</li></ul>
42289
+ :param _Name: <p>投递任务名称name有以下限制:- 不能为空- 长度不大于256- 只能包含aA-zZ、下划线、-、0-9</p>
42290
42290
  :type Name: str
42291
42291
  :param _Enable: <p>投递任务启用状态;0:禁用;1:启用</p>
42292
42292
  :type Enable: int
@@ -42350,7 +42350,7 @@ class ModifySplunkDeliverRequest(AbstractModel):
42350
42350
 
42351
42351
  @property
42352
42352
  def Name(self):
42353
- r"""<p>投递任务名称<br>name有以下限制:</p><ul><li>不能为空</li><li>长度不大于64</li><li>只能包含aA-zZ、下划线、-、0-9</li></ul>
42353
+ r"""<p>投递任务名称name有以下限制:- 不能为空- 长度不大于256- 只能包含aA-zZ、下划线、-、0-9</p>
42354
42354
  :rtype: str
42355
42355
  """
42356
42356
  return self._Name
@@ -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: 按功能项计费</li><li>1: 原始日志量计费</li></ul>
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: 按功能项计费</li><li>1: 原始日志量计费</li></ul>
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: 按功能项计费</li><li>1: 原始日志量计费</li></ul>
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: 按功能项计费</li><li>1: 原始日志量计费</li></ul>
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: 按功能项计费</li><li>1: 原始日志量计费</li></ul>
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: 按功能项计费</li><li>1: 原始日志量计费</li></ul>
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.99
3
+ Version: 3.1.102
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.99
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.102
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.102
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.99