tencentcloud-sdk-python-postgres 3.0.1266__tar.gz → 3.0.1290__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.1266 → tencentcloud-sdk-python-postgres-3.0.1290}/PKG-INFO +3 -3
- {tencentcloud-sdk-python-postgres-3.0.1266 → tencentcloud-sdk-python-postgres-3.0.1290}/setup.cfg +0 -1
- {tencentcloud-sdk-python-postgres-3.0.1266 → tencentcloud-sdk-python-postgres-3.0.1290}/setup.py +1 -1
- {tencentcloud-sdk-python-postgres-3.0.1266 → tencentcloud-sdk-python-postgres-3.0.1290}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-postgres-3.0.1266 → tencentcloud-sdk-python-postgres-3.0.1290}/tencentcloud/postgres/v20170312/models.py +2 -2
- {tencentcloud-sdk-python-postgres-3.0.1266 → tencentcloud-sdk-python-postgres-3.0.1290}/tencentcloud_sdk_python_postgres.egg-info/PKG-INFO +3 -3
- tencentcloud-sdk-python-postgres-3.0.1290/tencentcloud_sdk_python_postgres.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-postgres-3.0.1266/tencentcloud_sdk_python_postgres.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-postgres-3.0.1266 → tencentcloud-sdk-python-postgres-3.0.1290}/README.rst +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1266 → tencentcloud-sdk-python-postgres-3.0.1290}/tencentcloud/postgres/__init__.py +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1266 → tencentcloud-sdk-python-postgres-3.0.1290}/tencentcloud/postgres/v20170312/__init__.py +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1266 → tencentcloud-sdk-python-postgres-3.0.1290}/tencentcloud/postgres/v20170312/errorcodes.py +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1266 → tencentcloud-sdk-python-postgres-3.0.1290}/tencentcloud/postgres/v20170312/postgres_client.py +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1266 → tencentcloud-sdk-python-postgres-3.0.1290}/tencentcloud_sdk_python_postgres.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1266 → tencentcloud-sdk-python-postgres-3.0.1290}/tencentcloud_sdk_python_postgres.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1266 → tencentcloud-sdk-python-postgres-3.0.1290}/tencentcloud_sdk_python_postgres.egg-info/top_level.txt +0 -0
{tencentcloud-sdk-python-postgres-3.0.1266 → tencentcloud-sdk-python-postgres-3.0.1290}/PKG-INFO
RENAMED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
Metadata-Version: 1.
|
|
1
|
+
Metadata-Version: 1.2
|
|
2
2
|
Name: tencentcloud-sdk-python-postgres
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.1290
|
|
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
|
|
7
|
-
|
|
7
|
+
Maintainer-email: tencentcloudapi@tencent.com
|
|
8
8
|
License: Apache License 2.0
|
|
9
9
|
Description: ============================
|
|
10
10
|
Tencent Cloud SDK for Python
|
{tencentcloud-sdk-python-postgres-3.0.1266 → tencentcloud-sdk-python-postgres-3.0.1290}/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.1290"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Postgres SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -18673,7 +18673,7 @@ class RestoreDBInstanceObjectsRequest(AbstractModel):
|
|
|
18673
18673
|
r"""
|
|
18674
18674
|
:param _DBInstanceId: 实例ID。
|
|
18675
18675
|
:type DBInstanceId: str
|
|
18676
|
-
:param _RestoreObjects: 需要恢复的对象列表。假设需要恢复的对象名为
|
|
18676
|
+
:param _RestoreObjects: 需要恢复的对象列表。假设需要恢复的对象名为user,则恢复后的名称为user_bak_${LinuxTime}。${LinuxTime}无法指定,由系统根据任务发起的linux时间设定。
|
|
18677
18677
|
:type RestoreObjects: list of str
|
|
18678
18678
|
:param _BackupSetId: 恢复所用备份集。BackupSetId与RestoreTargetTime有且只能传一个。
|
|
18679
18679
|
:type BackupSetId: str
|
|
@@ -18698,7 +18698,7 @@ class RestoreDBInstanceObjectsRequest(AbstractModel):
|
|
|
18698
18698
|
|
|
18699
18699
|
@property
|
|
18700
18700
|
def RestoreObjects(self):
|
|
18701
|
-
"""需要恢复的对象列表。假设需要恢复的对象名为
|
|
18701
|
+
"""需要恢复的对象列表。假设需要恢复的对象名为user,则恢复后的名称为user_bak_${LinuxTime}。${LinuxTime}无法指定,由系统根据任务发起的linux时间设定。
|
|
18702
18702
|
:rtype: list of str
|
|
18703
18703
|
"""
|
|
18704
18704
|
return self._RestoreObjects
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
Metadata-Version: 1.
|
|
1
|
+
Metadata-Version: 1.2
|
|
2
2
|
Name: tencentcloud-sdk-python-postgres
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.1290
|
|
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
|
|
7
|
-
|
|
7
|
+
Maintainer-email: tencentcloudapi@tencent.com
|
|
8
8
|
License: Apache License 2.0
|
|
9
9
|
Description: ============================
|
|
10
10
|
Tencent Cloud SDK for Python
|
tencentcloud-sdk-python-postgres-3.0.1290/tencentcloud_sdk_python_postgres.egg-info/requires.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1290
|
tencentcloud-sdk-python-postgres-3.0.1266/tencentcloud_sdk_python_postgres.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1266
|
{tencentcloud-sdk-python-postgres-3.0.1266 → tencentcloud-sdk-python-postgres-3.0.1290}/README.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|