alibabacloud-quotas20200510 1.2.0__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.
Files changed (19) hide show
  1. {alibabacloud_quotas20200510-1.2.0 → alibabacloud_quotas20200510-1.2.1}/ChangeLog.md +15 -0
  2. alibabacloud_quotas20200510-1.2.1/PKG-INFO +65 -0
  3. alibabacloud_quotas20200510-1.2.1/alibabacloud_quotas20200510/__init__.py +1 -0
  4. {alibabacloud_quotas20200510-1.2.0 → alibabacloud_quotas20200510-1.2.1}/alibabacloud_quotas20200510/models.py +12 -0
  5. alibabacloud_quotas20200510-1.2.1/alibabacloud_quotas20200510.egg-info/PKG-INFO +65 -0
  6. {alibabacloud_quotas20200510-1.2.0 → alibabacloud_quotas20200510-1.2.1}/alibabacloud_quotas20200510.egg-info/requires.txt +3 -3
  7. {alibabacloud_quotas20200510-1.2.0 → alibabacloud_quotas20200510-1.2.1}/setup.py +3 -3
  8. alibabacloud_quotas20200510-1.2.0/PKG-INFO +0 -64
  9. alibabacloud_quotas20200510-1.2.0/alibabacloud_quotas20200510/__init__.py +0 -1
  10. alibabacloud_quotas20200510-1.2.0/alibabacloud_quotas20200510.egg-info/PKG-INFO +0 -64
  11. {alibabacloud_quotas20200510-1.2.0 → alibabacloud_quotas20200510-1.2.1}/LICENSE +0 -0
  12. {alibabacloud_quotas20200510-1.2.0 → alibabacloud_quotas20200510-1.2.1}/MANIFEST.in +0 -0
  13. {alibabacloud_quotas20200510-1.2.0 → alibabacloud_quotas20200510-1.2.1}/README-CN.md +0 -0
  14. {alibabacloud_quotas20200510-1.2.0 → alibabacloud_quotas20200510-1.2.1}/README.md +0 -0
  15. {alibabacloud_quotas20200510-1.2.0 → alibabacloud_quotas20200510-1.2.1}/alibabacloud_quotas20200510/client.py +0 -0
  16. {alibabacloud_quotas20200510-1.2.0 → alibabacloud_quotas20200510-1.2.1}/alibabacloud_quotas20200510.egg-info/SOURCES.txt +0 -0
  17. {alibabacloud_quotas20200510-1.2.0 → alibabacloud_quotas20200510-1.2.1}/alibabacloud_quotas20200510.egg-info/dependency_links.txt +0 -0
  18. {alibabacloud_quotas20200510-1.2.0 → alibabacloud_quotas20200510-1.2.1}/alibabacloud_quotas20200510.egg-info/top_level.txt +0 -0
  19. {alibabacloud_quotas20200510-1.2.0 → alibabacloud_quotas20200510-1.2.1}/setup.cfg +0 -0
@@ -1,3 +1,18 @@
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
+
1
16
  2024-01-12 Version: 1.1.4
2
17
  - Generated python 2020-05-10 for quotas.
3
18
 
@@ -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
+ ![](https://aliyunsdk-pages.alicdn.com/icons/AlibabaCloud.svg)
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.
@@ -0,0 +1 @@
1
+ __version__ = '1.2.1'
@@ -2444,6 +2444,7 @@ class GetQuotaApplicationResponseBodyQuotaApplication(TeaModel):
2444
2444
  product_code: str = None,
2445
2445
  quota_action_code: str = None,
2446
2446
  quota_arn: str = None,
2447
+ quota_category: str = None,
2447
2448
  quota_description: str = None,
2448
2449
  quota_name: str = None,
2449
2450
  quota_unit: str = None,
@@ -2480,6 +2481,7 @@ class GetQuotaApplicationResponseBodyQuotaApplication(TeaModel):
2480
2481
  self.quota_action_code = quota_action_code
2481
2482
  # The Alibaba Cloud Resource Name (ARN) of the quota.
2482
2483
  self.quota_arn = quota_arn
2484
+ self.quota_category = quota_category
2483
2485
  # The description of the quota.
2484
2486
  self.quota_description = quota_description
2485
2487
  # The name of the quota.
@@ -2529,6 +2531,8 @@ class GetQuotaApplicationResponseBodyQuotaApplication(TeaModel):
2529
2531
  result['QuotaActionCode'] = self.quota_action_code
2530
2532
  if self.quota_arn is not None:
2531
2533
  result['QuotaArn'] = self.quota_arn
2534
+ if self.quota_category is not None:
2535
+ result['QuotaCategory'] = self.quota_category
2532
2536
  if self.quota_description is not None:
2533
2537
  result['QuotaDescription'] = self.quota_description
2534
2538
  if self.quota_name is not None:
@@ -2567,6 +2571,8 @@ class GetQuotaApplicationResponseBodyQuotaApplication(TeaModel):
2567
2571
  self.quota_action_code = m.get('QuotaActionCode')
2568
2572
  if m.get('QuotaArn') is not None:
2569
2573
  self.quota_arn = m.get('QuotaArn')
2574
+ if m.get('QuotaCategory') is not None:
2575
+ self.quota_category = m.get('QuotaCategory')
2570
2576
  if m.get('QuotaDescription') is not None:
2571
2577
  self.quota_description = m.get('QuotaDescription')
2572
2578
  if m.get('QuotaName') is not None:
@@ -5890,6 +5896,7 @@ class ListQuotaApplicationsResponseBodyQuotaApplications(TeaModel):
5890
5896
  product_code: str = None,
5891
5897
  quota_action_code: str = None,
5892
5898
  quota_arn: str = None,
5899
+ quota_category: str = None,
5893
5900
  quota_description: str = None,
5894
5901
  quota_name: str = None,
5895
5902
  quota_unit: str = None,
@@ -5927,6 +5934,7 @@ class ListQuotaApplicationsResponseBodyQuotaApplications(TeaModel):
5927
5934
  self.quota_action_code = quota_action_code
5928
5935
  # The Alibaba Cloud Resource Name (ARN) of the quota.
5929
5936
  self.quota_arn = quota_arn
5937
+ self.quota_category = quota_category
5930
5938
  # The description of the quota.
5931
5939
  self.quota_description = quota_description
5932
5940
  # The name of the quota.
@@ -5981,6 +5989,8 @@ class ListQuotaApplicationsResponseBodyQuotaApplications(TeaModel):
5981
5989
  result['QuotaActionCode'] = self.quota_action_code
5982
5990
  if self.quota_arn is not None:
5983
5991
  result['QuotaArn'] = self.quota_arn
5992
+ if self.quota_category is not None:
5993
+ result['QuotaCategory'] = self.quota_category
5984
5994
  if self.quota_description is not None:
5985
5995
  result['QuotaDescription'] = self.quota_description
5986
5996
  if self.quota_name is not None:
@@ -6024,6 +6034,8 @@ class ListQuotaApplicationsResponseBodyQuotaApplications(TeaModel):
6024
6034
  self.quota_action_code = m.get('QuotaActionCode')
6025
6035
  if m.get('QuotaArn') is not None:
6026
6036
  self.quota_arn = m.get('QuotaArn')
6037
+ if m.get('QuotaCategory') is not None:
6038
+ self.quota_category = m.get('QuotaCategory')
6027
6039
  if m.get('QuotaDescription') is not None:
6028
6040
  self.quota_description = m.get('QuotaDescription')
6029
6041
  if m.get('QuotaName') is not None:
@@ -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
+ ![](https://aliyunsdk-pages.alicdn.com/icons/AlibabaCloud.svg)
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.
@@ -1,4 +1,4 @@
1
- alibabacloud_tea_util<1.0.0,>=0.3.12
2
- alibabacloud_tea_openapi<1.0.0,>=0.3.10
3
- alibabacloud_openapi_util<1.0.0,>=0.2.1
4
1
  alibabacloud_endpoint_util<1.0.0,>=0.0.3
2
+ alibabacloud_openapi_util<1.0.0,>=0.2.1
3
+ alibabacloud_tea_openapi<1.0.0,>=0.3.11
4
+ alibabacloud_tea_util<1.0.0,>=0.3.13
@@ -24,7 +24,7 @@ from setuptools import setup, find_packages
24
24
  """
25
25
  setup module for alibabacloud_quotas20200510.
26
26
 
27
- Created on 30/06/2024
27
+ Created on 30/08/2024
28
28
 
29
29
  @author: Alibaba Cloud SDK
30
30
  """
@@ -37,8 +37,8 @@ AUTHOR_EMAIL = "sdk-team@alibabacloud.com"
37
37
  URL = "https://github.com/aliyun/alibabacloud-python-sdk"
38
38
  VERSION = __import__(PACKAGE).__version__
39
39
  REQUIRES = [
40
- "alibabacloud_tea_util>=0.3.12, <1.0.0",
41
- "alibabacloud_tea_openapi>=0.3.10, <1.0.0",
40
+ "alibabacloud_tea_util>=0.3.13, <1.0.0",
41
+ "alibabacloud_tea_openapi>=0.3.11, <1.0.0",
42
42
  "alibabacloud_openapi_util>=0.2.1, <1.0.0",
43
43
  "alibabacloud_endpoint_util>=0.0.3, <1.0.0"
44
44
  ]
@@ -1,64 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: alibabacloud_quotas20200510
3
- Version: 1.2.0
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
- Description: English | [简体中文](README-CN.md)
10
- ![](https://aliyunsdk-pages.alicdn.com/icons/AlibabaCloud.svg)
11
-
12
- ## Alibaba Cloud quotas SDK for Python
13
-
14
- ## Requirements
15
-
16
- - Python >= 3.6
17
-
18
- ## Installation
19
-
20
- - **Install with pip**
21
-
22
- 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.
23
-
24
- ```bash
25
- # Install the alibabacloud_quotas20200510
26
- pip install alibabacloud_quotas20200510
27
- ```
28
-
29
- ## Issues
30
-
31
- [Opening an Issue](https://github.com/aliyun/alibabacloud-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately.
32
-
33
- ## Usage
34
-
35
- [Quick Examples](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/docs/0-Usage-EN.md#quick-examples)
36
-
37
- ## Changelog
38
-
39
- Detailed changes for each release are documented in the [release notes](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/quotas-20200510/ChangeLog.md).
40
-
41
- ## References
42
-
43
- - [Latest Release](https://github.com/aliyun/alibabacloud-sdk/tree/master/python)
44
-
45
- ## License
46
-
47
- [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
48
-
49
- Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
50
-
51
- Keywords: alibabacloud,quotas20200510
52
- Platform: any
53
- Classifier: Development Status :: 4 - Beta
54
- Classifier: Intended Audience :: Developers
55
- Classifier: License :: OSI Approved :: Apache Software License
56
- Classifier: Programming Language :: Python
57
- Classifier: Programming Language :: Python :: 3
58
- Classifier: Programming Language :: Python :: 3.6
59
- Classifier: Programming Language :: Python :: 3.7
60
- Classifier: Programming Language :: Python :: 3.8
61
- Classifier: Programming Language :: Python :: 3.9
62
- Classifier: Topic :: Software Development
63
- Requires-Python: >=3.6
64
- Description-Content-Type: text/markdown
@@ -1 +0,0 @@
1
- __version__ = '1.2.0'
@@ -1,64 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: alibabacloud-quotas20200510
3
- Version: 1.2.0
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
- Description: English | [简体中文](README-CN.md)
10
- ![](https://aliyunsdk-pages.alicdn.com/icons/AlibabaCloud.svg)
11
-
12
- ## Alibaba Cloud quotas SDK for Python
13
-
14
- ## Requirements
15
-
16
- - Python >= 3.6
17
-
18
- ## Installation
19
-
20
- - **Install with pip**
21
-
22
- 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.
23
-
24
- ```bash
25
- # Install the alibabacloud_quotas20200510
26
- pip install alibabacloud_quotas20200510
27
- ```
28
-
29
- ## Issues
30
-
31
- [Opening an Issue](https://github.com/aliyun/alibabacloud-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately.
32
-
33
- ## Usage
34
-
35
- [Quick Examples](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/docs/0-Usage-EN.md#quick-examples)
36
-
37
- ## Changelog
38
-
39
- Detailed changes for each release are documented in the [release notes](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/quotas-20200510/ChangeLog.md).
40
-
41
- ## References
42
-
43
- - [Latest Release](https://github.com/aliyun/alibabacloud-sdk/tree/master/python)
44
-
45
- ## License
46
-
47
- [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
48
-
49
- Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
50
-
51
- Keywords: alibabacloud,quotas20200510
52
- Platform: any
53
- Classifier: Development Status :: 4 - Beta
54
- Classifier: Intended Audience :: Developers
55
- Classifier: License :: OSI Approved :: Apache Software License
56
- Classifier: Programming Language :: Python
57
- Classifier: Programming Language :: Python :: 3
58
- Classifier: Programming Language :: Python :: 3.6
59
- Classifier: Programming Language :: Python :: 3.7
60
- Classifier: Programming Language :: Python :: 3.8
61
- Classifier: Programming Language :: Python :: 3.9
62
- Classifier: Topic :: Software Development
63
- Requires-Python: >=3.6
64
- Description-Content-Type: text/markdown