tencentcloud-sdk-python-cwp 3.0.1430__tar.gz → 3.0.1438__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.1430 → tencentcloud-sdk-python-cwp-3.0.1438}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-cwp-3.0.1430 → tencentcloud-sdk-python-cwp-3.0.1438}/setup.py +1 -1
- {tencentcloud-sdk-python-cwp-3.0.1430 → tencentcloud-sdk-python-cwp-3.0.1438}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-cwp-3.0.1430 → tencentcloud-sdk-python-cwp-3.0.1438}/tencentcloud/cwp/v20180228/cwp_client.py +2 -2
- {tencentcloud-sdk-python-cwp-3.0.1430 → tencentcloud-sdk-python-cwp-3.0.1438}/tencentcloud/cwp/v20180228/models.py +8 -8
- {tencentcloud-sdk-python-cwp-3.0.1430 → tencentcloud-sdk-python-cwp-3.0.1438}/tencentcloud_sdk_python_cwp.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-cwp-3.0.1438/tencentcloud_sdk_python_cwp.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-cwp-3.0.1430/tencentcloud_sdk_python_cwp.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-cwp-3.0.1430 → tencentcloud-sdk-python-cwp-3.0.1438}/README.rst +0 -0
- {tencentcloud-sdk-python-cwp-3.0.1430 → tencentcloud-sdk-python-cwp-3.0.1438}/setup.cfg +0 -0
- {tencentcloud-sdk-python-cwp-3.0.1430 → tencentcloud-sdk-python-cwp-3.0.1438}/tencentcloud/cwp/__init__.py +0 -0
- {tencentcloud-sdk-python-cwp-3.0.1430 → tencentcloud-sdk-python-cwp-3.0.1438}/tencentcloud/cwp/v20180228/__init__.py +0 -0
- {tencentcloud-sdk-python-cwp-3.0.1430 → tencentcloud-sdk-python-cwp-3.0.1438}/tencentcloud/cwp/v20180228/errorcodes.py +0 -0
- {tencentcloud-sdk-python-cwp-3.0.1430 → tencentcloud-sdk-python-cwp-3.0.1438}/tencentcloud_sdk_python_cwp.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-cwp-3.0.1430 → tencentcloud-sdk-python-cwp-3.0.1438}/tencentcloud_sdk_python_cwp.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-cwp-3.0.1430 → tencentcloud-sdk-python-cwp-3.0.1438}/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.1438,<4.0.0"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Cwp SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -1619,7 +1619,7 @@ class CwpClient(AbstractClient):
|
|
|
1619
1619
|
|
|
1620
1620
|
|
|
1621
1621
|
def DescribeAccountStatistics(self, request):
|
|
1622
|
-
"""本接口 (DescribeAccountStatistics)
|
|
1622
|
+
"""本接口 (DescribeAccountStatistics) 用于获取账号统计列表数据。
|
|
1623
1623
|
|
|
1624
1624
|
:param request: Request instance for DescribeAccountStatistics.
|
|
1625
1625
|
:type request: :class:`tencentcloud.cwp.v20180228.models.DescribeAccountStatisticsRequest`
|
|
@@ -4333,7 +4333,7 @@ class CwpClient(AbstractClient):
|
|
|
4333
4333
|
|
|
4334
4334
|
|
|
4335
4335
|
def DescribeHistoryAccounts(self, request):
|
|
4336
|
-
"""本接口 (DescribeHistoryAccounts)
|
|
4336
|
+
"""本接口 (DescribeHistoryAccounts) 用于获取账号变更历史列表数据。
|
|
4337
4337
|
|
|
4338
4338
|
:param request: Request instance for DescribeHistoryAccounts.
|
|
4339
4339
|
:type request: :class:`tencentcloud.cwp.v20180228.models.DescribeHistoryAccountsRequest`
|
|
@@ -22227,9 +22227,9 @@ class DescribeAccountStatisticsResponse(AbstractModel):
|
|
|
22227
22227
|
|
|
22228
22228
|
def __init__(self):
|
|
22229
22229
|
r"""
|
|
22230
|
-
:param _TotalCount:
|
|
22230
|
+
:param _TotalCount: 账号统计列表记录总数。
|
|
22231
22231
|
:type TotalCount: int
|
|
22232
|
-
:param _AccountStatistics:
|
|
22232
|
+
:param _AccountStatistics: 账号统计列表。
|
|
22233
22233
|
:type AccountStatistics: list of AccountStatistics
|
|
22234
22234
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
22235
22235
|
:type RequestId: str
|
|
@@ -22240,7 +22240,7 @@ class DescribeAccountStatisticsResponse(AbstractModel):
|
|
|
22240
22240
|
|
|
22241
22241
|
@property
|
|
22242
22242
|
def TotalCount(self):
|
|
22243
|
-
"""
|
|
22243
|
+
"""账号统计列表记录总数。
|
|
22244
22244
|
:rtype: int
|
|
22245
22245
|
"""
|
|
22246
22246
|
return self._TotalCount
|
|
@@ -22251,7 +22251,7 @@ class DescribeAccountStatisticsResponse(AbstractModel):
|
|
|
22251
22251
|
|
|
22252
22252
|
@property
|
|
22253
22253
|
def AccountStatistics(self):
|
|
22254
|
-
"""
|
|
22254
|
+
"""账号统计列表。
|
|
22255
22255
|
:rtype: list of AccountStatistics
|
|
22256
22256
|
"""
|
|
22257
22257
|
return self._AccountStatistics
|
|
@@ -39086,9 +39086,9 @@ class DescribeHistoryAccountsResponse(AbstractModel):
|
|
|
39086
39086
|
|
|
39087
39087
|
def __init__(self):
|
|
39088
39088
|
r"""
|
|
39089
|
-
:param _TotalCount:
|
|
39089
|
+
:param _TotalCount: 账号变更历史列表记录总数。
|
|
39090
39090
|
:type TotalCount: int
|
|
39091
|
-
:param _HistoryAccounts:
|
|
39091
|
+
:param _HistoryAccounts: 账号变更历史数据数组。
|
|
39092
39092
|
:type HistoryAccounts: list of HistoryAccount
|
|
39093
39093
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
39094
39094
|
:type RequestId: str
|
|
@@ -39099,7 +39099,7 @@ class DescribeHistoryAccountsResponse(AbstractModel):
|
|
|
39099
39099
|
|
|
39100
39100
|
@property
|
|
39101
39101
|
def TotalCount(self):
|
|
39102
|
-
"""
|
|
39102
|
+
"""账号变更历史列表记录总数。
|
|
39103
39103
|
:rtype: int
|
|
39104
39104
|
"""
|
|
39105
39105
|
return self._TotalCount
|
|
@@ -39110,7 +39110,7 @@ class DescribeHistoryAccountsResponse(AbstractModel):
|
|
|
39110
39110
|
|
|
39111
39111
|
@property
|
|
39112
39112
|
def HistoryAccounts(self):
|
|
39113
|
-
"""
|
|
39113
|
+
"""账号变更历史数据数组。
|
|
39114
39114
|
:rtype: list of HistoryAccount
|
|
39115
39115
|
"""
|
|
39116
39116
|
return self._HistoryAccounts
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.0.1438
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.0.1430
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|