tencentcloud-sdk-python-cls 3.0.1022__tar.gz → 3.0.1024__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.1022 → tencentcloud-sdk-python-cls-3.0.1024}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-cls-3.0.1022 → tencentcloud-sdk-python-cls-3.0.1024}/setup.py +1 -1
- {tencentcloud-sdk-python-cls-3.0.1022 → tencentcloud-sdk-python-cls-3.0.1024}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-cls-3.0.1022 → tencentcloud-sdk-python-cls-3.0.1024}/tencentcloud/cls/v20201016/models.py +9 -6
- {tencentcloud-sdk-python-cls-3.0.1022 → tencentcloud-sdk-python-cls-3.0.1024}/tencentcloud_sdk_python_cls.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-cls-3.0.1024/tencentcloud_sdk_python_cls.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-cls-3.0.1022/tencentcloud_sdk_python_cls.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-cls-3.0.1022 → tencentcloud-sdk-python-cls-3.0.1024}/README.rst +0 -0
- {tencentcloud-sdk-python-cls-3.0.1022 → tencentcloud-sdk-python-cls-3.0.1024}/setup.cfg +0 -0
- {tencentcloud-sdk-python-cls-3.0.1022 → tencentcloud-sdk-python-cls-3.0.1024}/tencentcloud/cls/__init__.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.1022 → tencentcloud-sdk-python-cls-3.0.1024}/tencentcloud/cls/v20201016/__init__.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.1022 → tencentcloud-sdk-python-cls-3.0.1024}/tencentcloud/cls/v20201016/cls_client.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.1022 → tencentcloud-sdk-python-cls-3.0.1024}/tencentcloud/cls/v20201016/errorcodes.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.1022 → tencentcloud-sdk-python-cls-3.0.1024}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-cls-3.0.1022 → tencentcloud-sdk-python-cls-3.0.1024}/tencentcloud_sdk_python_cls.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-cls-3.0.1022 → tencentcloud-sdk-python-cls-3.0.1024}/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.1024"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Cls SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -7163,6 +7163,12 @@ class DescribeAlarmNoticesRequest(AbstractModel):
|
|
|
7163
7163
|
类型:String
|
|
7164
7164
|
必选:否
|
|
7165
7165
|
|
|
7166
|
+
<li> deliverFlag
|
|
7167
|
+
按照【投递状态】进行过滤。
|
|
7168
|
+
类型:String
|
|
7169
|
+
必选:否
|
|
7170
|
+
可选值: "1":未启用, "2": 已启用, "3":投递异常
|
|
7171
|
+
|
|
7166
7172
|
每次请求的Filters的上限为10,Filter.Values的上限为5。
|
|
7167
7173
|
:type Filters: list of Filter
|
|
7168
7174
|
:param _Offset: 分页的偏移量,默认值为0。
|
|
@@ -10368,9 +10374,7 @@ class DescribeTopicsResponse(AbstractModel):
|
|
|
10368
10374
|
|
|
10369
10375
|
|
|
10370
10376
|
class DynamicIndex(AbstractModel):
|
|
10371
|
-
"""
|
|
10372
|
-
|
|
10373
|
-
注意:该功能尚处于内测阶段,如需使用请联系技术支持
|
|
10377
|
+
"""动态索引配置,启用后将自动把日志内的字段添加到键值索引字段列表中,包括日志中新增的字段。
|
|
10374
10378
|
|
|
10375
10379
|
"""
|
|
10376
10380
|
|
|
@@ -16903,9 +16907,8 @@ class RuleInfo(AbstractModel):
|
|
|
16903
16907
|
:param _Tag: 元字段索引配置,如果为空时代表未开启元字段索引
|
|
16904
16908
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16905
16909
|
:type Tag: :class:`tencentcloud.cls.v20201016.models.RuleTagInfo`
|
|
16906
|
-
:param _DynamicIndex:
|
|
16907
|
-
|
|
16908
|
-
注意:该功能尚处于内测阶段,如需使用请联系技术支持
|
|
16910
|
+
:param _DynamicIndex: 动态索引配置,为空时代表未开启动态索引。
|
|
16911
|
+
启用后将自动把日志内的字段添加到键值索引字段列表中,包括日志中新增的字段。
|
|
16909
16912
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16910
16913
|
:type DynamicIndex: :class:`tencentcloud.cls.v20201016.models.DynamicIndex`
|
|
16911
16914
|
"""
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1024
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1022
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|