tencentcloud-sdk-python-postgres 3.0.1368__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.
Files changed (16) hide show
  1. {tencentcloud-sdk-python-postgres-3.0.1368 → tencentcloud-sdk-python-postgres-3.0.1370}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-postgres-3.0.1368 → tencentcloud-sdk-python-postgres-3.0.1370}/setup.py +1 -1
  3. {tencentcloud-sdk-python-postgres-3.0.1368 → tencentcloud-sdk-python-postgres-3.0.1370}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-postgres-3.0.1368 → tencentcloud-sdk-python-postgres-3.0.1370}/tencentcloud/postgres/v20170312/postgres_client.py +15 -5
  5. {tencentcloud-sdk-python-postgres-3.0.1368 → tencentcloud-sdk-python-postgres-3.0.1370}/tencentcloud_sdk_python_postgres.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-postgres-3.0.1370/tencentcloud_sdk_python_postgres.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-postgres-3.0.1368/tencentcloud_sdk_python_postgres.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-postgres-3.0.1368 → tencentcloud-sdk-python-postgres-3.0.1370}/README.rst +0 -0
  9. {tencentcloud-sdk-python-postgres-3.0.1368 → tencentcloud-sdk-python-postgres-3.0.1370}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-postgres-3.0.1368 → tencentcloud-sdk-python-postgres-3.0.1370}/tencentcloud/postgres/__init__.py +0 -0
  11. {tencentcloud-sdk-python-postgres-3.0.1368 → tencentcloud-sdk-python-postgres-3.0.1370}/tencentcloud/postgres/v20170312/__init__.py +0 -0
  12. {tencentcloud-sdk-python-postgres-3.0.1368 → tencentcloud-sdk-python-postgres-3.0.1370}/tencentcloud/postgres/v20170312/errorcodes.py +0 -0
  13. {tencentcloud-sdk-python-postgres-3.0.1368 → tencentcloud-sdk-python-postgres-3.0.1370}/tencentcloud/postgres/v20170312/models.py +0 -0
  14. {tencentcloud-sdk-python-postgres-3.0.1368 → tencentcloud-sdk-python-postgres-3.0.1370}/tencentcloud_sdk_python_postgres.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-postgres-3.0.1368 → tencentcloud-sdk-python-postgres-3.0.1370}/tencentcloud_sdk_python_postgres.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-postgres-3.0.1368 → tencentcloud-sdk-python-postgres-3.0.1370}/tencentcloud_sdk_python_postgres.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-postgres
3
- Version: 3.0.1368
3
+ Version: 3.0.1370
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.1368"],
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(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1368'
17
+ __version__ = '3.0.1370'
@@ -96,7 +96,9 @@ class PostgresClient(AbstractClient):
96
96
 
97
97
 
98
98
  def CloseServerlessDBExtranetAccess(self, request):
99
- """【接口下线中,请勿使用】本接口(CloseServerlessDBExtranetAccess)用于关闭serverlessDB实例公网地址
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
- """【接口下线中,请勿使用】本接口 (CreateServerlessDBInstance) 用于创建一个ServerlessDB实例,创建成功返回实例ID。
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
- """【接口下线中,请勿使用】本接口 (DeleteServerlessDBInstance) 用于删除一个ServerlessDB实例。
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
- """【接口下线中,请勿使用】用于查询一个或多个serverlessDB实例的详细信息
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
- """【接口下线中,请勿使用】本接口(OpenServerlessDBExtranetAccess)用于开通serverlessDB实例公网地址。
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`
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-postgres
3
- Version: 3.0.1368
3
+ Version: 3.0.1370
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.1370
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1368