tencentcloud-sdk-python 3.0.1291__py2.py3-none-any.whl → 3.0.1293__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/apm/v20210622/apm_client.py +6 -6
- tencentcloud/apm/v20210622/errorcodes.py +6 -3
- tencentcloud/apm/v20210622/models.py +143 -295
- tencentcloud/autoscaling/v20180419/models.py +21 -2
- tencentcloud/batch/v20170312/models.py +2 -2
- tencentcloud/bh/v20230418/models.py +15 -0
- tencentcloud/billing/v20180709/models.py +30 -0
- tencentcloud/cdb/v20170320/cdb_client.py +1 -1
- tencentcloud/cdb/v20170320/models.py +8 -468
- tencentcloud/cdwdoris/v20211228/models.py +64 -0
- tencentcloud/cfg/v20210820/models.py +15 -0
- tencentcloud/cfs/v20190719/errorcodes.py +6 -3
- tencentcloud/ckafka/v20190819/models.py +45 -0
- tencentcloud/clb/v20180317/models.py +32 -0
- tencentcloud/cls/v20201016/cls_client.py +92 -0
- tencentcloud/cls/v20201016/models.py +742 -25
- tencentcloud/cmq/v20190304/cmq_client.py +30 -10
- tencentcloud/cmq/v20190304/models.py +106 -106
- tencentcloud/cvm/v20170312/cvm_client.py +0 -115
- tencentcloud/cvm/v20170312/errorcodes.py +3 -9
- tencentcloud/cvm/v20170312/models.py +7379 -8874
- tencentcloud/cwp/v20180228/cwp_client.py +0 -25
- tencentcloud/cwp/v20180228/models.py +2 -51
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +3 -3
- tencentcloud/cynosdb/v20190107/errorcodes.py +3 -0
- tencentcloud/cynosdb/v20190107/models.py +8 -32
- tencentcloud/dnspod/v20210323/models.py +37 -37
- tencentcloud/dts/v20180330/models.py +2 -2
- tencentcloud/dts/v20211206/models.py +17 -0
- tencentcloud/emr/v20190103/emr_client.py +207 -0
- tencentcloud/emr/v20190103/errorcodes.py +15 -0
- tencentcloud/emr/v20190103/models.py +2175 -248
- tencentcloud/ess/v20201111/models.py +99 -20
- tencentcloud/essbasic/v20210526/models.py +185 -20
- tencentcloud/faceid/v20180301/models.py +4 -4
- tencentcloud/iai/v20200303/errorcodes.py +15 -0
- tencentcloud/iai/v20200303/iai_client.py +28 -0
- tencentcloud/iai/v20200303/models.py +203 -0
- tencentcloud/iotexplorer/v20190423/models.py +15 -0
- tencentcloud/keewidb/v20220308/models.py +2 -2
- tencentcloud/live/v20180801/models.py +111 -56
- tencentcloud/mna/v20210119/mna_client.py +9 -3
- tencentcloud/mna/v20210119/models.py +2 -2
- tencentcloud/mps/v20190612/models.py +75 -0
- tencentcloud/oceanus/v20190422/errorcodes.py +3 -0
- tencentcloud/oceanus/v20190422/models.py +571 -2
- tencentcloud/ocr/v20181119/models.py +736 -8
- tencentcloud/ocr/v20181119/ocr_client.py +49 -3
- tencentcloud/sqlserver/v20180328/models.py +258 -92
- tencentcloud/sqlserver/v20180328/sqlserver_client.py +1 -1
- tencentcloud/ssl/v20191205/models.py +6 -6
- tencentcloud/tbaas/v20180416/tbaas_client.py +2 -2
- tencentcloud/tcr/v20190924/models.py +15 -0
- tencentcloud/tdmq/v20200217/models.py +573 -0
- tencentcloud/tdmq/v20200217/tdmq_client.py +69 -0
- tencentcloud/tem/v20210701/models.py +2 -2
- tencentcloud/tem/v20210701/tem_client.py +3 -1
- tencentcloud/teo/v20220901/models.py +2 -0
- tencentcloud/teo/v20220901/teo_client.py +1 -1
- tencentcloud/thpc/v20211109/models.py +10 -12
- tencentcloud/thpc/v20220401/models.py +30 -36
- tencentcloud/thpc/v20230321/models.py +12 -14
- tencentcloud/tke/v20180525/models.py +21 -6
- tencentcloud/trocket/v20230308/models.py +396 -0
- tencentcloud/trocket/v20230308/trocket_client.py +23 -0
- tencentcloud/trtc/v20190722/models.py +17 -0
- tencentcloud/tse/v20201207/models.py +100 -0
- tencentcloud/tts/v20190823/models.py +2 -2
- tencentcloud/vpc/v20170312/errorcodes.py +6 -0
- tencentcloud/vpc/v20170312/models.py +545 -88
- tencentcloud/vpc/v20170312/vpc_client.py +69 -0
- tencentcloud/waf/v20180125/models.py +546 -4
- tencentcloud/waf/v20180125/waf_client.py +73 -2
- {tencentcloud_sdk_python-3.0.1291.dist-info → tencentcloud_sdk_python-3.0.1293.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1291.dist-info → tencentcloud_sdk_python-3.0.1293.dist-info}/RECORD +79 -79
- {tencentcloud_sdk_python-3.0.1291.dist-info → tencentcloud_sdk_python-3.0.1293.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1291.dist-info → tencentcloud_sdk_python-3.0.1293.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1291.dist-info → tencentcloud_sdk_python-3.0.1293.dist-info}/top_level.txt +0 -0
@@ -41872,6 +41872,8 @@ class ModifyOutputInfo(AbstractModel):
|
|
41872
41872
|
:type Zones: list of str
|
41873
41873
|
:param _RISTSettings: 转推RIST的配置。
|
41874
41874
|
:type RISTSettings: :class:`tencentcloud.mps.v20190612.models.CreateOutputRistSettings`
|
41875
|
+
:param _OutputType: 输出类型:Internet/TencentCSS/StreamLive
|
41876
|
+
:type OutputType: str
|
41875
41877
|
"""
|
41876
41878
|
self._OutputId = None
|
41877
41879
|
self._OutputName = None
|
@@ -41885,6 +41887,7 @@ class ModifyOutputInfo(AbstractModel):
|
|
41885
41887
|
self._SecurityGroupIds = None
|
41886
41888
|
self._Zones = None
|
41887
41889
|
self._RISTSettings = None
|
41890
|
+
self._OutputType = None
|
41888
41891
|
|
41889
41892
|
@property
|
41890
41893
|
def OutputId(self):
|
@@ -42019,6 +42022,17 @@ class ModifyOutputInfo(AbstractModel):
|
|
42019
42022
|
def RISTSettings(self, RISTSettings):
|
42020
42023
|
self._RISTSettings = RISTSettings
|
42021
42024
|
|
42025
|
+
@property
|
42026
|
+
def OutputType(self):
|
42027
|
+
"""输出类型:Internet/TencentCSS/StreamLive
|
42028
|
+
:rtype: str
|
42029
|
+
"""
|
42030
|
+
return self._OutputType
|
42031
|
+
|
42032
|
+
@OutputType.setter
|
42033
|
+
def OutputType(self, OutputType):
|
42034
|
+
self._OutputType = OutputType
|
42035
|
+
|
42022
42036
|
|
42023
42037
|
def _deserialize(self, params):
|
42024
42038
|
self._OutputId = params.get("OutputId")
|
@@ -42041,6 +42055,7 @@ class ModifyOutputInfo(AbstractModel):
|
|
42041
42055
|
if params.get("RISTSettings") is not None:
|
42042
42056
|
self._RISTSettings = CreateOutputRistSettings()
|
42043
42057
|
self._RISTSettings._deserialize(params.get("RISTSettings"))
|
42058
|
+
self._OutputType = params.get("OutputType")
|
42044
42059
|
memeber_set = set(params.keys())
|
42045
42060
|
for name, value in vars(self).items():
|
42046
42061
|
property_name = name[1:]
|
@@ -51076,6 +51091,14 @@ class SegmentRecognitionItem(AbstractModel):
|
|
51076
51091
|
:param _EndTime: 直播切片对应直播结束时间点,采用 ISO 日期格式。
|
51077
51092
|
注意:此字段可能返回 null,表示取不到有效值。
|
51078
51093
|
:type EndTime: str
|
51094
|
+
:param _AudioUrl: 直播拆条用,音频url。
|
51095
|
+
:type AudioUrl: str
|
51096
|
+
:param _AudioBeginTime: 直播拆条用,音频对应起始时间戳;
|
51097
|
+
:type AudioBeginTime: float
|
51098
|
+
:param _AudioEndTime: 直播拆条用,音频对应结束时间戳。
|
51099
|
+
:type AudioEndTime: float
|
51100
|
+
:param _PersonPositionUrl: 直播拆条用,人物位置参考信息用于横转竖。
|
51101
|
+
:type PersonPositionUrl: str
|
51079
51102
|
"""
|
51080
51103
|
self._Confidence = None
|
51081
51104
|
self._StartTimeOffset = None
|
@@ -51087,6 +51110,10 @@ class SegmentRecognitionItem(AbstractModel):
|
|
51087
51110
|
self._Keywords = None
|
51088
51111
|
self._BeginTime = None
|
51089
51112
|
self._EndTime = None
|
51113
|
+
self._AudioUrl = None
|
51114
|
+
self._AudioBeginTime = None
|
51115
|
+
self._AudioEndTime = None
|
51116
|
+
self._PersonPositionUrl = None
|
51090
51117
|
|
51091
51118
|
@property
|
51092
51119
|
def Confidence(self):
|
@@ -51204,6 +51231,50 @@ class SegmentRecognitionItem(AbstractModel):
|
|
51204
51231
|
def EndTime(self, EndTime):
|
51205
51232
|
self._EndTime = EndTime
|
51206
51233
|
|
51234
|
+
@property
|
51235
|
+
def AudioUrl(self):
|
51236
|
+
"""直播拆条用,音频url。
|
51237
|
+
:rtype: str
|
51238
|
+
"""
|
51239
|
+
return self._AudioUrl
|
51240
|
+
|
51241
|
+
@AudioUrl.setter
|
51242
|
+
def AudioUrl(self, AudioUrl):
|
51243
|
+
self._AudioUrl = AudioUrl
|
51244
|
+
|
51245
|
+
@property
|
51246
|
+
def AudioBeginTime(self):
|
51247
|
+
"""直播拆条用,音频对应起始时间戳;
|
51248
|
+
:rtype: float
|
51249
|
+
"""
|
51250
|
+
return self._AudioBeginTime
|
51251
|
+
|
51252
|
+
@AudioBeginTime.setter
|
51253
|
+
def AudioBeginTime(self, AudioBeginTime):
|
51254
|
+
self._AudioBeginTime = AudioBeginTime
|
51255
|
+
|
51256
|
+
@property
|
51257
|
+
def AudioEndTime(self):
|
51258
|
+
"""直播拆条用,音频对应结束时间戳。
|
51259
|
+
:rtype: float
|
51260
|
+
"""
|
51261
|
+
return self._AudioEndTime
|
51262
|
+
|
51263
|
+
@AudioEndTime.setter
|
51264
|
+
def AudioEndTime(self, AudioEndTime):
|
51265
|
+
self._AudioEndTime = AudioEndTime
|
51266
|
+
|
51267
|
+
@property
|
51268
|
+
def PersonPositionUrl(self):
|
51269
|
+
"""直播拆条用,人物位置参考信息用于横转竖。
|
51270
|
+
:rtype: str
|
51271
|
+
"""
|
51272
|
+
return self._PersonPositionUrl
|
51273
|
+
|
51274
|
+
@PersonPositionUrl.setter
|
51275
|
+
def PersonPositionUrl(self, PersonPositionUrl):
|
51276
|
+
self._PersonPositionUrl = PersonPositionUrl
|
51277
|
+
|
51207
51278
|
|
51208
51279
|
def _deserialize(self, params):
|
51209
51280
|
self._Confidence = params.get("Confidence")
|
@@ -51216,6 +51287,10 @@ class SegmentRecognitionItem(AbstractModel):
|
|
51216
51287
|
self._Keywords = params.get("Keywords")
|
51217
51288
|
self._BeginTime = params.get("BeginTime")
|
51218
51289
|
self._EndTime = params.get("EndTime")
|
51290
|
+
self._AudioUrl = params.get("AudioUrl")
|
51291
|
+
self._AudioBeginTime = params.get("AudioBeginTime")
|
51292
|
+
self._AudioEndTime = params.get("AudioEndTime")
|
51293
|
+
self._PersonPositionUrl = params.get("PersonPositionUrl")
|
51219
51294
|
memeber_set = set(params.keys())
|
51220
51295
|
for name, value in vars(self).items():
|
51221
51296
|
property_name = name[1:]
|
@@ -26,6 +26,9 @@ FAILEDOPERATION = 'FailedOperation'
|
|
26
26
|
# 数据库连接失败,请检查参数是否填写正确。
|
27
27
|
FAILEDOPERATION_DATASOURCECONNECTIONFAILED = 'FailedOperation.DataSourceConnectionFailed'
|
28
28
|
|
29
|
+
# 不能删除wedata项目关联的空间
|
30
|
+
FAILEDOPERATION_DELETEWEDATAITEMSPACE = 'FailedOperation.DeleteWedataItemspace'
|
31
|
+
|
29
32
|
# 作业的草稿不允许删除。
|
30
33
|
FAILEDOPERATION_DRAFTCONFIGCANNOTDELETE = 'FailedOperation.DraftConfigCanNotDelete'
|
31
34
|
|