tencentcloud-sdk-python-cwp 3.0.1358__tar.gz → 3.0.1359__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.
- {tencentcloud-sdk-python-cwp-3.0.1358 → tencentcloud-sdk-python-cwp-3.0.1359}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-cwp-3.0.1358 → tencentcloud-sdk-python-cwp-3.0.1359}/setup.py +1 -1
- {tencentcloud-sdk-python-cwp-3.0.1358 → tencentcloud-sdk-python-cwp-3.0.1359}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-cwp-3.0.1358 → tencentcloud-sdk-python-cwp-3.0.1359}/tencentcloud/cwp/v20180228/cwp_client.py +1 -1
- {tencentcloud-sdk-python-cwp-3.0.1358 → tencentcloud-sdk-python-cwp-3.0.1359}/tencentcloud/cwp/v20180228/models.py +2 -2
- {tencentcloud-sdk-python-cwp-3.0.1358 → tencentcloud-sdk-python-cwp-3.0.1359}/tencentcloud_sdk_python_cwp.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-cwp-3.0.1359/tencentcloud_sdk_python_cwp.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-cwp-3.0.1358/tencentcloud_sdk_python_cwp.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-cwp-3.0.1358 → tencentcloud-sdk-python-cwp-3.0.1359}/README.rst +0 -0
- {tencentcloud-sdk-python-cwp-3.0.1358 → tencentcloud-sdk-python-cwp-3.0.1359}/setup.cfg +0 -0
- {tencentcloud-sdk-python-cwp-3.0.1358 → tencentcloud-sdk-python-cwp-3.0.1359}/tencentcloud/cwp/__init__.py +0 -0
- {tencentcloud-sdk-python-cwp-3.0.1358 → tencentcloud-sdk-python-cwp-3.0.1359}/tencentcloud/cwp/v20180228/__init__.py +0 -0
- {tencentcloud-sdk-python-cwp-3.0.1358 → tencentcloud-sdk-python-cwp-3.0.1359}/tencentcloud/cwp/v20180228/errorcodes.py +0 -0
- {tencentcloud-sdk-python-cwp-3.0.1358 → tencentcloud-sdk-python-cwp-3.0.1359}/tencentcloud_sdk_python_cwp.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-cwp-3.0.1358 → tencentcloud-sdk-python-cwp-3.0.1359}/tencentcloud_sdk_python_cwp.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-cwp-3.0.1358 → tencentcloud-sdk-python-cwp-3.0.1359}/tencentcloud_sdk_python_cwp.egg-info/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-cwp',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1359"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Cwp SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -4400,7 +4400,7 @@ class CwpClient(AbstractClient):
|
|
|
4400
4400
|
|
|
4401
4401
|
|
|
4402
4402
|
def DescribeHostLoginList(self, request):
|
|
4403
|
-
"""
|
|
4403
|
+
"""获取异常登录列表
|
|
4404
4404
|
|
|
4405
4405
|
:param request: Request instance for DescribeHostLoginList.
|
|
4406
4406
|
:type request: :class:`tencentcloud.cwp.v20180228.models.DescribeHostLoginListRequest`
|
|
@@ -39475,7 +39475,7 @@ class DescribeHostLoginListResponse(AbstractModel):
|
|
|
39475
39475
|
r"""
|
|
39476
39476
|
:param _TotalCount: 总数
|
|
39477
39477
|
:type TotalCount: int
|
|
39478
|
-
:param _HostLoginList:
|
|
39478
|
+
:param _HostLoginList: 异常登录列表
|
|
39479
39479
|
:type HostLoginList: list of HostLoginList
|
|
39480
39480
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
39481
39481
|
:type RequestId: str
|
|
@@ -39497,7 +39497,7 @@ class DescribeHostLoginListResponse(AbstractModel):
|
|
|
39497
39497
|
|
|
39498
39498
|
@property
|
|
39499
39499
|
def HostLoginList(self):
|
|
39500
|
-
"""
|
|
39500
|
+
"""异常登录列表
|
|
39501
39501
|
:rtype: list of HostLoginList
|
|
39502
39502
|
"""
|
|
39503
39503
|
return self._HostLoginList
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1359
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1358
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|