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.
Files changed (16) hide show
  1. {tencentcloud-sdk-python-cwp-3.0.1358 → tencentcloud-sdk-python-cwp-3.0.1359}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-cwp-3.0.1358 → tencentcloud-sdk-python-cwp-3.0.1359}/setup.py +1 -1
  3. {tencentcloud-sdk-python-cwp-3.0.1358 → tencentcloud-sdk-python-cwp-3.0.1359}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-cwp-3.0.1358 → tencentcloud-sdk-python-cwp-3.0.1359}/tencentcloud/cwp/v20180228/cwp_client.py +1 -1
  5. {tencentcloud-sdk-python-cwp-3.0.1358 → tencentcloud-sdk-python-cwp-3.0.1359}/tencentcloud/cwp/v20180228/models.py +2 -2
  6. {tencentcloud-sdk-python-cwp-3.0.1358 → tencentcloud-sdk-python-cwp-3.0.1359}/tencentcloud_sdk_python_cwp.egg-info/PKG-INFO +1 -1
  7. tencentcloud-sdk-python-cwp-3.0.1359/tencentcloud_sdk_python_cwp.egg-info/requires.txt +1 -0
  8. tencentcloud-sdk-python-cwp-3.0.1358/tencentcloud_sdk_python_cwp.egg-info/requires.txt +0 -1
  9. {tencentcloud-sdk-python-cwp-3.0.1358 → tencentcloud-sdk-python-cwp-3.0.1359}/README.rst +0 -0
  10. {tencentcloud-sdk-python-cwp-3.0.1358 → tencentcloud-sdk-python-cwp-3.0.1359}/setup.cfg +0 -0
  11. {tencentcloud-sdk-python-cwp-3.0.1358 → tencentcloud-sdk-python-cwp-3.0.1359}/tencentcloud/cwp/__init__.py +0 -0
  12. {tencentcloud-sdk-python-cwp-3.0.1358 → tencentcloud-sdk-python-cwp-3.0.1359}/tencentcloud/cwp/v20180228/__init__.py +0 -0
  13. {tencentcloud-sdk-python-cwp-3.0.1358 → tencentcloud-sdk-python-cwp-3.0.1359}/tencentcloud/cwp/v20180228/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-cwp-3.0.1358 → tencentcloud-sdk-python-cwp-3.0.1359}/tencentcloud_sdk_python_cwp.egg-info/SOURCES.txt +0 -0
  15. {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
  16. {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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-cwp
3
- Version: 3.0.1358
3
+ Version: 3.0.1359
4
4
  Summary: Tencent Cloud Cwp SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -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.1358"],
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(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1358'
17
+ __version__ = '3.0.1359'
@@ -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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-cwp
3
- Version: 3.0.1358
3
+ Version: 3.0.1359
4
4
  Summary: Tencent Cloud Cwp SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common==3.0.1359
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1358