alibabacloud-fc20230330 4.4.0__tar.gz → 4.6.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.
- {alibabacloud_fc20230330-4.4.0 → alibabacloud_fc20230330-4.6.0}/ChangeLog.md +11 -0
- {alibabacloud_fc20230330-4.4.0 → alibabacloud_fc20230330-4.6.0}/PKG-INFO +1 -1
- alibabacloud_fc20230330-4.6.0/alibabacloud_fc20230330/__init__.py +1 -0
- {alibabacloud_fc20230330-4.4.0 → alibabacloud_fc20230330-4.6.0}/alibabacloud_fc20230330/client.py +1026 -16
- {alibabacloud_fc20230330-4.4.0 → alibabacloud_fc20230330-4.6.0}/alibabacloud_fc20230330/models.py +1273 -370
- {alibabacloud_fc20230330-4.4.0 → alibabacloud_fc20230330-4.6.0}/alibabacloud_fc20230330.egg-info/PKG-INFO +1 -1
- {alibabacloud_fc20230330-4.4.0 → alibabacloud_fc20230330-4.6.0}/setup.py +1 -1
- alibabacloud_fc20230330-4.4.0/alibabacloud_fc20230330/__init__.py +0 -1
- {alibabacloud_fc20230330-4.4.0 → alibabacloud_fc20230330-4.6.0}/LICENSE +0 -0
- {alibabacloud_fc20230330-4.4.0 → alibabacloud_fc20230330-4.6.0}/MANIFEST.in +0 -0
- {alibabacloud_fc20230330-4.4.0 → alibabacloud_fc20230330-4.6.0}/README-CN.md +0 -0
- {alibabacloud_fc20230330-4.4.0 → alibabacloud_fc20230330-4.6.0}/README.md +0 -0
- {alibabacloud_fc20230330-4.4.0 → alibabacloud_fc20230330-4.6.0}/alibabacloud_fc20230330.egg-info/SOURCES.txt +0 -0
- {alibabacloud_fc20230330-4.4.0 → alibabacloud_fc20230330-4.6.0}/alibabacloud_fc20230330.egg-info/dependency_links.txt +0 -0
- {alibabacloud_fc20230330-4.4.0 → alibabacloud_fc20230330-4.6.0}/alibabacloud_fc20230330.egg-info/requires.txt +0 -0
- {alibabacloud_fc20230330-4.4.0 → alibabacloud_fc20230330-4.6.0}/alibabacloud_fc20230330.egg-info/top_level.txt +0 -0
- {alibabacloud_fc20230330-4.4.0 → alibabacloud_fc20230330-4.6.0}/setup.cfg +0 -0
@@ -1,3 +1,14 @@
|
|
1
|
+
2025-09-19 Version: 4.5.0
|
2
|
+
- Support API DeleteScalingConfig.
|
3
|
+
- Support API GetScalingConfig.
|
4
|
+
- Support API ListScalingConfigs.
|
5
|
+
- Support API PutScalingConfig.
|
6
|
+
|
7
|
+
|
8
|
+
2025-08-27 Version: 4.4.0
|
9
|
+
- Support API ChangeResourceGroup.
|
10
|
+
|
11
|
+
|
1
12
|
2025-07-02 Version: 4.2.7
|
2
13
|
- Update API ListFunctions: add request parameters resourceGroupId.
|
3
14
|
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = '4.6.0'
|