alibabacloud-cloudfw20171207 3.6.2__tar.gz → 4.1.0__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.
Potentially problematic release.
This version of alibabacloud-cloudfw20171207 might be problematic. Click here for more details.
- {alibabacloud_cloudfw20171207-3.6.2 → alibabacloud_cloudfw20171207-4.1.0}/ChangeLog.md +33 -0
- alibabacloud_cloudfw20171207-4.1.0/PKG-INFO +65 -0
- alibabacloud_cloudfw20171207-4.1.0/alibabacloud_cloudfw20171207/__init__.py +1 -0
- {alibabacloud_cloudfw20171207-3.6.2 → alibabacloud_cloudfw20171207-4.1.0}/alibabacloud_cloudfw20171207/client.py +548 -96
- {alibabacloud_cloudfw20171207-3.6.2 → alibabacloud_cloudfw20171207-4.1.0}/alibabacloud_cloudfw20171207/models.py +1026 -150
- alibabacloud_cloudfw20171207-4.1.0/alibabacloud_cloudfw20171207.egg-info/PKG-INFO +65 -0
- {alibabacloud_cloudfw20171207-3.6.2 → alibabacloud_cloudfw20171207-4.1.0}/alibabacloud_cloudfw20171207.egg-info/requires.txt +3 -3
- {alibabacloud_cloudfw20171207-3.6.2 → alibabacloud_cloudfw20171207-4.1.0}/setup.py +3 -3
- alibabacloud_cloudfw20171207-3.6.2/PKG-INFO +0 -64
- alibabacloud_cloudfw20171207-3.6.2/alibabacloud_cloudfw20171207/__init__.py +0 -1
- alibabacloud_cloudfw20171207-3.6.2/alibabacloud_cloudfw20171207.egg-info/PKG-INFO +0 -64
- {alibabacloud_cloudfw20171207-3.6.2 → alibabacloud_cloudfw20171207-4.1.0}/LICENSE +0 -0
- {alibabacloud_cloudfw20171207-3.6.2 → alibabacloud_cloudfw20171207-4.1.0}/MANIFEST.in +0 -0
- {alibabacloud_cloudfw20171207-3.6.2 → alibabacloud_cloudfw20171207-4.1.0}/README-CN.md +0 -0
- {alibabacloud_cloudfw20171207-3.6.2 → alibabacloud_cloudfw20171207-4.1.0}/README.md +0 -0
- {alibabacloud_cloudfw20171207-3.6.2 → alibabacloud_cloudfw20171207-4.1.0}/alibabacloud_cloudfw20171207.egg-info/SOURCES.txt +0 -0
- {alibabacloud_cloudfw20171207-3.6.2 → alibabacloud_cloudfw20171207-4.1.0}/alibabacloud_cloudfw20171207.egg-info/dependency_links.txt +0 -0
- {alibabacloud_cloudfw20171207-3.6.2 → alibabacloud_cloudfw20171207-4.1.0}/alibabacloud_cloudfw20171207.egg-info/top_level.txt +0 -0
- {alibabacloud_cloudfw20171207-3.6.2 → alibabacloud_cloudfw20171207-4.1.0}/setup.cfg +0 -0
|
@@ -1,3 +1,36 @@
|
|
|
1
|
+
2024-08-19 Version: 4.0.0
|
|
2
|
+
- Support API CreateSlsLogDispatch.
|
|
3
|
+
- Support API ModifyObjectGroupOperation.
|
|
4
|
+
- Update API AddControlPolicy: add param DomainResolveType.
|
|
5
|
+
- Update API CreateDownloadTask: add param TimeZone.
|
|
6
|
+
- Update API CreateVpcFirewallControlPolicy: add param DomainResolveType.
|
|
7
|
+
- Update API DeleteControlPolicy: update param Direction.
|
|
8
|
+
- Update API DescribeControlPolicy: update param Direction.
|
|
9
|
+
- Update API DescribeControlPolicy: update response param.
|
|
10
|
+
- Update API DescribeDefaultIPSConfig: delete param SourceIp.
|
|
11
|
+
- Update API DescribeDefaultIPSConfig: update response param.
|
|
12
|
+
- Update API DescribeNatAclPageStatus: update response param.
|
|
13
|
+
- Update API DescribePostpayTrafficDetail: update response param.
|
|
14
|
+
- Update API DescribePostpayTrafficTotal: update response param.
|
|
15
|
+
- Update API DescribeTrFirewallsV2List: update response param.
|
|
16
|
+
- Update API DescribeVpcFirewallCenList: update response param.
|
|
17
|
+
- Update API DescribeVpcFirewallControlPolicy: update response param.
|
|
18
|
+
- Update API DescribeVpcFirewallDefaultIPSConfig: update response param.
|
|
19
|
+
- Update API DescribeVpcFirewallList: update response param.
|
|
20
|
+
- Update API ModifyAddressBook: add param ModifyMode.
|
|
21
|
+
- Update API ModifyControlPolicy: add param DomainResolveType.
|
|
22
|
+
- Update API ModifyDefaultIPSConfig: delete param AiRules.
|
|
23
|
+
- Update API ModifyDefaultIPSConfig: delete param EnableAllPatch.
|
|
24
|
+
- Update API ModifyDefaultIPSConfig: delete param EnableDefault.
|
|
25
|
+
- Update API ModifyDefaultIPSConfig: delete param SourceIp.
|
|
26
|
+
- Update API ModifyVpcFirewallControlPolicy: add param DomainResolveType.
|
|
27
|
+
- Update API ModifyVpcFirewallDefaultIPSConfig: add param RuleClass.
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
2024-05-27 Version: 3.6.2
|
|
31
|
+
- Update API DescribeNatFirewallList: update response param.
|
|
32
|
+
|
|
33
|
+
|
|
1
34
|
2024-05-16 Version: 3.6.1
|
|
2
35
|
- Update API DescribeInternetTrafficTrend: update response param.
|
|
3
36
|
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: alibabacloud_cloudfw20171207
|
|
3
|
+
Version: 4.1.0
|
|
4
|
+
Summary: Alibaba Cloud Cloudfw (20171207) SDK Library for Python
|
|
5
|
+
Home-page: https://github.com/aliyun/alibabacloud-python-sdk
|
|
6
|
+
Author: Alibaba Cloud SDK
|
|
7
|
+
Author-email: sdk-team@alibabacloud.com
|
|
8
|
+
License: Apache License 2.0
|
|
9
|
+
Keywords: alibabacloud,cloudfw20171207
|
|
10
|
+
Platform: any
|
|
11
|
+
Classifier: Development Status :: 4 - Beta
|
|
12
|
+
Classifier: Intended Audience :: Developers
|
|
13
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
14
|
+
Classifier: Programming Language :: Python
|
|
15
|
+
Classifier: Programming Language :: Python :: 3
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.6
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
20
|
+
Classifier: Topic :: Software Development
|
|
21
|
+
Requires-Python: >=3.6
|
|
22
|
+
Description-Content-Type: text/markdown
|
|
23
|
+
License-File: LICENSE
|
|
24
|
+
|
|
25
|
+
English | [简体中文](README-CN.md)
|
|
26
|
+

|
|
27
|
+
|
|
28
|
+
## Alibaba Cloud Cloudfw SDK for Python
|
|
29
|
+
|
|
30
|
+
## Requirements
|
|
31
|
+
|
|
32
|
+
- Python >= 3.6
|
|
33
|
+
|
|
34
|
+
## Installation
|
|
35
|
+
|
|
36
|
+
- **Install with pip**
|
|
37
|
+
|
|
38
|
+
Python SDK uses a common package management tool named `pip`. If pip is not installed, see the [pip user guide](https://pip.pypa.io/en/stable/installing/ "pip User Guide") to install pip.
|
|
39
|
+
|
|
40
|
+
```bash
|
|
41
|
+
# Install the alibabacloud_cloudfw20171207
|
|
42
|
+
pip install alibabacloud_cloudfw20171207
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
## Issues
|
|
46
|
+
|
|
47
|
+
[Opening an Issue](https://github.com/aliyun/alibabacloud-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately.
|
|
48
|
+
|
|
49
|
+
## Usage
|
|
50
|
+
|
|
51
|
+
[Quick Examples](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/docs/0-Usage-EN.md#quick-examples)
|
|
52
|
+
|
|
53
|
+
## Changelog
|
|
54
|
+
|
|
55
|
+
Detailed changes for each release are documented in the [release notes](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/cloudfw-20171207/ChangeLog.md).
|
|
56
|
+
|
|
57
|
+
## References
|
|
58
|
+
|
|
59
|
+
- [Latest Release](https://github.com/aliyun/alibabacloud-sdk/tree/master/python)
|
|
60
|
+
|
|
61
|
+
## License
|
|
62
|
+
|
|
63
|
+
[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
|
|
64
|
+
|
|
65
|
+
Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '4.1.0'
|