tencentcloud-sdk-python 3.0.1449__py2.py3-none-any.whl → 3.0.1450__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/cbs/v20170312/models.py +2 -2
- tencentcloud/dcdb/v20180411/dcdb_client.py +95 -0
- tencentcloud/dcdb/v20180411/errorcodes.py +9 -0
- tencentcloud/dcdb/v20180411/models.py +732 -0
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +92 -0
- tencentcloud/iotexplorer/v20190423/models.py +614 -0
- tencentcloud/lkeap/v20240522/errorcodes.py +1 -1
- tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
- tencentcloud/lkeap/v20240522/models.py +24 -10
- tencentcloud/mariadb/v20170312/errorcodes.py +9 -0
- tencentcloud/mariadb/v20170312/mariadb_client.py +95 -0
- tencentcloud/mariadb/v20170312/models.py +702 -0
- tencentcloud/teo/v20220901/models.py +2 -2
- tencentcloud/trtc/v20190722/models.py +2 -2
- tencentcloud/vclm/v20240523/models.py +2 -2
- tencentcloud/waf/v20180125/models.py +79 -0
- tencentcloud/waf/v20180125/waf_client.py +23 -0
- {tencentcloud_sdk_python-3.0.1449.dist-info → tencentcloud_sdk_python-3.0.1450.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1449.dist-info → tencentcloud_sdk_python-3.0.1450.dist-info}/RECORD +23 -23
- {tencentcloud_sdk_python-3.0.1449.dist-info → tencentcloud_sdk_python-3.0.1450.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1449.dist-info → tencentcloud_sdk_python-3.0.1450.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1449.dist-info → tencentcloud_sdk_python-3.0.1450.dist-info}/top_level.txt +0 -0
@@ -672,6 +672,29 @@ class IotexplorerClient(AbstractClient):
|
|
672
672
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
673
673
|
|
674
674
|
|
675
|
+
def CreateTWeTalkProductConfig(self, request):
|
676
|
+
"""用于配置TWeTalk服务连接产品配置信息。
|
677
|
+
|
678
|
+
:param request: Request instance for CreateTWeTalkProductConfig.
|
679
|
+
:type request: :class:`tencentcloud.iotexplorer.v20190423.models.CreateTWeTalkProductConfigRequest`
|
680
|
+
:rtype: :class:`tencentcloud.iotexplorer.v20190423.models.CreateTWeTalkProductConfigResponse`
|
681
|
+
|
682
|
+
"""
|
683
|
+
try:
|
684
|
+
params = request._serialize()
|
685
|
+
headers = request.headers
|
686
|
+
body = self.call("CreateTWeTalkProductConfig", params, headers=headers)
|
687
|
+
response = json.loads(body)
|
688
|
+
model = models.CreateTWeTalkProductConfigResponse()
|
689
|
+
model._deserialize(response["Response"])
|
690
|
+
return model
|
691
|
+
except Exception as e:
|
692
|
+
if isinstance(e, TencentCloudSDKException):
|
693
|
+
raise
|
694
|
+
else:
|
695
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
696
|
+
|
697
|
+
|
675
698
|
def CreateTopicPolicy(self, request):
|
676
699
|
"""本接口(CreateTopicPolicy)用于创建一个Topic
|
677
700
|
|
@@ -2238,6 +2261,29 @@ class IotexplorerClient(AbstractClient):
|
|
2238
2261
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
2239
2262
|
|
2240
2263
|
|
2264
|
+
def DescribeTWeTalkProductConfig(self, request):
|
2265
|
+
"""用于获取TWeTalk服务连接产品配置信息。
|
2266
|
+
|
2267
|
+
:param request: Request instance for DescribeTWeTalkProductConfig.
|
2268
|
+
:type request: :class:`tencentcloud.iotexplorer.v20190423.models.DescribeTWeTalkProductConfigRequest`
|
2269
|
+
:rtype: :class:`tencentcloud.iotexplorer.v20190423.models.DescribeTWeTalkProductConfigResponse`
|
2270
|
+
|
2271
|
+
"""
|
2272
|
+
try:
|
2273
|
+
params = request._serialize()
|
2274
|
+
headers = request.headers
|
2275
|
+
body = self.call("DescribeTWeTalkProductConfig", params, headers=headers)
|
2276
|
+
response = json.loads(body)
|
2277
|
+
model = models.DescribeTWeTalkProductConfigResponse()
|
2278
|
+
model._deserialize(response["Response"])
|
2279
|
+
return model
|
2280
|
+
except Exception as e:
|
2281
|
+
if isinstance(e, TencentCloudSDKException):
|
2282
|
+
raise
|
2283
|
+
else:
|
2284
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
2285
|
+
|
2286
|
+
|
2241
2287
|
def DescribeTopicPolicy(self, request):
|
2242
2288
|
"""本接口(DescribeTopicPolicy)用于查看Topic详细信息
|
2243
2289
|
|
@@ -2790,6 +2836,29 @@ class IotexplorerClient(AbstractClient):
|
|
2790
2836
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
2791
2837
|
|
2792
2838
|
|
2839
|
+
def GetTWeTalkProductConfigList(self, request):
|
2840
|
+
"""用于获取TWeTalk服务连接产品配置信息列表。
|
2841
|
+
|
2842
|
+
:param request: Request instance for GetTWeTalkProductConfigList.
|
2843
|
+
:type request: :class:`tencentcloud.iotexplorer.v20190423.models.GetTWeTalkProductConfigListRequest`
|
2844
|
+
:rtype: :class:`tencentcloud.iotexplorer.v20190423.models.GetTWeTalkProductConfigListResponse`
|
2845
|
+
|
2846
|
+
"""
|
2847
|
+
try:
|
2848
|
+
params = request._serialize()
|
2849
|
+
headers = request.headers
|
2850
|
+
body = self.call("GetTWeTalkProductConfigList", params, headers=headers)
|
2851
|
+
response = json.loads(body)
|
2852
|
+
model = models.GetTWeTalkProductConfigListResponse()
|
2853
|
+
model._deserialize(response["Response"])
|
2854
|
+
return model
|
2855
|
+
except Exception as e:
|
2856
|
+
if isinstance(e, TencentCloudSDKException):
|
2857
|
+
raise
|
2858
|
+
else:
|
2859
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
2860
|
+
|
2861
|
+
|
2793
2862
|
def GetTopicRuleList(self, request):
|
2794
2863
|
"""获取规则列表
|
2795
2864
|
|
@@ -3365,6 +3434,29 @@ class IotexplorerClient(AbstractClient):
|
|
3365
3434
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
3366
3435
|
|
3367
3436
|
|
3437
|
+
def ModifyTWeTalkProductConfig(self, request):
|
3438
|
+
"""用于修改TWeTalk服务连接产品配置信息。
|
3439
|
+
|
3440
|
+
:param request: Request instance for ModifyTWeTalkProductConfig.
|
3441
|
+
:type request: :class:`tencentcloud.iotexplorer.v20190423.models.ModifyTWeTalkProductConfigRequest`
|
3442
|
+
:rtype: :class:`tencentcloud.iotexplorer.v20190423.models.ModifyTWeTalkProductConfigResponse`
|
3443
|
+
|
3444
|
+
"""
|
3445
|
+
try:
|
3446
|
+
params = request._serialize()
|
3447
|
+
headers = request.headers
|
3448
|
+
body = self.call("ModifyTWeTalkProductConfig", params, headers=headers)
|
3449
|
+
response = json.loads(body)
|
3450
|
+
model = models.ModifyTWeTalkProductConfigResponse()
|
3451
|
+
model._deserialize(response["Response"])
|
3452
|
+
return model
|
3453
|
+
except Exception as e:
|
3454
|
+
if isinstance(e, TencentCloudSDKException):
|
3455
|
+
raise
|
3456
|
+
else:
|
3457
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
3458
|
+
|
3459
|
+
|
3368
3460
|
def ModifyTopicPolicy(self, request):
|
3369
3461
|
"""本接口(UpdateTopicPolicy)用于更新Topic信息
|
3370
3462
|
|