tencentcloud-sdk-python-tsf 3.1.51__tar.gz → 3.1.67__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.
Files changed (17) hide show
  1. {tencentcloud_sdk_python_tsf-3.1.51 → tencentcloud_sdk_python_tsf-3.1.67}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_tsf-3.1.51 → tencentcloud_sdk_python_tsf-3.1.67}/setup.py +1 -1
  3. {tencentcloud_sdk_python_tsf-3.1.51 → tencentcloud_sdk_python_tsf-3.1.67}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_tsf-3.1.51 → tencentcloud_sdk_python_tsf-3.1.67}/tencentcloud/tsf/v20180326/errorcodes.py +6 -0
  5. {tencentcloud_sdk_python_tsf-3.1.51 → tencentcloud_sdk_python_tsf-3.1.67}/tencentcloud_sdk_python_tsf.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_tsf-3.1.67/tencentcloud_sdk_python_tsf.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_tsf-3.1.51/tencentcloud_sdk_python_tsf.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_tsf-3.1.51 → tencentcloud_sdk_python_tsf-3.1.67}/README.rst +0 -0
  9. {tencentcloud_sdk_python_tsf-3.1.51 → tencentcloud_sdk_python_tsf-3.1.67}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_tsf-3.1.51 → tencentcloud_sdk_python_tsf-3.1.67}/tencentcloud/tsf/__init__.py +0 -0
  11. {tencentcloud_sdk_python_tsf-3.1.51 → tencentcloud_sdk_python_tsf-3.1.67}/tencentcloud/tsf/v20180326/__init__.py +0 -0
  12. {tencentcloud_sdk_python_tsf-3.1.51 → tencentcloud_sdk_python_tsf-3.1.67}/tencentcloud/tsf/v20180326/models.py +0 -0
  13. {tencentcloud_sdk_python_tsf-3.1.51 → tencentcloud_sdk_python_tsf-3.1.67}/tencentcloud/tsf/v20180326/tsf_client.py +0 -0
  14. {tencentcloud_sdk_python_tsf-3.1.51 → tencentcloud_sdk_python_tsf-3.1.67}/tencentcloud/tsf/v20180326/tsf_client_async.py +0 -0
  15. {tencentcloud_sdk_python_tsf-3.1.51 → tencentcloud_sdk_python_tsf-3.1.67}/tencentcloud_sdk_python_tsf.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_tsf-3.1.51 → tencentcloud_sdk_python_tsf-3.1.67}/tencentcloud_sdk_python_tsf.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_tsf-3.1.51 → tencentcloud_sdk_python_tsf-3.1.67}/tencentcloud_sdk_python_tsf.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-tsf
3
- Version: 3.1.51
3
+ Version: 3.1.67
4
4
  Summary: Tencent Cloud Tsf SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.51
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.67
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -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.1.51,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.67,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Tsf SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.51'
17
+ __version__ = '3.1.67'
@@ -212,6 +212,9 @@ FAILEDOPERATION_NAMESPACECREATEFAILED = 'FailedOperation.NamespaceCreateFailed'
212
212
  # 命名空间查询失败。
213
213
  FAILEDOPERATION_NAMESPACEQUERYFAILED = 'FailedOperation.NamespaceQueryFailed'
214
214
 
215
+ # 数据集名称未填写
216
+ FAILEDOPERATION_PROGRAMNAMEREQUIRED = 'FailedOperation.ProgramNameRequired'
217
+
215
218
  # 访问配置中心失败。
216
219
  FAILEDOPERATION_RATELIMITCONSULERROR = 'FailedOperation.RatelimitConsulError'
217
220
 
@@ -1220,6 +1223,9 @@ RESOURCEINUSE_OBJECTEXIST = 'ResourceInUse.ObjectExist'
1220
1223
  # 限流规则已存在,请检查规则名和规则配置。
1221
1224
  RESOURCEINUSE_RATELIMITRULEEXISTERROR = 'ResourceInUse.RatelimitRuleExistError'
1222
1225
 
1226
+ # 集群下存在弹性伸缩资源池
1227
+ RESOURCEINUSE_RESOURCEPOOLEXISTS = 'ResourceInUse.ResourcePoolExists'
1228
+
1223
1229
  # 仓库空间达到上限。
1224
1230
  RESOURCEINSUFFICIENT_PACKAGESPACEFULL = 'ResourceInsufficient.PackageSpaceFull'
1225
1231
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-tsf
3
- Version: 3.1.51
3
+ Version: 3.1.67
4
4
  Summary: Tencent Cloud Tsf SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.51
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.67
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.67
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.51