alibabacloud-quotas20200510 1.1.4__tar.gz → 1.2.1__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_quotas20200510-1.2.1/ChangeLog.md +45 -0
- alibabacloud_quotas20200510-1.2.1/PKG-INFO +65 -0
- {alibabacloud_quotas20200510-1.1.4 → alibabacloud_quotas20200510-1.2.1}/README-CN.md +1 -1
- {alibabacloud_quotas20200510-1.1.4 → alibabacloud_quotas20200510-1.2.1}/README.md +1 -1
- alibabacloud_quotas20200510-1.2.1/alibabacloud_quotas20200510/__init__.py +1 -0
- {alibabacloud_quotas20200510-1.1.4 → alibabacloud_quotas20200510-1.2.1}/alibabacloud_quotas20200510/client.py +746 -80
- {alibabacloud_quotas20200510-1.1.4 → alibabacloud_quotas20200510-1.2.1}/alibabacloud_quotas20200510/models.py +770 -178
- alibabacloud_quotas20200510-1.2.1/alibabacloud_quotas20200510.egg-info/PKG-INFO +65 -0
- {alibabacloud_quotas20200510-1.1.4 → alibabacloud_quotas20200510-1.2.1}/alibabacloud_quotas20200510.egg-info/requires.txt +3 -3
- {alibabacloud_quotas20200510-1.1.4 → alibabacloud_quotas20200510-1.2.1}/setup.py +3 -3
- alibabacloud_quotas20200510-1.1.4/ChangeLog.md +0 -27
- alibabacloud_quotas20200510-1.1.4/PKG-INFO +0 -64
- alibabacloud_quotas20200510-1.1.4/alibabacloud_quotas20200510/__init__.py +0 -1
- alibabacloud_quotas20200510-1.1.4/alibabacloud_quotas20200510.egg-info/PKG-INFO +0 -64
- {alibabacloud_quotas20200510-1.1.4 → alibabacloud_quotas20200510-1.2.1}/LICENSE +0 -0
- {alibabacloud_quotas20200510-1.1.4 → alibabacloud_quotas20200510-1.2.1}/MANIFEST.in +0 -0
- {alibabacloud_quotas20200510-1.1.4 → alibabacloud_quotas20200510-1.2.1}/alibabacloud_quotas20200510.egg-info/SOURCES.txt +0 -0
- {alibabacloud_quotas20200510-1.1.4 → alibabacloud_quotas20200510-1.2.1}/alibabacloud_quotas20200510.egg-info/dependency_links.txt +0 -0
- {alibabacloud_quotas20200510-1.1.4 → alibabacloud_quotas20200510-1.2.1}/alibabacloud_quotas20200510.egg-info/top_level.txt +0 -0
- {alibabacloud_quotas20200510-1.1.4 → alibabacloud_quotas20200510-1.2.1}/setup.cfg +0 -0
@@ -0,0 +1,45 @@
|
|
1
|
+
2024-06-30 Version: 1.2.0
|
2
|
+
- Support API GetQuotaApplicationApproval.
|
3
|
+
- Support API RemindQuotaApplicationApproval.
|
4
|
+
- Update API GetProductQuota: update param Dimensions.
|
5
|
+
- Update API GetProductQuota: update response param.
|
6
|
+
- Update API ListAlarmHistories: add param AlarmId.
|
7
|
+
- Update API ListProductQuotaDimensions: update response param.
|
8
|
+
- Update API ListProductQuotas: update param Dimensions.
|
9
|
+
- Update API ListProductQuotas: update param KeyWord.
|
10
|
+
- Update API ListProductQuotas: update param MaxResults.
|
11
|
+
- Update API ListProductQuotas: update param NextToken.
|
12
|
+
- Update API ListProductQuotas: update param QuotaActionCode.
|
13
|
+
- Update API ListProductQuotas: update response param.
|
14
|
+
|
15
|
+
|
16
|
+
2024-01-12 Version: 1.1.4
|
17
|
+
- Generated python 2020-05-10 for quotas.
|
18
|
+
|
19
|
+
2023-12-13 Version: 1.1.3
|
20
|
+
- Generated python 2020-05-10 for quotas.
|
21
|
+
|
22
|
+
2023-11-23 Version: 1.1.2
|
23
|
+
- Generated python 2020-05-10 for quotas.
|
24
|
+
|
25
|
+
2023-09-22 Version: 1.1.1
|
26
|
+
- Generated python 2020-05-10 for quotas.
|
27
|
+
|
28
|
+
2023-09-14 Version: 1.1.0
|
29
|
+
- Generated python 2020-05-10 for quotas.
|
30
|
+
|
31
|
+
2023-01-06 Version: 1.0.5
|
32
|
+
- Quota category supported whiteListLabel.
|
33
|
+
|
34
|
+
2022-09-05 Version: 1.0.4
|
35
|
+
- Added quota template service.
|
36
|
+
|
37
|
+
2022-08-30 Version: 1.0.3
|
38
|
+
- Added thresholdType parameter to API related to quota alarm.
|
39
|
+
|
40
|
+
2021-03-30 Version: 1.0.1
|
41
|
+
- Generated python 2020-05-10 for quotas.
|
42
|
+
|
43
|
+
2020-12-30 Version: 1.0.0
|
44
|
+
- AMP Version Change.
|
45
|
+
|
@@ -0,0 +1,65 @@
|
|
1
|
+
Metadata-Version: 2.1
|
2
|
+
Name: alibabacloud_quotas20200510
|
3
|
+
Version: 1.2.1
|
4
|
+
Summary: Alibaba Cloud quotas (20200510) SDK Library for Python
|
5
|
+
Home-page: https://github.com/aliyun/alibabacloud-python-sdk
|
6
|
+
Author: Alibaba Cloud SDK
|
7
|
+
Author-email: sdk-team@alibabacloud.com
|
8
|
+
License: Apache License 2.0
|
9
|
+
Keywords: alibabacloud,quotas20200510
|
10
|
+
Platform: any
|
11
|
+
Classifier: Development Status :: 4 - Beta
|
12
|
+
Classifier: Intended Audience :: Developers
|
13
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
14
|
+
Classifier: Programming Language :: Python
|
15
|
+
Classifier: Programming Language :: Python :: 3
|
16
|
+
Classifier: Programming Language :: Python :: 3.6
|
17
|
+
Classifier: Programming Language :: Python :: 3.7
|
18
|
+
Classifier: Programming Language :: Python :: 3.8
|
19
|
+
Classifier: Programming Language :: Python :: 3.9
|
20
|
+
Classifier: Topic :: Software Development
|
21
|
+
Requires-Python: >=3.6
|
22
|
+
Description-Content-Type: text/markdown
|
23
|
+
License-File: LICENSE
|
24
|
+
|
25
|
+
English | [简体中文](README-CN.md)
|
26
|
+

|
27
|
+
|
28
|
+
## Alibaba Cloud quotas SDK for Python
|
29
|
+
|
30
|
+
## Requirements
|
31
|
+
|
32
|
+
- Python >= 3.6
|
33
|
+
|
34
|
+
## Installation
|
35
|
+
|
36
|
+
- **Install with pip**
|
37
|
+
|
38
|
+
Python SDK uses a common package management tool named `pip`. If pip is not installed, see the [pip user guide](https://pip.pypa.io/en/stable/installing/ "pip User Guide") to install pip.
|
39
|
+
|
40
|
+
```bash
|
41
|
+
# Install the alibabacloud_quotas20200510
|
42
|
+
pip install alibabacloud_quotas20200510
|
43
|
+
```
|
44
|
+
|
45
|
+
## Issues
|
46
|
+
|
47
|
+
[Opening an Issue](https://github.com/aliyun/alibabacloud-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately.
|
48
|
+
|
49
|
+
## Usage
|
50
|
+
|
51
|
+
[Quick Examples](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/docs/0-Usage-EN.md#quick-examples)
|
52
|
+
|
53
|
+
## Changelog
|
54
|
+
|
55
|
+
Detailed changes for each release are documented in the [release notes](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/quotas-20200510/ChangeLog.md).
|
56
|
+
|
57
|
+
## References
|
58
|
+
|
59
|
+
- [Latest Release](https://github.com/aliyun/alibabacloud-sdk/tree/master/python)
|
60
|
+
|
61
|
+
## License
|
62
|
+
|
63
|
+
[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
|
64
|
+
|
65
|
+
Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
@@ -28,7 +28,7 @@ pip install alibabacloud_quotas20200510
|
|
28
28
|
|
29
29
|
## Changelog
|
30
30
|
|
31
|
-
Detailed changes for each release are documented in the [release notes](
|
31
|
+
Detailed changes for each release are documented in the [release notes](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/quotas-20200510/ChangeLog.md).
|
32
32
|
|
33
33
|
## References
|
34
34
|
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = '1.2.1'
|