tencentcloud-sdk-python-es 3.0.1332__tar.gz → 3.0.1344__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 (16) hide show
  1. {tencentcloud-sdk-python-es-3.0.1332 → tencentcloud-sdk-python-es-3.0.1344}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-es-3.0.1332 → tencentcloud-sdk-python-es-3.0.1344}/setup.py +1 -1
  3. {tencentcloud-sdk-python-es-3.0.1332 → tencentcloud-sdk-python-es-3.0.1344}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-es-3.0.1332 → tencentcloud-sdk-python-es-3.0.1344}/tencentcloud/es/v20180416/errorcodes.py +6 -0
  5. {tencentcloud-sdk-python-es-3.0.1332 → tencentcloud-sdk-python-es-3.0.1344}/tencentcloud/es/v20180416/models.py +32 -0
  6. {tencentcloud-sdk-python-es-3.0.1332 → tencentcloud-sdk-python-es-3.0.1344}/tencentcloud_sdk_python_es.egg-info/PKG-INFO +1 -1
  7. tencentcloud-sdk-python-es-3.0.1344/tencentcloud_sdk_python_es.egg-info/requires.txt +1 -0
  8. tencentcloud-sdk-python-es-3.0.1332/tencentcloud_sdk_python_es.egg-info/requires.txt +0 -1
  9. {tencentcloud-sdk-python-es-3.0.1332 → tencentcloud-sdk-python-es-3.0.1344}/README.rst +0 -0
  10. {tencentcloud-sdk-python-es-3.0.1332 → tencentcloud-sdk-python-es-3.0.1344}/setup.cfg +0 -0
  11. {tencentcloud-sdk-python-es-3.0.1332 → tencentcloud-sdk-python-es-3.0.1344}/tencentcloud/es/__init__.py +0 -0
  12. {tencentcloud-sdk-python-es-3.0.1332 → tencentcloud-sdk-python-es-3.0.1344}/tencentcloud/es/v20180416/__init__.py +0 -0
  13. {tencentcloud-sdk-python-es-3.0.1332 → tencentcloud-sdk-python-es-3.0.1344}/tencentcloud/es/v20180416/es_client.py +0 -0
  14. {tencentcloud-sdk-python-es-3.0.1332 → tencentcloud-sdk-python-es-3.0.1344}/tencentcloud_sdk_python_es.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-es-3.0.1332 → tencentcloud-sdk-python-es-3.0.1344}/tencentcloud_sdk_python_es.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-es-3.0.1332 → tencentcloud-sdk-python-es-3.0.1344}/tencentcloud_sdk_python_es.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-es
3
- Version: 3.0.1332
3
+ Version: 3.0.1344
4
4
  Summary: Tencent Cloud Es SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -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.1332"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1344"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Es SDK for Python',
14
14
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1332'
17
+ __version__ = '3.0.1344'
@@ -65,6 +65,9 @@ FAILEDOPERATION_NODENUMANDZONEERROR = 'FailedOperation.NodeNumAndZoneError'
65
65
  # 用户未实名认证。
66
66
  FAILEDOPERATION_NOTAUTHENTICATED = 'FailedOperation.NotAuthenticated'
67
67
 
68
+ # 当前集群已开启销毁保护,无法直接销毁,请解除该保护后再尝试销毁
69
+ FAILEDOPERATION_OPENDESTROYPROTECTION = 'FailedOperation.OpenDestroyProtection'
70
+
68
71
  # 解码Password时出错。
69
72
  FAILEDOPERATION_PASSWORD = 'FailedOperation.Password'
70
73
 
@@ -548,6 +551,9 @@ UNSUPPORTEDOPERATION_DISKUSE = 'UnsupportedOperation.DiskUse'
548
551
  # 不支持这个长度的editList的操作。
549
552
  UNSUPPORTEDOPERATION_EDITLISTLENGTH = 'UnsupportedOperation.EditListLength'
550
553
 
554
+ # 存在未完成的异构扩缩容流程
555
+ UNSUPPORTEDOPERATION_HETEROSCALINGEXECUTING = 'UnsupportedOperation.HeteroScalingExecuting'
556
+
551
557
  # 集群有索引设置index.routing.allocation.require._name,or _ip, or _id
552
558
  UNSUPPORTEDOPERATION_INDEXSETTINGSREQUIRESET = 'UnsupportedOperation.IndexSettingsRequireSet'
553
559
 
@@ -16065,6 +16065,9 @@ class ServerlessIndexMetaField(AbstractModel):
16065
16065
  :param _IndexName: 索引名
16066
16066
  注意:此字段可能返回 null,表示取不到有效值。
16067
16067
  :type IndexName: str
16068
+ :param _IndexMetaJson: 索引元数据JSON
16069
+ 注意:此字段可能返回 null,表示取不到有效值。
16070
+ :type IndexMetaJson: str
16068
16071
  :param _IndexDocs: 索引文档数
16069
16072
  注意:此字段可能返回 null,表示取不到有效值。
16070
16073
  :type IndexDocs: int
@@ -16115,6 +16118,7 @@ class ServerlessIndexMetaField(AbstractModel):
16115
16118
  """
16116
16119
  self._AppId = None
16117
16120
  self._IndexName = None
16121
+ self._IndexMetaJson = None
16118
16122
  self._IndexDocs = None
16119
16123
  self._IndexStorage = None
16120
16124
  self._IndexCreateTime = None
@@ -16156,6 +16160,18 @@ class ServerlessIndexMetaField(AbstractModel):
16156
16160
  def IndexName(self, IndexName):
16157
16161
  self._IndexName = IndexName
16158
16162
 
16163
+ @property
16164
+ def IndexMetaJson(self):
16165
+ """索引元数据JSON
16166
+ 注意:此字段可能返回 null,表示取不到有效值。
16167
+ :rtype: str
16168
+ """
16169
+ return self._IndexMetaJson
16170
+
16171
+ @IndexMetaJson.setter
16172
+ def IndexMetaJson(self, IndexMetaJson):
16173
+ self._IndexMetaJson = IndexMetaJson
16174
+
16159
16175
  @property
16160
16176
  def IndexDocs(self):
16161
16177
  """索引文档数
@@ -16351,6 +16367,7 @@ class ServerlessIndexMetaField(AbstractModel):
16351
16367
  def _deserialize(self, params):
16352
16368
  self._AppId = params.get("AppId")
16353
16369
  self._IndexName = params.get("IndexName")
16370
+ self._IndexMetaJson = params.get("IndexMetaJson")
16354
16371
  self._IndexDocs = params.get("IndexDocs")
16355
16372
  self._IndexStorage = params.get("IndexStorage")
16356
16373
  self._IndexCreateTime = params.get("IndexCreateTime")
@@ -16613,9 +16630,12 @@ class ServerlessIndexSettingsField(AbstractModel):
16613
16630
  :param _RefreshInterval: 索引刷新频率
16614
16631
  注意:此字段可能返回 null,表示取不到有效值。
16615
16632
  :type RefreshInterval: str
16633
+ :param _CustomSetting: 自定义参数
16634
+ :type CustomSetting: str
16616
16635
  """
16617
16636
  self._NumberOfShards = None
16618
16637
  self._RefreshInterval = None
16638
+ self._CustomSetting = None
16619
16639
 
16620
16640
  @property
16621
16641
  def NumberOfShards(self):
@@ -16641,10 +16661,22 @@ class ServerlessIndexSettingsField(AbstractModel):
16641
16661
  def RefreshInterval(self, RefreshInterval):
16642
16662
  self._RefreshInterval = RefreshInterval
16643
16663
 
16664
+ @property
16665
+ def CustomSetting(self):
16666
+ """自定义参数
16667
+ :rtype: str
16668
+ """
16669
+ return self._CustomSetting
16670
+
16671
+ @CustomSetting.setter
16672
+ def CustomSetting(self, CustomSetting):
16673
+ self._CustomSetting = CustomSetting
16674
+
16644
16675
 
16645
16676
  def _deserialize(self, params):
16646
16677
  self._NumberOfShards = params.get("NumberOfShards")
16647
16678
  self._RefreshInterval = params.get("RefreshInterval")
16679
+ self._CustomSetting = params.get("CustomSetting")
16648
16680
  memeber_set = set(params.keys())
16649
16681
  for name, value in vars(self).items():
16650
16682
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-es
3
- Version: 3.0.1332
3
+ Version: 3.0.1344
4
4
  Summary: Tencent Cloud Es SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common==3.0.1344
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1332