tencentcloud-sdk-python-postgres 3.0.1212__tar.gz → 3.0.1231__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.
- {tencentcloud-sdk-python-postgres-3.0.1212 → tencentcloud-sdk-python-postgres-3.0.1231}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-postgres-3.0.1212 → tencentcloud-sdk-python-postgres-3.0.1231}/setup.py +1 -1
- {tencentcloud-sdk-python-postgres-3.0.1212 → tencentcloud-sdk-python-postgres-3.0.1231}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-postgres-3.0.1212 → tencentcloud-sdk-python-postgres-3.0.1231}/tencentcloud/postgres/v20170312/errorcodes.py +15 -0
- {tencentcloud-sdk-python-postgres-3.0.1212 → tencentcloud-sdk-python-postgres-3.0.1231}/tencentcloud_sdk_python_postgres.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-postgres-3.0.1231/tencentcloud_sdk_python_postgres.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-postgres-3.0.1212/tencentcloud_sdk_python_postgres.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-postgres-3.0.1212 → tencentcloud-sdk-python-postgres-3.0.1231}/README.rst +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1212 → tencentcloud-sdk-python-postgres-3.0.1231}/setup.cfg +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1212 → tencentcloud-sdk-python-postgres-3.0.1231}/tencentcloud/postgres/__init__.py +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1212 → tencentcloud-sdk-python-postgres-3.0.1231}/tencentcloud/postgres/v20170312/__init__.py +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1212 → tencentcloud-sdk-python-postgres-3.0.1231}/tencentcloud/postgres/v20170312/models.py +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1212 → tencentcloud-sdk-python-postgres-3.0.1231}/tencentcloud/postgres/v20170312/postgres_client.py +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1212 → tencentcloud-sdk-python-postgres-3.0.1231}/tencentcloud_sdk_python_postgres.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1212 → tencentcloud-sdk-python-postgres-3.0.1231}/tencentcloud_sdk_python_postgres.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1212 → tencentcloud-sdk-python-postgres-3.0.1231}/tencentcloud_sdk_python_postgres.egg-info/top_level.txt +0 -0
{tencentcloud-sdk-python-postgres-3.0.1212 → tencentcloud-sdk-python-postgres-3.0.1231}/setup.py
RENAMED
|
@@ -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.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1231"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Postgres SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -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
|
|
tencentcloud-sdk-python-postgres-3.0.1231/tencentcloud_sdk_python_postgres.egg-info/requires.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1231
|
tencentcloud-sdk-python-postgres-3.0.1212/tencentcloud_sdk_python_postgres.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1212
|
{tencentcloud-sdk-python-postgres-3.0.1212 → tencentcloud-sdk-python-postgres-3.0.1231}/README.rst
RENAMED
|
File without changes
|
{tencentcloud-sdk-python-postgres-3.0.1212 → tencentcloud-sdk-python-postgres-3.0.1231}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|