tencentcloud-sdk-python-cfw 3.1.4__tar.gz → 3.1.15__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_cfw-3.1.4 → tencentcloud_sdk_python_cfw-3.1.15}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_cfw-3.1.4 → tencentcloud_sdk_python_cfw-3.1.15}/setup.py +1 -1
- {tencentcloud_sdk_python_cfw-3.1.4 → tencentcloud_sdk_python_cfw-3.1.15}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_cfw-3.1.4 → tencentcloud_sdk_python_cfw-3.1.15}/tencentcloud/cfw/v20190904/cfw_client.py +3 -1
- {tencentcloud_sdk_python_cfw-3.1.4 → tencentcloud_sdk_python_cfw-3.1.15}/tencentcloud/cfw/v20190904/cfw_client_async.py +2 -0
- {tencentcloud_sdk_python_cfw-3.1.4 → tencentcloud_sdk_python_cfw-3.1.15}/tencentcloud_sdk_python_cfw.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_cfw-3.1.15/tencentcloud_sdk_python_cfw.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_cfw-3.1.4/tencentcloud_sdk_python_cfw.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_cfw-3.1.4 → tencentcloud_sdk_python_cfw-3.1.15}/README.rst +0 -0
- {tencentcloud_sdk_python_cfw-3.1.4 → tencentcloud_sdk_python_cfw-3.1.15}/setup.cfg +0 -0
- {tencentcloud_sdk_python_cfw-3.1.4 → tencentcloud_sdk_python_cfw-3.1.15}/tencentcloud/cfw/__init__.py +0 -0
- {tencentcloud_sdk_python_cfw-3.1.4 → tencentcloud_sdk_python_cfw-3.1.15}/tencentcloud/cfw/v20190904/__init__.py +0 -0
- {tencentcloud_sdk_python_cfw-3.1.4 → tencentcloud_sdk_python_cfw-3.1.15}/tencentcloud/cfw/v20190904/errorcodes.py +0 -0
- {tencentcloud_sdk_python_cfw-3.1.4 → tencentcloud_sdk_python_cfw-3.1.15}/tencentcloud/cfw/v20190904/models.py +0 -0
- {tencentcloud_sdk_python_cfw-3.1.4 → tencentcloud_sdk_python_cfw-3.1.15}/tencentcloud_sdk_python_cfw.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_cfw-3.1.4 → tencentcloud_sdk_python_cfw-3.1.15}/tencentcloud_sdk_python_cfw.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_cfw-3.1.4 → tencentcloud_sdk_python_cfw-3.1.15}/tencentcloud_sdk_python_cfw.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-cfw
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.15
|
|
4
4
|
Summary: Tencent Cloud Cfw SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.15
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-cfw',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.15,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Cfw SDK for Python',
|
|
@@ -464,7 +464,9 @@ class CfwClient(AbstractClient):
|
|
|
464
464
|
|
|
465
465
|
|
|
466
466
|
def DeleteAllAccessControlRule(self, request):
|
|
467
|
-
r"""
|
|
467
|
+
r"""业务废弃
|
|
468
|
+
|
|
469
|
+
全部删除规则
|
|
468
470
|
|
|
469
471
|
:param request: Request instance for DeleteAllAccessControlRule.
|
|
470
472
|
:type request: :class:`tencentcloud.cfw.v20190904.models.DeleteAllAccessControlRuleRequest`
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-cfw
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.15
|
|
4
4
|
Summary: Tencent Cloud Cfw SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.15
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.15
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.4
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|