tencentcloud-sdk-python 3.0.1346__py2.py3-none-any.whl → 3.0.1348__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.
Files changed (63) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/advisor/v20200721/models.py +0 -26
  3. tencentcloud/batch/v20170312/models.py +8 -8
  4. tencentcloud/bh/v20230418/models.py +61 -23
  5. tencentcloud/cam/v20190116/models.py +2 -2
  6. tencentcloud/cdwdoris/v20211228/models.py +300 -0
  7. tencentcloud/cdwpg/v20201230/models.py +180 -168
  8. tencentcloud/chc/__init__.py +0 -0
  9. tencentcloud/chc/v20230418/__init__.py +0 -0
  10. tencentcloud/chc/v20230418/chc_client.py +854 -0
  11. tencentcloud/chc/v20230418/errorcodes.py +15 -0
  12. tencentcloud/chc/v20230418/models.py +9933 -0
  13. tencentcloud/ckafka/v20190819/models.py +8 -24
  14. tencentcloud/clb/v20180317/models.py +46 -16
  15. tencentcloud/cls/v20201016/models.py +0 -198
  16. tencentcloud/dbbrain/v20191016/models.py +0 -4
  17. tencentcloud/dbbrain/v20210527/dbbrain_client.py +92 -0
  18. tencentcloud/dbbrain/v20210527/models.py +1027 -210
  19. tencentcloud/dcdb/v20180411/errorcodes.py +3 -0
  20. tencentcloud/dcdb/v20180411/models.py +0 -64
  21. tencentcloud/domain/v20180808/models.py +0 -2
  22. tencentcloud/ecdn/v20191012/ecdn_client.py +0 -217
  23. tencentcloud/ecdn/v20191012/errorcodes.py +0 -63
  24. tencentcloud/ecdn/v20191012/models.py +4 -1047
  25. tencentcloud/emr/v20190103/models.py +15 -54
  26. tencentcloud/ess/v20201111/models.py +27 -6
  27. tencentcloud/essbasic/v20210526/models.py +21 -0
  28. tencentcloud/gs/v20191118/errorcodes.py +9 -0
  29. tencentcloud/gs/v20191118/gs_client.py +775 -12
  30. tencentcloud/gs/v20191118/models.py +4914 -477
  31. tencentcloud/hai/v20230812/models.py +0 -66
  32. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +1 -1
  33. tencentcloud/iotvideo/v20211125/iotvideo_client.py +1 -1
  34. tencentcloud/iotvideoindustry/v20201201/models.py +0 -30
  35. tencentcloud/lcic/v20220817/lcic_client.py +1 -1
  36. tencentcloud/lcic/v20220817/models.py +56 -68
  37. tencentcloud/lke/v20231130/lke_client.py +2 -2
  38. tencentcloud/lke/v20231130/models.py +4 -8
  39. tencentcloud/lkeap/v20240522/lkeap_client.py +5 -0
  40. tencentcloud/mariadb/v20170312/models.py +2 -70
  41. tencentcloud/mmps/v20200710/models.py +0 -6
  42. tencentcloud/mqtt/v20240516/models.py +318 -208
  43. tencentcloud/organization/v20210331/models.py +30 -0
  44. tencentcloud/tbaas/v20180416/models.py +0 -46
  45. tencentcloud/tcb/v20180608/errorcodes.py +3 -0
  46. tencentcloud/tchd/v20230306/models.py +0 -2
  47. tencentcloud/tcr/v20190924/models.py +4 -148
  48. tencentcloud/tdmq/v20200217/models.py +0 -14
  49. tencentcloud/thpc/v20220401/models.py +0 -2
  50. tencentcloud/thpc/v20230321/models.py +49 -32
  51. tencentcloud/tione/v20211111/models.py +68 -0
  52. tencentcloud/tke/v20180525/models.py +0 -94
  53. tencentcloud/trocket/v20230308/models.py +0 -24
  54. tencentcloud/tsf/v20180326/models.py +196 -182
  55. tencentcloud/vcube/v20220410/models.py +51 -158
  56. tencentcloud/vcube/v20220410/vcube_client.py +2 -2
  57. tencentcloud/vod/v20180717/models.py +8 -46
  58. tencentcloud/wedata/v20210820/models.py +126 -0
  59. {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/METADATA +1 -1
  60. {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/RECORD +63 -58
  61. {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/LICENSE +0 -0
  62. {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/WHEEL +0 -0
  63. {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/top_level.txt +0 -0
@@ -142,7 +142,7 @@ class VcubeClient(AbstractClient):
142
142
 
143
143
 
144
144
  def CreateTestXMagic(self, request):
145
- """申请开通测试版优图
145
+ """申请开通测试版腾讯特效
146
146
 
147
147
  :param request: Request instance for CreateTestXMagic.
148
148
  :type request: :class:`tencentcloud.vcube.v20220410.models.CreateTestXMagicRequest`
@@ -533,7 +533,7 @@ class VcubeClient(AbstractClient):
533
533
 
534
534
 
535
535
  def ModifyApplication(self, request):
536
- """编辑更改应用
536
+ """更改测试包名信息
537
537
 
538
538
  :param request: Request instance for ModifyApplication.
539
539
  :type request: :class:`tencentcloud.vcube.v20220410.models.ModifyApplicationRequest`
@@ -13186,13 +13186,10 @@ class CLSTopicInfo(AbstractModel):
13186
13186
  def __init__(self):
13187
13187
  r"""
13188
13188
  :param _TopicId: 日志主题 ID。
13189
- 注意:此字段可能返回 null,表示取不到有效值。
13190
13189
  :type TopicId: str
13191
13190
  :param _TopicName: 日志主题名。
13192
- 注意:此字段可能返回 null,表示取不到有效值。
13193
13191
  :type TopicName: str
13194
13192
  :param _LogsetId: 日志集 ID。
13195
- 注意:此字段可能返回 null,表示取不到有效值。
13196
13193
  :type LogsetId: str
13197
13194
  """
13198
13195
  self._TopicId = None
@@ -13202,7 +13199,6 @@ class CLSTopicInfo(AbstractModel):
13202
13199
  @property
13203
13200
  def TopicId(self):
13204
13201
  """日志主题 ID。
13205
- 注意:此字段可能返回 null,表示取不到有效值。
13206
13202
  :rtype: str
13207
13203
  """
13208
13204
  return self._TopicId
@@ -13214,7 +13210,6 @@ class CLSTopicInfo(AbstractModel):
13214
13210
  @property
13215
13211
  def TopicName(self):
13216
13212
  """日志主题名。
13217
- 注意:此字段可能返回 null,表示取不到有效值。
13218
13213
  :rtype: str
13219
13214
  """
13220
13215
  return self._TopicName
@@ -13226,7 +13221,6 @@ class CLSTopicInfo(AbstractModel):
13226
13221
  @property
13227
13222
  def LogsetId(self):
13228
13223
  """日志集 ID。
13229
- 注意:此字段可能返回 null,表示取不到有效值。
13230
13224
  :rtype: str
13231
13225
  """
13232
13226
  return self._LogsetId
@@ -59150,10 +59144,8 @@ class QualityInspectTask(AbstractModel):
59150
59144
  注意:此字段可能返回 null,表示取不到有效值。
59151
59145
  :type MetaData: :class:`tencentcloud.vod.v20180717.models.MediaMetaData`
59152
59146
  :param _Input: 音画质检测任务输入。
59153
- 注意:此字段可能返回 null,表示取不到有效值。
59154
59147
  :type Input: :class:`tencentcloud.vod.v20180717.models.QualityInspectTaskInput`
59155
59148
  :param _Output: 音画质检测任务输出。
59156
- 注意:此字段可能返回 null,表示取不到有效值。
59157
59149
  :type Output: :class:`tencentcloud.vod.v20180717.models.QualityInspectTaskOutput`
59158
59150
  :param _SessionId: 用于去重的识别码,如果七天内曾有过相同的识别码的请求,则本次的请求会返回错误。最长 50 个字符,不带或者带空字符串表示不做去重。
59159
59151
  :type SessionId: str
@@ -59231,7 +59223,6 @@ class QualityInspectTask(AbstractModel):
59231
59223
  @property
59232
59224
  def Input(self):
59233
59225
  """音画质检测任务输入。
59234
- 注意:此字段可能返回 null,表示取不到有效值。
59235
59226
  :rtype: :class:`tencentcloud.vod.v20180717.models.QualityInspectTaskInput`
59236
59227
  """
59237
59228
  return self._Input
@@ -59243,7 +59234,6 @@ class QualityInspectTask(AbstractModel):
59243
59234
  @property
59244
59235
  def Output(self):
59245
59236
  """音画质检测任务输出。
59246
- 注意:此字段可能返回 null,表示取不到有效值。
59247
59237
  :rtype: :class:`tencentcloud.vod.v20180717.models.QualityInspectTaskOutput`
59248
59238
  """
59249
59239
  return self._Output
@@ -59466,34 +59456,24 @@ class QualityInspectTemplateItem(AbstractModel):
59466
59456
  :param _ScreenshotInterval: 截帧间隔,单位为秒。
59467
59457
  :type ScreenshotInterval: float
59468
59458
  :param _JitterConfigure: 视频画面抖动重影检测的控制参数。
59469
- 注意:此字段可能返回 null,表示取不到有效值。
59470
59459
  :type JitterConfigure: :class:`tencentcloud.vod.v20180717.models.JitterConfigureInfo`
59471
59460
  :param _BlurConfigure: 视频画面模糊检测的控制参数。
59472
- 注意:此字段可能返回 null,表示取不到有效值。
59473
59461
  :type BlurConfigure: :class:`tencentcloud.vod.v20180717.models.BlurConfigureInfo`
59474
59462
  :param _AbnormalLightingConfigure: 视频画面低光、过曝检测的控制参数。
59475
- 注意:此字段可能返回 null,表示取不到有效值。
59476
59463
  :type AbnormalLightingConfigure: :class:`tencentcloud.vod.v20180717.models.AbnormalLightingConfigureInfo`
59477
59464
  :param _CrashScreenConfigure: 视频画面花屏检测的控制参数。
59478
- 注意:此字段可能返回 null,表示取不到有效值。
59479
59465
  :type CrashScreenConfigure: :class:`tencentcloud.vod.v20180717.models.CrashScreenConfigureInfo`
59480
59466
  :param _BlackWhiteEdgeConfigure: 视频画面黑边、白边、黑屏、白屏检测的控制参数。
59481
- 注意:此字段可能返回 null,表示取不到有效值。
59482
59467
  :type BlackWhiteEdgeConfigure: :class:`tencentcloud.vod.v20180717.models.BlackWhiteEdgeConfigureInfo`
59483
59468
  :param _NoiseConfigure: 视频画面噪点检测的控制参数。
59484
- 注意:此字段可能返回 null,表示取不到有效值。
59485
59469
  :type NoiseConfigure: :class:`tencentcloud.vod.v20180717.models.NoiseConfigureInfo`
59486
59470
  :param _MosaicConfigure: 视频画面马赛克检测的控制参数。
59487
- 注意:此字段可能返回 null,表示取不到有效值。
59488
59471
  :type MosaicConfigure: :class:`tencentcloud.vod.v20180717.models.MosaicConfigureInfo`
59489
59472
  :param _QRCodeConfigure: 视频画面二维码检测的控制参数。
59490
- 注意:此字段可能返回 null,表示取不到有效值。
59491
59473
  :type QRCodeConfigure: :class:`tencentcloud.vod.v20180717.models.QRCodeConfigureInfo`
59492
59474
  :param _QualityEvaluationConfigure: 视频画面质量评价的控制参数。
59493
- 注意:此字段可能返回 null,表示取不到有效值。
59494
59475
  :type QualityEvaluationConfigure: :class:`tencentcloud.vod.v20180717.models.QualityEvaluationConfigureInfo`
59495
59476
  :param _VoiceConfigure: 音频(静音、低音、爆音)检测的控制参数。
59496
- 注意:此字段可能返回 null,表示取不到有效值。
59497
59477
  :type VoiceConfigure: :class:`tencentcloud.vod.v20180717.models.VoiceConfigureInfo`
59498
59478
  :param _CreateTime: 模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
59499
59479
  :type CreateTime: str
@@ -59578,7 +59558,6 @@ class QualityInspectTemplateItem(AbstractModel):
59578
59558
  @property
59579
59559
  def JitterConfigure(self):
59580
59560
  """视频画面抖动重影检测的控制参数。
59581
- 注意:此字段可能返回 null,表示取不到有效值。
59582
59561
  :rtype: :class:`tencentcloud.vod.v20180717.models.JitterConfigureInfo`
59583
59562
  """
59584
59563
  return self._JitterConfigure
@@ -59590,7 +59569,6 @@ class QualityInspectTemplateItem(AbstractModel):
59590
59569
  @property
59591
59570
  def BlurConfigure(self):
59592
59571
  """视频画面模糊检测的控制参数。
59593
- 注意:此字段可能返回 null,表示取不到有效值。
59594
59572
  :rtype: :class:`tencentcloud.vod.v20180717.models.BlurConfigureInfo`
59595
59573
  """
59596
59574
  return self._BlurConfigure
@@ -59602,7 +59580,6 @@ class QualityInspectTemplateItem(AbstractModel):
59602
59580
  @property
59603
59581
  def AbnormalLightingConfigure(self):
59604
59582
  """视频画面低光、过曝检测的控制参数。
59605
- 注意:此字段可能返回 null,表示取不到有效值。
59606
59583
  :rtype: :class:`tencentcloud.vod.v20180717.models.AbnormalLightingConfigureInfo`
59607
59584
  """
59608
59585
  return self._AbnormalLightingConfigure
@@ -59614,7 +59591,6 @@ class QualityInspectTemplateItem(AbstractModel):
59614
59591
  @property
59615
59592
  def CrashScreenConfigure(self):
59616
59593
  """视频画面花屏检测的控制参数。
59617
- 注意:此字段可能返回 null,表示取不到有效值。
59618
59594
  :rtype: :class:`tencentcloud.vod.v20180717.models.CrashScreenConfigureInfo`
59619
59595
  """
59620
59596
  return self._CrashScreenConfigure
@@ -59626,7 +59602,6 @@ class QualityInspectTemplateItem(AbstractModel):
59626
59602
  @property
59627
59603
  def BlackWhiteEdgeConfigure(self):
59628
59604
  """视频画面黑边、白边、黑屏、白屏检测的控制参数。
59629
- 注意:此字段可能返回 null,表示取不到有效值。
59630
59605
  :rtype: :class:`tencentcloud.vod.v20180717.models.BlackWhiteEdgeConfigureInfo`
59631
59606
  """
59632
59607
  return self._BlackWhiteEdgeConfigure
@@ -59638,7 +59613,6 @@ class QualityInspectTemplateItem(AbstractModel):
59638
59613
  @property
59639
59614
  def NoiseConfigure(self):
59640
59615
  """视频画面噪点检测的控制参数。
59641
- 注意:此字段可能返回 null,表示取不到有效值。
59642
59616
  :rtype: :class:`tencentcloud.vod.v20180717.models.NoiseConfigureInfo`
59643
59617
  """
59644
59618
  return self._NoiseConfigure
@@ -59650,7 +59624,6 @@ class QualityInspectTemplateItem(AbstractModel):
59650
59624
  @property
59651
59625
  def MosaicConfigure(self):
59652
59626
  """视频画面马赛克检测的控制参数。
59653
- 注意:此字段可能返回 null,表示取不到有效值。
59654
59627
  :rtype: :class:`tencentcloud.vod.v20180717.models.MosaicConfigureInfo`
59655
59628
  """
59656
59629
  return self._MosaicConfigure
@@ -59662,7 +59635,6 @@ class QualityInspectTemplateItem(AbstractModel):
59662
59635
  @property
59663
59636
  def QRCodeConfigure(self):
59664
59637
  """视频画面二维码检测的控制参数。
59665
- 注意:此字段可能返回 null,表示取不到有效值。
59666
59638
  :rtype: :class:`tencentcloud.vod.v20180717.models.QRCodeConfigureInfo`
59667
59639
  """
59668
59640
  return self._QRCodeConfigure
@@ -59674,7 +59646,6 @@ class QualityInspectTemplateItem(AbstractModel):
59674
59646
  @property
59675
59647
  def QualityEvaluationConfigure(self):
59676
59648
  """视频画面质量评价的控制参数。
59677
- 注意:此字段可能返回 null,表示取不到有效值。
59678
59649
  :rtype: :class:`tencentcloud.vod.v20180717.models.QualityEvaluationConfigureInfo`
59679
59650
  """
59680
59651
  return self._QualityEvaluationConfigure
@@ -59686,7 +59657,6 @@ class QualityInspectTemplateItem(AbstractModel):
59686
59657
  @property
59687
59658
  def VoiceConfigure(self):
59688
59659
  """音频(静音、低音、爆音)检测的控制参数。
59689
- 注意:此字段可能返回 null,表示取不到有效值。
59690
59660
  :rtype: :class:`tencentcloud.vod.v20180717.models.VoiceConfigureInfo`
59691
59661
  """
59692
59662
  return self._VoiceConfigure
@@ -61024,13 +60994,10 @@ class RebuildMediaTask(AbstractModel):
61024
60994
  :param _Progress: 音画质重生任务进度,取值范围 [0-100] 。
61025
60995
  :type Progress: int
61026
60996
  :param _Input: 音画质重生任务的输入。
61027
- 注意:此字段可能返回 null,表示取不到有效值。
61028
60997
  :type Input: :class:`tencentcloud.vod.v20180717.models.RebuildMediaTaskInput`
61029
60998
  :param _Output: 音画质重生任务的输出。
61030
- 注意:此字段可能返回 null,表示取不到有效值。
61031
60999
  :type Output: :class:`tencentcloud.vod.v20180717.models.RebuildMediaTaskOutput`
61032
61000
  :param _MetaData: 音画质重生输出视频的元信息。
61033
- 注意:此字段可能返回 null,表示取不到有效值。
61034
61001
  :type MetaData: :class:`tencentcloud.vod.v20180717.models.MediaMetaData`
61035
61002
  :param _SessionId: 用于去重的识别码,如果七天内曾有过相同的识别码的请求,则本次的请求会返回错误。最长 50 个字符,不带或者带空字符串表示不做去重。
61036
61003
  :type SessionId: str
@@ -61123,7 +61090,6 @@ class RebuildMediaTask(AbstractModel):
61123
61090
  @property
61124
61091
  def Input(self):
61125
61092
  """音画质重生任务的输入。
61126
- 注意:此字段可能返回 null,表示取不到有效值。
61127
61093
  :rtype: :class:`tencentcloud.vod.v20180717.models.RebuildMediaTaskInput`
61128
61094
  """
61129
61095
  return self._Input
@@ -61135,7 +61101,6 @@ class RebuildMediaTask(AbstractModel):
61135
61101
  @property
61136
61102
  def Output(self):
61137
61103
  """音画质重生任务的输出。
61138
- 注意:此字段可能返回 null,表示取不到有效值。
61139
61104
  :rtype: :class:`tencentcloud.vod.v20180717.models.RebuildMediaTaskOutput`
61140
61105
  """
61141
61106
  return self._Output
@@ -61147,7 +61112,6 @@ class RebuildMediaTask(AbstractModel):
61147
61112
  @property
61148
61113
  def MetaData(self):
61149
61114
  """音画质重生输出视频的元信息。
61150
- 注意:此字段可能返回 null,表示取不到有效值。
61151
61115
  :rtype: :class:`tencentcloud.vod.v20180717.models.MediaMetaData`
61152
61116
  """
61153
61117
  return self._MetaData
@@ -61220,7 +61184,7 @@ class RebuildMediaTaskInput(AbstractModel):
61220
61184
  :type StartTimeOffset: float
61221
61185
  :param _EndTimeOffset: 结束偏移时间,单位:秒,不填表示截取到视频末尾。
61222
61186
  :type EndTimeOffset: float
61223
- :param _Definition: 音画质重生模版号。
61187
+ :param _Definition: 音画质重生模板号。
61224
61188
  :type Definition: int
61225
61189
  :param _RepairInfo: 画质修复控制参数。
61226
61190
  :type RepairInfo: :class:`tencentcloud.vod.v20180717.models.RepairInfo`
@@ -61302,7 +61266,7 @@ class RebuildMediaTaskInput(AbstractModel):
61302
61266
 
61303
61267
  @property
61304
61268
  def Definition(self):
61305
- """音画质重生模版号。
61269
+ """音画质重生模板号。
61306
61270
  :rtype: int
61307
61271
  """
61308
61272
  return self._Definition
@@ -63115,7 +63079,6 @@ class RemoveWatermarkTask(AbstractModel):
63115
63079
  :param _Message: 错误信息。
63116
63080
  :type Message: str
63117
63081
  :param _Input: 智能去除水印任务的输入。
63118
- 注意:此字段可能返回 null,表示取不到有效值。
63119
63082
  :type Input: :class:`tencentcloud.vod.v20180717.models.RemoveWaterMarkTaskInput`
63120
63083
  :param _Output: 智能去除水印任务的输出。
63121
63084
  注意:此字段可能返回 null,表示取不到有效值。
@@ -63198,7 +63161,6 @@ class RemoveWatermarkTask(AbstractModel):
63198
63161
  @property
63199
63162
  def Input(self):
63200
63163
  """智能去除水印任务的输入。
63201
- 注意:此字段可能返回 null,表示取不到有效值。
63202
63164
  :rtype: :class:`tencentcloud.vod.v20180717.models.RemoveWaterMarkTaskInput`
63203
63165
  """
63204
63166
  return self._Input
@@ -69821,7 +69783,7 @@ class SvgWatermarkInputForUpdate(AbstractModel):
69821
69783
  <li>当字符串以 H% 结尾,表示水印 Height 为视频高度的百分比大小,如 10H% 表示 Height 为视频高度的 10%;</li>
69822
69784
  <li>当字符串以 S% 结尾,表示水印 Height 为视频短边的百分比大小,如 10S% 表示 Height 为视频短边的 10%;</li>
69823
69785
  <li>当字符串以 L% 结尾,表示水印 Height 为视频长边的百分比大小,如 10L% 表示 Height 为视频长边的 10%;</li>
69824
- <li>当字符串以 % 结尾时,含义同 H%。
69786
+ <li>当字符串以 % 结尾时,含义同 H%。</li>
69825
69787
  默认值为 0px。
69826
69788
  :type Height: str
69827
69789
  :param _CycleConfig: 水印周期配置,用于配置水印周期性地显示与隐藏。
@@ -69865,7 +69827,7 @@ class SvgWatermarkInputForUpdate(AbstractModel):
69865
69827
  <li>当字符串以 H% 结尾,表示水印 Height 为视频高度的百分比大小,如 10H% 表示 Height 为视频高度的 10%;</li>
69866
69828
  <li>当字符串以 S% 结尾,表示水印 Height 为视频短边的百分比大小,如 10S% 表示 Height 为视频短边的 10%;</li>
69867
69829
  <li>当字符串以 L% 结尾,表示水印 Height 为视频长边的百分比大小,如 10L% 表示 Height 为视频长边的 10%;</li>
69868
- <li>当字符串以 % 结尾时,含义同 H%。
69830
+ <li>当字符串以 % 结尾时,含义同 H%。</li>
69869
69831
  默认值为 0px。
69870
69832
  :rtype: str
69871
69833
  """
@@ -69877,6 +69839,8 @@ class SvgWatermarkInputForUpdate(AbstractModel):
69877
69839
 
69878
69840
  @property
69879
69841
  def CycleConfig(self):
69842
+ warnings.warn("parameter `CycleConfig` is deprecated", DeprecationWarning)
69843
+
69880
69844
  """水印周期配置,用于配置水印周期性地显示与隐藏。
69881
69845
  主要使用场景是:为了视频防遮标,在视频多个地方设置水印,这些水印按固定顺序周期性地显示与隐藏。
69882
69846
  例如,设置 A、B、C、D 4 个水印分别位于视频的左上角、右上角、右下角、左下角处,视频开始时,{ A 显示 5 秒 -> B 显示 5 秒 -> C 显示 5 秒 -> D 显示 5 秒 } -> A 显示 5 秒 -> B 显示 5 秒 -> ...,任何时刻只显示一处水印。
@@ -69890,6 +69854,8 @@ class SvgWatermarkInputForUpdate(AbstractModel):
69890
69854
 
69891
69855
  @CycleConfig.setter
69892
69856
  def CycleConfig(self, CycleConfig):
69857
+ warnings.warn("parameter `CycleConfig` is deprecated", DeprecationWarning)
69858
+
69893
69859
  self._CycleConfig = CycleConfig
69894
69860
 
69895
69861
 
@@ -71977,10 +71943,8 @@ class TranscodeTemplate(AbstractModel):
71977
71943
  <li>1:去除。</li>
71978
71944
  :type RemoveAudio: int
71979
71945
  :param _VideoTemplate: 视频流配置参数,仅当 RemoveVideo 为 0,该字段有效。
71980
- 注意:此字段可能返回 null,表示取不到有效值。
71981
71946
  :type VideoTemplate: :class:`tencentcloud.vod.v20180717.models.VideoTemplateInfo`
71982
71947
  :param _AudioTemplate: 音频流配置参数,仅当 RemoveAudio 为 0,该字段有效 。
71983
- 注意:此字段可能返回 null,表示取不到有效值。
71984
71948
  :type AudioTemplate: :class:`tencentcloud.vod.v20180717.models.AudioTemplateInfo`
71985
71949
  :param _TEHDConfig: 极速高清转码参数。
71986
71950
  注意:此字段可能返回 null,表示取不到有效值。
@@ -72097,7 +72061,6 @@ class TranscodeTemplate(AbstractModel):
72097
72061
  @property
72098
72062
  def VideoTemplate(self):
72099
72063
  """视频流配置参数,仅当 RemoveVideo 为 0,该字段有效。
72100
- 注意:此字段可能返回 null,表示取不到有效值。
72101
72064
  :rtype: :class:`tencentcloud.vod.v20180717.models.VideoTemplateInfo`
72102
72065
  """
72103
72066
  return self._VideoTemplate
@@ -72109,7 +72072,6 @@ class TranscodeTemplate(AbstractModel):
72109
72072
  @property
72110
72073
  def AudioTemplate(self):
72111
72074
  """音频流配置参数,仅当 RemoveAudio 为 0,该字段有效 。
72112
- 注意:此字段可能返回 null,表示取不到有效值。
72113
72075
  :rtype: :class:`tencentcloud.vod.v20180717.models.AudioTemplateInfo`
72114
72076
  """
72115
72077
  return self._AudioTemplate
@@ -23,6 +23,66 @@ class AddProjectUserRoleRequest(AbstractModel):
23
23
 
24
24
  """
25
25
 
26
+ def __init__(self):
27
+ r"""
28
+ :param _ProjectId: 项目id
29
+ :type ProjectId: str
30
+ :param _UserIds: 用户uin
31
+ :type UserIds: list of str
32
+ :param _RoleIds: 角色id
33
+ :type RoleIds: list of str
34
+ """
35
+ self._ProjectId = None
36
+ self._UserIds = None
37
+ self._RoleIds = None
38
+
39
+ @property
40
+ def ProjectId(self):
41
+ """项目id
42
+ :rtype: str
43
+ """
44
+ return self._ProjectId
45
+
46
+ @ProjectId.setter
47
+ def ProjectId(self, ProjectId):
48
+ self._ProjectId = ProjectId
49
+
50
+ @property
51
+ def UserIds(self):
52
+ """用户uin
53
+ :rtype: list of str
54
+ """
55
+ return self._UserIds
56
+
57
+ @UserIds.setter
58
+ def UserIds(self, UserIds):
59
+ self._UserIds = UserIds
60
+
61
+ @property
62
+ def RoleIds(self):
63
+ """角色id
64
+ :rtype: list of str
65
+ """
66
+ return self._RoleIds
67
+
68
+ @RoleIds.setter
69
+ def RoleIds(self, RoleIds):
70
+ self._RoleIds = RoleIds
71
+
72
+
73
+ def _deserialize(self, params):
74
+ self._ProjectId = params.get("ProjectId")
75
+ self._UserIds = params.get("UserIds")
76
+ self._RoleIds = params.get("RoleIds")
77
+ memeber_set = set(params.keys())
78
+ for name, value in vars(self).items():
79
+ property_name = name[1:]
80
+ if property_name in memeber_set:
81
+ memeber_set.remove(property_name)
82
+ if len(memeber_set) > 0:
83
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
84
+
85
+
26
86
 
27
87
  class AddProjectUserRoleResponse(AbstractModel):
28
88
  """AddProjectUserRole返回参数结构体
@@ -31,11 +91,25 @@ class AddProjectUserRoleResponse(AbstractModel):
31
91
 
32
92
  def __init__(self):
33
93
  r"""
94
+ :param _Data: 返回数据
95
+ :type Data: bool
34
96
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
35
97
  :type RequestId: str
36
98
  """
99
+ self._Data = None
37
100
  self._RequestId = None
38
101
 
102
+ @property
103
+ def Data(self):
104
+ """返回数据
105
+ :rtype: bool
106
+ """
107
+ return self._Data
108
+
109
+ @Data.setter
110
+ def Data(self, Data):
111
+ self._Data = Data
112
+
39
113
  @property
40
114
  def RequestId(self):
41
115
  """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -49,6 +123,7 @@ class AddProjectUserRoleResponse(AbstractModel):
49
123
 
50
124
 
51
125
  def _deserialize(self, params):
126
+ self._Data = params.get("Data")
52
127
  self._RequestId = params.get("RequestId")
53
128
 
54
129
 
@@ -1876,6 +1951,9 @@ class AlarmReceiverInfo(AbstractModel):
1876
1951
  :param _LarkGroup: 飞书群,0:未设置,1:成功,2:失败
1877
1952
  注意:此字段可能返回 null,表示取不到有效值。
1878
1953
  :type LarkGroup: int
1954
+ :param _AlarmMessageSendResult: 发送结果 大json格式
1955
+ 注意:此字段可能返回 null,表示取不到有效值。
1956
+ :type AlarmMessageSendResult: str
1879
1957
  """
1880
1958
  self._AlarmId = None
1881
1959
  self._AlarmReceiver = None
@@ -1887,6 +1965,7 @@ class AlarmReceiverInfo(AbstractModel):
1887
1965
  self._Http = None
1888
1966
  self._WecomGroup = None
1889
1967
  self._LarkGroup = None
1968
+ self._AlarmMessageSendResult = None
1890
1969
 
1891
1970
  @property
1892
1971
  def AlarmId(self):
@@ -2000,6 +2079,18 @@ class AlarmReceiverInfo(AbstractModel):
2000
2079
  def LarkGroup(self, LarkGroup):
2001
2080
  self._LarkGroup = LarkGroup
2002
2081
 
2082
+ @property
2083
+ def AlarmMessageSendResult(self):
2084
+ """发送结果 大json格式
2085
+ 注意:此字段可能返回 null,表示取不到有效值。
2086
+ :rtype: str
2087
+ """
2088
+ return self._AlarmMessageSendResult
2089
+
2090
+ @AlarmMessageSendResult.setter
2091
+ def AlarmMessageSendResult(self, AlarmMessageSendResult):
2092
+ self._AlarmMessageSendResult = AlarmMessageSendResult
2093
+
2003
2094
 
2004
2095
  def _deserialize(self, params):
2005
2096
  self._AlarmId = params.get("AlarmId")
@@ -2012,6 +2103,7 @@ class AlarmReceiverInfo(AbstractModel):
2012
2103
  self._Http = params.get("Http")
2013
2104
  self._WecomGroup = params.get("WecomGroup")
2014
2105
  self._LarkGroup = params.get("LarkGroup")
2106
+ self._AlarmMessageSendResult = params.get("AlarmMessageSendResult")
2015
2107
  memeber_set = set(params.keys())
2016
2108
  for name, value in vars(self).items():
2017
2109
  property_name = name[1:]
@@ -77457,6 +77549,9 @@ TABLE, VIEW, MANAGED_TABLE(Hive管理表), EXTERNAL_TABLE(Hive外部表), VIRTUA
77457
77549
  :param _IfSupportCreateAndDDL: 是否支持select or ddl
77458
77550
  注意:此字段可能返回 null,表示取不到有效值。
77459
77551
  :type IfSupportCreateAndDDL: :class:`tencentcloud.wedata.v20210820.models.CreateAndDDLSupport`
77552
+ :param _ColumnCount: 字段数量
77553
+ 注意:此字段可能返回 null,表示取不到有效值。
77554
+ :type ColumnCount: int
77460
77555
  """
77461
77556
  self._TableId = None
77462
77557
  self._TableName = None
@@ -77522,6 +77617,7 @@ TABLE, VIEW, MANAGED_TABLE(Hive管理表), EXTERNAL_TABLE(Hive外部表), VIRTUA
77522
77617
  self._OwnerByEngine = None
77523
77618
  self._ErrorTips = None
77524
77619
  self._IfSupportCreateAndDDL = None
77620
+ self._ColumnCount = None
77525
77621
 
77526
77622
  @property
77527
77623
  def TableId(self):
@@ -78292,6 +78388,18 @@ TABLE, VIEW, MANAGED_TABLE(Hive管理表), EXTERNAL_TABLE(Hive外部表), VIRTUA
78292
78388
  def IfSupportCreateAndDDL(self, IfSupportCreateAndDDL):
78293
78389
  self._IfSupportCreateAndDDL = IfSupportCreateAndDDL
78294
78390
 
78391
+ @property
78392
+ def ColumnCount(self):
78393
+ """字段数量
78394
+ 注意:此字段可能返回 null,表示取不到有效值。
78395
+ :rtype: int
78396
+ """
78397
+ return self._ColumnCount
78398
+
78399
+ @ColumnCount.setter
78400
+ def ColumnCount(self, ColumnCount):
78401
+ self._ColumnCount = ColumnCount
78402
+
78295
78403
 
78296
78404
  def _deserialize(self, params):
78297
78405
  self._TableId = params.get("TableId")
@@ -78379,6 +78487,7 @@ TABLE, VIEW, MANAGED_TABLE(Hive管理表), EXTERNAL_TABLE(Hive外部表), VIRTUA
78379
78487
  if params.get("IfSupportCreateAndDDL") is not None:
78380
78488
  self._IfSupportCreateAndDDL = CreateAndDDLSupport()
78381
78489
  self._IfSupportCreateAndDDL._deserialize(params.get("IfSupportCreateAndDDL"))
78490
+ self._ColumnCount = params.get("ColumnCount")
78382
78491
  memeber_set = set(params.keys())
78383
78492
  for name, value in vars(self).items():
78384
78493
  property_name = name[1:]
@@ -79365,6 +79474,9 @@ class TaskAlarmInfo(AbstractModel):
79365
79474
  :param _BusinessType: 业务类型, 0-非默认, 1-默认
79366
79475
  注意:此字段可能返回 null,表示取不到有效值。
79367
79476
  :type BusinessType: int
79477
+ :param _AlarmMessageRule: alarm message rule
79478
+ 注意:此字段可能返回 null,表示取不到有效值。
79479
+ :type AlarmMessageRule: str
79368
79480
  """
79369
79481
  self._TaskId = None
79370
79482
  self._RegularName = None
@@ -79400,6 +79512,7 @@ class TaskAlarmInfo(AbstractModel):
79400
79512
  self._LarkWebHooks = None
79401
79513
  self._DingDingWebHooks = None
79402
79514
  self._BusinessType = None
79515
+ self._AlarmMessageRule = None
79403
79516
 
79404
79517
  @property
79405
79518
  def TaskId(self):
@@ -79801,6 +79914,18 @@ class TaskAlarmInfo(AbstractModel):
79801
79914
  def BusinessType(self, BusinessType):
79802
79915
  self._BusinessType = BusinessType
79803
79916
 
79917
+ @property
79918
+ def AlarmMessageRule(self):
79919
+ """alarm message rule
79920
+ 注意:此字段可能返回 null,表示取不到有效值。
79921
+ :rtype: str
79922
+ """
79923
+ return self._AlarmMessageRule
79924
+
79925
+ @AlarmMessageRule.setter
79926
+ def AlarmMessageRule(self, AlarmMessageRule):
79927
+ self._AlarmMessageRule = AlarmMessageRule
79928
+
79804
79929
 
79805
79930
  def _deserialize(self, params):
79806
79931
  self._TaskId = params.get("TaskId")
@@ -79847,6 +79972,7 @@ class TaskAlarmInfo(AbstractModel):
79847
79972
  self._LarkWebHooks = params.get("LarkWebHooks")
79848
79973
  self._DingDingWebHooks = params.get("DingDingWebHooks")
79849
79974
  self._BusinessType = params.get("BusinessType")
79975
+ self._AlarmMessageRule = params.get("AlarmMessageRule")
79850
79976
  memeber_set = set(params.keys())
79851
79977
  for name, value in vars(self).items():
79852
79978
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python
3
- Version: 3.0.1346
3
+ Version: 3.0.1348
4
4
  Summary: Tencent Cloud SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud