tencentcloud-sdk-python-cfw 3.1.3__tar.gz → 3.1.4__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 (17) hide show
  1. {tencentcloud_sdk_python_cfw-3.1.3 → tencentcloud_sdk_python_cfw-3.1.4}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_cfw-3.1.3 → tencentcloud_sdk_python_cfw-3.1.4}/setup.py +1 -1
  3. {tencentcloud_sdk_python_cfw-3.1.3 → tencentcloud_sdk_python_cfw-3.1.4}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_cfw-3.1.3 → tencentcloud_sdk_python_cfw-3.1.4}/tencentcloud/cfw/v20190904/models.py +2 -2
  5. {tencentcloud_sdk_python_cfw-3.1.3 → tencentcloud_sdk_python_cfw-3.1.4}/tencentcloud_sdk_python_cfw.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_cfw-3.1.4/tencentcloud_sdk_python_cfw.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_cfw-3.1.3/tencentcloud_sdk_python_cfw.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_cfw-3.1.3 → tencentcloud_sdk_python_cfw-3.1.4}/README.rst +0 -0
  9. {tencentcloud_sdk_python_cfw-3.1.3 → tencentcloud_sdk_python_cfw-3.1.4}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_cfw-3.1.3 → tencentcloud_sdk_python_cfw-3.1.4}/tencentcloud/cfw/__init__.py +0 -0
  11. {tencentcloud_sdk_python_cfw-3.1.3 → tencentcloud_sdk_python_cfw-3.1.4}/tencentcloud/cfw/v20190904/__init__.py +0 -0
  12. {tencentcloud_sdk_python_cfw-3.1.3 → tencentcloud_sdk_python_cfw-3.1.4}/tencentcloud/cfw/v20190904/cfw_client.py +0 -0
  13. {tencentcloud_sdk_python_cfw-3.1.3 → tencentcloud_sdk_python_cfw-3.1.4}/tencentcloud/cfw/v20190904/cfw_client_async.py +0 -0
  14. {tencentcloud_sdk_python_cfw-3.1.3 → tencentcloud_sdk_python_cfw-3.1.4}/tencentcloud/cfw/v20190904/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_cfw-3.1.3 → tencentcloud_sdk_python_cfw-3.1.4}/tencentcloud_sdk_python_cfw.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_cfw-3.1.3 → tencentcloud_sdk_python_cfw-3.1.4}/tencentcloud_sdk_python_cfw.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_cfw-3.1.3 → tencentcloud_sdk_python_cfw-3.1.4}/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
3
+ Version: 3.1.4
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.3
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.4
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.3,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.4,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Cfw SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.3'
17
+ __version__ = '3.1.4'
@@ -10585,7 +10585,7 @@ class DescribeLogsRequest(AbstractModel):
10585
10585
  访问控制日志:互联网边界规则rule_acl,NAT边界规则rule_acl,内网间规则rule_vpcacl,企业安全组rule_sg
10586
10586
  操作日志:防火墙开关-开关操作operate_switch,防火墙开关-实例配置operate_instance,资产中心操作operate_assetgroup,访问控制操作operate_acl,零信任防护操作operate_identity,入侵防御操作-入侵防御operate_ids,入侵防御操作-安全基线operate_baseline,常用工具操作operate_tool,网络蜜罐操作operate_honeypot,日志投递操作operate_logdelivery,通用设置操作operate_logstorage,登录日志operate_login
10587
10587
  :type Index: str
10588
- :param _Limit: 每页条数,最大支持2000
10588
+ :param _Limit: 每页条数,最大支持1000
10589
10589
  :type Limit: int
10590
10590
  :param _Offset: 偏移值,最大支持60000
10591
10591
  :type Offset: int
@@ -10620,7 +10620,7 @@ class DescribeLogsRequest(AbstractModel):
10620
10620
 
10621
10621
  @property
10622
10622
  def Limit(self):
10623
- r"""每页条数,最大支持2000
10623
+ r"""每页条数,最大支持1000
10624
10624
  :rtype: int
10625
10625
  """
10626
10626
  return self._Limit
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-cfw
3
- Version: 3.1.3
3
+ Version: 3.1.4
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.3
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.4
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.4
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.3