alibabacloud-cloudfw20171207 4.3.0__tar.gz → 4.3.1__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-4.3.0 → alibabacloud_cloudfw20171207-4.3.1}/ChangeLog.md +24 -0
- {alibabacloud_cloudfw20171207-4.3.0 → alibabacloud_cloudfw20171207-4.3.1}/PKG-INFO +1 -1
- alibabacloud_cloudfw20171207-4.3.1/alibabacloud_cloudfw20171207/__init__.py +1 -0
- {alibabacloud_cloudfw20171207-4.3.0 → alibabacloud_cloudfw20171207-4.3.1}/alibabacloud_cloudfw20171207/models.py +0 -4
- {alibabacloud_cloudfw20171207-4.3.0 → alibabacloud_cloudfw20171207-4.3.1}/alibabacloud_cloudfw20171207.egg-info/PKG-INFO +1 -1
- {alibabacloud_cloudfw20171207-4.3.0 → alibabacloud_cloudfw20171207-4.3.1}/setup.py +1 -1
- alibabacloud_cloudfw20171207-4.3.0/alibabacloud_cloudfw20171207/__init__.py +0 -1
- {alibabacloud_cloudfw20171207-4.3.0 → alibabacloud_cloudfw20171207-4.3.1}/LICENSE +0 -0
- {alibabacloud_cloudfw20171207-4.3.0 → alibabacloud_cloudfw20171207-4.3.1}/MANIFEST.in +0 -0
- {alibabacloud_cloudfw20171207-4.3.0 → alibabacloud_cloudfw20171207-4.3.1}/README-CN.md +0 -0
- {alibabacloud_cloudfw20171207-4.3.0 → alibabacloud_cloudfw20171207-4.3.1}/README.md +0 -0
- {alibabacloud_cloudfw20171207-4.3.0 → alibabacloud_cloudfw20171207-4.3.1}/alibabacloud_cloudfw20171207/client.py +0 -0
- {alibabacloud_cloudfw20171207-4.3.0 → alibabacloud_cloudfw20171207-4.3.1}/alibabacloud_cloudfw20171207.egg-info/SOURCES.txt +0 -0
- {alibabacloud_cloudfw20171207-4.3.0 → alibabacloud_cloudfw20171207-4.3.1}/alibabacloud_cloudfw20171207.egg-info/dependency_links.txt +0 -0
- {alibabacloud_cloudfw20171207-4.3.0 → alibabacloud_cloudfw20171207-4.3.1}/alibabacloud_cloudfw20171207.egg-info/requires.txt +0 -0
- {alibabacloud_cloudfw20171207-4.3.0 → alibabacloud_cloudfw20171207-4.3.1}/alibabacloud_cloudfw20171207.egg-info/top_level.txt +0 -0
- {alibabacloud_cloudfw20171207-4.3.0 → alibabacloud_cloudfw20171207-4.3.1}/setup.cfg +0 -0
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
2024-11-13 Version: 4.3.0
|
|
2
|
+
- Support API DescribeAssetStatistic.
|
|
3
|
+
- Support API DescribeUserBuyVersion.
|
|
4
|
+
- Update API AddAddressBook: update param AddressList.
|
|
5
|
+
- Update API AddControlPolicy: update param ApplicationNameList.
|
|
6
|
+
- Update API CreateNatFirewallControlPolicy: update param ApplicationNameList.
|
|
7
|
+
- Update API CreateVpcFirewallControlPolicy: update param ApplicationNameList.
|
|
8
|
+
- Update API DeleteControlPolicyTemplate: update response param.
|
|
9
|
+
- Update API DescribeAssetList: add param OutStatistic.
|
|
10
|
+
- Update API DescribeAssetList: add param SensitiveStatus.
|
|
11
|
+
- Update API DescribeAssetList: update response param.
|
|
12
|
+
- Update API DescribeAssetRiskList: update param IpAddrList.
|
|
13
|
+
- Update API DescribeInternetOpenIp: update response param.
|
|
14
|
+
- Update API DescribeOutgoingDestinationIP: update response param.
|
|
15
|
+
- Update API DescribeOutgoingDomain: update response param.
|
|
16
|
+
- Update API DescribePostpayTrafficDetail: add param RegionNo.
|
|
17
|
+
- Update API DescribePostpayTrafficDetail: update response param.
|
|
18
|
+
- Update API DescribeRiskEventPayload: update response param.
|
|
19
|
+
- Update API DescribeTrFirewallsV2List: update response param.
|
|
20
|
+
- Update API ModifyControlPolicy: update param ApplicationNameList.
|
|
21
|
+
- Update API ModifyNatFirewallControlPolicy: update param ApplicationNameList.
|
|
22
|
+
- Update API ModifyVpcFirewallControlPolicy: update param ApplicationNameList.
|
|
23
|
+
|
|
24
|
+
|
|
1
25
|
2024-10-16 Version: 4.2.0
|
|
2
26
|
- Support API DescribeUserBuyVersion.
|
|
3
27
|
- Update API AddAddressBook: update param AddressList.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '4.3.1'
|
|
@@ -17641,8 +17641,6 @@ class DescribeVpcFirewallControlPolicyRequest(TeaModel):
|
|
|
17641
17641
|
# The unique ID of the access control policy.
|
|
17642
17642
|
self.acl_uuid = acl_uuid
|
|
17643
17643
|
# The number of the page to return.
|
|
17644
|
-
#
|
|
17645
|
-
# This parameter is required.
|
|
17646
17644
|
self.current_page = current_page
|
|
17647
17645
|
# The description of the access control policy. Fuzzy match is supported.
|
|
17648
17646
|
self.description = description
|
|
@@ -17662,8 +17660,6 @@ class DescribeVpcFirewallControlPolicyRequest(TeaModel):
|
|
|
17662
17660
|
# The number of entries to return on each page.
|
|
17663
17661
|
#
|
|
17664
17662
|
# Maximum value: 50.
|
|
17665
|
-
#
|
|
17666
|
-
# This parameter is required.
|
|
17667
17663
|
self.page_size = page_size
|
|
17668
17664
|
# The protocol type in the access control policy. Valid values:
|
|
17669
17665
|
#
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '4.3.0'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|