alibabacloud-vpc20160428 6.13.0__tar.gz → 6.13.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.
Files changed (17) hide show
  1. {alibabacloud_vpc20160428-6.13.0 → alibabacloud_vpc20160428-6.13.1}/ChangeLog.md +9 -0
  2. {alibabacloud_vpc20160428-6.13.0 → alibabacloud_vpc20160428-6.13.1}/PKG-INFO +1 -1
  3. alibabacloud_vpc20160428-6.13.1/alibabacloud_vpc20160428/__init__.py +1 -0
  4. {alibabacloud_vpc20160428-6.13.0 → alibabacloud_vpc20160428-6.13.1}/alibabacloud_vpc20160428/models.py +1 -3
  5. {alibabacloud_vpc20160428-6.13.0 → alibabacloud_vpc20160428-6.13.1}/alibabacloud_vpc20160428.egg-info/PKG-INFO +1 -1
  6. {alibabacloud_vpc20160428-6.13.0 → alibabacloud_vpc20160428-6.13.1}/setup.py +1 -1
  7. alibabacloud_vpc20160428-6.13.0/alibabacloud_vpc20160428/__init__.py +0 -1
  8. {alibabacloud_vpc20160428-6.13.0 → alibabacloud_vpc20160428-6.13.1}/LICENSE +0 -0
  9. {alibabacloud_vpc20160428-6.13.0 → alibabacloud_vpc20160428-6.13.1}/MANIFEST.in +0 -0
  10. {alibabacloud_vpc20160428-6.13.0 → alibabacloud_vpc20160428-6.13.1}/README-CN.md +0 -0
  11. {alibabacloud_vpc20160428-6.13.0 → alibabacloud_vpc20160428-6.13.1}/README.md +0 -0
  12. {alibabacloud_vpc20160428-6.13.0 → alibabacloud_vpc20160428-6.13.1}/alibabacloud_vpc20160428/client.py +0 -0
  13. {alibabacloud_vpc20160428-6.13.0 → alibabacloud_vpc20160428-6.13.1}/alibabacloud_vpc20160428.egg-info/SOURCES.txt +0 -0
  14. {alibabacloud_vpc20160428-6.13.0 → alibabacloud_vpc20160428-6.13.1}/alibabacloud_vpc20160428.egg-info/dependency_links.txt +0 -0
  15. {alibabacloud_vpc20160428-6.13.0 → alibabacloud_vpc20160428-6.13.1}/alibabacloud_vpc20160428.egg-info/requires.txt +0 -0
  16. {alibabacloud_vpc20160428-6.13.0 → alibabacloud_vpc20160428-6.13.1}/alibabacloud_vpc20160428.egg-info/top_level.txt +0 -0
  17. {alibabacloud_vpc20160428-6.13.0 → alibabacloud_vpc20160428-6.13.1}/setup.cfg +0 -0
@@ -1,3 +1,12 @@
1
+ 2025-11-03 Version: 6.13.0
2
+ - Support API DeleteExpressConnect.
3
+ - Support API DescribeGrantRulesToEcr.
4
+ - Support API ListBusinessRegions.
5
+ - Support API ListPhysicalConnectionFeatures.
6
+ - Update API CreateNatIp: add response parameters Body.NatIps.
7
+ - Update API ListNatIps: add request parameters IpOrigin.
8
+
9
+
1
10
  2025-09-02 Version: 6.12.1
2
11
  - Update API CreatePhysicalConnectionOccupancyOrder: add request parameters AutoRenew.
3
12
  - Update API CreatePhysicalConnectionOccupancyOrder: add request parameters AutoRenewDuration.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: alibabacloud_vpc20160428
3
- Version: 6.13.0
3
+ Version: 6.13.1
4
4
  Summary: Alibaba Cloud Virtual Private Cloud (20160428) SDK Library for Python
5
5
  Home-page: https://github.com/aliyun/alibabacloud-python-sdk
6
6
  Author: Alibaba Cloud SDK
@@ -0,0 +1 @@
1
+ __version__ = '6.13.1'
@@ -2718,8 +2718,6 @@ class AllocateIpv6InternetBandwidthRequest(TeaModel):
2718
2718
  # This parameter is required.
2719
2719
  self.ipv_6address_id = ipv_6address_id
2720
2720
  # The ID of the IPv6 gateway.
2721
- #
2722
- # This parameter is required.
2723
2721
  self.ipv_6gateway_id = ipv_6gateway_id
2724
2722
  self.owner_account = owner_account
2725
2723
  self.owner_id = owner_id
@@ -25584,7 +25582,7 @@ class DeleteExpressConnectRequest(TeaModel):
25584
25582
  self.force = force
25585
25583
  self.owner_account = owner_account
25586
25584
  self.owner_id = owner_id
25587
- # The ID of the region where the Express Connect instance is deployed. Call the [DescribeRegions](36063) operation to query the region list.
25585
+ # The ID of the region where the Express Connect instance is deployed. Call the [DescribeRegion](https://www.alibabacloud.com/help/vpc/developer-reference/api-vpc-2016-04-28-describeregions?spm=a2c63.p38356.0.i2) operation to query the region list.
25588
25586
  #
25589
25587
  # This parameter is required.
25590
25588
  self.region_id = region_id
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: alibabacloud-vpc20160428
3
- Version: 6.13.0
3
+ Version: 6.13.1
4
4
  Summary: Alibaba Cloud Virtual Private Cloud (20160428) SDK Library for Python
5
5
  Home-page: https://github.com/aliyun/alibabacloud-python-sdk
6
6
  Author: Alibaba Cloud SDK
@@ -24,7 +24,7 @@ from setuptools import setup, find_packages
24
24
  """
25
25
  setup module for alibabacloud_vpc20160428.
26
26
 
27
- Created on 03/11/2025
27
+ Created on 11/12/2025
28
28
 
29
29
  @author: Alibaba Cloud SDK
30
30
  """
@@ -1 +0,0 @@
1
- __version__ = '6.13.0'