tencentcloud-sdk-python-cls 3.0.1448__tar.gz → 3.0.1456__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 (16) hide show
  1. {tencentcloud-sdk-python-cls-3.0.1448 → tencentcloud-sdk-python-cls-3.0.1456}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-cls-3.0.1448 → tencentcloud-sdk-python-cls-3.0.1456}/setup.py +1 -1
  3. {tencentcloud-sdk-python-cls-3.0.1448 → tencentcloud-sdk-python-cls-3.0.1456}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-cls-3.0.1448 → tencentcloud-sdk-python-cls-3.0.1456}/tencentcloud/cls/v20201016/models.py +6 -8
  5. {tencentcloud-sdk-python-cls-3.0.1448 → tencentcloud-sdk-python-cls-3.0.1456}/tencentcloud_sdk_python_cls.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-cls-3.0.1456/tencentcloud_sdk_python_cls.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-cls-3.0.1448/tencentcloud_sdk_python_cls.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-cls-3.0.1448 → tencentcloud-sdk-python-cls-3.0.1456}/README.rst +0 -0
  9. {tencentcloud-sdk-python-cls-3.0.1448 → tencentcloud-sdk-python-cls-3.0.1456}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-cls-3.0.1448 → tencentcloud-sdk-python-cls-3.0.1456}/tencentcloud/cls/__init__.py +0 -0
  11. {tencentcloud-sdk-python-cls-3.0.1448 → tencentcloud-sdk-python-cls-3.0.1456}/tencentcloud/cls/v20201016/__init__.py +0 -0
  12. {tencentcloud-sdk-python-cls-3.0.1448 → tencentcloud-sdk-python-cls-3.0.1456}/tencentcloud/cls/v20201016/cls_client.py +0 -0
  13. {tencentcloud-sdk-python-cls-3.0.1448 → tencentcloud-sdk-python-cls-3.0.1456}/tencentcloud/cls/v20201016/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-cls-3.0.1448 → tencentcloud-sdk-python-cls-3.0.1456}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-cls-3.0.1448 → tencentcloud-sdk-python-cls-3.0.1456}/tencentcloud_sdk_python_cls.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-cls-3.0.1448 → tencentcloud-sdk-python-cls-3.0.1456}/tencentcloud_sdk_python_cls.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-cls
3
- Version: 3.0.1448
3
+ Version: 3.0.1456
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
@@ -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.0.1448,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.0.1456,<4.0.0"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Cls SDK for Python',
14
14
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1448'
17
+ __version__ = '3.0.1456'
@@ -10888,6 +10888,7 @@ class DataTransformResouceInfo(AbstractModel):
10888
10888
  - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
10889
10889
  :type TopicId: str
10890
10890
  :param _Alias: 别名
10891
+ 限制:不能包含字符 |。
10891
10892
  :type Alias: str
10892
10893
  """
10893
10894
  self._TopicId = None
@@ -10908,6 +10909,7 @@ class DataTransformResouceInfo(AbstractModel):
10908
10909
  @property
10909
10910
  def Alias(self):
10910
10911
  """别名
10912
+ 限制:不能包含字符 |。
10911
10913
  :rtype: str
10912
10914
  """
10913
10915
  return self._Alias
@@ -10950,15 +10952,12 @@ class DataTransformTaskInfo(AbstractModel):
10950
10952
  :param _Status: 当前加工任务状态(1准备中/2运行中/3停止中/4已停止)
10951
10953
  :type Status: int
10952
10954
  :param _CreateTime: 加工任务创建时间
10953
- 示例值:2025-03-18 19:55:54
10954
10955
  时间格式:yyyy-MM-dd HH:mm:ss
10955
10956
  :type CreateTime: str
10956
10957
  :param _UpdateTime: 最近修改时间
10957
- 示例值:2025-04-18 16:55:54
10958
10958
  时间格式:yyyy-MM-dd HH:mm:ss
10959
10959
  :type UpdateTime: str
10960
10960
  :param _LastEnableTime: 最后启用时间,如果需要重建集群,修改该时间
10961
- 示例值:2025-05-18 19:55:54
10962
10961
  时间格式:yyyy-MM-dd HH:mm:ss
10963
10962
  :type LastEnableTime: str
10964
10963
  :param _SrcTopicName: 日志主题名称
@@ -11062,7 +11061,6 @@ class DataTransformTaskInfo(AbstractModel):
11062
11061
  @property
11063
11062
  def CreateTime(self):
11064
11063
  """加工任务创建时间
11065
- 示例值:2025-03-18 19:55:54
11066
11064
  时间格式:yyyy-MM-dd HH:mm:ss
11067
11065
  :rtype: str
11068
11066
  """
@@ -11075,7 +11073,6 @@ class DataTransformTaskInfo(AbstractModel):
11075
11073
  @property
11076
11074
  def UpdateTime(self):
11077
11075
  """最近修改时间
11078
- 示例值:2025-04-18 16:55:54
11079
11076
  时间格式:yyyy-MM-dd HH:mm:ss
11080
11077
  :rtype: str
11081
11078
  """
@@ -11088,7 +11085,6 @@ class DataTransformTaskInfo(AbstractModel):
11088
11085
  @property
11089
11086
  def LastEnableTime(self):
11090
11087
  """最后启用时间,如果需要重建集群,修改该时间
11091
- 示例值:2025-05-18 19:55:54
11092
11088
  时间格式:yyyy-MM-dd HH:mm:ss
11093
11089
  :rtype: str
11094
11090
  """
@@ -28049,7 +28045,8 @@ class PreviewLogStatistic(AbstractModel):
28049
28045
  :type LogContent: str
28050
28046
  :param _LineNum: 行号。从0开始
28051
28047
  :type LineNum: int
28052
- :param _DstTopicId: 目标日志主题
28048
+ :param _DstTopicId: 目标日志主题ID
28049
+ - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
28053
28050
  :type DstTopicId: str
28054
28051
  :param _FailReason: 失败错误信息, 空字符串""表示正常
28055
28052
  :type FailReason: str
@@ -28093,7 +28090,8 @@ class PreviewLogStatistic(AbstractModel):
28093
28090
 
28094
28091
  @property
28095
28092
  def DstTopicId(self):
28096
- """目标日志主题
28093
+ """目标日志主题ID
28094
+ - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
28097
28095
  :rtype: str
28098
28096
  """
28099
28097
  return self._DstTopicId
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-cls
3
- Version: 3.0.1448
3
+ Version: 3.0.1456
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
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.0.1456
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.0.1448