alibabacloud-cloudfw20171207 6.2.0__tar.gz → 7.0.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-6.2.0 → alibabacloud_cloudfw20171207-7.0.0}/ChangeLog.md +32 -0
- {alibabacloud_cloudfw20171207-6.2.0 → alibabacloud_cloudfw20171207-7.0.0}/PKG-INFO +1 -1
- alibabacloud_cloudfw20171207-7.0.0/alibabacloud_cloudfw20171207/__init__.py +1 -0
- {alibabacloud_cloudfw20171207-6.2.0 → alibabacloud_cloudfw20171207-7.0.0}/alibabacloud_cloudfw20171207/client.py +13715 -6125
- {alibabacloud_cloudfw20171207-6.2.0 → alibabacloud_cloudfw20171207-7.0.0}/alibabacloud_cloudfw20171207/models.py +28028 -14001
- {alibabacloud_cloudfw20171207-6.2.0 → alibabacloud_cloudfw20171207-7.0.0}/alibabacloud_cloudfw20171207.egg-info/PKG-INFO +1 -1
- {alibabacloud_cloudfw20171207-6.2.0 → alibabacloud_cloudfw20171207-7.0.0}/alibabacloud_cloudfw20171207.egg-info/requires.txt +1 -1
- {alibabacloud_cloudfw20171207-6.2.0 → alibabacloud_cloudfw20171207-7.0.0}/setup.py +2 -2
- alibabacloud_cloudfw20171207-6.2.0/alibabacloud_cloudfw20171207/__init__.py +0 -1
- {alibabacloud_cloudfw20171207-6.2.0 → alibabacloud_cloudfw20171207-7.0.0}/LICENSE +0 -0
- {alibabacloud_cloudfw20171207-6.2.0 → alibabacloud_cloudfw20171207-7.0.0}/MANIFEST.in +0 -0
- {alibabacloud_cloudfw20171207-6.2.0 → alibabacloud_cloudfw20171207-7.0.0}/README-CN.md +0 -0
- {alibabacloud_cloudfw20171207-6.2.0 → alibabacloud_cloudfw20171207-7.0.0}/README.md +0 -0
- {alibabacloud_cloudfw20171207-6.2.0 → alibabacloud_cloudfw20171207-7.0.0}/alibabacloud_cloudfw20171207.egg-info/SOURCES.txt +0 -0
- {alibabacloud_cloudfw20171207-6.2.0 → alibabacloud_cloudfw20171207-7.0.0}/alibabacloud_cloudfw20171207.egg-info/dependency_links.txt +0 -0
- {alibabacloud_cloudfw20171207-6.2.0 → alibabacloud_cloudfw20171207-7.0.0}/alibabacloud_cloudfw20171207.egg-info/top_level.txt +0 -0
- {alibabacloud_cloudfw20171207-6.2.0 → alibabacloud_cloudfw20171207-7.0.0}/setup.cfg +0 -0
|
@@ -1,3 +1,35 @@
|
|
|
1
|
+
2025-08-15 Version: 6.1.4
|
|
2
|
+
- Generated python 2017-12-07 for Cloudfw.
|
|
3
|
+
|
|
4
|
+
2025-08-14 Version: 6.1.3
|
|
5
|
+
- Update API DeleteSecurityProxy: add request parameters trimSql.
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
2025-08-14 Version: 6.1.3
|
|
9
|
+
- Update API DeleteSecurityProxy: add request parameters trimSql.
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
2025-08-05 Version: 6.2.0
|
|
13
|
+
- Support API AddDnsFirewallPolicy.
|
|
14
|
+
- Support API AddPrivateDnsDomainName.
|
|
15
|
+
- Support API CreateVpcFirewallCenManualConfigure.
|
|
16
|
+
- Support API DeleteDnsFirewallPolicy.
|
|
17
|
+
- Support API DeletePrivateDnsAllDomainName.
|
|
18
|
+
- Support API DeletePrivateDnsDomainName.
|
|
19
|
+
- Support API DeletePrivateDnsEndpoint.
|
|
20
|
+
- Support API DescribeAITrafficAnalysisStatus.
|
|
21
|
+
- Support API DescribeDnsFirewallPolicy.
|
|
22
|
+
- Support API DescribePrivateDnsDomainNameList.
|
|
23
|
+
- Support API DescribePrivateDnsEndpointDetail.
|
|
24
|
+
- Support API DescribePrivateDnsEndpointList.
|
|
25
|
+
- Support API ModifyControlPolicyPriority.
|
|
26
|
+
- Support API ModifyDnsFirewallPolicy.
|
|
27
|
+
- Support API ModifyPrivateDnsEndpoint.
|
|
28
|
+
- Support API ReleaseExpiredInstance.
|
|
29
|
+
- Support API UpdateAITrafficAnalysisStatus.
|
|
30
|
+
- Update API DescribeRiskEventGroup: add request parameters AttackAppCategory.
|
|
31
|
+
|
|
32
|
+
|
|
1
33
|
2025-05-15 Version: 6.1.1
|
|
2
34
|
- Update API DescribeLogStoreInfo: add response parameters Body.RegionId.
|
|
3
35
|
- Update API DescribeOutgoingDomain: add request parameters DataType.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '7.0.0'
|