alibabacloud-fc20230330 3.0.2__tar.gz → 3.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 (18) hide show
  1. alibabacloud_fc20230330-3.1.0/ChangeLog.md +58 -0
  2. {alibabacloud_fc20230330-3.0.2 → alibabacloud_fc20230330-3.1.0}/PKG-INFO +2 -2
  3. {alibabacloud_fc20230330-3.0.2 → alibabacloud_fc20230330-3.1.0}/README-CN.md +1 -1
  4. {alibabacloud_fc20230330-3.0.2 → alibabacloud_fc20230330-3.1.0}/README.md +1 -1
  5. alibabacloud_fc20230330-3.1.0/alibabacloud_fc20230330/__init__.py +1 -0
  6. {alibabacloud_fc20230330-3.0.2 → alibabacloud_fc20230330-3.1.0}/alibabacloud_fc20230330/client.py +306 -1300
  7. {alibabacloud_fc20230330-3.0.2 → alibabacloud_fc20230330-3.1.0}/alibabacloud_fc20230330/models.py +574 -142
  8. {alibabacloud_fc20230330-3.0.2 → alibabacloud_fc20230330-3.1.0}/alibabacloud_fc20230330.egg-info/PKG-INFO +2 -2
  9. {alibabacloud_fc20230330-3.0.2 → alibabacloud_fc20230330-3.1.0}/alibabacloud_fc20230330.egg-info/requires.txt +1 -1
  10. {alibabacloud_fc20230330-3.0.2 → alibabacloud_fc20230330-3.1.0}/setup.py +2 -2
  11. alibabacloud_fc20230330-3.0.2/ChangeLog.md +0 -12
  12. alibabacloud_fc20230330-3.0.2/alibabacloud_fc20230330/__init__.py +0 -1
  13. {alibabacloud_fc20230330-3.0.2 → alibabacloud_fc20230330-3.1.0}/LICENSE +0 -0
  14. {alibabacloud_fc20230330-3.0.2 → alibabacloud_fc20230330-3.1.0}/MANIFEST.in +0 -0
  15. {alibabacloud_fc20230330-3.0.2 → alibabacloud_fc20230330-3.1.0}/alibabacloud_fc20230330.egg-info/SOURCES.txt +0 -0
  16. {alibabacloud_fc20230330-3.0.2 → alibabacloud_fc20230330-3.1.0}/alibabacloud_fc20230330.egg-info/dependency_links.txt +0 -0
  17. {alibabacloud_fc20230330-3.0.2 → alibabacloud_fc20230330-3.1.0}/alibabacloud_fc20230330.egg-info/top_level.txt +0 -0
  18. {alibabacloud_fc20230330-3.0.2 → alibabacloud_fc20230330-3.1.0}/setup.cfg +0 -0
@@ -0,0 +1,58 @@
1
+ 2024-02-26 Version: 3.0.3
2
+ - Update API CreateAlias: update response param.
3
+ - Update API CreateCustomDomain: update response param.
4
+ - Update API CreateFunction: update response param.
5
+ - Update API CreateLayerVersion: update response param.
6
+ - Update API CreateTrigger: update response param.
7
+ - Update API CreateVpcBinding: update response param.
8
+ - Update API GetAlias: update response param.
9
+ - Update API GetAsyncInvokeConfig: update response param.
10
+ - Update API GetConcurrencyConfig: update response param.
11
+ - Update API GetCustomDomain: update response param.
12
+ - Update API GetFunction: update response param.
13
+ - Update API GetFunctionCode: update response param.
14
+ - Update API GetLayerVersion: update response param.
15
+ - Update API GetLayerVersionByArn: update response param.
16
+ - Update API GetProvisionConfig: update response param.
17
+ - Update API GetTrigger: update response param.
18
+ - Update API InvokeFunction: update response param.
19
+ - Update API ListAliases: update response param.
20
+ - Update API ListAsyncInvokeConfigs: update response param.
21
+ - Update API ListConcurrencyConfigs: update response param.
22
+ - Update API ListCustomDomains: update response param.
23
+ - Update API ListFunctionVersions: update response param.
24
+ - Update API ListFunctions: update response param.
25
+ - Update API ListInstances: update response param.
26
+ - Update API ListLayerVersions: update response param.
27
+ - Update API ListLayers: update response param.
28
+ - Update API ListProvisionConfigs: update response param.
29
+ - Update API ListTriggers: update response param.
30
+ - Update API ListVpcBindings: update response param.
31
+ - Update API PublishFunctionVersion: update response param.
32
+ - Update API PutAsyncInvokeConfig: update response param.
33
+ - Update API PutConcurrencyConfig: update response param.
34
+ - Update API PutProvisionConfig: update response param.
35
+ - Update API UpdateAlias: update response param.
36
+ - Update API UpdateCustomDomain: update response param.
37
+ - Update API UpdateFunction: update response param.
38
+ - Update API UpdateTrigger: update response param.
39
+
40
+
41
+ 2023-10-26 Version: 3.0.2
42
+ - Generated python 2023-03-30 for FC.
43
+
44
+ 2023-10-26 Version: 3.0.2
45
+ - Generated python 2023-03-30 for FC.
46
+
47
+ 2023-10-13 Version: 3.0.1
48
+ - Generated python 2023-03-30 for FC.
49
+
50
+ 2023-08-30 Version: 3.0.0
51
+ - Generated python 2023-03-30 for FC.
52
+
53
+ 2023-07-05 Version: 2.0.0
54
+ - Change body param name.
55
+
56
+ 2023-06-28 Version: 1.0.0
57
+ - Init sdk 2023-06-28.
58
+
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: alibabacloud_fc20230330
3
- Version: 3.0.2
3
+ Version: 3.1.0
4
4
  Summary: Alibaba Cloud Function Compute (20230330) SDK Library for Python
5
5
  Home-page: https://github.com/aliyun/alibabacloud-python-sdk
6
6
  Author: Alibaba Cloud SDK
@@ -36,7 +36,7 @@ Description: English | [简体中文](README-CN.md)
36
36
 
37
37
  ## Changelog
38
38
 
39
- Detailed changes for each release are documented in the [release notes](./ChangeLog.md).
39
+ Detailed changes for each release are documented in the [release notes](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/fc-20230330/ChangeLog.md).
40
40
 
41
41
  ## References
42
42
 
@@ -29,7 +29,7 @@ pip install alibabacloud_fc20230330
29
29
 
30
30
  ## 发行说明
31
31
 
32
- 每个版本的详细更改记录在[发行说明](./ChangeLog.md)中。
32
+ 每个版本的详细更改记录在[发行说明](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/fc-20230330/ChangeLog.md)中。
33
33
 
34
34
  ## 相关
35
35
 
@@ -28,7 +28,7 @@ pip install alibabacloud_fc20230330
28
28
 
29
29
  ## Changelog
30
30
 
31
- Detailed changes for each release are documented in the [release notes](./ChangeLog.md).
31
+ Detailed changes for each release are documented in the [release notes](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/fc-20230330/ChangeLog.md).
32
32
 
33
33
  ## References
34
34
 
@@ -0,0 +1 @@
1
+ __version__ = '3.1.0'