alibabacloud-rds20140815 11.1.0__py3-none-any.whl → 11.1.1__py3-none-any.whl

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.
@@ -1 +1 @@
1
- __version__ = '11.1.0'
1
+ __version__ = '11.1.1'
@@ -37701,12 +37701,14 @@ class DescribeDBProxyPerformanceResponseBodyPerformanceKeysPerformanceKey(TeaMod
37701
37701
  def __init__(
37702
37702
  self,
37703
37703
  key: str = None,
37704
+ node: str = None,
37704
37705
  service: str = None,
37705
37706
  value_format: str = None,
37706
37707
  values: DescribeDBProxyPerformanceResponseBodyPerformanceKeysPerformanceKeyValues = None,
37707
37708
  ):
37708
37709
  # The performance parameter.
37709
37710
  self.key = key
37711
+ self.node = node
37710
37712
  # The service dimension.
37711
37713
  self.service = service
37712
37714
  # The format in which the value of the performance metric is returned.
@@ -37726,6 +37728,8 @@ class DescribeDBProxyPerformanceResponseBodyPerformanceKeysPerformanceKey(TeaMod
37726
37728
  result = dict()
37727
37729
  if self.key is not None:
37728
37730
  result['Key'] = self.key
37731
+ if self.node is not None:
37732
+ result['Node'] = self.node
37729
37733
  if self.service is not None:
37730
37734
  result['Service'] = self.service
37731
37735
  if self.value_format is not None:
@@ -37738,6 +37742,8 @@ class DescribeDBProxyPerformanceResponseBodyPerformanceKeysPerformanceKey(TeaMod
37738
37742
  m = m or dict()
37739
37743
  if m.get('Key') is not None:
37740
37744
  self.key = m.get('Key')
37745
+ if m.get('Node') is not None:
37746
+ self.node = m.get('Node')
37741
37747
  if m.get('Service') is not None:
37742
37748
  self.service = m.get('Service')
37743
37749
  if m.get('ValueFormat') is not None:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: alibabacloud-rds20140815
3
- Version: 11.1.0
3
+ Version: 11.1.1
4
4
  Summary: Alibaba Cloud rds (20140815) SDK Library for Python
5
5
  Home-page: https://github.com/aliyun/alibabacloud-python-sdk
6
6
  Author: Alibaba Cloud SDK
@@ -0,0 +1,8 @@
1
+ alibabacloud_rds20140815/__init__.py,sha256=D3xoNkGZjbPY4hQ0iilmll5eAhLADwB0pqX0fDvtOGc,22
2
+ alibabacloud_rds20140815/client.py,sha256=66QfGaPxWk4WKXtb-Yjd5eXi45s_nrfZUXtioIOwMxw,2719563
3
+ alibabacloud_rds20140815/models.py,sha256=TrDz9KkY8BwkEEIaeQ8xFFiVy8BT7vw7HcyWNM16-So,3567508
4
+ alibabacloud_rds20140815-11.1.1.dist-info/LICENSE,sha256=0CFItL6bHvxqS44T6vlLoW2R4Zaic304OO3WxN0oXF0,600
5
+ alibabacloud_rds20140815-11.1.1.dist-info/METADATA,sha256=eCQVwh-a9l45Sx4R0tha1pWXi-sjBcCY32iaWeEP0bs,2313
6
+ alibabacloud_rds20140815-11.1.1.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
7
+ alibabacloud_rds20140815-11.1.1.dist-info/top_level.txt,sha256=JrnffxBPffQ-kwp8_cVNsbxBsxm7QysAdoFB1xAdY70,25
8
+ alibabacloud_rds20140815-11.1.1.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- alibabacloud_rds20140815/__init__.py,sha256=GudqVCaF5zWS-6bIs7JjYG9YQxLTpJt8pOo5icjWUZQ,22
2
- alibabacloud_rds20140815/client.py,sha256=66QfGaPxWk4WKXtb-Yjd5eXi45s_nrfZUXtioIOwMxw,2719563
3
- alibabacloud_rds20140815/models.py,sha256=ST4UeRR6JTL8jvxKooLK-Nr7XLYF6oovz3V0lC3NRRQ,3567308
4
- alibabacloud_rds20140815-11.1.0.dist-info/LICENSE,sha256=0CFItL6bHvxqS44T6vlLoW2R4Zaic304OO3WxN0oXF0,600
5
- alibabacloud_rds20140815-11.1.0.dist-info/METADATA,sha256=NxWgowByT2kSLr1ECfDQd5q-mghlUgeLHaSnItOIpLA,2313
6
- alibabacloud_rds20140815-11.1.0.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
7
- alibabacloud_rds20140815-11.1.0.dist-info/top_level.txt,sha256=JrnffxBPffQ-kwp8_cVNsbxBsxm7QysAdoFB1xAdY70,25
8
- alibabacloud_rds20140815-11.1.0.dist-info/RECORD,,