tencentcloud-sdk-python-teo 3.0.1443__tar.gz → 3.0.1450__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-teo-3.0.1443 → tencentcloud-sdk-python-teo-3.0.1450}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-teo-3.0.1443 → tencentcloud-sdk-python-teo-3.0.1450}/setup.py +1 -1
- {tencentcloud-sdk-python-teo-3.0.1443 → tencentcloud-sdk-python-teo-3.0.1450}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-teo-3.0.1443 → tencentcloud-sdk-python-teo-3.0.1450}/tencentcloud/teo/v20220901/models.py +2 -2
- {tencentcloud-sdk-python-teo-3.0.1443 → tencentcloud-sdk-python-teo-3.0.1450}/tencentcloud_sdk_python_teo.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-teo-3.0.1450/tencentcloud_sdk_python_teo.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-teo-3.0.1443/tencentcloud_sdk_python_teo.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-teo-3.0.1443 → tencentcloud-sdk-python-teo-3.0.1450}/README.rst +0 -0
- {tencentcloud-sdk-python-teo-3.0.1443 → tencentcloud-sdk-python-teo-3.0.1450}/setup.cfg +0 -0
- {tencentcloud-sdk-python-teo-3.0.1443 → tencentcloud-sdk-python-teo-3.0.1450}/tencentcloud/teo/__init__.py +0 -0
- {tencentcloud-sdk-python-teo-3.0.1443 → tencentcloud-sdk-python-teo-3.0.1450}/tencentcloud/teo/v20220106/__init__.py +0 -0
- {tencentcloud-sdk-python-teo-3.0.1443 → tencentcloud-sdk-python-teo-3.0.1450}/tencentcloud/teo/v20220106/errorcodes.py +0 -0
- {tencentcloud-sdk-python-teo-3.0.1443 → tencentcloud-sdk-python-teo-3.0.1450}/tencentcloud/teo/v20220106/models.py +0 -0
- {tencentcloud-sdk-python-teo-3.0.1443 → tencentcloud-sdk-python-teo-3.0.1450}/tencentcloud/teo/v20220106/teo_client.py +0 -0
- {tencentcloud-sdk-python-teo-3.0.1443 → tencentcloud-sdk-python-teo-3.0.1450}/tencentcloud/teo/v20220901/__init__.py +0 -0
- {tencentcloud-sdk-python-teo-3.0.1443 → tencentcloud-sdk-python-teo-3.0.1450}/tencentcloud/teo/v20220901/errorcodes.py +0 -0
- {tencentcloud-sdk-python-teo-3.0.1443 → tencentcloud-sdk-python-teo-3.0.1450}/tencentcloud/teo/v20220901/teo_client.py +0 -0
- {tencentcloud-sdk-python-teo-3.0.1443 → tencentcloud-sdk-python-teo-3.0.1450}/tencentcloud_sdk_python_teo.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-teo-3.0.1443 → tencentcloud-sdk-python-teo-3.0.1450}/tencentcloud_sdk_python_teo.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-teo-3.0.1443 → tencentcloud-sdk-python-teo-3.0.1450}/tencentcloud_sdk_python_teo.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-teo',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.0.1450,<4.0.0"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Teo SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -50895,7 +50895,7 @@ class Task(AbstractModel):
|
|
|
50895
50895
|
<li>accessDenied:访问被拒绝。</li>
|
|
50896
50896
|
<li>originPullFailed:回源失败。</li>
|
|
50897
50897
|
:type FailType: str
|
|
50898
|
-
:param _FailMessage:
|
|
50898
|
+
:param _FailMessage: 清除缓存、预热缓存的失败原因描述。
|
|
50899
50899
|
:type FailMessage: str
|
|
50900
50900
|
"""
|
|
50901
50901
|
self._JobId = None
|
|
@@ -51010,7 +51010,7 @@ class Task(AbstractModel):
|
|
|
51010
51010
|
|
|
51011
51011
|
@property
|
|
51012
51012
|
def FailMessage(self):
|
|
51013
|
-
"""
|
|
51013
|
+
"""清除缓存、预热缓存的失败原因描述。
|
|
51014
51014
|
:rtype: str
|
|
51015
51015
|
"""
|
|
51016
51016
|
return self._FailMessage
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.0.1450
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.0.1443
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|