tencentcloud-sdk-python-cwp 3.0.1289__tar.gz → 3.0.1292__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.1289 → tencentcloud-sdk-python-cwp-3.0.1292}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-cwp-3.0.1289 → tencentcloud-sdk-python-cwp-3.0.1292}/setup.py +1 -1
- {tencentcloud-sdk-python-cwp-3.0.1289 → tencentcloud-sdk-python-cwp-3.0.1292}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-cwp-3.0.1289 → tencentcloud-sdk-python-cwp-3.0.1292}/tencentcloud/cwp/v20180228/cwp_client.py +0 -25
- {tencentcloud-sdk-python-cwp-3.0.1289 → tencentcloud-sdk-python-cwp-3.0.1292}/tencentcloud/cwp/v20180228/models.py +0 -49
- {tencentcloud-sdk-python-cwp-3.0.1289 → tencentcloud-sdk-python-cwp-3.0.1292}/tencentcloud_sdk_python_cwp.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-cwp-3.0.1292/tencentcloud_sdk_python_cwp.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-cwp-3.0.1289/tencentcloud_sdk_python_cwp.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-cwp-3.0.1289 → tencentcloud-sdk-python-cwp-3.0.1292}/README.rst +0 -0
- {tencentcloud-sdk-python-cwp-3.0.1289 → tencentcloud-sdk-python-cwp-3.0.1292}/setup.cfg +0 -0
- {tencentcloud-sdk-python-cwp-3.0.1289 → tencentcloud-sdk-python-cwp-3.0.1292}/tencentcloud/cwp/__init__.py +0 -0
- {tencentcloud-sdk-python-cwp-3.0.1289 → tencentcloud-sdk-python-cwp-3.0.1292}/tencentcloud/cwp/v20180228/__init__.py +0 -0
- {tencentcloud-sdk-python-cwp-3.0.1289 → tencentcloud-sdk-python-cwp-3.0.1292}/tencentcloud/cwp/v20180228/errorcodes.py +0 -0
- {tencentcloud-sdk-python-cwp-3.0.1289 → tencentcloud-sdk-python-cwp-3.0.1292}/tencentcloud_sdk_python_cwp.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-cwp-3.0.1289 → tencentcloud-sdk-python-cwp-3.0.1292}/tencentcloud_sdk_python_cwp.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-cwp-3.0.1289 → tencentcloud-sdk-python-cwp-3.0.1292}/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.1292"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Cwp SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -4637,31 +4637,6 @@ class CwpClient(AbstractClient):
|
|
|
4637
4637
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
4638
4638
|
|
|
4639
4639
|
|
|
4640
|
-
def DescribeIndexList(self, request):
|
|
4641
|
-
"""接口已废弃
|
|
4642
|
-
|
|
4643
|
-
获取索引列表
|
|
4644
|
-
|
|
4645
|
-
:param request: Request instance for DescribeIndexList.
|
|
4646
|
-
:type request: :class:`tencentcloud.cwp.v20180228.models.DescribeIndexListRequest`
|
|
4647
|
-
:rtype: :class:`tencentcloud.cwp.v20180228.models.DescribeIndexListResponse`
|
|
4648
|
-
|
|
4649
|
-
"""
|
|
4650
|
-
try:
|
|
4651
|
-
params = request._serialize()
|
|
4652
|
-
headers = request.headers
|
|
4653
|
-
body = self.call("DescribeIndexList", params, headers=headers)
|
|
4654
|
-
response = json.loads(body)
|
|
4655
|
-
model = models.DescribeIndexListResponse()
|
|
4656
|
-
model._deserialize(response["Response"])
|
|
4657
|
-
return model
|
|
4658
|
-
except Exception as e:
|
|
4659
|
-
if isinstance(e, TencentCloudSDKException):
|
|
4660
|
-
raise
|
|
4661
|
-
else:
|
|
4662
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
4663
|
-
|
|
4664
|
-
|
|
4665
4640
|
def DescribeJavaMemShellInfo(self, request):
|
|
4666
4641
|
"""查询java内存马事件详细信息
|
|
4667
4642
|
|
|
@@ -41535,55 +41535,6 @@ class DescribeImportMachineInfoResponse(AbstractModel):
|
|
|
41535
41535
|
self._RequestId = params.get("RequestId")
|
|
41536
41536
|
|
|
41537
41537
|
|
|
41538
|
-
class DescribeIndexListRequest(AbstractModel):
|
|
41539
|
-
"""DescribeIndexList请求参数结构体
|
|
41540
|
-
|
|
41541
|
-
"""
|
|
41542
|
-
|
|
41543
|
-
|
|
41544
|
-
class DescribeIndexListResponse(AbstractModel):
|
|
41545
|
-
"""DescribeIndexList返回参数结构体
|
|
41546
|
-
|
|
41547
|
-
"""
|
|
41548
|
-
|
|
41549
|
-
def __init__(self):
|
|
41550
|
-
r"""
|
|
41551
|
-
:param _Data: ES 索引信息
|
|
41552
|
-
:type Data: str
|
|
41553
|
-
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
41554
|
-
:type RequestId: str
|
|
41555
|
-
"""
|
|
41556
|
-
self._Data = None
|
|
41557
|
-
self._RequestId = None
|
|
41558
|
-
|
|
41559
|
-
@property
|
|
41560
|
-
def Data(self):
|
|
41561
|
-
"""ES 索引信息
|
|
41562
|
-
:rtype: str
|
|
41563
|
-
"""
|
|
41564
|
-
return self._Data
|
|
41565
|
-
|
|
41566
|
-
@Data.setter
|
|
41567
|
-
def Data(self, Data):
|
|
41568
|
-
self._Data = Data
|
|
41569
|
-
|
|
41570
|
-
@property
|
|
41571
|
-
def RequestId(self):
|
|
41572
|
-
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
41573
|
-
:rtype: str
|
|
41574
|
-
"""
|
|
41575
|
-
return self._RequestId
|
|
41576
|
-
|
|
41577
|
-
@RequestId.setter
|
|
41578
|
-
def RequestId(self, RequestId):
|
|
41579
|
-
self._RequestId = RequestId
|
|
41580
|
-
|
|
41581
|
-
|
|
41582
|
-
def _deserialize(self, params):
|
|
41583
|
-
self._Data = params.get("Data")
|
|
41584
|
-
self._RequestId = params.get("RequestId")
|
|
41585
|
-
|
|
41586
|
-
|
|
41587
41538
|
class DescribeJavaMemShellInfoRequest(AbstractModel):
|
|
41588
41539
|
"""DescribeJavaMemShellInfo请求参数结构体
|
|
41589
41540
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1292
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1289
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|