tencentcloud-sdk-python-intl-en 3.0.1155__py2.py3-none-any.whl → 3.0.1157__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.
Potentially problematic release.
This version of tencentcloud-sdk-python-intl-en might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/pts/__init__.py +0 -0
- tencentcloud/pts/v20210728/__init__.py +0 -0
- tencentcloud/pts/v20210728/errorcodes.py +72 -0
- tencentcloud/pts/v20210728/models.py +14199 -0
- tencentcloud/pts/v20210728/pts_client.py +1130 -0
- tencentcloud/wedata/v20210820/models.py +1375 -4
- tencentcloud/wedata/v20210820/wedata_client.py +46 -0
- {tencentcloud_sdk_python_intl_en-3.0.1155.dist-info → tencentcloud_sdk_python_intl_en-3.0.1157.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python_intl_en-3.0.1155.dist-info → tencentcloud_sdk_python_intl_en-3.0.1157.dist-info}/RECORD +12 -7
- {tencentcloud_sdk_python_intl_en-3.0.1155.dist-info → tencentcloud_sdk_python_intl_en-3.0.1157.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_intl_en-3.0.1155.dist-info → tencentcloud_sdk_python_intl_en-3.0.1157.dist-info}/top_level.txt +0 -0
|
@@ -2694,6 +2694,52 @@ class WedataClient(AbstractClient):
|
|
|
2694
2694
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2695
2695
|
|
|
2696
2696
|
|
|
2697
|
+
def DescribeReportTaskDetail(self, request):
|
|
2698
|
+
"""This API is used to query task details for reports.
|
|
2699
|
+
|
|
2700
|
+
:param request: Request instance for DescribeReportTaskDetail.
|
|
2701
|
+
:type request: :class:`tencentcloud.wedata.v20210820.models.DescribeReportTaskDetailRequest`
|
|
2702
|
+
:rtype: :class:`tencentcloud.wedata.v20210820.models.DescribeReportTaskDetailResponse`
|
|
2703
|
+
|
|
2704
|
+
"""
|
|
2705
|
+
try:
|
|
2706
|
+
params = request._serialize()
|
|
2707
|
+
headers = request.headers
|
|
2708
|
+
body = self.call("DescribeReportTaskDetail", params, headers=headers)
|
|
2709
|
+
response = json.loads(body)
|
|
2710
|
+
model = models.DescribeReportTaskDetailResponse()
|
|
2711
|
+
model._deserialize(response["Response"])
|
|
2712
|
+
return model
|
|
2713
|
+
except Exception as e:
|
|
2714
|
+
if isinstance(e, TencentCloudSDKException):
|
|
2715
|
+
raise
|
|
2716
|
+
else:
|
|
2717
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2718
|
+
|
|
2719
|
+
|
|
2720
|
+
def DescribeReportTaskList(self, request):
|
|
2721
|
+
"""This API is used to query the task submission list.
|
|
2722
|
+
|
|
2723
|
+
:param request: Request instance for DescribeReportTaskList.
|
|
2724
|
+
:type request: :class:`tencentcloud.wedata.v20210820.models.DescribeReportTaskListRequest`
|
|
2725
|
+
:rtype: :class:`tencentcloud.wedata.v20210820.models.DescribeReportTaskListResponse`
|
|
2726
|
+
|
|
2727
|
+
"""
|
|
2728
|
+
try:
|
|
2729
|
+
params = request._serialize()
|
|
2730
|
+
headers = request.headers
|
|
2731
|
+
body = self.call("DescribeReportTaskList", params, headers=headers)
|
|
2732
|
+
response = json.loads(body)
|
|
2733
|
+
model = models.DescribeReportTaskListResponse()
|
|
2734
|
+
model._deserialize(response["Response"])
|
|
2735
|
+
return model
|
|
2736
|
+
except Exception as e:
|
|
2737
|
+
if isinstance(e, TencentCloudSDKException):
|
|
2738
|
+
raise
|
|
2739
|
+
else:
|
|
2740
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2741
|
+
|
|
2742
|
+
|
|
2697
2743
|
def DescribeResourceManagePathTrees(self, request):
|
|
2698
2744
|
"""Retrieve resource management directory tree
|
|
2699
2745
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
tencentcloud/__init__.py,sha256=
|
|
1
|
+
tencentcloud/__init__.py,sha256=wtIHq2vlFijdDYydbFHIyVABjY4NdUkJvSiTRMrdpRE,630
|
|
2
2
|
tencentcloud/advisor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
tencentcloud/advisor/v20200721/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
tencentcloud/advisor/v20200721/advisor_client.py,sha256=b5pLP_oF5HZHo4xbn-hI4dkpnirhcHB2rNDWvGf4q1Y,2919
|
|
@@ -434,6 +434,11 @@ tencentcloud/privatedns/v20201028/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeR
|
|
|
434
434
|
tencentcloud/privatedns/v20201028/errorcodes.py,sha256=aDEaYiBKIOFSpxw9Bgnv9d6nIGg08S8W9rFkvfE84ls,9343
|
|
435
435
|
tencentcloud/privatedns/v20201028/models.py,sha256=_1p2WSxem5che6-72I6C-zTUeGOCaV789-2v6d_cKoU,178305
|
|
436
436
|
tencentcloud/privatedns/v20201028/privatedns_client.py,sha256=rX3bk25bU0RObisI9xqfF66Rk3arPVHdigaMrVuIgk8,29294
|
|
437
|
+
tencentcloud/pts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
438
|
+
tencentcloud/pts/v20210728/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
439
|
+
tencentcloud/pts/v20210728/errorcodes.py,sha256=kbsyWHewtEaQI-KwlSHTYHZp9-xsqw4P86StO5hEejg,2280
|
|
440
|
+
tencentcloud/pts/v20210728/models.py,sha256=7zI6ZQH_jNdxXl6Eb10ilvqwB1dC_jgSltnAEplgYh0,408329
|
|
441
|
+
tencentcloud/pts/v20210728/pts_client.py,sha256=7EnFBeD7mPqEiaCFiY2TpAuyH6aLhhjtGhn_O1cd5l8,44042
|
|
437
442
|
tencentcloud/rce/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
438
443
|
tencentcloud/rce/v20201103/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
439
444
|
tencentcloud/rce/v20201103/errorcodes.py,sha256=14CmbQTMreizjkKkhZcO3d1y5WoqLElYS7-eXbb4h7w,4291
|
|
@@ -627,14 +632,14 @@ tencentcloud/waf/v20180125/waf_client.py,sha256=dwTiNBxiBVGUrjPUcY651eeHnP0VFMJz
|
|
|
627
632
|
tencentcloud/wedata/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
628
633
|
tencentcloud/wedata/v20210820/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
629
634
|
tencentcloud/wedata/v20210820/errorcodes.py,sha256=nqjLl2GjTvhMFNWtn38iKzZIm5w2DMVJ5Fw5Hnh5SUM,3879
|
|
630
|
-
tencentcloud/wedata/v20210820/models.py,sha256=
|
|
631
|
-
tencentcloud/wedata/v20210820/wedata_client.py,sha256=
|
|
635
|
+
tencentcloud/wedata/v20210820/models.py,sha256=kZSu6gNdG3UYr7C0ViMSVxZ5N0nK6BTJRwY9Vte0Muc,2337011
|
|
636
|
+
tencentcloud/wedata/v20210820/wedata_client.py,sha256=4pFP0LMw9dr1i7M3FbjxuavK1CKNRKBcUlCZVAmJnHY,208821
|
|
632
637
|
tencentcloud/yunjing/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
633
638
|
tencentcloud/yunjing/v20180228/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
634
639
|
tencentcloud/yunjing/v20180228/errorcodes.py,sha256=VEqwMbMBe7F2oAW6ZDu3vAivBr60lbo7FWduFqRTEVg,3195
|
|
635
640
|
tencentcloud/yunjing/v20180228/models.py,sha256=0rnsJ4JkA5aCTV1cVwCuKnzooe6IhQ0NS3ij6tJ22uw,330670
|
|
636
641
|
tencentcloud/yunjing/v20180228/yunjing_client.py,sha256=GA7Fo5GmpEJ2kufV2upw-ZpMZxznsPZ3NKDKDDAI4Ao,67384
|
|
637
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
|
638
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
|
639
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
|
640
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
|
642
|
+
tencentcloud_sdk_python_intl_en-3.0.1157.dist-info/METADATA,sha256=YtSoSvNNBbZTC1o2GGXzdh_g1LfHAXAXOu6r2TSzdZk,1628
|
|
643
|
+
tencentcloud_sdk_python_intl_en-3.0.1157.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
644
|
+
tencentcloud_sdk_python_intl_en-3.0.1157.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
645
|
+
tencentcloud_sdk_python_intl_en-3.0.1157.dist-info/RECORD,,
|
|
File without changes
|