tencentcloud-sdk-python-postgres 3.0.1376__tar.gz → 3.0.1377__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.1376 → tencentcloud-sdk-python-postgres-3.0.1377}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-postgres-3.0.1376 → tencentcloud-sdk-python-postgres-3.0.1377}/setup.py +1 -1
  3. {tencentcloud-sdk-python-postgres-3.0.1376 → tencentcloud-sdk-python-postgres-3.0.1377}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-postgres-3.0.1376 → tencentcloud-sdk-python-postgres-3.0.1377}/tencentcloud/postgres/v20170312/models.py +0 -6
  5. {tencentcloud-sdk-python-postgres-3.0.1376 → tencentcloud-sdk-python-postgres-3.0.1377}/tencentcloud_sdk_python_postgres.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-postgres-3.0.1377/tencentcloud_sdk_python_postgres.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-postgres-3.0.1376/tencentcloud_sdk_python_postgres.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-postgres-3.0.1376 → tencentcloud-sdk-python-postgres-3.0.1377}/README.rst +0 -0
  9. {tencentcloud-sdk-python-postgres-3.0.1376 → tencentcloud-sdk-python-postgres-3.0.1377}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-postgres-3.0.1376 → tencentcloud-sdk-python-postgres-3.0.1377}/tencentcloud/postgres/__init__.py +0 -0
  11. {tencentcloud-sdk-python-postgres-3.0.1376 → tencentcloud-sdk-python-postgres-3.0.1377}/tencentcloud/postgres/v20170312/__init__.py +0 -0
  12. {tencentcloud-sdk-python-postgres-3.0.1376 → tencentcloud-sdk-python-postgres-3.0.1377}/tencentcloud/postgres/v20170312/errorcodes.py +0 -0
  13. {tencentcloud-sdk-python-postgres-3.0.1376 → tencentcloud-sdk-python-postgres-3.0.1377}/tencentcloud/postgres/v20170312/postgres_client.py +0 -0
  14. {tencentcloud-sdk-python-postgres-3.0.1376 → tencentcloud-sdk-python-postgres-3.0.1377}/tencentcloud_sdk_python_postgres.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-postgres-3.0.1376 → tencentcloud-sdk-python-postgres-3.0.1377}/tencentcloud_sdk_python_postgres.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-postgres-3.0.1376 → tencentcloud-sdk-python-postgres-3.0.1377}/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.1376
3
+ Version: 3.0.1377
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.1376"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1377"],
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.1376'
17
+ __version__ = '3.0.1377'
@@ -16689,13 +16689,10 @@ class ModifyPrivilege(AbstractModel):
16689
16689
  def __init__(self):
16690
16690
  r"""
16691
16691
  :param _DatabasePrivilege: 要修改的数据库对象及权限列表
16692
- 注意:此字段可能返回 null,表示取不到有效值。
16693
16692
  :type DatabasePrivilege: :class:`tencentcloud.postgres.v20170312.models.DatabasePrivilege`
16694
16693
  :param _ModifyType: 修改的方式,当前仅支持grantObject、revokeObject、alterRole。grantObject代表授权、revokeObject代表收回权、alterRole代表修改账号类型。
16695
- 注意:此字段可能返回 null,表示取不到有效值。
16696
16694
  :type ModifyType: str
16697
16695
  :param _IsCascade: 当ModifyType为revokeObject才需要此参数,参数为true时,撤销权限会级联撤销。默认为false。
16698
- 注意:此字段可能返回 null,表示取不到有效值。
16699
16696
  :type IsCascade: bool
16700
16697
  """
16701
16698
  self._DatabasePrivilege = None
@@ -16705,7 +16702,6 @@ class ModifyPrivilege(AbstractModel):
16705
16702
  @property
16706
16703
  def DatabasePrivilege(self):
16707
16704
  """要修改的数据库对象及权限列表
16708
- 注意:此字段可能返回 null,表示取不到有效值。
16709
16705
  :rtype: :class:`tencentcloud.postgres.v20170312.models.DatabasePrivilege`
16710
16706
  """
16711
16707
  return self._DatabasePrivilege
@@ -16717,7 +16713,6 @@ class ModifyPrivilege(AbstractModel):
16717
16713
  @property
16718
16714
  def ModifyType(self):
16719
16715
  """修改的方式,当前仅支持grantObject、revokeObject、alterRole。grantObject代表授权、revokeObject代表收回权、alterRole代表修改账号类型。
16720
- 注意:此字段可能返回 null,表示取不到有效值。
16721
16716
  :rtype: str
16722
16717
  """
16723
16718
  return self._ModifyType
@@ -16729,7 +16724,6 @@ class ModifyPrivilege(AbstractModel):
16729
16724
  @property
16730
16725
  def IsCascade(self):
16731
16726
  """当ModifyType为revokeObject才需要此参数,参数为true时,撤销权限会级联撤销。默认为false。
16732
- 注意:此字段可能返回 null,表示取不到有效值。
16733
16727
  :rtype: bool
16734
16728
  """
16735
16729
  return self._IsCascade
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-postgres
3
- Version: 3.0.1376
3
+ Version: 3.0.1377
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.1377
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1376