tencentcloud-sdk-python-postgres 3.0.1164__tar.gz → 3.0.1165__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.1164 → tencentcloud-sdk-python-postgres-3.0.1165}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-postgres-3.0.1164 → tencentcloud-sdk-python-postgres-3.0.1165}/setup.py +1 -1
  3. {tencentcloud-sdk-python-postgres-3.0.1164 → tencentcloud-sdk-python-postgres-3.0.1165}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-postgres-3.0.1164 → tencentcloud-sdk-python-postgres-3.0.1165}/tencentcloud/postgres/v20170312/models.py +2 -2
  5. {tencentcloud-sdk-python-postgres-3.0.1164 → tencentcloud-sdk-python-postgres-3.0.1165}/tencentcloud_sdk_python_postgres.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-postgres-3.0.1165/tencentcloud_sdk_python_postgres.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-postgres-3.0.1164/tencentcloud_sdk_python_postgres.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-postgres-3.0.1164 → tencentcloud-sdk-python-postgres-3.0.1165}/README.rst +0 -0
  9. {tencentcloud-sdk-python-postgres-3.0.1164 → tencentcloud-sdk-python-postgres-3.0.1165}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-postgres-3.0.1164 → tencentcloud-sdk-python-postgres-3.0.1165}/tencentcloud/postgres/__init__.py +0 -0
  11. {tencentcloud-sdk-python-postgres-3.0.1164 → tencentcloud-sdk-python-postgres-3.0.1165}/tencentcloud/postgres/v20170312/__init__.py +0 -0
  12. {tencentcloud-sdk-python-postgres-3.0.1164 → tencentcloud-sdk-python-postgres-3.0.1165}/tencentcloud/postgres/v20170312/errorcodes.py +0 -0
  13. {tencentcloud-sdk-python-postgres-3.0.1164 → tencentcloud-sdk-python-postgres-3.0.1165}/tencentcloud/postgres/v20170312/postgres_client.py +0 -0
  14. {tencentcloud-sdk-python-postgres-3.0.1164 → tencentcloud-sdk-python-postgres-3.0.1165}/tencentcloud_sdk_python_postgres.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-postgres-3.0.1164 → tencentcloud-sdk-python-postgres-3.0.1165}/tencentcloud_sdk_python_postgres.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-postgres-3.0.1164 → tencentcloud-sdk-python-postgres-3.0.1165}/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.1164
3
+ Version: 3.0.1165
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.1164"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1165"],
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.1164'
17
+ __version__ = '3.0.1165'
@@ -3510,9 +3510,9 @@ class DBInstance(AbstractModel):
3510
3510
  :type Region: str
3511
3511
  :param _Zone: 实例所属可用区, 如:ap-guangzhou-3,对应ZoneSet的Zone字段。
3512
3512
  :type Zone: str
3513
- :param _VpcId: 私有网络ID,形如vpc-xxxxxxxx。有效的VpcId可通过登录控制台查询;也可以调用接口 [DescribeVpcEx](https://cloud.tencent.com/document/api/215/1372) ,从接口返回中的unVpcId字段获取。
3513
+ :param _VpcId: 私有网络ID,形如vpc-e6w23k31。有效的VpcId可通过登录控制台查询;也可以调用接口 [DescribeVpcs](https://cloud.tencent.com/document/api/215/15778) ,从接口返回中的unVpcId字段获取。
3514
3514
  :type VpcId: str
3515
- :param _SubnetId: 私有网络子网ID,形如subnet-xxxxxxxx。有效的私有网络子网ID可通过登录控制台查询;也可以调用接口 [DescribeSubnets ](https://cloud.tencent.com/document/api/215/15784),从接口返回中的unSubnetId字段获取。
3515
+ :param _SubnetId: 私有网络子网ID,形如subnet-51lcif9y。有效的私有网络子网ID可通过登录控制台查询;也可以调用接口 [DescribeSubnets ](https://cloud.tencent.com/document/api/215/15784),从接口返回中的unSubnetId字段获取。
3516
3516
  :type SubnetId: str
3517
3517
  :param _DBInstanceId: 实例ID。
3518
3518
  :type DBInstanceId: str
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-postgres
3
- Version: 3.0.1164
3
+ Version: 3.0.1165
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.1165
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1164