tencentcloud-sdk-python-postgres 3.0.1398__tar.gz → 3.0.1409__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.1398 → tencentcloud-sdk-python-postgres-3.0.1409}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-postgres-3.0.1398 → tencentcloud-sdk-python-postgres-3.0.1409}/setup.py +1 -1
  3. {tencentcloud-sdk-python-postgres-3.0.1398 → tencentcloud-sdk-python-postgres-3.0.1409}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-postgres-3.0.1398 → tencentcloud-sdk-python-postgres-3.0.1409}/tencentcloud/postgres/v20170312/models.py +4 -0
  5. {tencentcloud-sdk-python-postgres-3.0.1398 → tencentcloud-sdk-python-postgres-3.0.1409}/tencentcloud_sdk_python_postgres.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-postgres-3.0.1409/tencentcloud_sdk_python_postgres.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-postgres-3.0.1398/tencentcloud_sdk_python_postgres.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-postgres-3.0.1398 → tencentcloud-sdk-python-postgres-3.0.1409}/README.rst +0 -0
  9. {tencentcloud-sdk-python-postgres-3.0.1398 → tencentcloud-sdk-python-postgres-3.0.1409}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-postgres-3.0.1398 → tencentcloud-sdk-python-postgres-3.0.1409}/tencentcloud/postgres/__init__.py +0 -0
  11. {tencentcloud-sdk-python-postgres-3.0.1398 → tencentcloud-sdk-python-postgres-3.0.1409}/tencentcloud/postgres/v20170312/__init__.py +0 -0
  12. {tencentcloud-sdk-python-postgres-3.0.1398 → tencentcloud-sdk-python-postgres-3.0.1409}/tencentcloud/postgres/v20170312/errorcodes.py +0 -0
  13. {tencentcloud-sdk-python-postgres-3.0.1398 → tencentcloud-sdk-python-postgres-3.0.1409}/tencentcloud/postgres/v20170312/postgres_client.py +0 -0
  14. {tencentcloud-sdk-python-postgres-3.0.1398 → tencentcloud-sdk-python-postgres-3.0.1409}/tencentcloud_sdk_python_postgres.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-postgres-3.0.1398 → tencentcloud-sdk-python-postgres-3.0.1409}/tencentcloud_sdk_python_postgres.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-postgres-3.0.1398 → tencentcloud-sdk-python-postgres-3.0.1409}/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.1398
3
+ Version: 3.0.1409
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.1398"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1409"],
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.1398'
17
+ __version__ = '3.0.1409'
@@ -7519,6 +7519,7 @@ db-instance-id:按照实例ID过滤,类型为string。
7519
7519
  db-instance-name:按照实例名过滤,类型为string。
7520
7520
  db-instance-ip:按照实例私有网络IP地址过滤,类型为string。
7521
7521
  base-backup-id:按照备份集ID过滤,类型为string。
7522
+ db-instance-status:按实例状态过滤,类型为string。取值参考DBInstance结构的DBInstanceStatus字段。
7522
7523
  :type Filters: list of Filter
7523
7524
  :param _Limit: 每页显示数量,取值范围为1-100,默认为返回10条。
7524
7525
  :type Limit: int
@@ -7566,6 +7567,7 @@ db-instance-id:按照实例ID过滤,类型为string。
7566
7567
  db-instance-name:按照实例名过滤,类型为string。
7567
7568
  db-instance-ip:按照实例私有网络IP地址过滤,类型为string。
7568
7569
  base-backup-id:按照备份集ID过滤,类型为string。
7570
+ db-instance-status:按实例状态过滤,类型为string。取值参考DBInstance结构的DBInstanceStatus字段。
7569
7571
  :rtype: list of Filter
7570
7572
  """
7571
7573
  return self._Filters
@@ -10130,6 +10132,7 @@ class DescribeLogBackupsRequest(AbstractModel):
10130
10132
  db-instance-id:按照实例ID过滤,类型为string。
10131
10133
  db-instance-name:按照实例名过滤,类型为string。
10132
10134
  db-instance-ip:按照实例私有网络IP地址过滤,类型为string。
10135
+ db-instance-status:按实例状态过滤,类型为string。取值参考DBInstance结构的DBInstanceStatus字段。
10133
10136
  :type Filters: list of Filter
10134
10137
  :param _Limit: 每页显示数量,取值范围为1-100,默认为返回10条。
10135
10138
  :type Limit: int
@@ -10176,6 +10179,7 @@ db-instance-ip:按照实例私有网络IP地址过滤,类型为string。
10176
10179
  db-instance-id:按照实例ID过滤,类型为string。
10177
10180
  db-instance-name:按照实例名过滤,类型为string。
10178
10181
  db-instance-ip:按照实例私有网络IP地址过滤,类型为string。
10182
+ db-instance-status:按实例状态过滤,类型为string。取值参考DBInstance结构的DBInstanceStatus字段。
10179
10183
  :rtype: list of Filter
10180
10184
  """
10181
10185
  return self._Filters
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-postgres
3
- Version: 3.0.1398
3
+ Version: 3.0.1409
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.1409
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1398