tencentcloud-sdk-python-cls 3.0.1443__tar.gz → 3.0.1445__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.1443 → tencentcloud-sdk-python-cls-3.0.1445}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-cls-3.0.1443 → tencentcloud-sdk-python-cls-3.0.1445}/setup.py +1 -1
- {tencentcloud-sdk-python-cls-3.0.1443 → tencentcloud-sdk-python-cls-3.0.1445}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-cls-3.0.1443 → tencentcloud-sdk-python-cls-3.0.1445}/tencentcloud/cls/v20201016/cls_client.py +1 -1
- {tencentcloud-sdk-python-cls-3.0.1443 → tencentcloud-sdk-python-cls-3.0.1445}/tencentcloud/cls/v20201016/models.py +539 -172
- {tencentcloud-sdk-python-cls-3.0.1443 → tencentcloud-sdk-python-cls-3.0.1445}/tencentcloud_sdk_python_cls.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-cls-3.0.1445/tencentcloud_sdk_python_cls.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-cls-3.0.1443/tencentcloud_sdk_python_cls.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-cls-3.0.1443 → tencentcloud-sdk-python-cls-3.0.1445}/README.rst +0 -0
- {tencentcloud-sdk-python-cls-3.0.1443 → tencentcloud-sdk-python-cls-3.0.1445}/setup.cfg +0 -0
- {tencentcloud-sdk-python-cls-3.0.1443 → tencentcloud-sdk-python-cls-3.0.1445}/tencentcloud/cls/__init__.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.1443 → tencentcloud-sdk-python-cls-3.0.1445}/tencentcloud/cls/v20201016/__init__.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.1443 → tencentcloud-sdk-python-cls-3.0.1445}/tencentcloud/cls/v20201016/errorcodes.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.1443 → tencentcloud-sdk-python-cls-3.0.1445}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-cls-3.0.1443 → tencentcloud-sdk-python-cls-3.0.1445}/tencentcloud_sdk_python_cls.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-cls-3.0.1443 → tencentcloud-sdk-python-cls-3.0.1445}/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.1445,<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(),
|
|
@@ -1990,7 +1990,7 @@ class ClsClient(AbstractClient):
|
|
|
1990
1990
|
|
|
1991
1991
|
|
|
1992
1992
|
def ModifyAlarmShield(self, request):
|
|
1993
|
-
"""
|
|
1993
|
+
"""该接口用于修改告警屏蔽规则。当告警屏蔽规则为失效中时,无法对其进行修改
|
|
1994
1994
|
|
|
1995
1995
|
:param request: Request instance for ModifyAlarmShield.
|
|
1996
1996
|
:type request: :class:`tencentcloud.cls.v20201016.models.ModifyAlarmShieldRequest`
|