tencentcloud-sdk-python 3.0.1343__py2.py3-none-any.whl → 3.0.1345__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/antiddos/v20200309/models.py +2 -2
- tencentcloud/bi/v20220105/models.py +6 -2
- tencentcloud/billing/v20180709/models.py +0 -14
- tencentcloud/cbs/v20170312/models.py +0 -20
- tencentcloud/cdb/v20170320/cdb_client.py +23 -0
- tencentcloud/cdb/v20170320/models.py +117 -0
- tencentcloud/cdwch/v20200915/models.py +0 -110
- tencentcloud/ckafka/v20190819/models.py +0 -260
- tencentcloud/clb/v20180317/models.py +49 -20
- tencentcloud/cls/v20201016/cls_client.py +0 -92
- tencentcloud/cls/v20201016/models.py +74 -1145
- tencentcloud/cvm/v20170312/models.py +15 -0
- tencentcloud/cynosdb/v20190107/models.py +2 -86
- tencentcloud/dbbrain/v20191016/models.py +0 -36
- tencentcloud/dbbrain/v20210527/models.py +0 -106
- tencentcloud/dcdb/v20180411/models.py +0 -48
- tencentcloud/dnspod/v20210323/dnspod_client.py +69 -0
- tencentcloud/dnspod/v20210323/errorcodes.py +9 -0
- tencentcloud/dnspod/v20210323/models.py +724 -0
- tencentcloud/domain/v20180808/models.py +0 -8
- tencentcloud/dsgc/v20190723/dsgc_client.py +0 -23
- tencentcloud/dsgc/v20190723/models.py +0 -34
- tencentcloud/ess/v20201111/models.py +4 -2
- tencentcloud/essbasic/v20210526/models.py +4 -2
- tencentcloud/fmu/v20191213/errorcodes.py +3 -0
- tencentcloud/fmu/v20191213/models.py +4 -4
- tencentcloud/goosefs/v20220519/models.py +0 -2
- tencentcloud/gwlb/v20240906/models.py +4 -4
- tencentcloud/hai/v20230812/errorcodes.py +1 -1
- tencentcloud/iotcloud/v20210408/models.py +2 -4
- tencentcloud/iotvideoindustry/v20201201/iotvideoindustry_client.py +1 -1
- tencentcloud/iotvideoindustry/v20201201/models.py +15 -404
- tencentcloud/lighthouse/v20200324/models.py +12 -20
- tencentcloud/lke/v20231130/models.py +15 -0
- tencentcloud/lowcode/v20210108/models.py +0 -2
- tencentcloud/mariadb/v20170312/models.py +0 -38
- tencentcloud/mmps/v20200710/models.py +0 -56
- tencentcloud/monitor/v20180724/models.py +251 -0
- tencentcloud/monitor/v20180724/monitor_client.py +23 -0
- tencentcloud/mps/v20190612/errorcodes.py +34 -0
- tencentcloud/mps/v20190612/models.py +4129 -429
- tencentcloud/mps/v20190612/mps_client.py +208 -0
- tencentcloud/postgres/v20170312/models.py +0 -222
- tencentcloud/postgres/v20170312/postgres_client.py +5 -5
- tencentcloud/redis/v20180412/models.py +64 -0
- tencentcloud/redis/v20180412/redis_client.py +23 -0
- tencentcloud/svp/v20240125/models.py +0 -42
- tencentcloud/tcb/v20180608/models.py +109 -348
- tencentcloud/tcb/v20180608/tcb_client.py +23 -23
- tencentcloud/tcss/v20201101/models.py +1813 -2547
- tencentcloud/tcss/v20201101/tcss_client.py +92 -125
- tencentcloud/tdmq/v20200217/models.py +158 -436
- tencentcloud/tdmq/v20200217/tdmq_client.py +0 -23
- tencentcloud/teo/v20220901/models.py +158 -36
- tencentcloud/teo/v20220901/teo_client.py +23 -0
- tencentcloud/thpc/v20211109/models.py +0 -6
- tencentcloud/thpc/v20220401/models.py +0 -6
- tencentcloud/thpc/v20230321/models.py +0 -8
- tencentcloud/tke/v20180525/models.py +0 -54
- tencentcloud/tke/v20220501/models.py +0 -34
- tencentcloud/vpc/v20170312/models.py +0 -34
- tencentcloud/waf/v20180125/models.py +15 -0
- tencentcloud/wedata/v20210820/models.py +122 -0
- tencentcloud/weilingwith/v20230427/models.py +0 -964
- {tencentcloud_sdk_python-3.0.1343.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1343.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/RECORD +70 -70
- {tencentcloud_sdk_python-3.0.1343.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1343.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1343.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/top_level.txt +0 -0
@@ -440,29 +440,6 @@ class TcbClient(AbstractClient):
|
|
440
440
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
441
441
|
|
442
442
|
|
443
|
-
def DescribeActivityInfo(self, request):
|
444
|
-
"""查询活动信息
|
445
|
-
|
446
|
-
:param request: Request instance for DescribeActivityInfo.
|
447
|
-
:type request: :class:`tencentcloud.tcb.v20180608.models.DescribeActivityInfoRequest`
|
448
|
-
:rtype: :class:`tencentcloud.tcb.v20180608.models.DescribeActivityInfoResponse`
|
449
|
-
|
450
|
-
"""
|
451
|
-
try:
|
452
|
-
params = request._serialize()
|
453
|
-
headers = request.headers
|
454
|
-
body = self.call("DescribeActivityInfo", params, headers=headers)
|
455
|
-
response = json.loads(body)
|
456
|
-
model = models.DescribeActivityInfoResponse()
|
457
|
-
model._deserialize(response["Response"])
|
458
|
-
return model
|
459
|
-
except Exception as e:
|
460
|
-
if isinstance(e, TencentCloudSDKException):
|
461
|
-
raise
|
462
|
-
else:
|
463
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
464
|
-
|
465
|
-
|
466
443
|
def DescribeActivityRecord(self, request):
|
467
444
|
"""查询活动记录信息
|
468
445
|
|
@@ -1686,6 +1663,29 @@ class TcbClient(AbstractClient):
|
|
1686
1663
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
1687
1664
|
|
1688
1665
|
|
1666
|
+
def EditAuthConfig(self, request):
|
1667
|
+
"""修改登录配置
|
1668
|
+
|
1669
|
+
:param request: Request instance for EditAuthConfig.
|
1670
|
+
:type request: :class:`tencentcloud.tcb.v20180608.models.EditAuthConfigRequest`
|
1671
|
+
:rtype: :class:`tencentcloud.tcb.v20180608.models.EditAuthConfigResponse`
|
1672
|
+
|
1673
|
+
"""
|
1674
|
+
try:
|
1675
|
+
params = request._serialize()
|
1676
|
+
headers = request.headers
|
1677
|
+
body = self.call("EditAuthConfig", params, headers=headers)
|
1678
|
+
response = json.loads(body)
|
1679
|
+
model = models.EditAuthConfigResponse()
|
1680
|
+
model._deserialize(response["Response"])
|
1681
|
+
return model
|
1682
|
+
except Exception as e:
|
1683
|
+
if isinstance(e, TencentCloudSDKException):
|
1684
|
+
raise
|
1685
|
+
else:
|
1686
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
1687
|
+
|
1688
|
+
|
1689
1689
|
def EstablishCloudBaseRunServer(self, request):
|
1690
1690
|
"""创建云应用服务
|
1691
1691
|
|