alibabacloud-nis20211216 2.2.2__py3-none-any.whl → 2.2.3__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.
- alibabacloud_nis20211216/__init__.py +1 -1
- alibabacloud_nis20211216/models.py +6 -0
- {alibabacloud_nis20211216-2.2.2.dist-info → alibabacloud_nis20211216-2.2.3.dist-info}/METADATA +2 -2
- alibabacloud_nis20211216-2.2.3.dist-info/RECORD +8 -0
- alibabacloud_nis20211216-2.2.2.dist-info/RECORD +0 -8
- {alibabacloud_nis20211216-2.2.2.dist-info → alibabacloud_nis20211216-2.2.3.dist-info}/LICENSE +0 -0
- {alibabacloud_nis20211216-2.2.2.dist-info → alibabacloud_nis20211216-2.2.3.dist-info}/WHEEL +0 -0
- {alibabacloud_nis20211216-2.2.2.dist-info → alibabacloud_nis20211216-2.2.3.dist-info}/top_level.txt +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = '2.2.
|
|
1
|
+
__version__ = '2.2.3'
|
|
@@ -1632,6 +1632,7 @@ class DescribeNisInspectionReportCheckItemsResponseBodyCheckItemList(TeaModel):
|
|
|
1632
1632
|
check_item_name: str = None,
|
|
1633
1633
|
check_result_list: List[DescribeNisInspectionReportCheckItemsResponseBodyCheckItemListCheckResultList] = None,
|
|
1634
1634
|
description: str = None,
|
|
1635
|
+
description_code: str = None,
|
|
1635
1636
|
recommendation_list: List[DescribeNisInspectionReportCheckItemsResponseBodyCheckItemListRecommendationList] = None,
|
|
1636
1637
|
resource_type: str = None,
|
|
1637
1638
|
):
|
|
@@ -1640,6 +1641,7 @@ class DescribeNisInspectionReportCheckItemsResponseBodyCheckItemList(TeaModel):
|
|
|
1640
1641
|
self.check_item_name = check_item_name
|
|
1641
1642
|
self.check_result_list = check_result_list
|
|
1642
1643
|
self.description = description
|
|
1644
|
+
self.description_code = description_code
|
|
1643
1645
|
self.recommendation_list = recommendation_list
|
|
1644
1646
|
self.resource_type = resource_type
|
|
1645
1647
|
|
|
@@ -1671,6 +1673,8 @@ class DescribeNisInspectionReportCheckItemsResponseBodyCheckItemList(TeaModel):
|
|
|
1671
1673
|
result['CheckResultList'].append(k.to_map() if k else None)
|
|
1672
1674
|
if self.description is not None:
|
|
1673
1675
|
result['Description'] = self.description
|
|
1676
|
+
if self.description_code is not None:
|
|
1677
|
+
result['DescriptionCode'] = self.description_code
|
|
1674
1678
|
result['RecommendationList'] = []
|
|
1675
1679
|
if self.recommendation_list is not None:
|
|
1676
1680
|
for k in self.recommendation_list:
|
|
@@ -1694,6 +1698,8 @@ class DescribeNisInspectionReportCheckItemsResponseBodyCheckItemList(TeaModel):
|
|
|
1694
1698
|
self.check_result_list.append(temp_model.from_map(k))
|
|
1695
1699
|
if m.get('Description') is not None:
|
|
1696
1700
|
self.description = m.get('Description')
|
|
1701
|
+
if m.get('DescriptionCode') is not None:
|
|
1702
|
+
self.description_code = m.get('DescriptionCode')
|
|
1697
1703
|
self.recommendation_list = []
|
|
1698
1704
|
if m.get('RecommendationList') is not None:
|
|
1699
1705
|
for k in m.get('RecommendationList'):
|
{alibabacloud_nis20211216-2.2.2.dist-info → alibabacloud_nis20211216-2.2.3.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: alibabacloud-nis20211216
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.3
|
|
4
4
|
Summary: Alibaba Cloud nis (20211216) SDK Library for Python
|
|
5
5
|
Home-page: https://github.com/aliyun/alibabacloud-python-sdk
|
|
6
6
|
Author: Alibaba Cloud SDK
|
|
@@ -23,7 +23,7 @@ Description-Content-Type: text/markdown
|
|
|
23
23
|
License-File: LICENSE
|
|
24
24
|
Requires-Dist: alibabacloud-endpoint-util (<1.0.0,>=0.0.4)
|
|
25
25
|
Requires-Dist: alibabacloud-openapi-util (<1.0.0,>=0.2.2)
|
|
26
|
-
Requires-Dist: alibabacloud-tea-openapi (<1.0.0,>=0.3.
|
|
26
|
+
Requires-Dist: alibabacloud-tea-openapi (<1.0.0,>=0.3.16)
|
|
27
27
|
Requires-Dist: alibabacloud-tea-util (<1.0.0,>=0.3.13)
|
|
28
28
|
|
|
29
29
|
English | [简体中文](README-CN.md)
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
alibabacloud_nis20211216/__init__.py,sha256=vapzQMEvRw9oEJatHNIV-9gCjWVyJGtg6d4VMZTN_To,21
|
|
2
|
+
alibabacloud_nis20211216/client.py,sha256=8PodHj5J1ek5tSOwWv2NjaaKU_HPQnhZqukCUo7uNcU,131051
|
|
3
|
+
alibabacloud_nis20211216/models.py,sha256=zJI8t4N2wM9khZqHtX9GnFH3thqgy8HKSb4GNmU-Af0,230908
|
|
4
|
+
alibabacloud_nis20211216-2.2.3.dist-info/LICENSE,sha256=0CFItL6bHvxqS44T6vlLoW2R4Zaic304OO3WxN0oXF0,600
|
|
5
|
+
alibabacloud_nis20211216-2.2.3.dist-info/METADATA,sha256=SE4uyLCfyHqpX34-DQLR6JiTq2N5cT0oMWjEuxbi7s8,2312
|
|
6
|
+
alibabacloud_nis20211216-2.2.3.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
|
7
|
+
alibabacloud_nis20211216-2.2.3.dist-info/top_level.txt,sha256=1HNuX1wPeAJo62AOeF3Zg5lbLWQtmR6SfGOK8zZCduo,25
|
|
8
|
+
alibabacloud_nis20211216-2.2.3.dist-info/RECORD,,
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
alibabacloud_nis20211216/__init__.py,sha256=4B_sNNJUbslsnt_SC5cGzr8VJieqD-1boMlbFU1Hg88,21
|
|
2
|
-
alibabacloud_nis20211216/client.py,sha256=8PodHj5J1ek5tSOwWv2NjaaKU_HPQnhZqukCUo7uNcU,131051
|
|
3
|
-
alibabacloud_nis20211216/models.py,sha256=MrLwdEsJ6y8ASaRW8voEq-JCVrFJ8oE-AuJhtUnBzO4,230603
|
|
4
|
-
alibabacloud_nis20211216-2.2.2.dist-info/LICENSE,sha256=0CFItL6bHvxqS44T6vlLoW2R4Zaic304OO3WxN0oXF0,600
|
|
5
|
-
alibabacloud_nis20211216-2.2.2.dist-info/METADATA,sha256=L3y6RphHkjAQWADfng4pFfrgvn5U_eU0MeovPHSgDHE,2312
|
|
6
|
-
alibabacloud_nis20211216-2.2.2.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
|
7
|
-
alibabacloud_nis20211216-2.2.2.dist-info/top_level.txt,sha256=1HNuX1wPeAJo62AOeF3Zg5lbLWQtmR6SfGOK8zZCduo,25
|
|
8
|
-
alibabacloud_nis20211216-2.2.2.dist-info/RECORD,,
|
{alibabacloud_nis20211216-2.2.2.dist-info → alibabacloud_nis20211216-2.2.3.dist-info}/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|
{alibabacloud_nis20211216-2.2.2.dist-info → alibabacloud_nis20211216-2.2.3.dist-info}/top_level.txt
RENAMED
|
File without changes
|