tencentcloud-sdk-python-postgres 3.0.1369__tar.gz → 3.0.1370__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-postgres-3.0.1369 → tencentcloud-sdk-python-postgres-3.0.1370}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-postgres-3.0.1369 → tencentcloud-sdk-python-postgres-3.0.1370}/setup.py +1 -1
- {tencentcloud-sdk-python-postgres-3.0.1369 → tencentcloud-sdk-python-postgres-3.0.1370}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-postgres-3.0.1369 → tencentcloud-sdk-python-postgres-3.0.1370}/tencentcloud/postgres/v20170312/postgres_client.py +15 -5
- {tencentcloud-sdk-python-postgres-3.0.1369 → tencentcloud-sdk-python-postgres-3.0.1370}/tencentcloud_sdk_python_postgres.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-postgres-3.0.1370/tencentcloud_sdk_python_postgres.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-postgres-3.0.1369/tencentcloud_sdk_python_postgres.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-postgres-3.0.1369 → tencentcloud-sdk-python-postgres-3.0.1370}/README.rst +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1369 → tencentcloud-sdk-python-postgres-3.0.1370}/setup.cfg +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1369 → tencentcloud-sdk-python-postgres-3.0.1370}/tencentcloud/postgres/__init__.py +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1369 → tencentcloud-sdk-python-postgres-3.0.1370}/tencentcloud/postgres/v20170312/__init__.py +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1369 → tencentcloud-sdk-python-postgres-3.0.1370}/tencentcloud/postgres/v20170312/errorcodes.py +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1369 → tencentcloud-sdk-python-postgres-3.0.1370}/tencentcloud/postgres/v20170312/models.py +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1369 → tencentcloud-sdk-python-postgres-3.0.1370}/tencentcloud_sdk_python_postgres.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1369 → tencentcloud-sdk-python-postgres-3.0.1370}/tencentcloud_sdk_python_postgres.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1369 → tencentcloud-sdk-python-postgres-3.0.1370}/tencentcloud_sdk_python_postgres.egg-info/top_level.txt +0 -0
{tencentcloud-sdk-python-postgres-3.0.1369 → tencentcloud-sdk-python-postgres-3.0.1370}/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.1370"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Postgres SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -96,7 +96,9 @@ class PostgresClient(AbstractClient):
|
|
|
96
96
|
|
|
97
97
|
|
|
98
98
|
def CloseServerlessDBExtranetAccess(self, request):
|
|
99
|
-
"""
|
|
99
|
+
"""该产品形态需要下线,已完成客户实例全部下线、后端服务下线等
|
|
100
|
+
|
|
101
|
+
【接口下线中,请勿使用】本接口(CloseServerlessDBExtranetAccess)用于关闭serverlessDB实例公网地址
|
|
100
102
|
|
|
101
103
|
:param request: Request instance for CloseServerlessDBExtranetAccess.
|
|
102
104
|
:type request: :class:`tencentcloud.postgres.v20170312.models.CloseServerlessDBExtranetAccessRequest`
|
|
@@ -374,7 +376,9 @@ class PostgresClient(AbstractClient):
|
|
|
374
376
|
|
|
375
377
|
|
|
376
378
|
def CreateServerlessDBInstance(self, request):
|
|
377
|
-
"""
|
|
379
|
+
"""该产品形态需要下线,已完成客户实例全部下线、后端服务下线等
|
|
380
|
+
|
|
381
|
+
【接口下线中,请勿使用】本接口 (CreateServerlessDBInstance) 用于创建一个ServerlessDB实例,创建成功返回实例ID。
|
|
378
382
|
|
|
379
383
|
:param request: Request instance for CreateServerlessDBInstance.
|
|
380
384
|
:type request: :class:`tencentcloud.postgres.v20170312.models.CreateServerlessDBInstanceRequest`
|
|
@@ -581,7 +585,9 @@ class PostgresClient(AbstractClient):
|
|
|
581
585
|
|
|
582
586
|
|
|
583
587
|
def DeleteServerlessDBInstance(self, request):
|
|
584
|
-
"""
|
|
588
|
+
"""该产品形态需要下线,已完成客户实例全部下线、后端服务下线等
|
|
589
|
+
|
|
590
|
+
【接口下线中,请勿使用】本接口 (DeleteServerlessDBInstance) 用于删除一个ServerlessDB实例。
|
|
585
591
|
|
|
586
592
|
:param request: Request instance for DeleteServerlessDBInstance.
|
|
587
593
|
:type request: :class:`tencentcloud.postgres.v20170312.models.DeleteServerlessDBInstanceRequest`
|
|
@@ -1434,7 +1440,9 @@ class PostgresClient(AbstractClient):
|
|
|
1434
1440
|
|
|
1435
1441
|
|
|
1436
1442
|
def DescribeServerlessDBInstances(self, request):
|
|
1437
|
-
"""
|
|
1443
|
+
"""该产品形态需要下线,已完成客户实例全部下线、后端服务下线等
|
|
1444
|
+
|
|
1445
|
+
【接口下线中,请勿使用】用于查询一个或多个serverlessDB实例的详细信息
|
|
1438
1446
|
|
|
1439
1447
|
:param request: Request instance for DescribeServerlessDBInstances.
|
|
1440
1448
|
:type request: :class:`tencentcloud.postgres.v20170312.models.DescribeServerlessDBInstancesRequest`
|
|
@@ -2242,7 +2250,9 @@ class PostgresClient(AbstractClient):
|
|
|
2242
2250
|
|
|
2243
2251
|
|
|
2244
2252
|
def OpenServerlessDBExtranetAccess(self, request):
|
|
2245
|
-
"""
|
|
2253
|
+
"""该产品形态需要下线,已完成客户实例全部下线、后端服务下线等
|
|
2254
|
+
|
|
2255
|
+
【接口下线中,请勿使用】本接口(OpenServerlessDBExtranetAccess)用于开通serverlessDB实例公网地址。
|
|
2246
2256
|
|
|
2247
2257
|
:param request: Request instance for OpenServerlessDBExtranetAccess.
|
|
2248
2258
|
:type request: :class:`tencentcloud.postgres.v20170312.models.OpenServerlessDBExtranetAccessRequest`
|
tencentcloud-sdk-python-postgres-3.0.1370/tencentcloud_sdk_python_postgres.egg-info/requires.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1370
|
tencentcloud-sdk-python-postgres-3.0.1369/tencentcloud_sdk_python_postgres.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1369
|
{tencentcloud-sdk-python-postgres-3.0.1369 → tencentcloud-sdk-python-postgres-3.0.1370}/README.rst
RENAMED
|
File without changes
|
{tencentcloud-sdk-python-postgres-3.0.1369 → tencentcloud-sdk-python-postgres-3.0.1370}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|