alibabacloud-fc20230330 3.0.3__tar.gz → 4.0.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.0.0/ChangeLog.md +101 -0
- {alibabacloud_fc20230330-3.0.3 → alibabacloud_fc20230330-4.0.0}/PKG-INFO +1 -1
- alibabacloud_fc20230330-4.0.0/alibabacloud_fc20230330/__init__.py +1 -0
- {alibabacloud_fc20230330-3.0.3 → alibabacloud_fc20230330-4.0.0}/alibabacloud_fc20230330/client.py +126 -290
- {alibabacloud_fc20230330-3.0.3 → alibabacloud_fc20230330-4.0.0}/alibabacloud_fc20230330/models.py +1758 -207
- {alibabacloud_fc20230330-3.0.3 → alibabacloud_fc20230330-4.0.0}/alibabacloud_fc20230330.egg-info/PKG-INFO +1 -1
- {alibabacloud_fc20230330-3.0.3 → alibabacloud_fc20230330-4.0.0}/setup.py +1 -1
- alibabacloud_fc20230330-3.0.3/ChangeLog.md +0 -18
- alibabacloud_fc20230330-3.0.3/alibabacloud_fc20230330/__init__.py +0 -1
- {alibabacloud_fc20230330-3.0.3 → alibabacloud_fc20230330-4.0.0}/LICENSE +0 -0
- {alibabacloud_fc20230330-3.0.3 → alibabacloud_fc20230330-4.0.0}/MANIFEST.in +0 -0
- {alibabacloud_fc20230330-3.0.3 → alibabacloud_fc20230330-4.0.0}/README-CN.md +0 -0
- {alibabacloud_fc20230330-3.0.3 → alibabacloud_fc20230330-4.0.0}/README.md +0 -0
- {alibabacloud_fc20230330-3.0.3 → alibabacloud_fc20230330-4.0.0}/alibabacloud_fc20230330.egg-info/SOURCES.txt +0 -0
- {alibabacloud_fc20230330-3.0.3 → alibabacloud_fc20230330-4.0.0}/alibabacloud_fc20230330.egg-info/dependency_links.txt +0 -0
- {alibabacloud_fc20230330-3.0.3 → alibabacloud_fc20230330-4.0.0}/alibabacloud_fc20230330.egg-info/requires.txt +0 -0
- {alibabacloud_fc20230330-3.0.3 → alibabacloud_fc20230330-4.0.0}/alibabacloud_fc20230330.egg-info/top_level.txt +0 -0
- {alibabacloud_fc20230330-3.0.3 → alibabacloud_fc20230330-4.0.0}/setup.cfg +0 -0
@@ -0,0 +1,101 @@
|
|
1
|
+
2024-03-22 Version: 3.1.0
|
2
|
+
- Support API ListTagResources.
|
3
|
+
- Support API TagResources.
|
4
|
+
- Support API UntagResources.
|
5
|
+
- Update API CreateAlias: update response param.
|
6
|
+
- Update API CreateCustomDomain: update response param.
|
7
|
+
- Update API CreateFunction: update response param.
|
8
|
+
- Update API CreateLayerVersion: update response param.
|
9
|
+
- Update API CreateTrigger: update response param.
|
10
|
+
- Update API CreateVpcBinding: update response param.
|
11
|
+
- Update API GetAlias: update response param.
|
12
|
+
- Update API GetAsyncInvokeConfig: update response param.
|
13
|
+
- Update API GetConcurrencyConfig: update response param.
|
14
|
+
- Update API GetCustomDomain: update response param.
|
15
|
+
- Update API GetFunction: update response param.
|
16
|
+
- Update API GetFunctionCode: update response param.
|
17
|
+
- Update API GetLayerVersion: update response param.
|
18
|
+
- Update API GetLayerVersionByArn: update response param.
|
19
|
+
- Update API GetProvisionConfig: update response param.
|
20
|
+
- Update API GetTrigger: update response param.
|
21
|
+
- Update API InvokeFunction: update response param.
|
22
|
+
- Update API ListAliases: update response param.
|
23
|
+
- Update API ListAsyncInvokeConfigs: update response param.
|
24
|
+
- Update API ListConcurrencyConfigs: update response param.
|
25
|
+
- Update API ListCustomDomains: update response param.
|
26
|
+
- Update API ListFunctionVersions: update response param.
|
27
|
+
- Update API ListFunctions: update response param.
|
28
|
+
- Update API ListInstances: update response param.
|
29
|
+
- Update API ListLayerVersions: update response param.
|
30
|
+
- Update API ListLayers: update response param.
|
31
|
+
- Update API ListProvisionConfigs: update response param.
|
32
|
+
- Update API ListTriggers: update response param.
|
33
|
+
- Update API ListVpcBindings: update response param.
|
34
|
+
- Update API PublishFunctionVersion: update response param.
|
35
|
+
- Update API PutAsyncInvokeConfig: update response param.
|
36
|
+
- Update API PutConcurrencyConfig: update response param.
|
37
|
+
- Update API PutProvisionConfig: update response param.
|
38
|
+
- Update API UpdateAlias: update response param.
|
39
|
+
- Update API UpdateCustomDomain: update response param.
|
40
|
+
- Update API UpdateFunction: update response param.
|
41
|
+
- Update API UpdateTrigger: update response param.
|
42
|
+
|
43
|
+
|
44
|
+
2024-02-26 Version: 3.0.3
|
45
|
+
- Update API CreateAlias: update response param.
|
46
|
+
- Update API CreateCustomDomain: update response param.
|
47
|
+
- Update API CreateFunction: update response param.
|
48
|
+
- Update API CreateLayerVersion: update response param.
|
49
|
+
- Update API CreateTrigger: update response param.
|
50
|
+
- Update API CreateVpcBinding: update response param.
|
51
|
+
- Update API GetAlias: update response param.
|
52
|
+
- Update API GetAsyncInvokeConfig: update response param.
|
53
|
+
- Update API GetConcurrencyConfig: update response param.
|
54
|
+
- Update API GetCustomDomain: update response param.
|
55
|
+
- Update API GetFunction: update response param.
|
56
|
+
- Update API GetFunctionCode: update response param.
|
57
|
+
- Update API GetLayerVersion: update response param.
|
58
|
+
- Update API GetLayerVersionByArn: update response param.
|
59
|
+
- Update API GetProvisionConfig: update response param.
|
60
|
+
- Update API GetTrigger: update response param.
|
61
|
+
- Update API InvokeFunction: update response param.
|
62
|
+
- Update API ListAliases: update response param.
|
63
|
+
- Update API ListAsyncInvokeConfigs: update response param.
|
64
|
+
- Update API ListConcurrencyConfigs: update response param.
|
65
|
+
- Update API ListCustomDomains: update response param.
|
66
|
+
- Update API ListFunctionVersions: update response param.
|
67
|
+
- Update API ListFunctions: update response param.
|
68
|
+
- Update API ListInstances: update response param.
|
69
|
+
- Update API ListLayerVersions: update response param.
|
70
|
+
- Update API ListLayers: update response param.
|
71
|
+
- Update API ListProvisionConfigs: update response param.
|
72
|
+
- Update API ListTriggers: update response param.
|
73
|
+
- Update API ListVpcBindings: update response param.
|
74
|
+
- Update API PublishFunctionVersion: update response param.
|
75
|
+
- Update API PutAsyncInvokeConfig: update response param.
|
76
|
+
- Update API PutConcurrencyConfig: update response param.
|
77
|
+
- Update API PutProvisionConfig: update response param.
|
78
|
+
- Update API UpdateAlias: update response param.
|
79
|
+
- Update API UpdateCustomDomain: update response param.
|
80
|
+
- Update API UpdateFunction: update response param.
|
81
|
+
- Update API UpdateTrigger: update response param.
|
82
|
+
|
83
|
+
|
84
|
+
2023-10-26 Version: 3.0.2
|
85
|
+
- Generated python 2023-03-30 for FC.
|
86
|
+
|
87
|
+
2023-10-26 Version: 3.0.2
|
88
|
+
- Generated python 2023-03-30 for FC.
|
89
|
+
|
90
|
+
2023-10-13 Version: 3.0.1
|
91
|
+
- Generated python 2023-03-30 for FC.
|
92
|
+
|
93
|
+
2023-08-30 Version: 3.0.0
|
94
|
+
- Generated python 2023-03-30 for FC.
|
95
|
+
|
96
|
+
2023-07-05 Version: 2.0.0
|
97
|
+
- Change body param name.
|
98
|
+
|
99
|
+
2023-06-28 Version: 1.0.0
|
100
|
+
- Init sdk 2023-06-28.
|
101
|
+
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = '4.0.0'
|