alibabacloud-rds20140815 7.1.4__tar.gz → 7.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.
Files changed (17) hide show
  1. {alibabacloud_rds20140815-7.1.4 → alibabacloud_rds20140815-7.3.0}/ChangeLog.md +19 -0
  2. {alibabacloud_rds20140815-7.1.4 → alibabacloud_rds20140815-7.3.0}/PKG-INFO +2 -2
  3. {alibabacloud_rds20140815-7.1.4 → alibabacloud_rds20140815-7.3.0}/README-CN.md +1 -1
  4. {alibabacloud_rds20140815-7.1.4 → alibabacloud_rds20140815-7.3.0}/README.md +1 -1
  5. alibabacloud_rds20140815-7.3.0/alibabacloud_rds20140815/__init__.py +1 -0
  6. {alibabacloud_rds20140815-7.1.4 → alibabacloud_rds20140815-7.3.0}/alibabacloud_rds20140815/client.py +756 -140
  7. {alibabacloud_rds20140815-7.1.4 → alibabacloud_rds20140815-7.3.0}/alibabacloud_rds20140815/models.py +1907 -153
  8. {alibabacloud_rds20140815-7.1.4 → alibabacloud_rds20140815-7.3.0}/alibabacloud_rds20140815.egg-info/PKG-INFO +2 -2
  9. {alibabacloud_rds20140815-7.1.4 → alibabacloud_rds20140815-7.3.0}/alibabacloud_rds20140815.egg-info/requires.txt +1 -1
  10. {alibabacloud_rds20140815-7.1.4 → alibabacloud_rds20140815-7.3.0}/setup.py +2 -2
  11. alibabacloud_rds20140815-7.1.4/alibabacloud_rds20140815/__init__.py +0 -1
  12. {alibabacloud_rds20140815-7.1.4 → alibabacloud_rds20140815-7.3.0}/LICENSE +0 -0
  13. {alibabacloud_rds20140815-7.1.4 → alibabacloud_rds20140815-7.3.0}/MANIFEST.in +0 -0
  14. {alibabacloud_rds20140815-7.1.4 → alibabacloud_rds20140815-7.3.0}/alibabacloud_rds20140815.egg-info/SOURCES.txt +0 -0
  15. {alibabacloud_rds20140815-7.1.4 → alibabacloud_rds20140815-7.3.0}/alibabacloud_rds20140815.egg-info/dependency_links.txt +0 -0
  16. {alibabacloud_rds20140815-7.1.4 → alibabacloud_rds20140815-7.3.0}/alibabacloud_rds20140815.egg-info/top_level.txt +0 -0
  17. {alibabacloud_rds20140815-7.1.4 → alibabacloud_rds20140815-7.3.0}/setup.cfg +0 -0
@@ -1,3 +1,22 @@
1
+ 2024-09-10 Version: 7.2.0
2
+ - Support API ModifyAccountCheckPolicy.
3
+ - Support API ModifyAccountSecurityPolicy.
4
+ - Update API CopyDatabase: add param DBInstanceName.
5
+ - Update API CopyDatabase: add param DstDBName.
6
+ - Update API CopyDatabase: add param ReserveAccount.
7
+ - Update API CopyDatabase: add param SrcDBName.
8
+
9
+
10
+ 2024-09-09 Version: 7.1.4
11
+ - Update API CreateAccount: add param CheckPolicy.
12
+ - Update API DescribeAccounts: update response param.
13
+ - Update API DescribeRCInstanceAttribute: update response param.
14
+ - Update API ModifyDBInstanceSpec: add param AllowMajorVersionUpgrade.
15
+ - Update API ModifyDBInstanceSpec: add param VSwitchId.
16
+ - Update API ModifyDBInstanceSpec: add param ZoneIdSlave1.
17
+ - Update API RunRCInstances: add param DryRun.
18
+
19
+
1
20
  2024-09-04 Version: 7.1.3
2
21
  - Update API DescribeBackupPolicy: update response param.
3
22
  - Update API DescribeDBInstanceAttribute: update response param.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: alibabacloud_rds20140815
3
- Version: 7.1.4
3
+ Version: 7.3.0
4
4
  Summary: Alibaba Cloud rds (20140815) SDK Library for Python
5
5
  Home-page: https://github.com/aliyun/alibabacloud-python-sdk
6
6
  Author: Alibaba Cloud SDK
@@ -29,7 +29,7 @@ English | [简体中文](README-CN.md)
29
29
 
30
30
  ## Requirements
31
31
 
32
- - Python >= 3.6
32
+ - Python >= 3.7
33
33
 
34
34
  ## Installation
35
35
 
@@ -6,7 +6,7 @@
6
6
 
7
7
  ## 要求
8
8
 
9
- - Python >= 3.6
9
+ - Python >= 3.7
10
10
 
11
11
  ## 安装
12
12
 
@@ -5,7 +5,7 @@ English | [简体中文](README-CN.md)
5
5
 
6
6
  ## Requirements
7
7
 
8
- - Python >= 3.6
8
+ - Python >= 3.7
9
9
 
10
10
  ## Installation
11
11
 
@@ -0,0 +1 @@
1
+ __version__ = '7.3.0'