tencentcloud-sdk-python-postgres 3.0.1398__tar.gz → 3.0.1416__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.1398 → tencentcloud-sdk-python-postgres-3.0.1416}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-postgres-3.0.1398 → tencentcloud-sdk-python-postgres-3.0.1416}/setup.py +1 -1
- {tencentcloud-sdk-python-postgres-3.0.1398 → tencentcloud-sdk-python-postgres-3.0.1416}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-postgres-3.0.1398 → tencentcloud-sdk-python-postgres-3.0.1416}/tencentcloud/postgres/v20170312/errorcodes.py +1 -1
- {tencentcloud-sdk-python-postgres-3.0.1398 → tencentcloud-sdk-python-postgres-3.0.1416}/tencentcloud/postgres/v20170312/models.py +5 -1
- {tencentcloud-sdk-python-postgres-3.0.1398 → tencentcloud-sdk-python-postgres-3.0.1416}/tencentcloud/postgres/v20170312/postgres_client.py +1 -1
- {tencentcloud-sdk-python-postgres-3.0.1398 → tencentcloud-sdk-python-postgres-3.0.1416}/tencentcloud_sdk_python_postgres.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-postgres-3.0.1416/tencentcloud_sdk_python_postgres.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-postgres-3.0.1398/tencentcloud_sdk_python_postgres.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-postgres-3.0.1398 → tencentcloud-sdk-python-postgres-3.0.1416}/README.rst +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1398 → tencentcloud-sdk-python-postgres-3.0.1416}/setup.cfg +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1398 → tencentcloud-sdk-python-postgres-3.0.1416}/tencentcloud/postgres/__init__.py +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1398 → tencentcloud-sdk-python-postgres-3.0.1416}/tencentcloud/postgres/v20170312/__init__.py +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1398 → tencentcloud-sdk-python-postgres-3.0.1416}/tencentcloud_sdk_python_postgres.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1398 → tencentcloud-sdk-python-postgres-3.0.1416}/tencentcloud_sdk_python_postgres.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1398 → tencentcloud-sdk-python-postgres-3.0.1416}/tencentcloud_sdk_python_postgres.egg-info/top_level.txt +0 -0
{tencentcloud-sdk-python-postgres-3.0.1398 → tencentcloud-sdk-python-postgres-3.0.1416}/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.1416"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Postgres SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# -*- coding: utf8 -*-
|
|
2
|
-
# Copyright (c) 2017-
|
|
2
|
+
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
5
|
# you may not use this file except in compliance with the License.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# -*- coding: utf8 -*-
|
|
2
|
-
# Copyright (c) 2017-
|
|
2
|
+
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
5
|
# you may not use this file except in compliance with the License.
|
|
@@ -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,5 +1,5 @@
|
|
|
1
1
|
# -*- coding: utf8 -*-
|
|
2
|
-
# Copyright (c) 2017-
|
|
2
|
+
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
5
|
# you may not use this file except in compliance with the License.
|
tencentcloud-sdk-python-postgres-3.0.1416/tencentcloud_sdk_python_postgres.egg-info/requires.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1416
|
tencentcloud-sdk-python-postgres-3.0.1398/tencentcloud_sdk_python_postgres.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1398
|
{tencentcloud-sdk-python-postgres-3.0.1398 → tencentcloud-sdk-python-postgres-3.0.1416}/README.rst
RENAMED
|
File without changes
|
{tencentcloud-sdk-python-postgres-3.0.1398 → tencentcloud-sdk-python-postgres-3.0.1416}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|