tencentcloud-sdk-python 3.0.1320__py2.py3-none-any.whl → 3.0.1322__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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/billing/v20180709/billing_client.py +0 -75
- tencentcloud/billing/v20180709/models.py +2 -833
- tencentcloud/ccc/v20200210/errorcodes.py +6 -0
- tencentcloud/essbasic/v20210526/models.py +4 -4
- tencentcloud/facefusion/v20220927/facefusion_client.py +0 -1
- tencentcloud/facefusion/v20220927/models.py +16 -4
- tencentcloud/gme/v20180711/models.py +0 -40
- tencentcloud/hunyuan/v20230901/models.py +15 -0
- tencentcloud/keewidb/v20220308/keewidb_client.py +1 -0
- tencentcloud/lcic/v20220817/models.py +0 -4
- tencentcloud/lighthouse/v20200324/models.py +8 -56
- tencentcloud/lkeap/v20240522/lkeap_client.py +4 -4
- tencentcloud/lkeap/v20240522/models.py +10 -10
- tencentcloud/mna/v20210119/mna_client.py +46 -0
- tencentcloud/mna/v20210119/models.py +424 -0
- tencentcloud/monitor/v20230616/__init__.py +0 -0
- tencentcloud/monitor/v20230616/errorcodes.py +30 -0
- tencentcloud/monitor/v20230616/models.py +494 -0
- tencentcloud/monitor/v20230616/monitor_client.py +55 -0
- tencentcloud/mqtt/v20240516/errorcodes.py +12 -0
- tencentcloud/mqtt/v20240516/models.py +1305 -116
- tencentcloud/mqtt/v20240516/mqtt_client.py +185 -0
- tencentcloud/ocr/v20181119/models.py +367 -0
- tencentcloud/ocr/v20181119/ocr_client.py +23 -0
- tencentcloud/postgres/v20170312/models.py +1255 -91
- tencentcloud/postgres/v20170312/postgres_client.py +139 -0
- tencentcloud/ssl/v20191205/models.py +8 -234
- tencentcloud/trabbit/__init__.py +0 -0
- tencentcloud/trabbit/v20230418/__init__.py +0 -0
- tencentcloud/trabbit/v20230418/errorcodes.py +75 -0
- tencentcloud/trabbit/v20230418/models.py +8390 -0
- tencentcloud/trabbit/v20230418/trabbit_client.py +693 -0
- tencentcloud/trtc/v20190722/models.py +0 -6
- tencentcloud/vclm/v20240523/errorcodes.py +0 -72
- tencentcloud/vclm/v20240523/models.py +1 -854
- tencentcloud/vclm/v20240523/vclm_client.py +0 -104
- tencentcloud/wedata/v20210820/models.py +34 -0
- tencentcloud/wedata/v20210820/wedata_client.py +23 -0
- {tencentcloud_sdk_python-3.0.1320.dist-info → tencentcloud_sdk_python-3.0.1322.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1320.dist-info → tencentcloud_sdk_python-3.0.1322.dist-info}/RECORD +44 -35
- {tencentcloud_sdk_python-3.0.1320.dist-info → tencentcloud_sdk_python-3.0.1322.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1320.dist-info → tencentcloud_sdk_python-3.0.1322.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1320.dist-info → tencentcloud_sdk_python-3.0.1322.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
@@ -49,31 +49,6 @@ class BillingClient(AbstractClient):
|
|
49
49
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
50
50
|
|
51
51
|
|
52
|
-
def CreateSavingPlanOrder(self, request):
|
53
|
-
"""接口迁移到其他业务
|
54
|
-
|
55
|
-
创建节省计划订单,创建订单完成需调用PayDeals接口完成订单支付
|
56
|
-
|
57
|
-
:param request: Request instance for CreateSavingPlanOrder.
|
58
|
-
:type request: :class:`tencentcloud.billing.v20180709.models.CreateSavingPlanOrderRequest`
|
59
|
-
:rtype: :class:`tencentcloud.billing.v20180709.models.CreateSavingPlanOrderResponse`
|
60
|
-
|
61
|
-
"""
|
62
|
-
try:
|
63
|
-
params = request._serialize()
|
64
|
-
headers = request.headers
|
65
|
-
body = self.call("CreateSavingPlanOrder", params, headers=headers)
|
66
|
-
response = json.loads(body)
|
67
|
-
model = models.CreateSavingPlanOrderResponse()
|
68
|
-
model._deserialize(response["Response"])
|
69
|
-
return model
|
70
|
-
except Exception as e:
|
71
|
-
if isinstance(e, TencentCloudSDKException):
|
72
|
-
raise
|
73
|
-
else:
|
74
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
75
|
-
|
76
|
-
|
77
52
|
def DeleteAllocationTag(self, request):
|
78
53
|
"""批量取消设置分账标签
|
79
54
|
|
@@ -932,31 +907,6 @@ class BillingClient(AbstractClient):
|
|
932
907
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
933
908
|
|
934
909
|
|
935
|
-
def DescribeSavingPlanOverview(self, request):
|
936
|
-
"""接口迁移到其他业务
|
937
|
-
|
938
|
-
查用当前用户明细节省计划总览查询时段内的使用情况
|
939
|
-
|
940
|
-
:param request: Request instance for DescribeSavingPlanOverview.
|
941
|
-
:type request: :class:`tencentcloud.billing.v20180709.models.DescribeSavingPlanOverviewRequest`
|
942
|
-
:rtype: :class:`tencentcloud.billing.v20180709.models.DescribeSavingPlanOverviewResponse`
|
943
|
-
|
944
|
-
"""
|
945
|
-
try:
|
946
|
-
params = request._serialize()
|
947
|
-
headers = request.headers
|
948
|
-
body = self.call("DescribeSavingPlanOverview", params, headers=headers)
|
949
|
-
response = json.loads(body)
|
950
|
-
model = models.DescribeSavingPlanOverviewResponse()
|
951
|
-
model._deserialize(response["Response"])
|
952
|
-
return model
|
953
|
-
except Exception as e:
|
954
|
-
if isinstance(e, TencentCloudSDKException):
|
955
|
-
raise
|
956
|
-
else:
|
957
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
958
|
-
|
959
|
-
|
960
910
|
def DescribeSavingPlanResourceInfo(self, request):
|
961
911
|
"""查询节省计划详情
|
962
912
|
|
@@ -980,31 +930,6 @@ class BillingClient(AbstractClient):
|
|
980
930
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
981
931
|
|
982
932
|
|
983
|
-
def DescribeSavingPlanUsage(self, request):
|
984
|
-
"""接口迁移到其他业务
|
985
|
-
|
986
|
-
查用当前用户明细节省计划查询时段内的使用情况
|
987
|
-
|
988
|
-
:param request: Request instance for DescribeSavingPlanUsage.
|
989
|
-
:type request: :class:`tencentcloud.billing.v20180709.models.DescribeSavingPlanUsageRequest`
|
990
|
-
:rtype: :class:`tencentcloud.billing.v20180709.models.DescribeSavingPlanUsageResponse`
|
991
|
-
|
992
|
-
"""
|
993
|
-
try:
|
994
|
-
params = request._serialize()
|
995
|
-
headers = request.headers
|
996
|
-
body = self.call("DescribeSavingPlanUsage", params, headers=headers)
|
997
|
-
response = json.loads(body)
|
998
|
-
model = models.DescribeSavingPlanUsageResponse()
|
999
|
-
model._deserialize(response["Response"])
|
1000
|
-
return model
|
1001
|
-
except Exception as e:
|
1002
|
-
if isinstance(e, TencentCloudSDKException):
|
1003
|
-
raise
|
1004
|
-
else:
|
1005
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
1006
|
-
|
1007
|
-
|
1008
933
|
def DescribeTagList(self, request):
|
1009
934
|
"""获取分账标签
|
1010
935
|
|