alibabacloud-cloudfw20171207 3.1.0__tar.gz → 3.3.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.1.0 → alibabacloud_cloudfw20171207-3.3.0}/ChangeLog.md +25 -0
- {alibabacloud_cloudfw20171207-3.1.0 → alibabacloud_cloudfw20171207-3.3.0}/PKG-INFO +2 -2
- {alibabacloud_cloudfw20171207-3.1.0 → alibabacloud_cloudfw20171207-3.3.0}/README-CN.md +1 -1
- {alibabacloud_cloudfw20171207-3.1.0 → alibabacloud_cloudfw20171207-3.3.0}/README.md +1 -1
- alibabacloud_cloudfw20171207-3.3.0/alibabacloud_cloudfw20171207/__init__.py +1 -0
- {alibabacloud_cloudfw20171207-3.1.0 → alibabacloud_cloudfw20171207-3.3.0}/alibabacloud_cloudfw20171207/client.py +2368 -874
- {alibabacloud_cloudfw20171207-3.1.0 → alibabacloud_cloudfw20171207-3.3.0}/alibabacloud_cloudfw20171207/models.py +11132 -8197
- {alibabacloud_cloudfw20171207-3.1.0 → alibabacloud_cloudfw20171207-3.3.0}/alibabacloud_cloudfw20171207.egg-info/PKG-INFO +2 -2
- {alibabacloud_cloudfw20171207-3.1.0 → alibabacloud_cloudfw20171207-3.3.0}/setup.py +1 -1
- alibabacloud_cloudfw20171207-3.1.0/alibabacloud_cloudfw20171207/__init__.py +0 -1
- {alibabacloud_cloudfw20171207-3.1.0 → alibabacloud_cloudfw20171207-3.3.0}/LICENSE +0 -0
- {alibabacloud_cloudfw20171207-3.1.0 → alibabacloud_cloudfw20171207-3.3.0}/MANIFEST.in +0 -0
- {alibabacloud_cloudfw20171207-3.1.0 → alibabacloud_cloudfw20171207-3.3.0}/alibabacloud_cloudfw20171207.egg-info/SOURCES.txt +0 -0
- {alibabacloud_cloudfw20171207-3.1.0 → alibabacloud_cloudfw20171207-3.3.0}/alibabacloud_cloudfw20171207.egg-info/dependency_links.txt +0 -0
- {alibabacloud_cloudfw20171207-3.1.0 → alibabacloud_cloudfw20171207-3.3.0}/alibabacloud_cloudfw20171207.egg-info/requires.txt +0 -0
- {alibabacloud_cloudfw20171207-3.1.0 → alibabacloud_cloudfw20171207-3.3.0}/alibabacloud_cloudfw20171207.egg-info/top_level.txt +0 -0
- {alibabacloud_cloudfw20171207-3.1.0 → alibabacloud_cloudfw20171207-3.3.0}/setup.cfg +0 -0
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
2024-03-01 Version: 3.2.0
|
|
2
|
+
- Support API CreateDownloadTask.
|
|
3
|
+
- Support API DeleteControlPolicyTemplate.
|
|
4
|
+
- Support API DeleteDownloadTask.
|
|
5
|
+
- Support API DeleteNatFirewallControlPolicyBatch.
|
|
6
|
+
- Support API DescribeAssetRiskList.
|
|
7
|
+
- Support API DescribeCfwRiskLevelSummary.
|
|
8
|
+
- Support API DescribeDownloadTask.
|
|
9
|
+
- Support API DescribeDownloadTaskType.
|
|
10
|
+
- Support API DescribeInstanceRiskLevels.
|
|
11
|
+
- Support API DescribeNatAclPageStatus.
|
|
12
|
+
- Support API DescribePrefixLists.
|
|
13
|
+
- Support API DescribeSignatureLibVersion.
|
|
14
|
+
- Support API DescribeVpcFirewallIPSWhitelist.
|
|
15
|
+
- Support API DescribeVpcListLite.
|
|
16
|
+
- Support API DescribeVpcZone.
|
|
17
|
+
- Support API ModifyVpcFirewallIPSWhitelist.
|
|
18
|
+
- Support API ResetNatFirewallRuleHitCount.
|
|
19
|
+
- Update API DescribeTrFirewallPolicyBackUpAssociationList: add param CandidateList.
|
|
20
|
+
- Update API ModifyTrFirewallV2RoutePolicyScope: add param ShouldRecover.
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
2024-01-17 Version: 3.1.0
|
|
24
|
+
- Generated python 2017-12-07 for Cloudfw.
|
|
25
|
+
|
|
1
26
|
2023-12-08 Version: 3.0.0
|
|
2
27
|
- Generated python 2017-12-07 for Cloudfw.
|
|
3
28
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: alibabacloud_cloudfw20171207
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.3.0
|
|
4
4
|
Summary: Alibaba Cloud Cloudfw (20171207) SDK Library for Python
|
|
5
5
|
Home-page: https://github.com/aliyun/alibabacloud-python-sdk
|
|
6
6
|
Author: Alibaba Cloud SDK
|
|
@@ -36,7 +36,7 @@ Description: English | [简体中文](README-CN.md)
|
|
|
36
36
|
|
|
37
37
|
## Changelog
|
|
38
38
|
|
|
39
|
-
Detailed changes for each release are documented in the [release notes](
|
|
39
|
+
Detailed changes for each release are documented in the [release notes](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/cloudfw-20171207/ChangeLog.md).
|
|
40
40
|
|
|
41
41
|
## References
|
|
42
42
|
|
|
@@ -28,7 +28,7 @@ pip install alibabacloud_cloudfw20171207
|
|
|
28
28
|
|
|
29
29
|
## Changelog
|
|
30
30
|
|
|
31
|
-
Detailed changes for each release are documented in the [release notes](
|
|
31
|
+
Detailed changes for each release are documented in the [release notes](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/cloudfw-20171207/ChangeLog.md).
|
|
32
32
|
|
|
33
33
|
## References
|
|
34
34
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '3.3.0'
|