tencentcloud-sdk-python-cls 3.0.1171__tar.gz → 3.0.1173__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.0.1171 → tencentcloud-sdk-python-cls-3.0.1173}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-cls-3.0.1171 → tencentcloud-sdk-python-cls-3.0.1173}/setup.py +1 -1
- {tencentcloud-sdk-python-cls-3.0.1171 → tencentcloud-sdk-python-cls-3.0.1173}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-cls-3.0.1171 → tencentcloud-sdk-python-cls-3.0.1173}/tencentcloud/cls/v20201016/models.py +9 -1
- {tencentcloud-sdk-python-cls-3.0.1171 → tencentcloud-sdk-python-cls-3.0.1173}/tencentcloud_sdk_python_cls.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-cls-3.0.1173/tencentcloud_sdk_python_cls.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-cls-3.0.1171/tencentcloud_sdk_python_cls.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-cls-3.0.1171 → tencentcloud-sdk-python-cls-3.0.1173}/README.rst +0 -0
- {tencentcloud-sdk-python-cls-3.0.1171 → tencentcloud-sdk-python-cls-3.0.1173}/setup.cfg +0 -0
- {tencentcloud-sdk-python-cls-3.0.1171 → tencentcloud-sdk-python-cls-3.0.1173}/tencentcloud/cls/__init__.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.1171 → tencentcloud-sdk-python-cls-3.0.1173}/tencentcloud/cls/v20201016/__init__.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.1171 → tencentcloud-sdk-python-cls-3.0.1173}/tencentcloud/cls/v20201016/cls_client.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.1171 → tencentcloud-sdk-python-cls-3.0.1173}/tencentcloud/cls/v20201016/errorcodes.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.1171 → tencentcloud-sdk-python-cls-3.0.1173}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-cls-3.0.1171 → tencentcloud-sdk-python-cls-3.0.1173}/tencentcloud_sdk_python_cls.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-cls-3.0.1171 → tencentcloud-sdk-python-cls-3.0.1173}/tencentcloud_sdk_python_cls.egg-info/top_level.txt +0 -0
|
@@ -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.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1173"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Cls SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -11618,7 +11618,15 @@ class DescribeTopicsRequest(AbstractModel):
|
|
|
11618
11618
|
|
|
11619
11619
|
def __init__(self):
|
|
11620
11620
|
r"""
|
|
11621
|
-
:param _Filters:
|
|
11621
|
+
:param _Filters: * topicName 按照【日志主题名称】进行过滤,默认为模糊匹配,可使用PreciseSearch参数设置为精确匹配。类型:String。必选:否
|
|
11622
|
+
* logsetName 按照【日志集名称】进行过滤,默认为模糊匹配,可使用PreciseSearch参数设置为精确匹配。类型:String。必选:否
|
|
11623
|
+
* topicId 按照【日志主题ID】进行过滤。类型:String。必选:否
|
|
11624
|
+
* logsetId 按照【日志集ID】进行过滤,可通过调用DescribeLogsets查询已创建的日志集列表或登录控制台进行查看;也可以调用CreateLogset创建新的日志集。类型:String。必选:否
|
|
11625
|
+
* tagKey 按照【标签键】进行过滤。类型:String。必选:否
|
|
11626
|
+
* tag:tagKey 按照【标签键值对】进行过滤。tagKey使用具体的标签键进行替换,例如tag:exampleKey。类型:String。必选:否
|
|
11627
|
+
* storageType 按照【日志主题的存储类型】进行过滤。可选值 hot(标准存储),cold(低频存储)类型:String。必选:否
|
|
11628
|
+
|
|
11629
|
+
注意:每次请求的Filters的上限为10,Filter.Values的上限为100。
|
|
11622
11630
|
:type Filters: list of Filter
|
|
11623
11631
|
:param _Offset: 分页的偏移量,默认值为0。
|
|
11624
11632
|
:type Offset: int
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1173
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1171
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|