tencentcloud-sdk-python 3.1.13__py2.py3-none-any.whl → 3.1.33__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 might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/ags/v20250920/ags_client.py +46 -0
- tencentcloud/ags/v20250920/ags_client_async.py +36 -0
- tencentcloud/ags/v20250920/errorcodes.py +45 -0
- tencentcloud/ags/v20250920/models.py +1704 -110
- tencentcloud/ai3d/v20250513/ai3d_client.py +4 -4
- tencentcloud/ai3d/v20250513/ai3d_client_async.py +4 -4
- tencentcloud/ai3d/v20250513/models.py +78 -36
- tencentcloud/aiart/v20221229/aiart_client.py +46 -0
- tencentcloud/aiart/v20221229/aiart_client_async.py +36 -0
- tencentcloud/aiart/v20221229/models.py +289 -0
- tencentcloud/ams/v20201229/models.py +101 -0
- tencentcloud/antiddos/v20200309/antiddos_client.py +69 -0
- tencentcloud/antiddos/v20200309/antiddos_client_async.py +54 -0
- tencentcloud/antiddos/v20200309/errorcodes.py +27 -0
- tencentcloud/antiddos/v20200309/models.py +1671 -97
- tencentcloud/apm/v20210622/apm_client.py +23 -0
- tencentcloud/apm/v20210622/apm_client_async.py +18 -0
- tencentcloud/apm/v20210622/errorcodes.py +3 -0
- tencentcloud/apm/v20210622/models.py +1678 -78
- tencentcloud/asr/v20190614/models.py +100 -2
- tencentcloud/autoscaling/v20180419/autoscaling_client.py +1 -1
- tencentcloud/autoscaling/v20180419/autoscaling_client_async.py +1 -1
- tencentcloud/autoscaling/v20180419/models.py +475 -338
- tencentcloud/bh/v20230418/models.py +179 -6
- tencentcloud/billing/v20180709/billing_client.py +23 -0
- tencentcloud/billing/v20180709/billing_client_async.py +18 -0
- tencentcloud/billing/v20180709/models.py +328 -6
- tencentcloud/cam/v20190116/models.py +111 -2
- tencentcloud/car/v20220110/car_client.py +23 -0
- tencentcloud/car/v20220110/car_client_async.py +18 -0
- tencentcloud/car/v20220110/models.py +109 -0
- tencentcloud/cbs/v20170312/models.py +14 -14
- tencentcloud/ccc/v20200210/ccc_client.py +42 -13
- tencentcloud/ccc/v20200210/ccc_client_async.py +37 -13
- tencentcloud/ccc/v20200210/errorcodes.py +6 -0
- tencentcloud/ccc/v20200210/models.py +256 -4
- tencentcloud/cdb/v20170320/models.py +37 -16
- tencentcloud/cdc/v20201214/models.py +92 -124
- tencentcloud/cdn/v20180606/cdn_client.py +0 -78
- tencentcloud/cdn/v20180606/cdn_client_async.py +0 -63
- tencentcloud/cdn/v20180606/errorcodes.py +3 -0
- tencentcloud/cdn/v20180606/models.py +464 -1028
- tencentcloud/cdwch/v20200915/cdwch_client.py +23 -0
- tencentcloud/cdwch/v20200915/cdwch_client_async.py +18 -0
- tencentcloud/cdwch/v20200915/models.py +555 -0
- tencentcloud/cdwdoris/v20211228/models.py +505 -0
- tencentcloud/cfs/v20190719/errorcodes.py +1 -1
- tencentcloud/cfs/v20190719/models.py +2 -2
- tencentcloud/cfw/v20190904/cfw_client.py +278 -23
- tencentcloud/cfw/v20190904/cfw_client_async.py +218 -18
- tencentcloud/cfw/v20190904/models.py +3319 -1154
- tencentcloud/chdfs/v20201112/models.py +150 -0
- tencentcloud/ckafka/v20190819/models.py +458 -282
- tencentcloud/clb/v20180317/clb_client.py +23 -0
- tencentcloud/clb/v20180317/clb_client_async.py +18 -0
- tencentcloud/clb/v20180317/models.py +230 -130
- tencentcloud/cloudapp/v20220530/models.py +190 -36
- tencentcloud/cloudaudit/v20190319/models.py +32 -4
- tencentcloud/cloudmate/__init__.py +0 -0
- tencentcloud/cloudmate/v20251030/__init__.py +0 -0
- tencentcloud/cloudmate/v20251030/cloudmate_client.py +45 -0
- tencentcloud/cloudmate/v20251030/cloudmate_client_async.py +45 -0
- tencentcloud/cloudmate/v20251030/errorcodes.py +30 -0
- tencentcloud/cloudmate/v20251030/models.py +387 -0
- tencentcloud/cls/v20201016/cls_client.py +1064 -0
- tencentcloud/cls/v20201016/cls_client_async.py +860 -26
- tencentcloud/cls/v20201016/models.py +10246 -384
- tencentcloud/cme/v20191029/models.py +23 -0
- tencentcloud/csip/v20221121/models.py +317 -0
- tencentcloud/cvm/v20170312/cvm_client.py +1 -1
- tencentcloud/cvm/v20170312/cvm_client_async.py +1 -1
- tencentcloud/cvm/v20170312/errorcodes.py +9 -0
- tencentcloud/cvm/v20170312/models.py +28 -8
- tencentcloud/cwp/v20180228/cwp_client.py +0 -188
- tencentcloud/cwp/v20180228/cwp_client_async.py +0 -148
- tencentcloud/cwp/v20180228/models.py +1097 -1814
- tencentcloud/cynosdb/v20190107/models.py +181 -48
- tencentcloud/dataagent/v20250513/dataagent_client.py +161 -0
- tencentcloud/dataagent/v20250513/dataagent_client_async.py +126 -0
- tencentcloud/dataagent/v20250513/models.py +1477 -52
- tencentcloud/dbbrain/v20210527/dbbrain_client.py +23 -0
- tencentcloud/dbbrain/v20210527/dbbrain_client_async.py +18 -0
- tencentcloud/dbbrain/v20210527/models.py +261 -15
- tencentcloud/dbs/v20211108/dbs_client.py +69 -0
- tencentcloud/dbs/v20211108/dbs_client_async.py +54 -0
- tencentcloud/dbs/v20211108/errorcodes.py +15 -0
- tencentcloud/dbs/v20211108/models.py +1173 -27
- tencentcloud/dlc/v20210125/dlc_client.py +69 -0
- tencentcloud/dlc/v20210125/dlc_client_async.py +54 -0
- tencentcloud/dlc/v20210125/errorcodes.py +15 -0
- tencentcloud/dlc/v20210125/models.py +1016 -0
- tencentcloud/dnspod/v20210323/errorcodes.py +6 -0
- tencentcloud/dnspod/v20210323/models.py +4 -4
- tencentcloud/emr/v20190103/emr_client.py +46 -0
- tencentcloud/emr/v20190103/emr_client_async.py +36 -0
- tencentcloud/emr/v20190103/models.py +625 -2
- tencentcloud/es/v20180416/errorcodes.py +15 -0
- tencentcloud/es/v20180416/es_client.py +115 -0
- tencentcloud/es/v20180416/es_client_async.py +90 -0
- tencentcloud/es/v20180416/models.py +498 -4
- tencentcloud/ess/v20201111/ess_client.py +153 -6
- tencentcloud/ess/v20201111/ess_client_async.py +128 -6
- tencentcloud/ess/v20201111/models.py +1496 -58
- tencentcloud/essbasic/v20210526/models.py +129 -23
- tencentcloud/evt/v20250217/evt_client.py +46 -0
- tencentcloud/evt/v20250217/evt_client_async.py +36 -0
- tencentcloud/evt/v20250217/models.py +188 -0
- tencentcloud/faceid/v20180301/models.py +10 -4
- tencentcloud/gaap/v20180529/models.py +260 -352
- tencentcloud/gs/v20191118/models.py +150 -4
- tencentcloud/gwlb/v20240906/models.py +48 -70
- tencentcloud/iai/v20180301/models.py +4 -4
- tencentcloud/iai/v20200303/models.py +4 -4
- tencentcloud/igtm/v20231024/errorcodes.py +1 -1
- tencentcloud/ims/v20201229/ims_client.py +1 -1
- tencentcloud/ims/v20201229/ims_client_async.py +1 -1
- tencentcloud/ioa/v20220601/models.py +60 -0
- tencentcloud/keewidb/v20220308/models.py +52 -68
- tencentcloud/lcic/v20220817/models.py +15 -0
- tencentcloud/lighthouse/v20200324/errorcodes.py +2 -2
- tencentcloud/lighthouse/v20200324/models.py +8 -0
- tencentcloud/live/v20180801/errorcodes.py +6 -0
- tencentcloud/live/v20180801/live_client.py +143 -0
- tencentcloud/live/v20180801/live_client_async.py +113 -0
- tencentcloud/live/v20180801/models.py +914 -311
- tencentcloud/lke/v20231130/lke_client.py +48 -1
- tencentcloud/lke/v20231130/lke_client_async.py +43 -1
- tencentcloud/lke/v20231130/models.py +2940 -459
- tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
- tencentcloud/lkeap/v20240522/lkeap_client_async.py +1 -1
- tencentcloud/lkeap/v20240522/models.py +2 -6
- tencentcloud/lowcode/v20210108/models.py +30 -0
- tencentcloud/mna/v20210119/models.py +18 -2
- tencentcloud/mongodb/v20190725/models.py +2 -2
- tencentcloud/monitor/v20180724/models.py +258 -0
- tencentcloud/mps/v20190612/errorcodes.py +9 -0
- tencentcloud/mps/v20190612/models.py +3007 -140
- tencentcloud/mps/v20190612/mps_client.py +115 -0
- tencentcloud/mps/v20190612/mps_client_async.py +90 -0
- tencentcloud/oceanus/v20190422/errorcodes.py +9 -0
- tencentcloud/oceanus/v20190422/models.py +210 -4
- tencentcloud/ocr/v20181119/models.py +72 -4
- tencentcloud/ocr/v20181119/ocr_client.py +12 -8
- tencentcloud/ocr/v20181119/ocr_client_async.py +11 -7
- tencentcloud/partners/v20180321/models.py +88 -92
- tencentcloud/pts/v20210728/models.py +206 -0
- tencentcloud/rce/v20250425/__init__.py +0 -0
- tencentcloud/rce/v20250425/errorcodes.py +15 -0
- tencentcloud/rce/v20250425/models.py +301 -0
- tencentcloud/rce/v20250425/rce_client.py +49 -0
- tencentcloud/rce/v20250425/rce_client_async.py +44 -0
- tencentcloud/redis/v20180412/models.py +65 -70
- tencentcloud/rum/v20210622/models.py +548 -0
- tencentcloud/rum/v20210622/rum_client.py +23 -0
- tencentcloud/rum/v20210622/rum_client_async.py +18 -0
- tencentcloud/scf/v20180416/models.py +28 -2
- tencentcloud/ses/v20201002/errorcodes.py +3 -0
- tencentcloud/ssl/v20191205/models.py +991 -70
- tencentcloud/ssl/v20191205/ssl_client.py +2 -2
- tencentcloud/ssl/v20191205/ssl_client_async.py +2 -2
- tencentcloud/ssm/v20190923/models.py +134 -0
- tencentcloud/svp/v20240125/models.py +35 -20
- tencentcloud/tag/v20180813/models.py +34 -54
- tencentcloud/tat/v20201028/models.py +2 -0
- tencentcloud/tcaplusdb/v20190823/models.py +0 -337
- tencentcloud/tcaplusdb/v20190823/tcaplusdb_client.py +0 -25
- tencentcloud/tcaplusdb/v20190823/tcaplusdb_client_async.py +0 -20
- tencentcloud/tcb/v20180608/errorcodes.py +15 -12
- tencentcloud/tcb/v20180608/models.py +5761 -8383
- tencentcloud/tcb/v20180608/tcb_client.py +0 -276
- tencentcloud/tcb/v20180608/tcb_client_async.py +0 -216
- tencentcloud/tcbr/v20220217/errorcodes.py +27 -0
- tencentcloud/tcbr/v20220217/models.py +4193 -1389
- tencentcloud/tcbr/v20220217/tcbr_client.py +207 -0
- tencentcloud/tcbr/v20220217/tcbr_client_async.py +162 -0
- tencentcloud/tcr/v20190924/models.py +727 -61
- tencentcloud/tcr/v20190924/tcr_client.py +92 -0
- tencentcloud/tcr/v20190924/tcr_client_async.py +72 -0
- tencentcloud/tcss/v20201101/models.py +30 -0
- tencentcloud/tdai/v20250717/models.py +440 -2
- tencentcloud/tdai/v20250717/tdai_client.py +23 -0
- tencentcloud/tdai/v20250717/tdai_client_async.py +18 -0
- tencentcloud/tdmq/v20200217/errorcodes.py +1 -1
- tencentcloud/tdmq/v20200217/models.py +432 -4
- tencentcloud/tdmq/v20200217/tdmq_client.py +24 -0
- tencentcloud/tdmq/v20200217/tdmq_client_async.py +19 -0
- tencentcloud/teo/v20220901/errorcodes.py +39 -0
- tencentcloud/teo/v20220901/models.py +596 -79
- tencentcloud/teo/v20220901/teo_client.py +107 -1
- tencentcloud/teo/v20220901/teo_client_async.py +97 -1
- tencentcloud/thpc/v20211109/models.py +14 -14
- tencentcloud/thpc/v20220401/models.py +14 -14
- tencentcloud/thpc/v20230321/models.py +20 -54
- tencentcloud/tione/v20211111/errorcodes.py +9 -0
- tencentcloud/tione/v20211111/models.py +910 -73
- tencentcloud/tione/v20211111/tione_client.py +69 -0
- tencentcloud/tione/v20211111/tione_client_async.py +54 -0
- tencentcloud/tke/v20180525/models.py +468 -18
- tencentcloud/tke/v20180525/tke_client.py +69 -0
- tencentcloud/tke/v20180525/tke_client_async.py +54 -0
- tencentcloud/tke/v20220501/models.py +539 -0
- tencentcloud/tke/v20220501/tke_client.py +23 -0
- tencentcloud/tke/v20220501/tke_client_async.py +18 -0
- tencentcloud/trocket/v20230308/models.py +42 -21
- tencentcloud/trocket/v20230308/trocket_client.py +2 -1
- tencentcloud/trocket/v20230308/trocket_client_async.py +2 -1
- tencentcloud/trtc/v20190722/errorcodes.py +3 -0
- tencentcloud/trtc/v20190722/models.py +173 -30
- tencentcloud/tse/v20201207/models.py +42 -0
- tencentcloud/tsf/v20180326/errorcodes.py +4 -4
- tencentcloud/tsf/v20180326/models.py +15 -510
- tencentcloud/tsf/v20180326/tsf_client.py +66 -47
- tencentcloud/tsf/v20180326/tsf_client_async.py +44 -20
- tencentcloud/tts/v20190823/tts_client.py +1 -1
- tencentcloud/tts/v20190823/tts_client_async.py +1 -1
- tencentcloud/vclm/v20240523/models.py +383 -0
- tencentcloud/vclm/v20240523/vclm_client.py +46 -0
- tencentcloud/vclm/v20240523/vclm_client_async.py +36 -0
- tencentcloud/vcube/v20220410/models.py +30 -0
- tencentcloud/vdb/v20230616/models.py +567 -0
- tencentcloud/vdb/v20230616/vdb_client.py +69 -0
- tencentcloud/vdb/v20230616/vdb_client_async.py +54 -0
- tencentcloud/vm/v20210922/models.py +116 -0
- tencentcloud/vod/v20180717/errorcodes.py +3 -0
- tencentcloud/vod/v20180717/models.py +4107 -622
- tencentcloud/vod/v20180717/vod_client.py +72 -3
- tencentcloud/vod/v20180717/vod_client_async.py +57 -3
- tencentcloud/vpc/v20170312/errorcodes.py +15 -0
- tencentcloud/vpc/v20170312/models.py +387 -2
- tencentcloud/vpc/v20170312/vpc_client.py +23 -0
- tencentcloud/vpc/v20170312/vpc_client_async.py +18 -0
- tencentcloud/waf/v20180125/errorcodes.py +3 -0
- tencentcloud/waf/v20180125/models.py +970 -0
- tencentcloud/waf/v20180125/waf_client.py +46 -0
- tencentcloud/waf/v20180125/waf_client_async.py +36 -0
- tencentcloud/wedata/v20210820/models.py +2851 -29
- tencentcloud/wedata/v20210820/wedata_client.py +23 -0
- tencentcloud/wedata/v20210820/wedata_client_async.py +18 -0
- tencentcloud/wedata/v20250806/errorcodes.py +21 -0
- tencentcloud/wedata/v20250806/models.py +40999 -15704
- tencentcloud/wedata/v20250806/wedata_client.py +1402 -65
- tencentcloud/wedata/v20250806/wedata_client_async.py +1047 -0
- tencentcloud/weilingwith/v20230427/errorcodes.py +0 -3
- tencentcloud/weilingwith/v20230427/models.py +17 -336
- tencentcloud/weilingwith/v20230427/weilingwith_client.py +0 -25
- tencentcloud/weilingwith/v20230427/weilingwith_client_async.py +0 -20
- tencentcloud/wimgs/__init__.py +0 -0
- tencentcloud/wimgs/v20251106/__init__.py +0 -0
- tencentcloud/wimgs/v20251106/errorcodes.py +33 -0
- tencentcloud/wimgs/v20251106/models.py +132 -0
- tencentcloud/wimgs/v20251106/wimgs_client.py +49 -0
- tencentcloud/wimgs/v20251106/wimgs_client_async.py +44 -0
- tencentcloud/wsa/v20250508/errorcodes.py +6 -0
- tencentcloud/wsa/v20250508/models.py +17 -2
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/RECORD +260 -243
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/WHEEL +1 -1
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/top_level.txt +0 -0
|
@@ -281,6 +281,29 @@ class LiveClient(AbstractClient):
|
|
|
281
281
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
282
282
|
|
|
283
283
|
|
|
284
|
+
def CreateAuditKeywordLib(self, request):
|
|
285
|
+
r"""创建关键词库,直播审核功能使用。
|
|
286
|
+
|
|
287
|
+
:param request: Request instance for CreateAuditKeywordLib.
|
|
288
|
+
:type request: :class:`tencentcloud.live.v20180801.models.CreateAuditKeywordLibRequest`
|
|
289
|
+
:rtype: :class:`tencentcloud.live.v20180801.models.CreateAuditKeywordLibResponse`
|
|
290
|
+
|
|
291
|
+
"""
|
|
292
|
+
try:
|
|
293
|
+
params = request._serialize()
|
|
294
|
+
headers = request.headers
|
|
295
|
+
body = self.call("CreateAuditKeywordLib", params, headers=headers)
|
|
296
|
+
response = json.loads(body)
|
|
297
|
+
model = models.CreateAuditKeywordLibResponse()
|
|
298
|
+
model._deserialize(response["Response"])
|
|
299
|
+
return model
|
|
300
|
+
except Exception as e:
|
|
301
|
+
if isinstance(e, TencentCloudSDKException):
|
|
302
|
+
raise
|
|
303
|
+
else:
|
|
304
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
305
|
+
|
|
306
|
+
|
|
284
307
|
def CreateAuditKeywords(self, request):
|
|
285
308
|
r"""创建关键词,并关联到关键词库。
|
|
286
309
|
|
|
@@ -494,6 +517,30 @@ class LiveClient(AbstractClient):
|
|
|
494
517
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
495
518
|
|
|
496
519
|
|
|
520
|
+
def CreateLiveCloudEffect(self, request):
|
|
521
|
+
r"""使用该接口生成云端特效。特效可用于叠加到直播流上,供播放端观看。
|
|
522
|
+
注意:云端特效生成需要一定时间,调用生成接口后,可通过查询接口,获取是否特效已生成。
|
|
523
|
+
|
|
524
|
+
:param request: Request instance for CreateLiveCloudEffect.
|
|
525
|
+
:type request: :class:`tencentcloud.live.v20180801.models.CreateLiveCloudEffectRequest`
|
|
526
|
+
:rtype: :class:`tencentcloud.live.v20180801.models.CreateLiveCloudEffectResponse`
|
|
527
|
+
|
|
528
|
+
"""
|
|
529
|
+
try:
|
|
530
|
+
params = request._serialize()
|
|
531
|
+
headers = request.headers
|
|
532
|
+
body = self.call("CreateLiveCloudEffect", params, headers=headers)
|
|
533
|
+
response = json.loads(body)
|
|
534
|
+
model = models.CreateLiveCloudEffectResponse()
|
|
535
|
+
model._deserialize(response["Response"])
|
|
536
|
+
return model
|
|
537
|
+
except Exception as e:
|
|
538
|
+
if isinstance(e, TencentCloudSDKException):
|
|
539
|
+
raise
|
|
540
|
+
else:
|
|
541
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
542
|
+
|
|
543
|
+
|
|
497
544
|
def CreateLivePadRule(self, request):
|
|
498
545
|
r"""创建直播垫片规则。
|
|
499
546
|
|
|
@@ -1775,6 +1822,29 @@ class LiveClient(AbstractClient):
|
|
|
1775
1822
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1776
1823
|
|
|
1777
1824
|
|
|
1825
|
+
def DescribeCasterEmergencyStatus(self, request):
|
|
1826
|
+
r"""该接口用查询导播台的备播状态
|
|
1827
|
+
|
|
1828
|
+
:param request: Request instance for DescribeCasterEmergencyStatus.
|
|
1829
|
+
:type request: :class:`tencentcloud.live.v20180801.models.DescribeCasterEmergencyStatusRequest`
|
|
1830
|
+
:rtype: :class:`tencentcloud.live.v20180801.models.DescribeCasterEmergencyStatusResponse`
|
|
1831
|
+
|
|
1832
|
+
"""
|
|
1833
|
+
try:
|
|
1834
|
+
params = request._serialize()
|
|
1835
|
+
headers = request.headers
|
|
1836
|
+
body = self.call("DescribeCasterEmergencyStatus", params, headers=headers)
|
|
1837
|
+
response = json.loads(body)
|
|
1838
|
+
model = models.DescribeCasterEmergencyStatusResponse()
|
|
1839
|
+
model._deserialize(response["Response"])
|
|
1840
|
+
return model
|
|
1841
|
+
except Exception as e:
|
|
1842
|
+
if isinstance(e, TencentCloudSDKException):
|
|
1843
|
+
raise
|
|
1844
|
+
else:
|
|
1845
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1846
|
+
|
|
1847
|
+
|
|
1778
1848
|
def DescribeCasterInputInfos(self, request):
|
|
1779
1849
|
r"""该接口用来查询导播台的输入源信息列表。
|
|
1780
1850
|
|
|
@@ -3441,6 +3511,29 @@ class LiveClient(AbstractClient):
|
|
|
3441
3511
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
3442
3512
|
|
|
3443
3513
|
|
|
3514
|
+
def DescribePullTransformPushInfoList(self, request):
|
|
3515
|
+
r"""查询拉流转推任务流数据统计信息。
|
|
3516
|
+
|
|
3517
|
+
:param request: Request instance for DescribePullTransformPushInfoList.
|
|
3518
|
+
:type request: :class:`tencentcloud.live.v20180801.models.DescribePullTransformPushInfoListRequest`
|
|
3519
|
+
:rtype: :class:`tencentcloud.live.v20180801.models.DescribePullTransformPushInfoListResponse`
|
|
3520
|
+
|
|
3521
|
+
"""
|
|
3522
|
+
try:
|
|
3523
|
+
params = request._serialize()
|
|
3524
|
+
headers = request.headers
|
|
3525
|
+
body = self.call("DescribePullTransformPushInfoList", params, headers=headers)
|
|
3526
|
+
response = json.loads(body)
|
|
3527
|
+
model = models.DescribePullTransformPushInfoListResponse()
|
|
3528
|
+
model._deserialize(response["Response"])
|
|
3529
|
+
return model
|
|
3530
|
+
except Exception as e:
|
|
3531
|
+
if isinstance(e, TencentCloudSDKException):
|
|
3532
|
+
raise
|
|
3533
|
+
else:
|
|
3534
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
3535
|
+
|
|
3536
|
+
|
|
3444
3537
|
def DescribePushBandwidthAndFluxList(self, request):
|
|
3445
3538
|
r"""直播推流带宽和流量数据查询。
|
|
3446
3539
|
推流计费会先取全球推流用量和全球播放用量进行比较,满足计费条件后再按各地区用量出账。详情参见[计费文档](https://cloud.tencent.com/document/product/267/34175)。
|
|
@@ -3872,6 +3965,32 @@ class LiveClient(AbstractClient):
|
|
|
3872
3965
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
3873
3966
|
|
|
3874
3967
|
|
|
3968
|
+
def InsertTaskTemporaryFiles(self, request):
|
|
3969
|
+
r"""可通过调用该接口,对点播源的直播拉流任务进行插播操作。
|
|
3970
|
+
注意:
|
|
3971
|
+
1. 仅支持对有效且运行中的点播源任务进行插播操作。
|
|
3972
|
+
2. 拉转推插播文件时,事件及回调中的索引均保持为插播前的值。
|
|
3973
|
+
|
|
3974
|
+
:param request: Request instance for InsertTaskTemporaryFiles.
|
|
3975
|
+
:type request: :class:`tencentcloud.live.v20180801.models.InsertTaskTemporaryFilesRequest`
|
|
3976
|
+
:rtype: :class:`tencentcloud.live.v20180801.models.InsertTaskTemporaryFilesResponse`
|
|
3977
|
+
|
|
3978
|
+
"""
|
|
3979
|
+
try:
|
|
3980
|
+
params = request._serialize()
|
|
3981
|
+
headers = request.headers
|
|
3982
|
+
body = self.call("InsertTaskTemporaryFiles", params, headers=headers)
|
|
3983
|
+
response = json.loads(body)
|
|
3984
|
+
model = models.InsertTaskTemporaryFilesResponse()
|
|
3985
|
+
model._deserialize(response["Response"])
|
|
3986
|
+
return model
|
|
3987
|
+
except Exception as e:
|
|
3988
|
+
if isinstance(e, TencentCloudSDKException):
|
|
3989
|
+
raise
|
|
3990
|
+
else:
|
|
3991
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
3992
|
+
|
|
3993
|
+
|
|
3875
3994
|
def ModifyCaster(self, request):
|
|
3876
3995
|
r"""该接口用来设置导播台的描述、名称、录制模板id等参数。
|
|
3877
3996
|
|
|
@@ -4712,6 +4831,30 @@ class LiveClient(AbstractClient):
|
|
|
4712
4831
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
4713
4832
|
|
|
4714
4833
|
|
|
4834
|
+
def SwitchCasterToEmergency(self, request):
|
|
4835
|
+
r"""该接口用来将导播台切换到备播状态。
|
|
4836
|
+
该接口使用时,主监任务需处于运行状态。
|
|
4837
|
+
|
|
4838
|
+
:param request: Request instance for SwitchCasterToEmergency.
|
|
4839
|
+
:type request: :class:`tencentcloud.live.v20180801.models.SwitchCasterToEmergencyRequest`
|
|
4840
|
+
:rtype: :class:`tencentcloud.live.v20180801.models.SwitchCasterToEmergencyResponse`
|
|
4841
|
+
|
|
4842
|
+
"""
|
|
4843
|
+
try:
|
|
4844
|
+
params = request._serialize()
|
|
4845
|
+
headers = request.headers
|
|
4846
|
+
body = self.call("SwitchCasterToEmergency", params, headers=headers)
|
|
4847
|
+
response = json.loads(body)
|
|
4848
|
+
model = models.SwitchCasterToEmergencyResponse()
|
|
4849
|
+
model._deserialize(response["Response"])
|
|
4850
|
+
return model
|
|
4851
|
+
except Exception as e:
|
|
4852
|
+
if isinstance(e, TencentCloudSDKException):
|
|
4853
|
+
raise
|
|
4854
|
+
else:
|
|
4855
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
4856
|
+
|
|
4857
|
+
|
|
4715
4858
|
def UnBindLiveDomainCert(self, request):
|
|
4716
4859
|
r"""解绑域名证书
|
|
4717
4860
|
|
|
@@ -225,6 +225,24 @@ class LiveClient(AbstractClient):
|
|
|
225
225
|
|
|
226
226
|
return await self.call_and_deserialize(**kwargs)
|
|
227
227
|
|
|
228
|
+
async def CreateAuditKeywordLib(
|
|
229
|
+
self,
|
|
230
|
+
request: models.CreateAuditKeywordLibRequest,
|
|
231
|
+
opts: Dict = None,
|
|
232
|
+
) -> models.CreateAuditKeywordLibResponse:
|
|
233
|
+
"""
|
|
234
|
+
创建关键词库,直播审核功能使用。
|
|
235
|
+
"""
|
|
236
|
+
|
|
237
|
+
kwargs = {}
|
|
238
|
+
kwargs["action"] = "CreateAuditKeywordLib"
|
|
239
|
+
kwargs["params"] = request._serialize()
|
|
240
|
+
kwargs["resp_cls"] = models.CreateAuditKeywordLibResponse
|
|
241
|
+
kwargs["headers"] = request.headers
|
|
242
|
+
kwargs["opts"] = opts or {}
|
|
243
|
+
|
|
244
|
+
return await self.call_and_deserialize(**kwargs)
|
|
245
|
+
|
|
228
246
|
async def CreateAuditKeywords(
|
|
229
247
|
self,
|
|
230
248
|
request: models.CreateAuditKeywordsRequest,
|
|
@@ -393,6 +411,25 @@ class LiveClient(AbstractClient):
|
|
|
393
411
|
|
|
394
412
|
return await self.call_and_deserialize(**kwargs)
|
|
395
413
|
|
|
414
|
+
async def CreateLiveCloudEffect(
|
|
415
|
+
self,
|
|
416
|
+
request: models.CreateLiveCloudEffectRequest,
|
|
417
|
+
opts: Dict = None,
|
|
418
|
+
) -> models.CreateLiveCloudEffectResponse:
|
|
419
|
+
"""
|
|
420
|
+
使用该接口生成云端特效。特效可用于叠加到直播流上,供播放端观看。
|
|
421
|
+
注意:云端特效生成需要一定时间,调用生成接口后,可通过查询接口,获取是否特效已生成。
|
|
422
|
+
"""
|
|
423
|
+
|
|
424
|
+
kwargs = {}
|
|
425
|
+
kwargs["action"] = "CreateLiveCloudEffect"
|
|
426
|
+
kwargs["params"] = request._serialize()
|
|
427
|
+
kwargs["resp_cls"] = models.CreateLiveCloudEffectResponse
|
|
428
|
+
kwargs["headers"] = request.headers
|
|
429
|
+
kwargs["opts"] = opts or {}
|
|
430
|
+
|
|
431
|
+
return await self.call_and_deserialize(**kwargs)
|
|
432
|
+
|
|
396
433
|
async def CreateLivePadRule(
|
|
397
434
|
self,
|
|
398
435
|
request: models.CreateLivePadRuleRequest,
|
|
@@ -1409,6 +1446,24 @@ class LiveClient(AbstractClient):
|
|
|
1409
1446
|
|
|
1410
1447
|
return await self.call_and_deserialize(**kwargs)
|
|
1411
1448
|
|
|
1449
|
+
async def DescribeCasterEmergencyStatus(
|
|
1450
|
+
self,
|
|
1451
|
+
request: models.DescribeCasterEmergencyStatusRequest,
|
|
1452
|
+
opts: Dict = None,
|
|
1453
|
+
) -> models.DescribeCasterEmergencyStatusResponse:
|
|
1454
|
+
"""
|
|
1455
|
+
该接口用查询导播台的备播状态
|
|
1456
|
+
"""
|
|
1457
|
+
|
|
1458
|
+
kwargs = {}
|
|
1459
|
+
kwargs["action"] = "DescribeCasterEmergencyStatus"
|
|
1460
|
+
kwargs["params"] = request._serialize()
|
|
1461
|
+
kwargs["resp_cls"] = models.DescribeCasterEmergencyStatusResponse
|
|
1462
|
+
kwargs["headers"] = request.headers
|
|
1463
|
+
kwargs["opts"] = opts or {}
|
|
1464
|
+
|
|
1465
|
+
return await self.call_and_deserialize(**kwargs)
|
|
1466
|
+
|
|
1412
1467
|
async def DescribeCasterInputInfos(
|
|
1413
1468
|
self,
|
|
1414
1469
|
request: models.DescribeCasterInputInfosRequest,
|
|
@@ -2720,6 +2775,24 @@ class LiveClient(AbstractClient):
|
|
|
2720
2775
|
|
|
2721
2776
|
return await self.call_and_deserialize(**kwargs)
|
|
2722
2777
|
|
|
2778
|
+
async def DescribePullTransformPushInfoList(
|
|
2779
|
+
self,
|
|
2780
|
+
request: models.DescribePullTransformPushInfoListRequest,
|
|
2781
|
+
opts: Dict = None,
|
|
2782
|
+
) -> models.DescribePullTransformPushInfoListResponse:
|
|
2783
|
+
"""
|
|
2784
|
+
查询拉流转推任务流数据统计信息。
|
|
2785
|
+
"""
|
|
2786
|
+
|
|
2787
|
+
kwargs = {}
|
|
2788
|
+
kwargs["action"] = "DescribePullTransformPushInfoList"
|
|
2789
|
+
kwargs["params"] = request._serialize()
|
|
2790
|
+
kwargs["resp_cls"] = models.DescribePullTransformPushInfoListResponse
|
|
2791
|
+
kwargs["headers"] = request.headers
|
|
2792
|
+
kwargs["opts"] = opts or {}
|
|
2793
|
+
|
|
2794
|
+
return await self.call_and_deserialize(**kwargs)
|
|
2795
|
+
|
|
2723
2796
|
async def DescribePushBandwidthAndFluxList(
|
|
2724
2797
|
self,
|
|
2725
2798
|
request: models.DescribePushBandwidthAndFluxListRequest,
|
|
@@ -3061,6 +3134,27 @@ class LiveClient(AbstractClient):
|
|
|
3061
3134
|
|
|
3062
3135
|
return await self.call_and_deserialize(**kwargs)
|
|
3063
3136
|
|
|
3137
|
+
async def InsertTaskTemporaryFiles(
|
|
3138
|
+
self,
|
|
3139
|
+
request: models.InsertTaskTemporaryFilesRequest,
|
|
3140
|
+
opts: Dict = None,
|
|
3141
|
+
) -> models.InsertTaskTemporaryFilesResponse:
|
|
3142
|
+
"""
|
|
3143
|
+
可通过调用该接口,对点播源的直播拉流任务进行插播操作。
|
|
3144
|
+
注意:
|
|
3145
|
+
1. 仅支持对有效且运行中的点播源任务进行插播操作。
|
|
3146
|
+
2. 拉转推插播文件时,事件及回调中的索引均保持为插播前的值。
|
|
3147
|
+
"""
|
|
3148
|
+
|
|
3149
|
+
kwargs = {}
|
|
3150
|
+
kwargs["action"] = "InsertTaskTemporaryFiles"
|
|
3151
|
+
kwargs["params"] = request._serialize()
|
|
3152
|
+
kwargs["resp_cls"] = models.InsertTaskTemporaryFilesResponse
|
|
3153
|
+
kwargs["headers"] = request.headers
|
|
3154
|
+
kwargs["opts"] = opts or {}
|
|
3155
|
+
|
|
3156
|
+
return await self.call_and_deserialize(**kwargs)
|
|
3157
|
+
|
|
3064
3158
|
async def ModifyCaster(
|
|
3065
3159
|
self,
|
|
3066
3160
|
request: models.ModifyCasterRequest,
|
|
@@ -3721,6 +3815,25 @@ class LiveClient(AbstractClient):
|
|
|
3721
3815
|
|
|
3722
3816
|
return await self.call_and_deserialize(**kwargs)
|
|
3723
3817
|
|
|
3818
|
+
async def SwitchCasterToEmergency(
|
|
3819
|
+
self,
|
|
3820
|
+
request: models.SwitchCasterToEmergencyRequest,
|
|
3821
|
+
opts: Dict = None,
|
|
3822
|
+
) -> models.SwitchCasterToEmergencyResponse:
|
|
3823
|
+
"""
|
|
3824
|
+
该接口用来将导播台切换到备播状态。
|
|
3825
|
+
该接口使用时,主监任务需处于运行状态。
|
|
3826
|
+
"""
|
|
3827
|
+
|
|
3828
|
+
kwargs = {}
|
|
3829
|
+
kwargs["action"] = "SwitchCasterToEmergency"
|
|
3830
|
+
kwargs["params"] = request._serialize()
|
|
3831
|
+
kwargs["resp_cls"] = models.SwitchCasterToEmergencyResponse
|
|
3832
|
+
kwargs["headers"] = request.headers
|
|
3833
|
+
kwargs["opts"] = opts or {}
|
|
3834
|
+
|
|
3835
|
+
return await self.call_and_deserialize(**kwargs)
|
|
3836
|
+
|
|
3724
3837
|
async def UnBindLiveDomainCert(
|
|
3725
3838
|
self,
|
|
3726
3839
|
request: models.UnBindLiveDomainCertRequest,
|