tencentcloud-sdk-python-es 3.0.1446__tar.gz → 3.0.1458__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.1446 → tencentcloud-sdk-python-es-3.0.1458}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-es-3.0.1446 → tencentcloud-sdk-python-es-3.0.1458}/setup.py +1 -1
- {tencentcloud-sdk-python-es-3.0.1446 → tencentcloud-sdk-python-es-3.0.1458}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-es-3.0.1446 → tencentcloud-sdk-python-es-3.0.1458}/tencentcloud/es/v20180416/errorcodes.py +6 -0
- {tencentcloud-sdk-python-es-3.0.1446 → tencentcloud-sdk-python-es-3.0.1458}/tencentcloud_sdk_python_es.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-es-3.0.1458/tencentcloud_sdk_python_es.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-es-3.0.1446/tencentcloud_sdk_python_es.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-es-3.0.1446 → tencentcloud-sdk-python-es-3.0.1458}/README.rst +0 -0
- {tencentcloud-sdk-python-es-3.0.1446 → tencentcloud-sdk-python-es-3.0.1458}/setup.cfg +0 -0
- {tencentcloud-sdk-python-es-3.0.1446 → tencentcloud-sdk-python-es-3.0.1458}/tencentcloud/es/__init__.py +0 -0
- {tencentcloud-sdk-python-es-3.0.1446 → tencentcloud-sdk-python-es-3.0.1458}/tencentcloud/es/v20180416/__init__.py +0 -0
- {tencentcloud-sdk-python-es-3.0.1446 → tencentcloud-sdk-python-es-3.0.1458}/tencentcloud/es/v20180416/es_client.py +0 -0
- {tencentcloud-sdk-python-es-3.0.1446 → tencentcloud-sdk-python-es-3.0.1458}/tencentcloud/es/v20180416/models.py +0 -0
- {tencentcloud-sdk-python-es-3.0.1446 → tencentcloud-sdk-python-es-3.0.1458}/tencentcloud/es/v20250101/__init__.py +0 -0
- {tencentcloud-sdk-python-es-3.0.1446 → tencentcloud-sdk-python-es-3.0.1458}/tencentcloud/es/v20250101/errorcodes.py +0 -0
- {tencentcloud-sdk-python-es-3.0.1446 → tencentcloud-sdk-python-es-3.0.1458}/tencentcloud/es/v20250101/es_client.py +0 -0
- {tencentcloud-sdk-python-es-3.0.1446 → tencentcloud-sdk-python-es-3.0.1458}/tencentcloud/es/v20250101/models.py +0 -0
- {tencentcloud-sdk-python-es-3.0.1446 → tencentcloud-sdk-python-es-3.0.1458}/tencentcloud_sdk_python_es.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-es-3.0.1446 → tencentcloud-sdk-python-es-3.0.1458}/tencentcloud_sdk_python_es.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-es-3.0.1446 → tencentcloud-sdk-python-es-3.0.1458}/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.1458,<4.0.0"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Es SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -32,6 +32,9 @@ FAILEDOPERATION = 'FailedOperation'
|
|
|
32
32
|
# 更新ACL失败
|
|
33
33
|
FAILEDOPERATION_ACCESSCONTROLLIST = 'FailedOperation.AccessControlList'
|
|
34
34
|
|
|
35
|
+
# 可用区资源包配额不足
|
|
36
|
+
FAILEDOPERATION_CDCQUOTAINSUFFICIENT = 'FailedOperation.CdcQuotaInsufficient'
|
|
37
|
+
|
|
35
38
|
# 关闭数据层失败,至少要保留热层和温层其中一层。
|
|
36
39
|
FAILEDOPERATION_CLOSEDATATIER = 'FailedOperation.CloseDataTier'
|
|
37
40
|
|
|
@@ -605,6 +608,9 @@ UNSUPPORTEDOPERATION_INDEXSETTINGSREQUIRESET = 'UnsupportedOperation.IndexSettin
|
|
|
605
608
|
# 不支持该操作,服务类型有误。
|
|
606
609
|
UNSUPPORTEDOPERATION_INSTANCETYPEERROR = 'UnsupportedOperation.InstanceTypeError'
|
|
607
610
|
|
|
611
|
+
# 当前ES集群版本过低,不支持Gpu机器
|
|
612
|
+
UNSUPPORTEDOPERATION_KERNELNOTSUPPORTGPU = 'UnsupportedOperation.KernelNotSupportGpu'
|
|
613
|
+
|
|
608
614
|
# 不支持该操作,license的类型有误。
|
|
609
615
|
UNSUPPORTEDOPERATION_LICENSEERROR = 'UnsupportedOperation.LicenseError'
|
|
610
616
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.0.1458
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.0.1446
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|