tencentcloud-sdk-python-es 3.0.987__tar.gz → 3.0.989__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-es-3.0.987 → tencentcloud-sdk-python-es-3.0.989}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-es-3.0.987 → tencentcloud-sdk-python-es-3.0.989}/setup.py +1 -1
- {tencentcloud-sdk-python-es-3.0.987 → tencentcloud-sdk-python-es-3.0.989}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-es-3.0.987 → tencentcloud-sdk-python-es-3.0.989}/tencentcloud/es/v20180416/errorcodes.py +3 -0
- {tencentcloud-sdk-python-es-3.0.987 → tencentcloud-sdk-python-es-3.0.989}/tencentcloud_sdk_python_es.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-es-3.0.989/tencentcloud_sdk_python_es.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-es-3.0.987/tencentcloud_sdk_python_es.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-es-3.0.987 → tencentcloud-sdk-python-es-3.0.989}/README.rst +0 -0
- {tencentcloud-sdk-python-es-3.0.987 → tencentcloud-sdk-python-es-3.0.989}/setup.cfg +0 -0
- {tencentcloud-sdk-python-es-3.0.987 → tencentcloud-sdk-python-es-3.0.989}/tencentcloud/es/__init__.py +0 -0
- {tencentcloud-sdk-python-es-3.0.987 → tencentcloud-sdk-python-es-3.0.989}/tencentcloud/es/v20180416/__init__.py +0 -0
- {tencentcloud-sdk-python-es-3.0.987 → tencentcloud-sdk-python-es-3.0.989}/tencentcloud/es/v20180416/es_client.py +0 -0
- {tencentcloud-sdk-python-es-3.0.987 → tencentcloud-sdk-python-es-3.0.989}/tencentcloud/es/v20180416/models.py +0 -0
- {tencentcloud-sdk-python-es-3.0.987 → tencentcloud-sdk-python-es-3.0.989}/tencentcloud_sdk_python_es.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-es-3.0.987 → tencentcloud-sdk-python-es-3.0.989}/tencentcloud_sdk_python_es.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-es-3.0.987 → tencentcloud-sdk-python-es-3.0.989}/tencentcloud_sdk_python_es.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-es',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.989"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Es SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -278,6 +278,9 @@ RESOURCEINSUFFICIENT = 'ResourceInsufficient'
|
|
|
278
278
|
# 账户余额不足。
|
|
279
279
|
RESOURCEINSUFFICIENT_BALANCE = 'ResourceInsufficient.Balance'
|
|
280
280
|
|
|
281
|
+
# 计算资源不足,可更换可用区或调整机型。
|
|
282
|
+
RESOURCEINSUFFICIENT_CVM = 'ResourceInsufficient.CVM'
|
|
283
|
+
|
|
281
284
|
# 隐藏可用区专用主节点资源不足。
|
|
282
285
|
RESOURCEINSUFFICIENT_HIDDENZONE = 'ResourceInsufficient.HiddenZone'
|
|
283
286
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.989
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.987
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|