tencentcloud-sdk-python-tsf 3.0.1372__tar.gz → 3.0.1374__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-tsf-3.0.1372 → tencentcloud-sdk-python-tsf-3.0.1374}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-tsf-3.0.1372 → tencentcloud-sdk-python-tsf-3.0.1374}/setup.py +1 -1
- {tencentcloud-sdk-python-tsf-3.0.1372 → tencentcloud-sdk-python-tsf-3.0.1374}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-tsf-3.0.1372 → tencentcloud-sdk-python-tsf-3.0.1374}/tencentcloud/tsf/v20180326/errorcodes.py +3 -0
- {tencentcloud-sdk-python-tsf-3.0.1372 → tencentcloud-sdk-python-tsf-3.0.1374}/tencentcloud/tsf/v20180326/models.py +2 -2
- {tencentcloud-sdk-python-tsf-3.0.1372 → tencentcloud-sdk-python-tsf-3.0.1374}/tencentcloud_sdk_python_tsf.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-tsf-3.0.1374/tencentcloud_sdk_python_tsf.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-tsf-3.0.1372/tencentcloud_sdk_python_tsf.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-tsf-3.0.1372 → tencentcloud-sdk-python-tsf-3.0.1374}/README.rst +0 -0
- {tencentcloud-sdk-python-tsf-3.0.1372 → tencentcloud-sdk-python-tsf-3.0.1374}/setup.cfg +0 -0
- {tencentcloud-sdk-python-tsf-3.0.1372 → tencentcloud-sdk-python-tsf-3.0.1374}/tencentcloud/tsf/__init__.py +0 -0
- {tencentcloud-sdk-python-tsf-3.0.1372 → tencentcloud-sdk-python-tsf-3.0.1374}/tencentcloud/tsf/v20180326/__init__.py +0 -0
- {tencentcloud-sdk-python-tsf-3.0.1372 → tencentcloud-sdk-python-tsf-3.0.1374}/tencentcloud/tsf/v20180326/tsf_client.py +0 -0
- {tencentcloud-sdk-python-tsf-3.0.1372 → tencentcloud-sdk-python-tsf-3.0.1374}/tencentcloud_sdk_python_tsf.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-tsf-3.0.1372 → tencentcloud-sdk-python-tsf-3.0.1374}/tencentcloud_sdk_python_tsf.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-tsf-3.0.1372 → tencentcloud-sdk-python-tsf-3.0.1374}/tencentcloud_sdk_python_tsf.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-tsf',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1374"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Tsf SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -113,6 +113,9 @@ FAILEDOPERATION_DISPATCHCOMMONERROR = 'FailedOperation.DispatchCommonError'
|
|
|
113
113
|
# 寻找独占配置中心相关指标异常
|
|
114
114
|
FAILEDOPERATION_FINDMETRICSEXCLUSIVEERROR = 'FailedOperation.FindMetricsExclusiveError'
|
|
115
115
|
|
|
116
|
+
# 网关通用异常:%s。
|
|
117
|
+
FAILEDOPERATION_GATEWAYCOMMONERROR = 'FailedOperation.GatewayCommonError'
|
|
118
|
+
|
|
116
119
|
# 远端访问错误: %s。
|
|
117
120
|
FAILEDOPERATION_GATEWAYREMOTECALLERROR = 'FailedOperation.GatewayRemoteCallError'
|
|
118
121
|
|
|
@@ -3342,7 +3342,7 @@ class BindPluginResponse(AbstractModel):
|
|
|
3342
3342
|
|
|
3343
3343
|
def __init__(self):
|
|
3344
3344
|
r"""
|
|
3345
|
-
:param _Result:
|
|
3345
|
+
:param _Result: 返回结果,成功:true,失败:false。
|
|
3346
3346
|
:type Result: bool
|
|
3347
3347
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3348
3348
|
:type RequestId: str
|
|
@@ -3352,7 +3352,7 @@ class BindPluginResponse(AbstractModel):
|
|
|
3352
3352
|
|
|
3353
3353
|
@property
|
|
3354
3354
|
def Result(self):
|
|
3355
|
-
"""
|
|
3355
|
+
"""返回结果,成功:true,失败:false。
|
|
3356
3356
|
:rtype: bool
|
|
3357
3357
|
"""
|
|
3358
3358
|
return self._Result
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1374
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1372
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|