tencentcloud-sdk-python-postgres 3.0.1206__tar.gz → 3.0.1232__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.

Potentially problematic release.


This version of tencentcloud-sdk-python-postgres might be problematic. Click here for more details.

Files changed (16) hide show
  1. {tencentcloud-sdk-python-postgres-3.0.1206 → tencentcloud-sdk-python-postgres-3.0.1232}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-postgres-3.0.1206 → tencentcloud-sdk-python-postgres-3.0.1232}/setup.py +1 -1
  3. {tencentcloud-sdk-python-postgres-3.0.1206 → tencentcloud-sdk-python-postgres-3.0.1232}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-postgres-3.0.1206 → tencentcloud-sdk-python-postgres-3.0.1232}/tencentcloud/postgres/v20170312/errorcodes.py +15 -0
  5. {tencentcloud-sdk-python-postgres-3.0.1206 → tencentcloud-sdk-python-postgres-3.0.1232}/tencentcloud_sdk_python_postgres.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-postgres-3.0.1232/tencentcloud_sdk_python_postgres.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-postgres-3.0.1206/tencentcloud_sdk_python_postgres.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-postgres-3.0.1206 → tencentcloud-sdk-python-postgres-3.0.1232}/README.rst +0 -0
  9. {tencentcloud-sdk-python-postgres-3.0.1206 → tencentcloud-sdk-python-postgres-3.0.1232}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-postgres-3.0.1206 → tencentcloud-sdk-python-postgres-3.0.1232}/tencentcloud/postgres/__init__.py +0 -0
  11. {tencentcloud-sdk-python-postgres-3.0.1206 → tencentcloud-sdk-python-postgres-3.0.1232}/tencentcloud/postgres/v20170312/__init__.py +0 -0
  12. {tencentcloud-sdk-python-postgres-3.0.1206 → tencentcloud-sdk-python-postgres-3.0.1232}/tencentcloud/postgres/v20170312/models.py +0 -0
  13. {tencentcloud-sdk-python-postgres-3.0.1206 → tencentcloud-sdk-python-postgres-3.0.1232}/tencentcloud/postgres/v20170312/postgres_client.py +0 -0
  14. {tencentcloud-sdk-python-postgres-3.0.1206 → tencentcloud-sdk-python-postgres-3.0.1232}/tencentcloud_sdk_python_postgres.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-postgres-3.0.1206 → tencentcloud-sdk-python-postgres-3.0.1232}/tencentcloud_sdk_python_postgres.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-postgres-3.0.1206 → tencentcloud-sdk-python-postgres-3.0.1232}/tencentcloud_sdk_python_postgres.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-postgres
3
- Version: 3.0.1206
3
+ Version: 3.0.1232
4
4
  Summary: Tencent Cloud Postgres 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-postgres',
11
- install_requires=["tencentcloud-sdk-python-common==3.0.1206"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1232"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Postgres 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.1206'
17
+ __version__ = '3.0.1232'
@@ -257,6 +257,9 @@ INTERNALERROR_INSTANCEDATAERROR = 'InternalError.InstanceDataError'
257
257
  # 请求执行异常。
258
258
  INTERNALERROR_INTERNALHTTPSERVERERROR = 'InternalError.InternalHttpServerError'
259
259
 
260
+ # Json数据解析失败,请联系客服进行处理。
261
+ INTERNALERROR_JSONPARSEERROR = 'InternalError.JsonParseError'
262
+
260
263
  # 后台数据解析失败,请联系客服进行处理。
261
264
  INTERNALERROR_MARSHALERROR = 'InternalError.MarshalError'
262
265
 
@@ -320,6 +323,9 @@ INVALIDPARAMETERVALUE_CHARSETNOTFOUNDERROR = 'InvalidParameterValue.CharsetNotFo
320
323
  # 数据格式转换失败,请联系客服处理。
321
324
  INVALIDPARAMETERVALUE_DATACONVERTERROR = 'InvalidParameterValue.DataConvertError'
322
325
 
326
+ # 解密密码失败,请确认密码加密是否正确。
327
+ INVALIDPARAMETERVALUE_DECRYPTPASSWORDFAILED = 'InvalidParameterValue.DecryptPasswordFailed'
328
+
323
329
  # 不支持的计费类型。
324
330
  INVALIDPARAMETERVALUE_ILLEGALCHARGETYPE = 'InvalidParameterValue.IllegalChargeType'
325
331
 
@@ -356,9 +362,15 @@ INVALIDPARAMETERVALUE_INVALIDACCOUNTNAME = 'InvalidParameterValue.InvalidAccount
356
362
  # 账号设置无效,请遵循账号命名规则:账号名需要1-16个字符,只能由字母、数字或下划线组成;不能为postgres;不能由数字、pg_及tencentdb_开头;所有规则均不区分大小写。
357
363
  INVALIDPARAMETERVALUE_INVALIDACCOUNTNAMEERROR = 'InvalidParameterValue.InvalidAccountNameError'
358
364
 
365
+ # 账号无效,请遵循账号命名规则:由字母(a-z, A-Z)、数字(0-9)、下划线(_)组成,以字母或(_)开头,最多63个字符。不能使用系统保留关键字,不能为postgres,且不能由pg_或tencentdb_开头。
366
+ INVALIDPARAMETERVALUE_INVALIDACCOUNTNAMEFORMATERROR = 'InvalidParameterValue.InvalidAccountNameFormatError'
367
+
359
368
  # 数据库字符集错误,当前只支持UTF8、LATIN1。
360
369
  INVALIDPARAMETERVALUE_INVALIDCHARSET = 'InvalidParameterValue.InvalidCharset'
361
370
 
371
+ # 数据库名称无效,请遵循命名规则:由字母(a-z, A-Z)、数字(0-9)、下划线(_)组成,以字母或(_)开头,最多63个字符。不能使用系统保留关键字。
372
+ INVALIDPARAMETERVALUE_INVALIDDATABASENAMEFORMATERROR = 'InvalidParameterValue.InvalidDatabaseNameFormatError'
373
+
362
374
  # 当前仅支持操作名称为英文、下划线、数字及特殊符号[]组成的数据库对象,函数及存储过程额外支持三个特殊符号(,)
363
375
  INVALIDPARAMETERVALUE_INVALIDDATABASEOBJECTNAME = 'InvalidParameterValue.InvalidDatabaseObjectName'
364
376
 
@@ -470,6 +482,9 @@ OPERATIONDENIED_INSTANCESTATUSLIMITOPERROR = 'OperationDenied.InstanceStatusLimi
470
482
  # 实例类型错误
471
483
  OPERATIONDENIED_INSTANCETYPEDENIED = 'OperationDenied.InstanceTypeDenied'
472
484
 
485
+ # 内核版本过低,导致实例无法创建tencentDBSuper账号。如果您想使用此功能,请升级内核版本。
486
+ OPERATIONDENIED_KERNELVERSIONERROR = 'OperationDenied.KernelVersionError'
487
+
473
488
  # Serverless不支持当前可用区。
474
489
  OPERATIONDENIED_NOTSUPPORTZONEERROR = 'OperationDenied.NotSupportZoneError'
475
490
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-postgres
3
- Version: 3.0.1206
3
+ Version: 3.0.1232
4
4
  Summary: Tencent Cloud Postgres 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.1232
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1206