tencentcloud-sdk-python-cbs 3.0.1385__tar.gz → 3.0.1387__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-cbs-3.0.1385 → tencentcloud-sdk-python-cbs-3.0.1387}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-cbs-3.0.1385 → tencentcloud-sdk-python-cbs-3.0.1387}/setup.py +1 -1
- {tencentcloud-sdk-python-cbs-3.0.1385 → tencentcloud-sdk-python-cbs-3.0.1387}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-cbs-3.0.1385 → tencentcloud-sdk-python-cbs-3.0.1387}/tencentcloud/cbs/v20170312/errorcodes.py +3 -0
- {tencentcloud-sdk-python-cbs-3.0.1385 → tencentcloud-sdk-python-cbs-3.0.1387}/tencentcloud_sdk_python_cbs.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-cbs-3.0.1387/tencentcloud_sdk_python_cbs.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-cbs-3.0.1385/tencentcloud_sdk_python_cbs.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-cbs-3.0.1385 → tencentcloud-sdk-python-cbs-3.0.1387}/README.rst +0 -0
- {tencentcloud-sdk-python-cbs-3.0.1385 → tencentcloud-sdk-python-cbs-3.0.1387}/setup.cfg +0 -0
- {tencentcloud-sdk-python-cbs-3.0.1385 → tencentcloud-sdk-python-cbs-3.0.1387}/tencentcloud/cbs/__init__.py +0 -0
- {tencentcloud-sdk-python-cbs-3.0.1385 → tencentcloud-sdk-python-cbs-3.0.1387}/tencentcloud/cbs/v20170312/__init__.py +0 -0
- {tencentcloud-sdk-python-cbs-3.0.1385 → tencentcloud-sdk-python-cbs-3.0.1387}/tencentcloud/cbs/v20170312/cbs_client.py +0 -0
- {tencentcloud-sdk-python-cbs-3.0.1385 → tencentcloud-sdk-python-cbs-3.0.1387}/tencentcloud/cbs/v20170312/models.py +0 -0
- {tencentcloud-sdk-python-cbs-3.0.1385 → tencentcloud-sdk-python-cbs-3.0.1387}/tencentcloud_sdk_python_cbs.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-cbs-3.0.1385 → tencentcloud-sdk-python-cbs-3.0.1387}/tencentcloud_sdk_python_cbs.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-cbs-3.0.1385 → tencentcloud-sdk-python-cbs-3.0.1387}/tencentcloud_sdk_python_cbs.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-cbs',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1387"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Cbs SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -86,6 +86,9 @@ INVALIDPARAMETER_DISKCONFIGNOTSUPPORTED = 'InvalidParameter.DiskConfigNotSupport
|
|
|
86
86
|
# 云硬盘大小与快照大小不匹配。
|
|
87
87
|
INVALIDPARAMETER_DISKSIZENOTMATCH = 'InvalidParameter.DiskSizeNotMatch'
|
|
88
88
|
|
|
89
|
+
# ClientToken不可用。
|
|
90
|
+
INVALIDPARAMETER_INVALIDCLIENTTOKEN = 'InvalidParameter.InvalidClientToken'
|
|
91
|
+
|
|
89
92
|
# 项目ID不存在。
|
|
90
93
|
INVALIDPARAMETER_PROJECTIDNOTEXIST = 'InvalidParameter.ProjectIdNotExist'
|
|
91
94
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1387
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1385
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|