tencentcloud-sdk-python-es 3.0.1348__tar.gz → 3.0.1349__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.1348 → tencentcloud-sdk-python-es-3.0.1349}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-es-3.0.1348 → tencentcloud-sdk-python-es-3.0.1349}/setup.py +1 -1
- {tencentcloud-sdk-python-es-3.0.1348 → tencentcloud-sdk-python-es-3.0.1349}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-es-3.0.1348 → tencentcloud-sdk-python-es-3.0.1349}/tencentcloud/es/v20180416/errorcodes.py +3 -0
- {tencentcloud-sdk-python-es-3.0.1348 → tencentcloud-sdk-python-es-3.0.1349}/tencentcloud_sdk_python_es.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-es-3.0.1349/tencentcloud_sdk_python_es.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-es-3.0.1348/tencentcloud_sdk_python_es.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-es-3.0.1348 → tencentcloud-sdk-python-es-3.0.1349}/README.rst +0 -0
- {tencentcloud-sdk-python-es-3.0.1348 → tencentcloud-sdk-python-es-3.0.1349}/setup.cfg +0 -0
- {tencentcloud-sdk-python-es-3.0.1348 → tencentcloud-sdk-python-es-3.0.1349}/tencentcloud/es/__init__.py +0 -0
- {tencentcloud-sdk-python-es-3.0.1348 → tencentcloud-sdk-python-es-3.0.1349}/tencentcloud/es/v20180416/__init__.py +0 -0
- {tencentcloud-sdk-python-es-3.0.1348 → tencentcloud-sdk-python-es-3.0.1349}/tencentcloud/es/v20180416/es_client.py +0 -0
- {tencentcloud-sdk-python-es-3.0.1348 → tencentcloud-sdk-python-es-3.0.1349}/tencentcloud/es/v20180416/models.py +0 -0
- {tencentcloud-sdk-python-es-3.0.1348 → tencentcloud-sdk-python-es-3.0.1349}/tencentcloud_sdk_python_es.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-es-3.0.1348 → tencentcloud-sdk-python-es-3.0.1349}/tencentcloud_sdk_python_es.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-es-3.0.1348 → tencentcloud-sdk-python-es-3.0.1349}/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.1349"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Es SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -545,6 +545,9 @@ UNSUPPORTEDOPERATION_DIAGNOSEJOB = 'UnsupportedOperation.DiagnoseJob'
|
|
|
545
545
|
# 智能诊断未开启。
|
|
546
546
|
UNSUPPORTEDOPERATION_DIAGNOSENOTOPEN = 'UnsupportedOperation.DiagnoseNotOpen'
|
|
547
547
|
|
|
548
|
+
# 节点磁盘可用空间不足
|
|
549
|
+
UNSUPPORTEDOPERATION_DISKFREESPACEINSUFFICIENT = 'UnsupportedOperation.DiskFreeSpaceInsufficient'
|
|
550
|
+
|
|
548
551
|
# 不支持的读硬盘配置。
|
|
549
552
|
UNSUPPORTEDOPERATION_DISKUSE = 'UnsupportedOperation.DiskUse'
|
|
550
553
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1349
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1348
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|