tencentcloud-sdk-python-cls 3.1.101__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.101 → tencentcloud_sdk_python_cls-3.1.102}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_cls-3.1.101 → tencentcloud_sdk_python_cls-3.1.102}/setup.py +1 -1
  3. {tencentcloud_sdk_python_cls-3.1.101 → tencentcloud_sdk_python_cls-3.1.102}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_cls-3.1.101 → tencentcloud_sdk_python_cls-3.1.102}/tencentcloud/cls/v20201016/models.py +4 -4
  5. {tencentcloud_sdk_python_cls-3.1.101 → 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.101/tencentcloud_sdk_python_cls.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_cls-3.1.101 → tencentcloud_sdk_python_cls-3.1.102}/README.rst +0 -0
  9. {tencentcloud_sdk_python_cls-3.1.101 → tencentcloud_sdk_python_cls-3.1.102}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_cls-3.1.101 → tencentcloud_sdk_python_cls-3.1.102}/tencentcloud/cls/__init__.py +0 -0
  11. {tencentcloud_sdk_python_cls-3.1.101 → tencentcloud_sdk_python_cls-3.1.102}/tencentcloud/cls/v20201016/__init__.py +0 -0
  12. {tencentcloud_sdk_python_cls-3.1.101 → tencentcloud_sdk_python_cls-3.1.102}/tencentcloud/cls/v20201016/cls_client.py +0 -0
  13. {tencentcloud_sdk_python_cls-3.1.101 → tencentcloud_sdk_python_cls-3.1.102}/tencentcloud/cls/v20201016/cls_client_async.py +0 -0
  14. {tencentcloud_sdk_python_cls-3.1.101 → tencentcloud_sdk_python_cls-3.1.102}/tencentcloud/cls/v20201016/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_cls-3.1.101 → tencentcloud_sdk_python_cls-3.1.102}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_cls-3.1.101 → 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.101 → 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.101
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.101
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.101,<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.101'
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
@@ -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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-cls
3
- Version: 3.1.101
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.101
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.101