tencentcloud-sdk-python-cdb 3.0.1276__tar.gz → 3.0.1277__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-cdb-3.0.1276 → tencentcloud-sdk-python-cdb-3.0.1277}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-cdb-3.0.1276 → tencentcloud-sdk-python-cdb-3.0.1277}/setup.py +1 -1
- {tencentcloud-sdk-python-cdb-3.0.1276 → tencentcloud-sdk-python-cdb-3.0.1277}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-cdb-3.0.1276 → tencentcloud-sdk-python-cdb-3.0.1277}/tencentcloud/cdb/v20170320/cdb_client.py +12 -4
- {tencentcloud-sdk-python-cdb-3.0.1276 → tencentcloud-sdk-python-cdb-3.0.1277}/tencentcloud_sdk_python_cdb.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-cdb-3.0.1277/tencentcloud_sdk_python_cdb.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-cdb-3.0.1276/tencentcloud_sdk_python_cdb.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-cdb-3.0.1276 → tencentcloud-sdk-python-cdb-3.0.1277}/README.rst +0 -0
- {tencentcloud-sdk-python-cdb-3.0.1276 → tencentcloud-sdk-python-cdb-3.0.1277}/setup.cfg +0 -0
- {tencentcloud-sdk-python-cdb-3.0.1276 → tencentcloud-sdk-python-cdb-3.0.1277}/tencentcloud/cdb/__init__.py +0 -0
- {tencentcloud-sdk-python-cdb-3.0.1276 → tencentcloud-sdk-python-cdb-3.0.1277}/tencentcloud/cdb/v20170320/__init__.py +0 -0
- {tencentcloud-sdk-python-cdb-3.0.1276 → tencentcloud-sdk-python-cdb-3.0.1277}/tencentcloud/cdb/v20170320/errorcodes.py +0 -0
- {tencentcloud-sdk-python-cdb-3.0.1276 → tencentcloud-sdk-python-cdb-3.0.1277}/tencentcloud/cdb/v20170320/models.py +0 -0
- {tencentcloud-sdk-python-cdb-3.0.1276 → tencentcloud-sdk-python-cdb-3.0.1277}/tencentcloud_sdk_python_cdb.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-cdb-3.0.1276 → tencentcloud-sdk-python-cdb-3.0.1277}/tencentcloud_sdk_python_cdb.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-cdb-3.0.1276 → tencentcloud-sdk-python-cdb-3.0.1277}/tencentcloud_sdk_python_cdb.egg-info/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-cdb',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1277"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Cdb SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -372,7 +372,9 @@ class CdbClient(AbstractClient):
|
|
|
372
372
|
|
|
373
373
|
|
|
374
374
|
def CreateAuditRule(self, request):
|
|
375
|
-
"""
|
|
375
|
+
"""不再支持审计规则创建
|
|
376
|
+
|
|
377
|
+
本接口(CreateAuditRule)用于创建用户在当前地域的审计规则。
|
|
376
378
|
|
|
377
379
|
:param request: Request instance for CreateAuditRule.
|
|
378
380
|
:type request: :class:`tencentcloud.cdb.v20170320.models.CreateAuditRuleRequest`
|
|
@@ -780,7 +782,9 @@ class CdbClient(AbstractClient):
|
|
|
780
782
|
|
|
781
783
|
|
|
782
784
|
def DeleteAuditRule(self, request):
|
|
783
|
-
"""
|
|
785
|
+
"""不再支持审计规则创建
|
|
786
|
+
|
|
787
|
+
本接口(DeleteAuditRule)用于删除用户的审计规则。
|
|
784
788
|
|
|
785
789
|
:param request: Request instance for DeleteAuditRule.
|
|
786
790
|
:type request: :class:`tencentcloud.cdb.v20170320.models.DeleteAuditRuleRequest`
|
|
@@ -1194,7 +1198,9 @@ class CdbClient(AbstractClient):
|
|
|
1194
1198
|
|
|
1195
1199
|
|
|
1196
1200
|
def DescribeAuditRules(self, request):
|
|
1197
|
-
"""
|
|
1201
|
+
"""不再支持审计规则创建
|
|
1202
|
+
|
|
1203
|
+
本接口(DescribeAuditRules)用于查询用户在当前地域的审计规则。
|
|
1198
1204
|
|
|
1199
1205
|
:param request: Request instance for DescribeAuditRules.
|
|
1200
1206
|
:type request: :class:`tencentcloud.cdb.v20170320.models.DescribeAuditRulesRequest`
|
|
@@ -2742,7 +2748,9 @@ class CdbClient(AbstractClient):
|
|
|
2742
2748
|
|
|
2743
2749
|
|
|
2744
2750
|
def ModifyAuditRule(self, request):
|
|
2745
|
-
"""
|
|
2751
|
+
"""不再支持审计规则创建
|
|
2752
|
+
|
|
2753
|
+
本接口(ModifyAuditRule)用于修改用户的审计规则。
|
|
2746
2754
|
|
|
2747
2755
|
:param request: Request instance for ModifyAuditRule.
|
|
2748
2756
|
:type request: :class:`tencentcloud.cdb.v20170320.models.ModifyAuditRuleRequest`
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1277
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1276
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|