tencentcloud-sdk-python-cdb 3.1.85__tar.gz → 3.1.86__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 (17) hide show
  1. {tencentcloud_sdk_python_cdb-3.1.85 → tencentcloud_sdk_python_cdb-3.1.86}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_cdb-3.1.85 → tencentcloud_sdk_python_cdb-3.1.86}/setup.py +1 -1
  3. {tencentcloud_sdk_python_cdb-3.1.85 → tencentcloud_sdk_python_cdb-3.1.86}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_cdb-3.1.85 → tencentcloud_sdk_python_cdb-3.1.86}/tencentcloud/cdb/v20170320/errorcodes.py +3 -0
  5. {tencentcloud_sdk_python_cdb-3.1.85 → tencentcloud_sdk_python_cdb-3.1.86}/tencentcloud/cdb/v20170320/models.py +17 -0
  6. {tencentcloud_sdk_python_cdb-3.1.85 → tencentcloud_sdk_python_cdb-3.1.86}/tencentcloud_sdk_python_cdb.egg-info/PKG-INFO +2 -2
  7. tencentcloud_sdk_python_cdb-3.1.86/tencentcloud_sdk_python_cdb.egg-info/requires.txt +1 -0
  8. tencentcloud_sdk_python_cdb-3.1.85/tencentcloud_sdk_python_cdb.egg-info/requires.txt +0 -1
  9. {tencentcloud_sdk_python_cdb-3.1.85 → tencentcloud_sdk_python_cdb-3.1.86}/README.rst +0 -0
  10. {tencentcloud_sdk_python_cdb-3.1.85 → tencentcloud_sdk_python_cdb-3.1.86}/setup.cfg +0 -0
  11. {tencentcloud_sdk_python_cdb-3.1.85 → tencentcloud_sdk_python_cdb-3.1.86}/tencentcloud/cdb/__init__.py +0 -0
  12. {tencentcloud_sdk_python_cdb-3.1.85 → tencentcloud_sdk_python_cdb-3.1.86}/tencentcloud/cdb/v20170320/__init__.py +0 -0
  13. {tencentcloud_sdk_python_cdb-3.1.85 → tencentcloud_sdk_python_cdb-3.1.86}/tencentcloud/cdb/v20170320/cdb_client.py +0 -0
  14. {tencentcloud_sdk_python_cdb-3.1.85 → tencentcloud_sdk_python_cdb-3.1.86}/tencentcloud/cdb/v20170320/cdb_client_async.py +0 -0
  15. {tencentcloud_sdk_python_cdb-3.1.85 → tencentcloud_sdk_python_cdb-3.1.86}/tencentcloud_sdk_python_cdb.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_cdb-3.1.85 → tencentcloud_sdk_python_cdb-3.1.86}/tencentcloud_sdk_python_cdb.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_cdb-3.1.85 → tencentcloud_sdk_python_cdb-3.1.86}/tencentcloud_sdk_python_cdb.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-cdb
3
- Version: 3.1.85
3
+ Version: 3.1.86
4
4
  Summary: Tencent Cloud Cdb SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.85
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.86
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-cdb',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.85,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.86,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Cdb SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.85'
17
+ __version__ = '3.1.86'
@@ -125,6 +125,9 @@ FAILEDOPERATION_RESPONSEVALUEERROR = 'FailedOperation.ResponseValueError'
125
125
  # 查询日志结果集超出限制,请缩小查询范围。
126
126
  FAILEDOPERATION_RESULTSETOVERLIMIT = 'FailedOperation.ResultSetOverLimit'
127
127
 
128
+ # 日志查询失败,请稍后重试或缩小查询范围。如果持续不成功,请联系客服进行处理。
129
+ FAILEDOPERATION_SERVICEACCESSERROR = 'FailedOperation.ServiceAccessError'
130
+
128
131
  # 操作发起失败,请稍后重试。如果操作持续不成功,请您联系客服进行处理。
129
132
  FAILEDOPERATION_STARTFLOWERROR = 'FailedOperation.StartFlowError'
130
133
 
@@ -1773,6 +1773,9 @@ class AuditLog(AbstractModel):
1773
1773
  :type TemplateInfo: list of LogRuleTemplateInfo
1774
1774
  :param _TrxId: 事务ID
1775
1775
  :type TrxId: int
1776
+ :param _ClientPort: 端口
1777
+ 注意:此字段可能返回 null,表示取不到有效值。
1778
+ :type ClientPort: int
1776
1779
  """
1777
1780
  self._AffectRows = None
1778
1781
  self._ErrCode = None
@@ -1794,6 +1797,7 @@ class AuditLog(AbstractModel):
1794
1797
  self._TrxLivingTime = None
1795
1798
  self._TemplateInfo = None
1796
1799
  self._TrxId = None
1800
+ self._ClientPort = None
1797
1801
 
1798
1802
  @property
1799
1803
  def AffectRows(self):
@@ -2015,6 +2019,18 @@ class AuditLog(AbstractModel):
2015
2019
  def TrxId(self, TrxId):
2016
2020
  self._TrxId = TrxId
2017
2021
 
2022
+ @property
2023
+ def ClientPort(self):
2024
+ r"""端口
2025
+ 注意:此字段可能返回 null,表示取不到有效值。
2026
+ :rtype: int
2027
+ """
2028
+ return self._ClientPort
2029
+
2030
+ @ClientPort.setter
2031
+ def ClientPort(self, ClientPort):
2032
+ self._ClientPort = ClientPort
2033
+
2018
2034
 
2019
2035
  def _deserialize(self, params):
2020
2036
  self._AffectRows = params.get("AffectRows")
@@ -2042,6 +2058,7 @@ class AuditLog(AbstractModel):
2042
2058
  obj._deserialize(item)
2043
2059
  self._TemplateInfo.append(obj)
2044
2060
  self._TrxId = params.get("TrxId")
2061
+ self._ClientPort = params.get("ClientPort")
2045
2062
  memeber_set = set(params.keys())
2046
2063
  for name, value in vars(self).items():
2047
2064
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-cdb
3
- Version: 3.1.85
3
+ Version: 3.1.86
4
4
  Summary: Tencent Cloud Cdb SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.85
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.86
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.86
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.85