tencentcloud-sdk-python-csip 3.0.1479__py2.py3-none-any.whl → 3.1.3__py2.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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/csip/v20221121/csip_client.py +1 -1
- tencentcloud/csip/v20221121/csip_client_async.py +1502 -0
- tencentcloud/csip/v20221121/models.py +105 -0
- {tencentcloud_sdk_python_csip-3.0.1479.dist-info → tencentcloud_sdk_python_csip-3.1.3.dist-info}/METADATA +2 -4
- tencentcloud_sdk_python_csip-3.1.3.dist-info/RECORD +11 -0
- {tencentcloud_sdk_python_csip-3.0.1479.dist-info → tencentcloud_sdk_python_csip-3.1.3.dist-info}/WHEEL +1 -1
- tencentcloud_sdk_python_csip-3.0.1479.dist-info/RECORD +0 -10
- {tencentcloud_sdk_python_csip-3.0.1479.dist-info → tencentcloud_sdk_python_csip-3.1.3.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
|
@@ -579,7 +579,7 @@ class CsipClient(AbstractClient):
|
|
|
579
579
|
|
|
580
580
|
|
|
581
581
|
def DescribeCheckViewRisks(self, request):
|
|
582
|
-
r"""
|
|
582
|
+
r"""检查视角下云资源配置风险列表
|
|
583
583
|
|
|
584
584
|
:param request: Request instance for DescribeCheckViewRisks.
|
|
585
585
|
:type request: :class:`tencentcloud.csip.v20221121.models.DescribeCheckViewRisksRequest`
|