alibabacloud-rds20140815 10.0.0__tar.gz → 10.1.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-10.0.0 → alibabacloud_rds20140815-10.1.0}/ChangeLog.md +25 -0
  2. {alibabacloud_rds20140815-10.0.0 → alibabacloud_rds20140815-10.1.0}/PKG-INFO +1 -1
  3. alibabacloud_rds20140815-10.1.0/alibabacloud_rds20140815/__init__.py +1 -0
  4. {alibabacloud_rds20140815-10.0.0 → alibabacloud_rds20140815-10.1.0}/alibabacloud_rds20140815/client.py +7864 -2780
  5. {alibabacloud_rds20140815-10.0.0 → alibabacloud_rds20140815-10.1.0}/alibabacloud_rds20140815/models.py +1863 -112
  6. {alibabacloud_rds20140815-10.0.0 → alibabacloud_rds20140815-10.1.0}/alibabacloud_rds20140815.egg-info/PKG-INFO +1 -1
  7. {alibabacloud_rds20140815-10.0.0 → alibabacloud_rds20140815-10.1.0}/setup.py +1 -1
  8. alibabacloud_rds20140815-10.0.0/alibabacloud_rds20140815/__init__.py +0 -1
  9. {alibabacloud_rds20140815-10.0.0 → alibabacloud_rds20140815-10.1.0}/LICENSE +0 -0
  10. {alibabacloud_rds20140815-10.0.0 → alibabacloud_rds20140815-10.1.0}/MANIFEST.in +0 -0
  11. {alibabacloud_rds20140815-10.0.0 → alibabacloud_rds20140815-10.1.0}/README-CN.md +0 -0
  12. {alibabacloud_rds20140815-10.0.0 → alibabacloud_rds20140815-10.1.0}/README.md +0 -0
  13. {alibabacloud_rds20140815-10.0.0 → alibabacloud_rds20140815-10.1.0}/alibabacloud_rds20140815.egg-info/SOURCES.txt +0 -0
  14. {alibabacloud_rds20140815-10.0.0 → alibabacloud_rds20140815-10.1.0}/alibabacloud_rds20140815.egg-info/dependency_links.txt +0 -0
  15. {alibabacloud_rds20140815-10.0.0 → alibabacloud_rds20140815-10.1.0}/alibabacloud_rds20140815.egg-info/requires.txt +0 -0
  16. {alibabacloud_rds20140815-10.0.0 → alibabacloud_rds20140815-10.1.0}/alibabacloud_rds20140815.egg-info/top_level.txt +0 -0
  17. {alibabacloud_rds20140815-10.0.0 → alibabacloud_rds20140815-10.1.0}/setup.cfg +0 -0
@@ -1,3 +1,28 @@
1
+ 2025-01-14 Version: 10.0.1
2
+ - Update API CheckServiceLinkedRole: update response param.
3
+ - Update API CreateRCNodePool: update param SystemDisk.
4
+ - Update API DescribeRCImageList: add param InstanceType.
5
+ - Update API DescribeRCImageList: update response param.
6
+ - Update API DescribeRCInstanceAttribute: update response param.
7
+ - Update API DescribeRCNodePool: update response param.
8
+ - Update API DescribeResourceUsage: update response param.
9
+
10
+
11
+ 2025-01-07 Version: 10.0.0
12
+ - Support API CreateRCNodePool.
13
+ - Support API DeleteRCNodePool.
14
+ - Support API DescribeRCNodePool.
15
+ - Support API ModifyDBInstanceReplicationSwitch.
16
+ - Delete API DescribeDiagnosticReportList.
17
+ - Update API DescribeRCClusters: add param Profile.
18
+ - Update API DescribeRCClusters: update response param.
19
+ - Update API DescribeRCDeploymentSets: update param PageNumber.
20
+ - Update API DescribeRCDeploymentSets: update param PageSize.
21
+ - Update API RunRCInstances: add param CreateAckEdgeParam.
22
+ - Update API RunRCInstances: add param CreateExtraParam.
23
+ - Update API RunRCInstances: add param SupportCase.
24
+
25
+
1
26
  2024-12-24 Version: 9.1.0
2
27
  - Support API AssociateEipAddressWithRCInstance.
3
28
  - Support API SyncRCSecurityGroup.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: alibabacloud_rds20140815
3
- Version: 10.0.0
3
+ Version: 10.1.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
@@ -0,0 +1 @@
1
+ __version__ = '10.1.0'